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

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

8th Grade

15 Qs

quiz-placeholder

Similar activities

bài 1: Trắc nghiệm Pascal

bài 1: Trắc nghiệm Pascal

6th - 8th Grade

20 Qs

Основы PASCAL

Основы PASCAL

4th - 8th Grade

10 Qs

Ai nhanh tay hơn

Ai nhanh tay hơn

8th Grade

15 Qs

BÀI TẬP VỀ CÂU LỆNH ĐIỀU KIỆN

BÀI TẬP VỀ CÂU LỆNH ĐIỀU KIỆN

6th - 8th Grade

10 Qs

TIN HỌC 8 - CĐ6

TIN HỌC 8 - CĐ6

8th Grade

19 Qs

Viết chương trình để tính toán

Viết chương trình để tính toán

8th Grade

10 Qs

Условный оператор Паскаль

Условный оператор Паскаль

8th Grade

10 Qs

CẤU TRÚC RẼ NHÁNH - Tin 8 (1)

CẤU TRÚC RẼ NHÁNH - Tin 8 (1)

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 87+ 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?