
BA340
Authored by Oyungerel Delger
Computers
3rd Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
#include <stdio.h>
main(){
printf("%d ", 1);
goto l1;
printf("%d ", 2);
l1:goto l2;
printf("%d ", 3);
l2:printf("%d ", 4);}
1 2
1 3
1 4
Алдаатай тул ажиллахгүй.
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
a хувьсагчийг 3-аар нэмэгдүүлж байгаа дараах үйлдлүүдээс аль нь буруу бичигдсэн бэ?
a++;
a++;
a++;
a=+3;
a=a+3;
a+++
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
C програмчлалын хэлэнд хэдэн төрлийн давталтын оператор байдаг вэ?
1
2
3
4
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
#include <stdio.h>
int main(){
int a = 1, b = 1, c;
c = a++ + b;
printf("%d %d", a, b);}
1 1
1 2
2 1
2 2
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
#include <stdio.h>
int main () {
int a = 10;
LOOP: if( a == 15) {
a = a + 1;
goto LOOP;}
printf("%d", a);
a++;
return 0;}
12
11
10
Алдаатай
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
#include<stdio.h>
int main() {
int n=4, i=1;
start:
printf("%d\t",i);
i++;
if(i<n) goto start;
return 0;}
1
1 2
1 2 3
1 2 3 4
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
#include<stdio.h>
int main() {
int n=3, sum=0;
start:
if(n<0) goto end;
sum = sum + n;
n--;
goto start;
end:
printf("Sum = %d",sum);
return 0; }
0
3
4
6
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
Programação de Computadores - Aula - 5
Quiz
•
1st - 3rd Grade
10 questions
Логические операции
Quiz
•
1st - 10th Grade
10 questions
Программирование алгоритма 8 класс
Quiz
•
1st - 10th Grade
10 questions
¿Cuánto sabes sobre NFTs?
Quiz
•
KG - Professional Dev...
10 questions
Cyber Security
Quiz
•
1st - 10th Grade
10 questions
Basic Algorithm elementary
Quiz
•
3rd - 5th Grade
10 questions
Ôn tập lớp 3_1
Quiz
•
3rd Grade
10 questions
PRE TEST - Webinar Edukasi 11 June 22
Quiz
•
1st - 3rd Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
22 questions
fractions
Quiz
•
3rd Grade
18 questions
Comparing Fractions with same numerator or denominator
Quiz
•
3rd Grade
12 questions
Presidents' Day
Quiz
•
KG - 5th Grade
15 questions
Earthly Ecosystems Unit Review
Quiz
•
3rd Grade
10 questions
Area
Quiz
•
3rd Grade
14 questions
Basic Fractions on a Number Line
Quiz
•
3rd Grade