Search Header Logo

ÔN TẬP CUỐI KỲ II TIN 8

Authored by Vân Hải

Computers

8th - 11th Grade

Used 10+ times

ÔN TẬP CUỐI KỲ II TIN 8
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A

B

C

D

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Trong lệnh lặp For n:=2 to 6 do begin .....end;

A

B

C

D

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Pascal, câu lệnh nào sau đây được viết đúng?

For i:= 4 to 1 do writeln(‘A’);

For i= 1 to 10 writeln(‘A’);

For i:= 1 to 10 do writeln(‘A’);

For i to 10 do writeln(‘A’);

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Trong câu lệnh lặp:

j:=0; For i := 1 to 10 do j:= j + 2;

Khi kết thúc câu lệnh lặp trên, câu lệnh j:=j+2 được thực hiện bao nhiêu lần?

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

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

j:= 0; For i:= 1 to 5 do j:= j + i;

Sau khi thực hiện đoạn chương trình trên, giá trị của biến j bằng bao nhiêu?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Pascal, câu lệnh nào sau đây là đúng?

While S:=10 do write(S);

While a<= b ; do write(‘ b khong nho hon a’);

n:=2; While n<5 do write(‘A’);

i:=0; S:=1;While s<10 do begin S:=S+i; i:=i+1 end;

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Đoạn lệnh sau đây:

a:=1;

While a < 10 do writeln(a); a:=a+1;

Sẽ cho kết quả gi?

In ra các số từ 1 đến 9

In ra các số từ 1 đến 10

In ra vô hạn các số 1, mỗi số trên một dòng

Một kết quả khác

Access all questions and much more by creating a free account

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

Already have an account?