Flashcards in Computer Systems Deck (24)
Loading flashcards...
1
What is a computer?
Any machine or device programmed with a set of instructions
2
List some input devices
Mouse, keyboard camera
3
List some output devices
Printer, speaker, monitor
4
What are the 3 types of computer system?
Dedicated, embedded and general purpose
5
What is an embedded computer system? Give an example of one
A system which is part of a larger system, like a washing machine controller
6
What is a dedicated system? Give an example of one
A system dedicated to doing 1 task, like a computer controlling a robotic arm
7
What is a general purpose system? Give an example of one
Used for many purposes, like playing music and games, email etc. Used in smartphones
8
What is the motherboard?
The central printed circuit board (PCB) that holds the crucial components of the system.
9
What is the GPU?
Graphical Processing Unit, renders images, videos etc
10
What is RAM?
Random Access Memory,
11
What is the Hard Drive?
A disk used to read and write a hard disk in long term memory
12
What is the Northbridge?
A fast chip that allows the CPU to communicate with RAM and the graphics card.
13
What does the Southbridge do?
Communicates with input/output devices, the BIOS (Basic Input/Output System) and storage devices.
14
What is the MAR?
Memory Address Register- stores memory addresses to get or send data
15
What is the MBR?
Memory Buffer Register- contains data to be stored RAM, then handed to CIR
16
What is the CIR?
Current Instruction Register- holds instructions that is about to be executed
17
What is the Main Memory?
AKA RAM, refers to physical memory inside computer,
18
What is the Address Bus?
Computer bus used to specify physical address
19
What is the Address Bus?
Computer bus used to specify physical address
20
What is the Data Bus?
System within a computer consisting of connector that provides data transportation
21
What is the accumulator?
Register where arithmetic and logic results are stored
22
What is the Program Counter?
Holds address of next instruction to be executed
23
What is the ALU?
Arithmetic Logic Unit- performs arithmetic (Add or subtract) and logic (AND, OR)
24