Match each term with a statement below.

A. Contents are lost when the computer is turned off or loses power
B. Instructions that tell the computer what to do
C. Incorrectly spelled words, or reversing the proper order of two words in a computer program
D. Represent(s) the millions of on/off circuits within the computer
E. Preselected value that stops the execution of a program
F. English-like representation of the logical steps it takes to solve a problem
G. Equipment, or the physical devices, associated with a computer
H. Pictorial representation of the logical steps it takes to solve a problem
I. Used to show the correct sequence of statements
J. All the supporting paperwork for a program


A. volatile memory
B. software
C. syntax error
D. machine language
E. sentinel
F. pseudocode
G. hardware
H. flowchart
I. flowlines
J. documentation

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. If several synchronized statements in different threads are trying to execute on an object at the same time, only one of them may be active on the object—all the other threads attempting to enter a synchronized statement on the same object are placed in the blocked state. b. When a synchronized statement finishes executing, the object’s monitor lock is released and one of the blocked threads attempting to enter a synchronized statement can be allowed to acquire the lock to proceed. c. Java also allows synchronized methods. Before executing, a synchronized instance method must acquire the lock on the object that’s used to call the method. d. Using a synchronized block to enforce mutual exclusion is an example of the design pattern known as the Java Exclusion Pattern.

Computer Science & Information Technology

Use sort to display food sorted by cost. Use the ––ignore-leading-blanks (–b) option to sort the cost properly. What happens if you do not use this option? Why?

What will be an ideal response?

Computer Science & Information Technology

What is one piece of advice other technicians should share with Sofia, the newest member of the team, that she might not think about?

A) Do not wear skirts to work. B) Wear a hat to fit in with the team. C) Be careful when walking and carrying components. D) Remove jewelry before working inside a computer.

Computer Science & Information Technology

The parent of a node located at index i is located at ____.

A. 2i + 1 B. 2i + 2 C. é(i - 1) / 2ù D. ë(i - 1) / 2û

Computer Science & Information Technology