
BA340 Lec4
Authored by Oyungerel Delger
Computers
3rd Grade
Used 2+ 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
int x=0;
switch(x) {
case 1: printf( "One" );
case 0: printf( "Zero" );
case 2: printf( "Hello World" );
} //Юу хэвлэх вэ?
Zero
One
Hello World
ZeroHello World
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
#include <stdio.h>
void main()
{
int a=10;
switch(a){
case 5+5:
printf("Hello\n");
default:
printf("OK\n");
}
}
Hello
OK
Hello
OK
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
#include <stdio.h>
void main(){
int a=2;
switch(a){
printf("Message\n");
default:
printf("Default\n");
case 2: printf("Case-2\n");
case 3: printf("Case-3\n");}
printf("Exit from switch\n");}
Case-2
Message
Message
Case-2
Case-2
Case-3
Exit from switch
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a=5, b=9, c=1;
if(a<b && b>c);
printf("Hi");
else printf("Hello");
Hi
Hello
Hi
Hello
Код алдаатай тул үр дүн гарахгүй
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a=51, b=9;
if(a<b || b>2)
printf("Hi");
else printf("Hello");
Hi
Hello
Hi
Hello
Алдаатай тул ажиллахгүй
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a=1,b=2,c=3,d=4;
int x=a;
if(a>b)
if(b<c) x=b;
else x=c;
printf("%d",x);
1
2
3
алдаатай тул ажиллахгүй
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int a=1;b=2;c=3;d=4;
int x=a;
if(a>b)
if(b<c) x=b;
else x=c;
printf("%d",x);
Алдаатай мөрийг олох.
1
2
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
Computer Quiz Bee - Easy Round
Quiz
•
1st - 5th Grade
6 questions
Dandy's World Quiz
Quiz
•
1st - 5th Grade
10 questions
Programming - Basic String Manipulation
Quiz
•
2nd - 10th Grade
10 questions
Computer in the society
Quiz
•
2nd - 10th Grade
6 questions
Информатика 11 сынып
Quiz
•
3rd Grade - University
10 questions
pemrograman web (php)
Quiz
•
3rd Grade
10 questions
INTRODUCTION TO OOP
Quiz
•
1st - 3rd Grade
10 questions
CHAPTER 4 - SQL (4.1.1 - 4.1.3)
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