NUMBER SYSTEM
CENTRAL PROCESSING UNIT (CPU)
The central processing unit (CPU) is the computer component that's responsible for interpreting and
executing most of the commands from the computer's other hardware and software.
MACHINE LANGUAGE
Sometimes called machine code or object code, machine language is a collection of binary digits or
bits that the computer reads and interprets. Machine language is the only language a computer can
understand.
The exact machine language for a program or action can differ by operating system. The specific
operating system dictates how a compiler writes a program or action into machine language.
Computer programs are written in one or more programming languages, like C++, Java, or Visual
Basic. A computer cannot directly understand the programming languages used to create computer
programs, so the program code must be compiled. Once a program's code is compiled, the computer
can understand it because the program's code is turned into machine language.
ELECTRONIC COMPONENTS OF CPU
- TRANSITION
- CHIP
- DIODE
- LSI
- INTEGRATION
BINARY LANGUAGE
Why do computers use binary?
Binary is still the primary language for computers and used with electronics and computer hardware
for the following reasons.
It is a simple and elegant design.
Binary's 0 and 1 method is quick to detect an electrical signal's off (false) or on (true) state.
Having only two states placed far apart in an electrical signal makes it less susceptible to electrical
interference.
The positive and negative poles of magnetic media are quickly translated to binary.
Binary is the most efficient way to control logic circuits.