Điều kiện câu lệnh

Điều kiện câu lệnh

8th Grade

15 Qs

quiz-placeholder

Similar activities

Tin 8 (KTTX học kì 1) đề 1

Tin 8 (KTTX học kì 1) đề 1

8th Grade

20 Qs

Tin 8 bài 7 (đề 1)

Tin 8 bài 7 (đề 1)

8th Grade

20 Qs

bài cũ chương 2-11

bài cũ chương 2-11

KG - 10th Grade

10 Qs

Câu lệnh lặp

Câu lệnh lặp

8th Grade

18 Qs

Câu lệnh lặp

Câu lệnh lặp

8th Grade

17 Qs

Bài_test_cá_nhân_lớp 811

Bài_test_cá_nhân_lớp 811

8th Grade

10 Qs

biến và hằng trong chương trình

biến và hằng trong chương trình

8th Grade

10 Qs

Điều kiện câu lệnh

Điều kiện câu lệnh

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Hong Anh

Used 88+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x:=5;

if x >= 5 then x:=x+3;

3

5

8

11

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x:=5;

if x > 5 then x:=x+3;

3

5

8

11

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x:=5;

if x < 5 then x:=x+3;

3

5

8

11

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x:=5;

if x < 5 then x:=x+3 else x:=x-3;

2

3

5

8

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x:=5; y:=7;

if (x mod y = 0) then x:=x*y else x:=x+y;

5

7

12

35

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x:=5; y:=7;

if (x mod y <> 0) then x:=x*y else x:=x+y;

5

7

12

35

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x:=5; y:=7;

if (x mod y = 0) and (x + y > 10) then x:=x*y else x:=x+y;

5

7

12

35

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?