Microprocessor Fundamentals Test 1 Review Flashcards
How many bits are there in a byte?
8
What is half a byte called?
a “nibble”
What invention replaced the vaccuum tube?
Transistors
What year was the Internet (“communication between computers”) established?
1969
What is a digital die?
A die is an individual microchip
What was the first Intel microprocessor, and what year was it developed?
4004; 1971
When was the first computer built?
1937
Which chip was the first Multiprocessor?
Pentium
What is “cache”?
RAM that is much closer to the processor, and therefore, much faster
Their main purpose is to store a number temporarily
Data registers
Machine language —-> ______ __ ______ —–> Assembly language
Hexcode and ASCII
What does ASCII stand for?
American Standard Code for Information Interchange
Where do programs run?
They run in conventional memory / DOS memory
DOS stands for
disk operating system
What is another word for conventional memory?
“base” memory
What exactly is “conventional memory”?
All memory below 640kb; it is reserved for RAM on the motherboard, which is why programs run here.
The Upper Memory Area (UMA) is reserved for……
System use and optional devices and other memory-mapped input and output devices
This is used to run the computer/device drives in upper memory
BIOS
In assembly language, where is the display/monitor located?
In the B register
All assembly language relies on _____
DOS
Why are the smaller programs of assembly language so valuable?
- Computations can be performed faster.
2. There’s a lower probability for error overall.