Ôn tập HK 2 khối 8

Ôn tập HK 2 khối 8

8th Grade

80 Qs

quiz-placeholder

Similar activities

ICT Computing L1 - 3 Review

ICT Computing L1 - 3 Review

6th - 8th Grade

77 Qs

Semester 1 final HS Credit Computer Science

Semester 1 final HS Credit Computer Science

6th - 8th Grade

82 Qs

Ôn tập tin học 8 HK2

Ôn tập tin học 8 HK2

8th Grade

80 Qs

ÔN TẬP TIN HỌC 8 HK2-2025

ÔN TẬP TIN HỌC 8 HK2-2025

8th Grade

76 Qs

ict quiz les go

ict quiz les go

6th - 8th Grade

80 Qs

ôn tập

ôn tập

6th - 8th Grade

81 Qs

Ôn tập HK 2 khối 8

Ôn tập HK 2 khối 8

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Trần Dân

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để hiển thị các số chẵn từ 0 đến 100, câu lệnh nào sau đây đúng?

IF i mod 2 = 0 THEN writeln(i);

FOR i:=0 TO 100 DO Writeln(i);

FOR i:=0 TO 50 DO Writeln(i*2);

FOR i:=0 TO 50 DO Writeln(ix2);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh Pascal nào sau đây là hợp lệ?

FOR i:=100 TO 1 DO writeln('Doan thi Diem');

FOR i:=1.5 TO 10.5 DO writeln('Doan thi Diem');

FOR i=1 TO 10 DO writeln('Doan thi Diem');

FOR i:=1 TO 1 DO writeln('Doan thi Diem');

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để tìm giá trị lớn nhất của 2 số a, b thì ta viết:

Max:=a;If b>Max then Max:=b;

If (a>b) then Max:=a;If (b>=a) then Max:=b;

Max:=b;If a>Max then Max:=a;

Tất cả đều đúng

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chọn câu lệnh Pascal hợp lệ trong các câu sau:

If x : = a + b then x : = x + 1;

If a > b then max = a;

If a > b then max : = a ; else max : = b;

If 5 = 6 then x : = 100;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để khai báo biến mảng a gồm 10 phần tử, mỗi phần tử có kiểu dữ liệu là Real ta khai báo:

Var a: array[10] of real;

Var a: array[1:10]: of real;

Var a: array[1;10] of real;

Var a: array[1..10] of real;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình sau:

 I:=1;

While i<=5 do

Begin tong:= tong + I; I:= I + 1; End;

1

15

10

20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Em hiểu câu lệnh lặp theo nghĩa nào dưới đây?

Một lệnh thay cho nhiều lệnh.

Các câu lệnh được viết lặp đi lặp lai nhiều lần.

Vì câu lệnh đã có tên là lệnh lặp

Tất cả đều sai

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?