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
16
Q
Character length? (1)
A
- One byte long
17
Q
Moore’s Law (1)
A
- The number of transistors per square inch on integrated circuit chip will double every two years
18
Q
Transistor (2)
A
- Most basic element in computer
2. Represents one bit
19
Q
Why do we use the base-10 system? (1)
A
- Because we have 10 fingers?
20
Q
Why do computers use binary? (1)
A
- Because computers are built from transistors, they have ON and OFF modes—two different states
21
Q
Two types of data storage systems (2)
A
- Optical
2. Magnetic