Final Exam 1 Flashcards
What is SRAM? What some notable things about it?
- Static RAM
- Faster, more expensive than DRAM
Where is SRAM used on the CPU? What are the speeds?
- Cache level 1 and 2, 5-35 nanosecond
The first physical sector of a hard drive is the
- MBR
What is cache memory? What is it used for in a computer system?
- SRAM that acts as buffer between RAM
- Used to reduce the average time to access data from the main memory
What is IEEE (1394)?
- FireWire. Developed by Apple as a successor to USB.
What is WEEE? When was it launched? (EEE is just a shorter form of this)
- Waste from Electrical and Electronic Equipment program. 2009.
What is IEEE (floating point)
- Institute of Electrical and Electronic Engineering
In Ontario, are you allowed to dispose of your electronics by putting it outside for the garbage to pickup?
No
Which part is the mantissa? How long is it in 32 bit IEEE floating point representation?
- The third field of the floating point.
- To the right of the radix point in a normalized binary number.
- 23 bits
What is a cache hit?
- When the CPU looks for, and finds the data it is looking for in the cache
Physical addresses vs. Virtual addresses of memory
- Physical addresses are the actual address of the physical memory, virtual addresses are references to physical addresses
What is the smallest unit of addressable data?
- A byte
What is the job of an operating system?
- It manages hardware and software resources
When installing a program, do you think the software knows about the hardware, or vice-versa?
- No. Most storage devices don’t have any knowledge of what the data is, it’s just data.
How many extended partitions can you have?
- You can only have 1 extended partition. (24 logical partitions inside)