9/21/2018
Review Test Submission: Quiz 3 -Fall 2018 – 2018FA-19666...
;
1/2
Quizzes and Exams
Review Test Submission: Quiz 3 -Fall 2018
H
Review Test Submission: Quiz 3 -Fall 2018
User
Mwape Mulenga
Course
2018FA-19666-ELET2300-Introduction To C++ Programming
Test
Quiz 3 -Fall 2018
Started
9/11/18 8:23 PM
Submitted
9/11/18 8:49 PM
Status
Completed
Attempt Score
3 out of 5 points
Time Elapsed
25 minutes out of 30 minutes
Question 1
Following statement is invalid
3 + 7 = total;
Question 2
Given:
int a=4, int b=6, int c=2 , int d=-4, Value of y
y = a-- * ++d + c--;
The value of y is 10.
Question 3
The C++ operator that determines if one value is equal to another value is =Question 4
The result of 14 % 2 is
7
Question 5
Home
Library
Writing Center
Launch - Tutoring
UH Help
0 out of 1 points
1 out of 1 points
0 out of 1 points
1 out of 1 points
1 out of 1 points
Mwape Mulenga

9/21/2018
Review Test Submission: Quiz 3 -Fall 2018 – 2018FA-19666...
;
2/2
Friday, September 21, 2018 5:09:09 PM CDT
←
OK
OK

9/21/2018
Review Test Submission: Quiz 4 - Fall 2018 – 2018FA-...
;
1/2
Quizzes and Exams
Review Test Submission: Quiz 4 - Fall 2018
H
Review Test Submission: Quiz 4 - Fall 2018
User
Mwape Mulenga
Course
2018FA-19666-ELET2300-Introduction To C++ Programming
Test
Quiz 4 - Fall 2018
Started
9/21/18 5:04 PM
Submitted
9/21/18 5:06 PM
Status
Completed
Attempt Score
5 out of 5 points
Time Elapsed
2 minutes out of 30 minutes
Results Displayed
Submitted Answers, Feedback
Question 1
The IF statement is always followed by an ELSE statement
Question 2
The conditional expression of an IF statement must be included in parentheses
Question 3
To correctly terminate a case sequence, which keyword must be used?
Question 4In Relational Expressions (conditions ), a condition that is true has a value of 1.
Question 5
In switch statement, execution in the first matching case continues until :
Home
Library
Writing Center
Launch - Tutoring
UH Help
1 out of 1 points
1 out of 1 points
1 out of 1 points


You've reached the end of your free preview.
Want to read all 22 pages?
- Fall '15
- Marinolent
- Object-Oriented Programming, Subroutine, Mwape Mulenga