Chapter 2 Flashcards

1
Q

All computers, including desktop and notebook microcomputers, midrange systems, mainframes, and supercomputers, are made up of the same six basic components. Which of the following lists is entirely made up of some of these basic components?

A

control unit, memory, and output

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

Which of the following is not an example of a computer output device?

A

MICR reader

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

Which method of input can recognize characters from typed, printed, or handwritten material?

A

OCR

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

Which of the following is not an advantage of secondary storage devices compared to main memory?

A

fast speed

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

DASD refers to:

A

direct access storage device.

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

Machine language is the form of a computer program that the control unit of the computer has been built to understand. In general, a machine language instruction consists of two parts, which are:

A

operation code and address(es).

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

Evaluating how well various computers will handle an organization’s workload by running a representative set of real jobs on the different machines is called:

A

benchmarking

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

Which type of computer is often used for numerically intensive scientific calculations or to act as an extremely large Web server?

A

supercomputers

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

Which type of computer serves as the heart of the computing systems for many, perhaps most, major corporations and government agencies? This type of computer system also can act as a large Web server, as a server in a client/server application, and has the widest range of available applications.

A

mainframes

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

Which of the following computer storage devices is not an example of a direct access storage device?

A

magnetic tape drive

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

In the 2000s, a new way of handling multiple servers in a computing center became popular, in which multiple server modules are housed in a single chassis, saving space in the computing center, reducing the required cabling, and improving system management. What are these servers called?

A

blade servers

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

Assembly language programs are converted to machine language using an assembler. The resulting machine language program is called a(n) ________ program.
A) source

A

object

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

The language translator program which translates an entire 3GL or 4GL program into machine language before any of the program is executed is called a(an):

A

compiler

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

What are the two major categories of computer software?

A

applications software and support software

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

Which of the following is an example of applications software?

A

inventory record-keeping programs
spreadsheet packages
word-processing software

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

The collection of applications programs commonly used by office workers–including word processing, spreadsheets, electronic mail, presentation graphics, and so on–are referred to as ________ software

A

personal productivity

17
Q

Each response below lists two operating systems in common use today. In which response are both of the operating systems listed open systems?

A

Linux and UNIX

18
Q

On large computers, the operating system switches back and forth among multiple programs stored in memory in order to overlap input and output operations with processing time; the purpose of this switching is to maximize the work done by the CPU. What is this concept of switching among multiple programs in memory called?

A

multiprogramming

19
Q

The following are benefits associated with the procedural language COBOL

A

The language resembles English.
It is standardized.
It is relatively easy to learn.

20
Q

HTML uses ________ placed within a document to tell the Web browser how to display various elements on a Web page.

A

tags

21
Q

A 4 GL, nonprocedural language–often provided with the database management system–which is used to retrieve data from a database is called a ________ language.

A

query

22
Q

Which of the following is an example of communications interface software that is used to transfer files from one computer system to another?

A

FTP

23
Q

The CPU is made up of two components, the control unit and memory.

A

FALSE: It is made up of the control unit and the arithmetic/logic unit.

24
Q

The stored-program concept allows users to specify a list of operations that can be carried out at electronic speeds, rather than waiting for the user to specify each operation separately.

A

TRUE

25
Q

Encapsulation is one of the important features of objects (in object-oriented programming) in which a subclass inherits the properties, methods, and events of the class to which it belongs.

A

FALSE

Explanation: The statement above is the definition of inheritance, not encapsulation.