Programming C++
Quiz
•
Computers, Other
•
2nd - 5th Grade
•
Medium
Адильбек Камелов
Used 16+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be displayed on the console ?
string str = "zqwyrqwou";
char ch = str[4];
Console.WriteLine(ch);
z
q
w
r
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be displayed on the console after running this program?
char ch = (char)125;
Console.WriteLine(ch);
125
15
char
}
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which data type stores 1 character?
char
int
float
class
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select the line with the error.
while(true){}
while(1 == 1){}
while(int 1){}
while(false){}
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What value can the "float" data type store?
12.5
string
=
void
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do I create a "float" array correctly?
float[] array =new string[10];
float[] array =new float[10];
float[] array = 1;
float[] =new float[10] array;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What value can the "int" data type store?
1.5
0.5 * 3
2
string
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do I create a loop that repeats 10 times ?
for ( i < 10) { }
for (int i = 0; i < 10; i++) { }
for (int i = 0; i < 10; ) { }
for (int i = 0;) { }
Similar Resources on Wayground
10 questions
A3 Quiz sul Linguaggio di Programmazione C++
Quiz
•
2nd Grade
6 questions
String
Quiz
•
1st - 3rd Grade
11 questions
ASK FORM 2
Quiz
•
2nd Grade
10 questions
8 informatika english
Quiz
•
5th Grade
7 questions
Struktur Data 3
Quiz
•
4th Grade
10 questions
Tatasusunan
Quiz
•
5th Grade
10 questions
Fungsi Input dan Output Python
Quiz
•
2nd Grade - University
10 questions
Diagnoza - klasa 8
Quiz
•
1st - 6th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade