What kind of computer medium level language can be used ?

1 Answer

Answer :

Any type of computer can use medium level language.

Related questions

Description : What is used to translate high level language into machine language ?

Last Answer : The compiler is used to convert high level language into machine language.

Description : How can a computer understand human language ?

Last Answer : Computer can understand human language when it is converted to mechanical language.

Description : Which generation of computer language is associated with artificial intelligence ?

Last Answer : Fifth generation computer language related to artificial intelligence .

Description : What is a good programming language to make a multiple choice quiz?

Last Answer : Google classroom should work.

Description : What programming language is best for my project?

Last Answer : answer:You haven't said whether your app is web-based or not, but that might affect my suggestion. I'd say go with PHP if it is or PERL if it's not. MySQL is a good database choice, but ... data, saving it locally, and uploading it to a server that processes the input when you get around to it.

Description : What would be the best programming language for artificial intelligence and environment simulation?

Last Answer : Flexsim might be worth a look. I think for anything as complex as a planetary ecosystem you will need a language capable of running continuous simulation. This is a hybrid language with continuous plus discrete event simulation capability.

Description : What's the most valuable software programming language right now?

Last Answer : answer:Yes. I think C# is your overall best bet, subject to certain industry/company idiosyncrasies (e.g. Google is all about Python and C++) – or if wanting to do anything for mobile apps (Java). It’s been many years since I programmed for a living though. Delphi may make a comeback…

Description : Which programming language for win apps?

Last Answer : It’s been about three years since I did any Windows-based programming but I would highly recommend C#. It’s well-documented, easy to write and read and can easily do networking using the .NET frameworks.

Description : Do any other ask-public users use J (the programming language)?

Last Answer : answer:Interesting. How can it confuse experienced programmers, and how is this an awesome thing? Also, is this one of those languages great for mathematics and scientific computation?

Description : Where online can I find a free American Sign Language translation program?

Last Answer : The only ASL programs I'm aware of are Word-to-Sign, not sentence to sentance. The syntax and grammar, including word/sign order & facial grammar, are different and too complex. The best way ... learn American Sign Language, is in person, with a native Deaf signer highly preferable as the teacher.

Description : Programmers: I'm in the mood to learn a new language. Which one should it be?

Last Answer : Perl. Hubby says it makes business application easier to program.

Description : How did you learn MATLAB, or generically speaking, how did you learn your first programming language?

Last Answer : try using various media approaches, anything on youtube? is there a MATLAB ecosystem that you can tap into? Sometimes you just need repeated exposure to concepts and sometimes you ned a way to put it into practical experience. Like a test tile.

Description : What's the best web programming language to study right now?

Last Answer : Ruby. Maybe Python. Avoid PHP at all costs.

Description : Want to expand on my marketability as a web developer. What language should I learn?

Last Answer : answer:Recently discussed here: http://www.ask-public.com/disc/2804/whats-the-best-web-programming-language-to-study-right-now/ I’ll answer again, since you already have php, i would look at ASP and Cold Fusion. I also don’t see much demand for Python or Ruby. Not they are bad languages.

Description : How to make a structured-like web via those extensible markup language?

Last Answer : I’m not following your question.

Description : What is C (programming language) ?

Last Answer : C is a high level programming language. It is also called high level structured programming language. C was created by Dennis Ritchie while working at Bell Labs in the 80's. The C programming ... commonly used for all types of work. This means that it is a General Purpose programming language.

Description : What is assembly language called ?

Last Answer : Assembly language is called second generation language.

Description : How much of the program's language can be divided according to structure and features ?

Last Answer : The language of the program can be divided into 5 parts according to the structure and features.

Description : In which language different types of data types can be easily mixed ?

Last Answer : Different types of data types can be easily mixed in intermediate language.

Description : What language does the word pseudo come from ?

Last Answer : The word pseudo comes from the Greek language.

Description : What is the programming language (APL) ?

Last Answer : A Programming Language (APL) was first described in 1928 in the book of the same name by Kenneth E. Iverson. APL is an interactive and interpreted third-generation language ( 3GL) . The APLT ... non-commercial vendors. Before it was known as APL, the language was only known as Iverson language.

Description : What are the levels of programming language ?

Last Answer : The programming language has five levels. 1. Machine Language (1G ) -1945 Assembly Language (2G) -1950 3. High Level Language (3G) -1960 4. Very High Level Language (4G) -1970 5. Natural Language (5G) -1980

Description : What is machine language ?

Last Answer : Machine language is the computer's own language. It is the basic language of computer. Since only 0 and 1 are used in this language, the computer can understand the instructions given in this language directly. It can be used to communicate directly with the computer.

Description : What is a Language Translator ?

Last Answer : A language translator is a computer program that converts a program written in a programming language into a computer language. Language Translator also translates a program written in a high-level programming language into a low-level language program.

