Components of a computer Flashcards
What is a HDD?
Hard disk drive are stored files permanently on a magnetic disk that spins around.
What is a SSD?
Solid state drive are stored files permanently on a chip that does not move.
What is RAM?
Random access memory where it stores all applications at that time but data is lost once power is lost.
What is ROM?
Read only memory, with stored programs to start the computer and does not lose data once power is lost.
What is the graphics card?
Produces the images we see on the monitor.
What is the BIOS?
Basic input/output system which boots up the computer even when there is no operating system.
What’s the motherboard/main board?
The main circuit board.
What’s the CPU?
Central powering unit that is the ‘brains of the computer’
What’s the heat sink?
Keeps the cpu cool by absorbing the heat.
What’s the NIC?
Network interface cable which connects us to the internet with the ethernet cable.
What’s the power supply?
Gives the computer electricity needed to switch on.
What’s the expansion slots?
Allows us to add on more RAM/graphics cards etc.
What does the CPU do?
The cpu fetches, decodes and executes instructions over and over again billions of times in a cycle.
What is an embedded system?
Computers that are designed for a specific job to do a certain thing.
What are the CPUs main parts?
The control unit (cu), arithmetic logic unit (ALU) and the cache.
What’s the CU?
It overall controls the cpu, it’s main job is to execute program instructions and to control the flow of data that goes inside and outside of the CPU
What’s the ALU?
Arithmetic logic unit does all the calculations. It completes simple addition, subtraction, comparing numbers and multiplication and division. It contains the accumulator register.
What’s the cache?
It is very fast memory in the cpu, slower than the registers but faster than RAM. Stores regularly used data so cpu can access quickly. They have low capacity and expensive. There is different levels of cache memory (L1,L2,L3). L1 is the fastest but lowest capacity and L3 is slowest but biggest capacity.
Registers
Small price of memory that temporarily holds tiny bits of data that is currently being worked on needed by the CPU.
PC
Holds the memory address of instruction for each cycle.
Accumulator
Stores intermediate results of calculations in the ALU.
What is MAR?
Memory address register that holds any memory address about to be used by the CPU. Stores the address where the data is to be fetched or stored.
What is MDR?
Memory data register which holds the actual data or instructions. This may have been fetched from memory or be waiting to be written to memory.
Volatile or non-volatile
Volatile memory is temporary, once lost power the data is gone.e.g RAM
Non-volatile is permanent memory it keeps its data even without power.e.g ROM.