CIS 115 WEEK 2 QUIZ – NEW
Follow below link to get this tutorial:
Contact us at:
(TCOs 2 and 3) Which symbol
would be used in a flowchart for the following statement?
Display sum (Points : 2)
(TCOs 2, 3, and 8) Assume that the variables num
and rate are integer variables, and dept is a string variable. Which of the
following assignment statements is invalid?(Points : 2)
(TCOs 2, 3, and 8) Which is the final value of y
at the of these statements?
(TCOs 2 and 8) Write a valid assignment
statement for the following: Add x and y and store the result in sum. (Points :
2)
(TCOs 3 and 8) Evaluate the following
expression.
99 MOD 2 (Points : 2)
(TCOs 3 and 8) Evaluate the following expression
using the values x = 10, y = 5, and z = 3.
X MOD z + 5 (Points : 2)
(TCOs 2, 3, and 8) List the inputs and outputs
and write the psuedocode to solve the following problem (8 points): The program
will prompt the user for the length and width of a room. The program will
calculate and display the area of the room. (Points : 8)