NAVEDTRA 14194A Flashcards

Chapter 3 (33 cards)

1
Q

What is the heart of any computer system?

A

The operating system

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

Which types of operating systems are the simplest and most common on microcomputers?

A

Single user/ single tasking

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

What types of operating systems let more than one user access the same resources at the same time?

A

Multiuser / multitasking

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

Why is the availability of applications software for a particular operating system critical?

A

Because, to use applications software it must be compatible with the operating system.

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

How is the applications software compatibility problem overcome?

A

Some software comes in several versions so it can be run under several different operating systems

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

What programs eliminate the need for programmers to write new programs when all they want to do is copy print or sort a data file?

A

Utility programs

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

How do we tell a utility program what we want it to do?

A

By providing information about files, data fields, and the processes to be used.

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

What is the term given to arranging data records in a predefined sequence or order?

A

Sorting

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

To sort a data file what must you tell the sort program?

A

What data field or fields to sort on

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

What are report program generators used for?

A

to generate programs to print detail and summary reports of data files.

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

With early computers, the programmer had to translate instructions into what type of language form?

A

Machine

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

When were mnemonic instruction codes and symbolic addresses developed?

A

In the early 1950’s

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

What led to the development of procedure oriented language?

A

The development of mnemonic techniques and macroinstructions

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

What computer language was developed for mathematical work?

A

FORTRAN

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

What are two disadvantages of procedure orientated languages?

A

They require more space in memory and they process data at a slower rate than symbolic languages

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

What is programming?

A

The process of planning the solution to a problem

17
Q

In programming how many steps are involved in solving a problem on a computer?

18
Q

What is required before you can actually start to write a code or a program?

A

Advance preparation

19
Q

In flow charting what method is used to represent different operations, data flow equipment and so forth?

A

Different shaped symbols

20
Q

What type of flow chart is constructed by the programmer to represent the sequence of operations the computer is to perform to solve a specific problem?

A

A programming flow chart

21
Q

How many tools are used in flow charting?

22
Q

Is there a “best way” to construct a flow chart?

A

No, there isn’t a way to standardize problem solution.

23
Q

What controls the computer during processing?

A

Coded instructions

24
Q

What is the fundamental element in program preparation?

A

The instruction

25
What type of instructions permit addition, subtraction, multiplication, and division?
Arithmetic
26
Where is specific information found about the computer you are to use contained?
In the computer manufacturers or software designers user's manual
27
How do we refer to errors caused by faulty logic and coding mistakes?
Bugs
28
What is the purpose of testing a program?
To determine that all data can be processed correctly and that the output is correct.
29
What is packaged software?
Off-the-shelf programs designed for specific classes of applications.
30
What are some of the other features and software available with a word processing software package?
Spelling checkers, mailing list programs, document compilation programs, and communications programs.
31
What software allows you to enter data and then retrieve it in a variety of ways?
Data management
32
What are spreadsheets?
They are tables of rows and columns of numbers
33
Are all printers capable of handling graphics outputs
no