(TCO 1) Displaying dat
Question 1.1. (TCO 1) Displaying data on the screen is considered a(n) _____ operation. (Points : 5)
input
process
assignment
output
Question 2.2. (TCO 2) Which statement is not true about variable names? (Points : 5)
They should be descriptive.
They must start with a letter.
You may use spaces.
All of the above are true.
Question 3.3. (TCO 3) The statement below would be placed within what symbol on a flowchart?
balance = 10) AND (x = 10) AND (x < 20)
Question 13.13. (TCOs 3, 4, 8) What value gets displayed for the variable X?
Set A = 6
Set B = 10
Set C = 15
If (B < 15) AND ((A = 5) OR (C <= 15)) then
Set X = 1
Else
Set X = 0
EndIf
Display X (Points : 5)
5
0
10
1
Question 1.1. (TCOs 3, 4, 8) In the following pseudocode, what raise will an employee in Department 5 receive?
If department < 3 then
Set raise = 25
Else
If department < 5 then
Set raise = 50
Else
Set raise = 75
EndIf
EndIf (Points : 5)
25
50
75
0
12 years ago
Purchase the answer to view it

- 2014-04-20_144631_final.docx