Basic Python Flashcards
1
Q
Parts of a computer (3)
A
- CPU
- Fast Volatile Memory (RAM)
- Slow Permanent Memory (Hard drive)
2
Q
Symbolic (1)
A
- The use of a symbol to represent something
3
Q
Digital (1)
A
- A binary number
4
Q
Mapping (1)
A
- Mapping symbols to a unique binary number
5
Q
Computer data is ____ and ____
A
Symbolic and digital
6
Q
Symbols (1)
A
- A pre-defined binary code
7
Q
Numbers (1)
A
- Represented in binary following mathematical rules
8
Q
String (1)
A
- A set of binary digits concatenation together
9
Q
Bit (1)
A
- One binary digit
10
Q
RAM (1)
A
- The place where we store all the binary information
11
Q
CPU (1)
A
- The place where the machine knows how to execute each instruction
12
Q
Byte (1)
A
- A group of 8 bits
13
Q
Megabyte (1)
A
- One million bytes
14
Q
Gigabyte (1)
A
- One billion bytes
15
Q
Terabyte (1)
A
- One trillion bytes