Match each term with a statement below.

A. A basic unit of programming logic
B. An added statement that gets the first input value in a program
C. Often can be used in multiple programs
D. With this, you ask a question, and, depending on the answer, you take one of two courses of action
E. A case in which no action is taken
F. Attaching structures end-to-end
G. Logically snarled program statements
H. Continue to repeat actions while a condition remains true
I. A variation of the selection structure
J. Placing a structure within another structure


A. structure
B. priming read
C. module
D. decision structure
E. null case
F. stacking structures
G. spaghetti code
H. loop structure
I. case structure
J. nesting structures

Computer Science & Information Technology

You might also like to view...

Which of the following is not a type of broadband connection?

A) Dial-up B) Fiber-optic C) DSL D) Cable

Computer Science & Information Technology

COGNITIVE ASSESSMENT What database term is used to describe a request for specific data from the database?

A. information B. retrieval C. analysis D. query

Computer Science & Information Technology

Online education is also called _______ .

A. e-learning B. asynchronous courses C. synchronous courses D. mobile learning

Computer Science & Information Technology

When a JFrame is closed, you can end a program that you have forgotten to exit by typing Alt+E.

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

Computer Science & Information Technology