Answer the following statements true (T) or false (F)

1. A master file is the same as a detail file.
2. In an online processing environment the output of a program is used as input to another program.
3. A program flowchart describes the relationship of one or more programs and is valuable to people who want to understand the “big picture” of a system.
4. Large volumes of input are collected and processed together as a group in a batch-processing environment.
5. Updating a master file is called file maintenance.


1. false
2. false
3. false
4. true
5. true

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int v1=2, v2=-1, *p1, *p2; p1 = & v1; p2= & v2; p2=p1; cout << *p2 << endl; a. 2 b. -1 c. -2 d. 1

Computer Science & Information Technology

Cher Ware has remarked several times that a good form would make the task of adding new software much easier. It would also provide permanent paper documentation for software additions.

Design a form to add software to the SOFTWARE MASTER. Open Data Flow Diagram 0 in Visio or Visible Analyst. View the SOFTWARE RECEIVED FORM repository entry for the data flow. Click on the link for the NEW SOFTWARE RECORD in the Composition to view the data structure containing the elements required on the form. Click the link (or Jump in Visible Analyst) to each element to determine the length of the screen field.

Computer Science & Information Technology

On a chart, a value that originates in a worksheet cell is known as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A site created with a(n) ____________________ comes with a sample structure, which might not reflect the pages required for your planned site.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology