A Look Inside the Computer Flashcards

1
Q

What number system do computers use to represent internal information?

A

Binary numbers.

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

What is binary, and what digits does it use?

A

Binary is a base-2 positional numbering system that uses only two digits: 0 and 1.

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

What electronic component is the foundation of computer hardware?

A

Transistors, which act as electronic switches (on/off).

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

What is the base for the decimal numbering system?

A

Base-10.

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

How are numbers represented in the decimal system?

A

By powers of 10, with positions representing ones (100), tens (101), hundreds (102), etc.

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

What is the base for the binary numbering system?

A

Base-2.

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

How are positions represented in the binary system?

A

As powers of 2, with positions representing ones (20), twos (21), fours (22), etc.

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

What makes binary representations longer than decimal representations?

A

Binary uses only two digits, requiring more positions to represent the same value as decimal.

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

How do you convert a binary number to decimal?

A

Add the positional values of all columns where there is a “1”.

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

What is the process for converting a decimal number to binary?

A

Repeatedly divide the number by 2, record the remainders, and write them in reverse order.

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

What is a logic gate?

A

An electronic device that transforms binary inputs into binary outputs based on a specific rule.

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

Describe the NOT gate’s operation.

A

A NOT gate inverts the input: if input is true (1), output is false (0), and vice versa.

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

How does an AND gate work?

A

Produces true (1) only if both inputs are true (1).

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

How does an OR gate work?

A

Produces true (1) if at least one input is true (1).

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

What are computer circuits composed of?

A

Collections of logic gates that transform binary inputs into binary outputs.

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

What is the purpose of a 1-bit Compare for Equality Circuit?

A

To test if two unsigned binary numbers are equal.

17
Q

What is the output of a 1-bit Compare for Equality Circuit if two numbers are equal?

A

1 (true).

18
Q

What is Moore’s Law?

A

The prediction that the number of transistors on a silicon chip will double approximately every two years.

19
Q

Who proposed Moore’s Law?

A

Gordon E. Moore, co-founder of Intel Corporation.

20
Q

What is the significance of Moore’s Law?

A

It predicts exponential growth in the complexity and capabilities of integrated circuits.