
Quiz 5
Authored by MA CPC
Computers
University

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
void printMessage(string msg) {
cout << msg << endl;
}
int main() {
printMessage("Level 0 Quiz");
return 0;
}
Level 0 Quiz
"Level 0 Quiz"
Error: undefined string
msg
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
void swap(int a,int b){
int temp=a;
a=b;
b=temp;
cout<<a<<" "<<b; }
swap(3,2);
void swap(int a,int b){
int temp=a;
a=b;
b=temp;
cout<<a<<" "<<b; }
swap(3,2);
3 2
2 3
a b
b a
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
void print(int n){
for(int i=1;i<=n;i++){
cout<<i<<" ";
} }
print(5);
void print(int n){
for(int i=1;i<=n;i++){
cout<<i<<" ";
} }
print(5);
5 4 3 2 1
1 2 3
1 2 3 4 5
1 2 3 4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int sum(int a,int b){
return a+b; }
cout<<sum(5,6)<<endl;
int sum(int a,int b){
return a+b; }
cout<<sum(5,6)<<endl;
10
11
12
13
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
bool fun(int num){
bool flag=true;
for(int i = 2; i <= num / 2; i++) {
if(num % i == 0) {
flag = false; break;
} }
return flag; }
cout<<fun(3);
true
false
3
2
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
DKS - PR3 & PR4
Quiz
•
University
10 questions
Lenguaje Perl
Quiz
•
University
10 questions
Kiến thức về xâu kí tự trong Python
Quiz
•
10th Grade - University
10 questions
CSNP-04103 Chapter 6 - Functions
Quiz
•
University
10 questions
Python Yazılım Dilleri Soruları
Quiz
•
University
10 questions
Programación II Parte 5
Quiz
•
University
10 questions
Quiz Ke 8 alprog if-09
Quiz
•
University
10 questions
Què has après sobre el web ?
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
5 questions
Examining Theme
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University