Chap 1 - PART 2 - Cont'd Flashcards
Describe the characteristics of:
Volatile Main Memory (Primary Memory)
- Loses instructions and data when powered off
- Storage such as DRAM, that retains data only if it is receiving power
Describe the characteristics of:
Non-Volatile Secondary Memory
- A form of memory that retains data even in the absence of a power source and that is used to store programs between runs
- eg:
- Magnetic disk
- Flash Memory
- Optical Disk(CDROM, DVD)
- eg:
Explain RAM and list the two major types of RAM:
RAM = Random Access Memory
- all data can be read equally quickly
Two types:
- Static RAM (SRAM)
- uses a flip-flop combination per memory bit
- uses less power, but comes at a higher cost
- Dynamic RAM (DRAM)
- Cheaper than SRAM
- Combination of transistor + capacitor for every memory bit
- Uses more Power due to constant refresh by the capacitor
Major Comparison between:
SSD VS HDD
These are secondary memory.
Image
What happens when Electronic technology continues to evolve?
- Increased capacity and performance
- Reduced cost duh
Describe:
Networks
Also list the three types of general Networks
Communication, resource sharing, and nonlocal access
- Local Area Network (LAN) : ethernet
- Wide Area Network (WAN): The Internet
- Wireless Network: WIFI, Bluetooth, RFID, NFC etc
Define Die:
These are individual rectangular sections that are cut from a wafer, more informally known as chips
Define Wafer:
This is a slice from a silicon ingot that is no more than 0.1 inches thick, which is used for making chips
Define Silicon Crystal ingot
This is a rod composed of a silicon crystal that is between 8 to 12 inches in DIA and about 12 to 24 inches in length
Define Silicon
This is a natural element that is a semiconductor
Define semiconductor
This is a substance or material that does not conduct electricity very well like metal.
EG. Silicon and Graphite are semiconductors
Define Yield
This is the percentage of good dies from the total number of dies on a wafer.
yield = (good dies/total number of dies) * 100
Define Transistor:
This is an ON/OFF switch controlled by an electrical signal
Define Bonding:
This is a process in which it connects the good dies to the input/output pins of a package.
Image Conveying the Manufacturing Process of the Integrated Circuit (IC)
Information on the :
Intel Core i7 Wafer
Formula for Calculating:
The Integrated Circuit Cost
Regarding the Integrated Circuit Cost;
What are the NonLinear relation to area and defect rate?
- Wafer cost and area are fixed
- Defect rate determined by manufacturing process
- Die area determined by architecture and circuit design
Define response time
Response time is also known as Execution Time
- It is how long it takes a computer to do a task.
- This includes disk accesses, memory accesses, I/O activities/ OS overhead, CPU execution time, and so on….