Chapter 1 Review Questions PT 2 Flashcards

1
Q

Today, CPUs are huge devices made of electrical and mechanical components such as vaccum tubes and switches.

A

False

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

Main memory is also known as RAM.

A

True

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

Any piece of data that is stored in a computer’s memory must be stored as a binary number.

A

True

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

Images, like the ones created with your digital camera, cannot be stored as binary numbers.

A

False

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

Machine language is the only language that a CPU understands.

A

True

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

Assembly language is considered a high-level language.

A

False

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

An interpreter is a program that both translates and executes the instructions in a high-level language program.

A

True

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

A syntax error does not prevent a program from being complied and executed.

A

False

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

Windows, Linux, Android, iOS, and macOS are all examples of application software.

A

False

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

Word processing programs, spreadsheet programs, email programs, web browsers, and games are all examples of utility programs.

A

False

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

Why is the CPU the most important component in a computer?

A

Because without it, the computer could not run software.

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

What number does a bit that is turned on represent? What number does a bit that is turned off represent?

A

A bit that is turned on represents 1, and a bit that is turned off represents 0.

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

What would you call a device that works with binary data?

A

A digital device

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

What are the words that make up a high-level programming language called?

A

Keywords

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

What are the short words that are used in assembly language called?

A

Mnemonics

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

What is the difference between a compiler and an interpreter?

A

A compiler is a program that translates a high-level language program into a seperate machine language program. The machine language can then be executed any time it is needed. An interpreter is a program that both translates and executes the instructions in a high-level language program, it converts it to a machine language instruction and then executes it.

17
Q

What type of software controls the internal operations of the computer’s hardware?

A

Operating System