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);
}
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
60 questions
ÔN GKII Tin 10
Quiz
•
10th Grade
65 questions
Kiểm tra kiến thức Python
Quiz
•
10th Grade
64 questions
Tin HKII (2)
Quiz
•
11th Grade
60 questions
Tin nhé
Quiz
•
10th Grade
65 questions
Ôn tập khối 10
Quiz
•
12th Grade
60 questions
TIN CK
Quiz
•
11th Grade
58 questions
HƯỚNG DẪN ÔN TẬP KIỂM TRA GIỮA HỌC KÌ 2
Quiz
•
10th Grade
61 questions
giữa kì 2 tin học
Quiz
•
10th Grade
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade
25 questions
Spanish preterite verbs (irregular/changed)
Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)
Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance
Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1
Quiz
•
9th - 12th Grade
26 questions
June 19th
Quiz
•
4th - 9th Grade
20 questions
Distance, Midpoint, and Slope
Quiz
•
10th Grade
20 questions
Figurative Language Review
Quiz
•
10th Grade
27 questions
STAAR English 1 Review
Quiz
•
9th Grade