What is machine language ?

1 Answer

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.

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 : 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 kind of computer medium level language can be used ?

Last Answer : Any type of computer can use medium level language.

Description : What is assembly language called ?

Last Answer : Assembly language is called second generation language.

Description : How can a computer understand human language ?

Last Answer : Computer can understand human language when it is converted to mechanical 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 : Which generation of computer language is associated with artificial intelligence ?

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

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 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 : Salesforce SDK uninstallation from XCode?

Last Answer : Too many variables – only you know your code, how it was written, and how extensible (or not) it was in the first place. I assume you have been to the Saleforce API and SDK pages.

Description : Is there a program where you can identify music in a specific website?

Last Answer : Need Answer

Description : Is there a website that shows all the English words, idioms, etc ever invented, including archaic, unofficial, and newest words that have just been invented?

Last Answer : The problem with such a lexicon would be that there have been a lot of slang, dialect, idioms, and unofficial words that 99% of people have never heard of. Besides that, the English language is ... pretty good vocabulary. Hopefully, someone will recommend some. I am unable to do this at the moment.

Description : How can I add HTML markup to this ajax result?

Last Answer : Need Answer

Description : Function or application allowing me to connect or disconnect wifi?

Last Answer : Some routers - Belkins and older Ciscos, had an app that would allow you to remotely-control your router from your phone. You didn't say what kind of router you have, so it's hard to guess. You can ... . Bottom line - you can do this easily if you have a wifi-based power switch and an app. example

Description : How can I become advanced in javascript in 2 months?

Last Answer : Study hard…work hard!!!

Description : Can you help fix this programming problem in Python?

Last Answer : You can’t treat arrays of digits as a single number. The easiest way to read a numeric string is to use the sys library to read a line from the keyboard. import sys print(“Enter value for mass”) mass = sys.stdin.readline() mass = float(mass)

Description : What's the best book for understanding Unity 2D?

Last Answer : Are you a beginner programmer in general, or just new to Unity? That would make a big difference in how I would respond.

Description : Programmers: Is this puzzle a "named problem?" and can you help me with it?

Last Answer : I'd call it enumerating a list of all combinations . There's a field of math called combinatorics which I did not study but I assume probably has a word for this. It doesn't seem like a puzzle ... each iteration, and tweak it to get the output format you want, but that's essentially it, I think.

Description : How do you get the link posted and not the updated page?

Last Answer : You don't have control over it. The URL that you referred to today is pointing to a page that is housed at a server somewhere else. It isn't under your control or Fluther's - it is under the control of ... a month or a year ago. Summary: it isn't under your control. You get the page they send you.

Description : I'm looking for a IT Project Idea for my Final Year. Can anyone suggest something?

Last Answer : How to maintain a question and answer site with trolls, spammers, and questions that violate the guidelines?

Description : How can i improve my skill sets?

Last Answer : You didn't say what you already know, but my main recommendation for something to learn is Python. It's a great learning language, it's free and easy to install, there are great ... and relatively easily. https://www.python.org/about/gettingstarted/ https://www.programiz.com/python-programming

Description : What should I study in order to write/program a career search software?

Last Answer : More programming. And logic. You need to understand how to develop a search for terms, and then also determine where to search, and then how to optimize search results in a relational database.

Description : Is it on all smartphones you can't post a link?

Last Answer : I can’t cut and paste easily with a smart phone. I could type the link by hand. I would have to write it to a pen and paper first and it would work. If I really need too I could boot up my new chrome book and make a link.

Description : How much work does it take to change on a program, from "Monday to Sunday" to whichever 7 days in a row?

Last Answer : It would depend on the individual program.

Description : What coding languages or other courses should I take on CodeCademy?

Last Answer : The courses that I’ve taken I feel are really only useful for Web design.

Description : How do I simply repeat a line of code 4x in Javascript?

Last Answer : something like a for loop is pretty simple, and gives you a handy counter if needed. for(var i = 0; i < 4; i++) { forward(); }

Description : Programming a NEMA 17 stepper motor to microstep with an Arduino?

Last Answer : There are literally thousands of arduino code examples out there. This is something you should figure out on your own because the act of doing so will make you a better tinkerer. A typical stepper will have like ... digital I/o pins to output the step sequence. Even an uno or mini pro will do that.

Description : Programming a stepper to have a "home" position?

Last Answer : Obviously it would need some way to sense or establish its location, or possibly to move or grope about to establish its location. And it could be good to have some logic for noticing when its assumptions about its environment are wrong.

Description : How to become a Game Developer?

Last Answer : There are really two separate questions (or skills) needed here. 1) programming technique. Have you been a programmer; have you developed software before? That's a skill unto itself Programming for a small ... . I can't give you a better answer, because there are so many options to choose from.

Description : Are hand made WP themes safer than downloaded themes?

Last Answer : You might find this articel about Common WordPress Malware Infections interesting It is old, 2012, but still gives you an idea of the kind of things lurking out there. .

Description : Is freelance programming the only way to travel the world while earning decent money on the go?

Last Answer : How about tour guide and air hostess?

Description : What can a 25 year old unemployed Indian Engineer do to start earning at least 50k INR per month in 1 year?

Last Answer : answer:There's a lot of jargon in this post. I fear anyone not already in the industry will have a hard time figuring out what you're saying. I know I'm lost. If you're looking to ... of our regulars are Indian, and thus as a whole we're not terribly familiar with employment culture in India.