1. (TCO 1) In what stage of the programming process are flowcharts and pseudocode used? (Points: 5)
Understand the problem
Plan the logic
Code the program
Test the program
2. (TCO 1) ______ is English-like representation of the logical steps required to solve a problem. (Points: 5)
Queries
Pseudocode
Dummy programming
Dummy programming
Syntax error
3. (TCO 1) Which of the following is not a necessary structure when creating a program? (Points: 5)
sequence
selection
looping
case
4. (TCO 1) Which of the following is NOT a good reason to use modularization? (Points: 5)
abstraction
shorter source code
reusability
allows multiple programmers to work on the same program
5. (TCO 1) ____ is concentrating on important properties while ignoring nonessential details. (Points: 5)
Abstraction
Encapsulation
Modularization
Depreciation
6. (TCO 1) What is another name for defining a variable? (Points: 5)
declaring
creating
initializing
loading
8. (TCO 2) A(n) ____ selection involves two possible outcomes. (Points: 5)
unary
branched
binary
infinite
9. (TCO 2) A decision that is inside of another decision is known as a(n) ____ decision. (Points: 5)
grouped
nested
compound
binary
10. (TCO 2) Which piece of pseudocode represents checking the loop condition? (Points: 5)
rep = 1
while (rep < 5)
rep = rep + 1
print “warning”
11. (TCO 2) Which of the following comparisons is generally most confusing? (Points: 5)
greater than
equal to
less than
not equal to
12. (TCO 2) Which of the following is NOT automatically handled by the For/Loop? (Points: 5)
initializes loop control variable
increments loop control variable
compares loop control variable
input/output statements
13. (TCO 3) Which Windows shell command allows you to view the shell's environmental variables from the command prompt?
(Points: 5)
set
ls
view
list
14. (TCO 3) Which scripting languages come standard with WSH? (Points: 5)
PHP and Perl
VBScript and Java
Java and JScript
VBScript and JScript
15. (TCO 3) What term is used to describe the act of obtaining a reference to an object? (Points: 5)
linking
attaching
compiling
binding
12 years ago
Purchase the answer to view it