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

1. A program is a series of instructions each of which tells the computer to perform one of
its basic functions: add, subtract, multiply, divide, compare, copy, start input, or start
output.
2. The address of the next instruction to be executed is always found in the instruction
counter
3. The processor fetches and executes several instructions during each machine cycle.
4. An instruction is fetched during E-time and executed during I-time.
5. A coprocessor is a replacement for a main processor.

1. True
2. True
3. False
4. False
5. False

Computer Science & Information Technology

You might also like to view...

All of the following are sections of an Access Form EXCEPT:

A) Footer Section B) Header Section C) Page Header Section D) Detail Section

Computer Science & Information Technology

Variables that are shared by every instances of a class are __________.

a. public variables b. private variables c. instance variables d. class variables

Computer Science & Information Technology