1. (TCO 4) _____ is often used in the design of a program to describe the progra
ID: 3643810 • Letter: 1
Question
1. (TCO 4) _____ is often used in the design of a program to describe the program processing.Pseudocode
Algorithm
Program control
Data flow
2. (TCO 4) Which of the following statement encompass the other three?
Decision statement
Repetition statement
Sequence statement
Control statement
3. (TCO 4) Programmers often write the if statement on two lines to visually separate the decision-making condition from its resulting action; however, only one _____ follows the entire statement.
colon
semicolon
curly bracket
parenthesis
4. (TCO 4) Consider the following statement: A department store is giving a discount of 15% for all purchases over $100. Which of the following is the appropriate structure to use to program the statement?
Decision
Loop
Repetition
Sequence
5. (TCO 4) What type of operator can be used to determine whether a specific relationship exists between two values?
Relational
Mathematical
Logical
Boolean
6. (TCO 4) What is the