Chapter 1 Quiz Flashcards

1
Q

The programming language C++ evolved from _____.

A

C

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

A(n) ___ consists of data and the operations on those data.

A

Object

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

Dividing a problem into smaller subproblems is called ___ design.

A

Structured

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

A step-by-step problem-solving process in which a solution is arrived at in a finite amount of time is called a(n) ___.

A

Algorithm

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

A program called a(n) ___ combines the object program with the programs from libraries.

A

Linker

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

A program that loads an executable program into main memory is called a(an) ___.

A

Loader

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

A program called a(an) ___ translates instructions written in high-level languages into machine code.

A

Compiler

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

___ consists of 65,536 characters.

A

Unicode

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

The term GB refers to ___.

A

Gigabyte

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

The digit 0 or 1 is called a binary digit, or ___.

A

Bit

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

A sequence of eight bits is called a ___.

A

Byte

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

____ represent information with a sequence of 0s and 1s.

A

Digital signals

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

The ____ handles the overall activity of the computer and provides services.

A

Operating system

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

____ programs perform a specific task.

A

Application

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

The devices that the computer uses to display results are called ___ devices.

A

Output

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

The devices that feed data and programs into computers are called ___ devices.

A

Input

17
Q

Main memory is an ordered sequence of items, called ____.

A

Memory cells

18
Q

The ___ is the brain of the computer and the single most expensive piece of hardware in your personal computer.

A

CPU

19
Q

Main memory is called ____.

A

Random access memory

20
Q

The basic commands that a computer performs are ____, and performance of arithmetic and logical operations.

A

Input, output, storage

21
Q

Several categories of computers exist, such as ____.

A

Mainframe, midsize, and micro

22
Q

When the computer is turned off, everything in second memory is lost.

A

False

23
Q

When you compile your program, the compiler identifies the logic errors and suggests how to correct them.

A

False

24
Q

The basic commands that a computer performs are input(get data), output(display results), storage, and performance of arithmetic and logical operations.

A

True

25
Q

The devices that feed data and programs into computers are called output devices.

A

False