Answer the following statements true (T) or false (F)
1. All information that is to be processed by a computer must first be entered into memory via an input device.
2. A list of instructions provided to the computer is called a program.
3. Once a program is stored in memory, the control unit can execute this program, fetching then executing one instruction at a time.
4. A floppy disk cannot be removed from its disk drive; therefore, you cannot buy extra floppy disks to insert into a floppy disk drive.
5. Just like a large term paper, complex programs require substantial planning and organization before any substantial writing should be done.
1. (True)
2. (True)
3. (False)
4. (False)
5. (True)
You might also like to view...
To make sure that first names and last names will start with an uppercase letter, you would select ________ in the Field dialog box
A) Uppercase B) Lowercase C) First capital D) Title case
When selecting noncontiguous files, you press and hold the ________ key while clicking the desired files
A) Alt B) Esc C) Ctrl D) Shift
Because each slicer that you create is designed to filter on a specific PivotTable field, it is likely that you will create only one slicer to filter a PivotTable report
Indicate whether the statement is true or false
The statement ____ is a direct replacement for the statement puts(message);.
A. printf("%s",message); B. printf("%s\n",message); C. scanf("%s",message); D. scanf("%s\n",message);