Description : What is Intermediate Language ?

Last Answer : The language that was invented in the 1960's to compose computer programs with English as the predominant language is known as intermediate language.

Description : What is Assembly Language ?

Last Answer : Assembly language emerges after machine language to make programming easier. Assembly language is also called second generation language or sign language.

Description : What is the language of the program ?

Last Answer : Answer : A program is a set of letters , words , signals , etc., used by a computer to instruct in its own intelligible language according to specific rules .

Description : Should high level programming be a mandatory class next to learning writing and reading in primary school and onwards? Your arguments please.

Last Answer : No, because it is not a skill that everyone needs to have. The people who use it will learn it, but it isn’t equivalent to reading and writing.

Description : What are the popular high level programming languages ?

Last Answer : Program languages ​​have been introduced at different times and their number is increasing day by day. Again, which of these is currently in operation. Again, which is extinct. Popular program languages ​​are given below. Fortran Algol Lisp APL Cobol Basic Pascal C ADA

Description : Can anyone tell me what kind of program is used by the Polyglot Project?

Last Answer : I don’t get your question. Are you asking what programming language is being used?

Description : What kind of script/program/CMS/etc. is needed to make a site like care.com, airbnb.com, schoolofeverything.com, fiverr.com?

Last Answer : All the sites you posted are so different I don’t think you can use a CMS without being heavily modified. I would charge about 20K to even touch it if I was doing it from scratch.

Description : What's the heaviest material (some kind of metal I suppose)?

Last Answer : Maybe in these economic bad times, gold is your pick?

Description : What Kind Of Preset Should I Use On Handbrake?

Last Answer : Honestly, just give it a shot and use whatever preset produces the results you like. You won't ruin your movie or delete your computer or anything. So try all of the ones you have access to ... , and compare the final results, then continue to use the preset that produces the results you like best.

Description : What kind of website could I build to make a million dollars?

Last Answer : email me in private messaging. I’ve got an idea or two.

Description : What kind of data transmission mode is used in video conferencing ?

Last Answer : Multicast mode is used in video conferencing.

Description : What kind of program is the compiler ?

Last Answer : Compiler Translator Program.

Description : What kind of mistake is it to write print f instead of printf and why ?

Last Answer : Write print f instead of printf, the syntax is wrong. If the syntax is wrong then the language in which the program is written is grammatically incorrect. As can be seen , the word Printf ... error. This error is easily detected when translating with a compiler and sends a message to the computer.

Description : What kind of authoring software ?

Last Answer : Authoring softwares are powerful software.

Description : What kind of graphics is the video ?

Last Answer : Video is basically moving graphics.

Description : What kind of software is Flash ?

Last Answer : Flash authoring software.

Description : What kind of multimedia video games ?

Last Answer : Video Games Interactive Multimedia.

Description : Would it be fun to write computer programs for career counseling ?

Last Answer : answer:Writing a test is a lot different from taking a test. (They aren't really tests , they are more like surveys of interest.) The writer of a career guide questionnaire need to know why ... is writing the questions and then structuring the scoring so as to be an easily used and useful tool.

Description : How would one write programs for a quantum computer?

Last Answer : answer:Quantum algorithms do exist, which are the closest thing we have to quantum programs. In order for a complete quantum program to exist, we would have to have a large-scale quantum ... person, but they are both examples of things which quantum computers do faster than normal computers.

Description : Are there going to be any more major changes in computer programming languages?

Last Answer : Absolutely. Technology is growing exponentially and I’m sure we’ll see more major breakthroughs as processors get smaller and mediums change (mobile devices).

Description : How does computer code break?

Last Answer : Errors in logic, programming errors with the language used; type of programming involved eg. application prgm, operating system executable, etc . operating system upgrades can be any number of items ... is alway helpful when fixing programming problems.. Albeit,a general answer, I hope it helps

Description : How do I get a job as a computer programmer?

Last Answer : Get on the internet and learn your head off. That is the only way.

Description : Computer programmers: if you had to make a music video of the beauty/elegance of your thought process, what music and visuals would you pick?

Last Answer : answer:There are many aspects to programming, and so it's hard to come up with an analogy that fits them all. I used to write a fair amount of poetry in what feels like a former life. ... They have some actions which are public facing, and others that are strictly private and not exposed to others.

Description : Accuracy in computer terms.

Last Answer : errrm…..client/server

Description : Why is digital signal useful in computer case ? Explain. ?

Last Answer : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 in decimal number system . A total of 10 basic symbols or numbers are used. Binary number system is used in computer design. The numbers 0 and 1 ... of the two conditions in the binary system. However, decimal numbers can be converted to binary and used in computers.

Description : Which flowchart can not control all the work on the computer ?

Last Answer : The computer may not control all the work in the computer flowchart.