a) Computer understands only C Language
b) Computer understands only Assembly Language
c) Computer understands only Binary Language
d) Computer understands only BASIC
c) Computer understands only Binary Language.
Here’s a breakdown of why the other options are incorrect:
- a) Computer understands only C Language: C is a popular high-level programming language, but computers need this code translated into machine language (binary) before they can execute it.
- b) Computer understands only Assembly Language: Assembly is closer to machine code than C, but it still needs to be assembled into binary for the computer to understand.
- d) Computer understands only BASIC: BASIC is another high-level language that requires translation into binary for the computer to process.
Why Binary?
Computers are essentially electrical machines. They use electrical circuits with switches that can be either on (representing 1) or off (representing 0). By cleverly arranging these on/off states (bits), the computer can represent instructions, data, and all the information it needs to function.
Higher-Level Languages: Making Life Easier
While binary is the fundamental language of computers, it’s incredibly tedious and error-prone for humans to write programs directly in binary. That’s why we have higher-level languages like C, Python, Java, etc. These languages use more human-readable syntax, and then compilers or interpreters translate them into machine code that the computer can understand.
In essence, binary is the only language the computer truly understands, but higher-level languages make it much more convenient for us to interact with computers.
Well, isn’t that just a happy little accident? Using the wrong software to open a file may result in the file not displaying correctly or not opening at all. Bu
Read more
Microsoft Windows
+2
What is the difference between internal and external commands in MS-DOS?
Asked by Wiki User
INTERNAL COMMANDSThese are those commands which are contained in command.com files of MS-DOS.These are those functions that are built into the command interpret
Read more
Microsoft Windows
+1
How do you convert Thunderbird data to Outlook PST format?
Asked by Wiki User
To Export MBOX files to PST Format? Then I would like to suggest you can also try ZOOK MBOX to PST Converter. It directly export MBOX files to PST format, inclu
Read more
Microsoft Windows
How do you make an upside-down underscore?
Asked by Wiki User
An upside-down underscore, “¯”, is created by holding the “Alt” key and then pressing 0175 on the numpad.