
BA340 L8
Quiz
•
Computers
•
3rd Grade
•
Practice Problem
•
Hard
Oyungerel Delger
Used 2+ times
FREE Resource
Enhance your content in a minute
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Өмнөх нөхцөлт давталтын зөв форматыг сонго.
while(condition);
{
//code
}
{
//code
}while(condition);
while(condition)
{
//code
}
{
//code
}while(condition)
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Дараах нөхцөлт давталтын зөв форматыг сонгоорой.
do-while(condition);
{
//code
}
do{
//code
}while(condition);
do-while(condition)
{
//code
}
do{
//code
}while(condition)
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Хэрвээ a=10, b=5, c=10 бол a болон c-г ол?
If ((a > b) && (a <= c))
a = a + 1;
else
c = c+1;
a=11,c=11
a=10,c=11
a=11,c=10
a=10,c=10
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
#include <stdio.h>
int main() {
int i = 0;
while (i < 5) {
printf("%d\n", i);
i++; }
do { printf("%d ", i);
i++;}
while (i < 5);
return 0;}
0 1 2 3 4 5
0 1 2 3 4 5
0 1 2 3 4 5
0 1 2 3 4 5
6 7 8 9 10 11
0 1 2 3 4
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
#include <stdio.h>
int main() {
int i = 0;
while (i < 0) {
printf("%d ", i);
i++;}
printf("%d ", i);
return 0;}
0 0
0
1
0 1
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
#include <stdio.h>
int main() {
int i = 3;
while (i < 0) {
printf("%d", i);
i--;}
printf("%d", i);
return 0;}
3 2 1 0
3 2 1 1
3
0
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
#include <stdio.h>
int main() {
int i=1, j=1;
while (i <= 4 || j <= 3) {
printf("%d %d\n",i, j);
i++; j++; }
return 0; }
1 1
2 2
3 3
1 1
2 2
3 3
4 4
1 1
2 2
3 3
4
Програм алдаатай
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Энэ 2 код ямар үр дүн гаргах вэ?
Ижил
012
үр дүн гаргана.
Ижил
0123
үр дүн гаргана.
Эхнийх
012
Дараагийх
0123
үр дүн гаргана.
Аль аль нь алдаатай тул ажиллахгүй.
Similar Resources on Wayground
10 questions
Bài 6: Luyện tập một số kĩ thuật trình bày văn bản
Quiz
•
3rd Grade
13 questions
CHƯƠNG 9
Quiz
•
1st - 5th Grade
10 questions
Quiz na koniec II semestru 1-3
Quiz
•
1st - 3rd Grade
10 questions
HISTORIA DE LA COMPUTADORA
Quiz
•
1st - 3rd Grade
10 questions
TYPES OF COMPUTER
Quiz
•
3rd - 4th Grade
11 questions
Standby PSPM SC015
Quiz
•
1st - 5th Grade
10 questions
Image File Formats
Quiz
•
KG - 9th Grade
10 questions
Tin Học 3 - Bài 14
Quiz
•
1st - 5th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
