TIN HỌC :D

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Gia Châu
Used 5+ times
FREE Resource
62 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của chương trình sau là gì:
#include <stdio.h>
void main(
{
int i,j;
for (i=1; i<4; i++)
j=i;
printf(“%3d”,j);
}
1 2 3 4
4
3
2
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của chương trình sau là gì:
#include <stdio.h>
void main()
{
int a=40, b=4;
while(a!=b) if (a>b) a=a-b;
else b=b-a;
printf(“%d”,a);
}
2
16
8
4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả in ra màn hình của chương trình sau là gì:
#include <stdio.h>
void main()
{
int i;
for (i=2; ; i++)
printf(“%3d”,i);
}
vòng lặp vô hạn
2
1 2
2 1
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của chương trình sau là gì:
#include <stdio.h>
void main()
{
int i,k;
for(i=1; ; i++) k=5;
printf(“%d”,i);
}
0
5
1
vòng lặp vô hạn
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình sau:
int n=0;
for (int i=0; i<10; i+=4) n+=i;
Giá trị của biến n là:
8
12
16
20
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Khi chạy đọan chuơng trình sau:
#include <stdio.h>
int main()
{
int i;
int sum = 0;
for(i = 1; i <=9; i++)
{
sum = sum + i;
}
printf("sum = %d\n", sum);
return 0;
}
Chuơng trình sẽ in kết quả là:
10
45
1
chương trình báo lỗi
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Khi chạy đọan chuơng trình sau:
#include <stdio.h>
int main()
{
int i;
int sum = 0;
for(i = 3; i <=10; i++)
{
sum = sum + i;
}
printf("sum = %d\n", sum);
return 0;
}
Kết quả của S là :
52
53
54
55
Create a free account and access millions of resources
Similar Resources on Wayground
60 questions
Ôn GKII Tin 11

Quiz
•
10th Grade
65 questions
ÔN TẬP GIỮA HỌC KÌ 2 LỚP 1024-25

Quiz
•
10th Grade
62 questions
SAINS KOMPUTER TING 4 - 1.2 ALGORITMA

Quiz
•
12th Grade - University
61 questions
Kiểm Tra Giữa Học Kỳ II Môn Tin 11

Quiz
•
11th Grade
62 questions
Tin hk1 11

Quiz
•
11th Grade
60 questions
Coppro Midterm

Quiz
•
11th Grade
65 questions
Python - 5.பைத்தான் அறிமுகம் – மாறிகள் மற்றும் செயற்குறிகள்

Quiz
•
12th Grade
57 questions
Quiz về Luật Biển và Bảo Vệ Tổ Quốc

Quiz
•
11th 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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)

Quiz
•
9th Grade
15 questions
MLA Formatting

Quiz
•
9th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz

Quiz
•
9th Grade