Basic Python Flashcards

1
Q

Parts of a computer (3)

A
  1. CPU
  2. Fast Volatile Memory (RAM)
  3. Slow Permanent Memory (Hard drive)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Symbolic (1)

A
  1. The use of a symbol to represent something
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Digital (1)

A
  1. A binary number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Mapping (1)

A
  1. Mapping symbols to a unique binary number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Computer data is ____ and ____

A

Symbolic and digital

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Symbols (1)

A
  1. A pre-defined binary code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Numbers (1)

A
  1. Represented in binary following mathematical rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

String (1)

A
  1. A set of binary digits concatenation together
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Bit (1)

A
  1. One binary digit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

RAM (1)

A
  1. The place where we store all the binary information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CPU (1)

A
  1. The place where the machine knows how to execute each instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Byte (1)

A
  1. A group of 8 bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Megabyte (1)

A
  1. One million bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Gigabyte (1)

A
  1. One billion bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Terabyte (1)

A
  1. One trillion bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Character length? (1)

A
  1. One byte long
17
Q

Moore’s Law (1)

A
  1. The number of transistors per square inch on integrated circuit chip will double every two years
18
Q

Transistor (2)

A
  1. Most basic element in computer

2. Represents one bit

19
Q

Why do we use the base-10 system? (1)

A
  1. Because we have 10 fingers?
20
Q

Why do computers use binary? (1)

A
  1. 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
  1. Optical

2. Magnetic