020 Exam
Objected oriented programming Attempt 1
Grading Summary
These are the automatically computed results of your exam. Grades for essay questions, and comments from
Date Taken:
your instructor, are in the "Details" section below. 10/4/2016
27/03/2020
Time Spent: 06 secs
Points Received: (0%)
Question Type: # Of Questions: # Correct:
Multiple Choice 25 0
Grade Details All Questions
1. Question : (TCO 4) C++ selection statements include
Student Answer: for, while, do-
while. cout and
cin.
if, ifelse, ifelse if, switch.
#include <iostream> and using namespace std;.
Instructor Explanation: Malik, pages 249–260
Points Received: (not graded)
Comments:
2. Question : (TCO 4) Which of the following is not a C++ logical operator?
Student Answer: #
&
&
││
Points Received: (not! graded)
Comments:
Instructor Explanation: Malik, pages 57–67
3. Question : (TCO 4) What is the result of 5 % 7?
Student Answer: 0
2
5
Points Received: (not graded)
7
Comments:
Instructor Explanation: Malik, pages 39–40
https://frameset.next.ecollege.com/(NEXT(0d7b01b608a141bcb9b2d39d734bc6e5))/Main/AllMode/FramesetHybrid/ 1/
GeneralFramesetView.ed
https://www.coursehero.com/file/17241466/OOP-ATTEMPT1/
, 27/03/2 Student Gradebook
020 Exam
4. Question : (TCO 4) Why does this code snipper give a compile error?
int loopCounter = 0;
int numberOfScores = 20;
while (loopcounter <
numberOfScores) cout << “\
nInside the loop”;
This study sourcSe wtuasddeonwtnlAoandsedwbeyr1:00000829818949 from CourseHero.com on 04-08-2022 13:15:45 GMT -05:00
https://frameset.next.ecollege.com/(NEXT(0d7b01b608a141bcb9b2d39d734bc6e5))/Main/AllMode/FramesetHybrid/ 2/
GeneralFramesetView.ed
https://www.coursehero.com/file/17241466/OOP-ATTEMPT1/