Search Header Logo

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

Authored by Hong Anh

Computers

8th Grade

Used 88+ times

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

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?