Conditional statements (if else)

Conditional statements (if else)

6th - 9th Grade

7 Qs

quiz-placeholder

Similar activities

Diagnostic activity 6th

Diagnostic activity 6th

6th Grade

10 Qs

Computer Science Vocab

Computer Science Vocab

4th - 6th Grade

12 Qs

9.3.4 STARTER (AI Image Recognition)

9.3.4 STARTER (AI Image Recognition)

8th Grade

10 Qs

Code Combat Module 1 - Basic Syntax

Code Combat Module 1 - Basic Syntax

6th - 8th Grade

10 Qs

AP CSP code.org Unit 3 2020

AP CSP code.org Unit 3 2020

9th - 12th Grade

10 Qs

Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

8th Grade

12 Qs

Programming Tools

Programming Tools

6th Grade - University

10 Qs

Programming Year 7

Programming Year 7

7th Grade

12 Qs

Conditional statements (if else)

Conditional statements (if else)

Assessment

Quiz

Computers

6th - 9th Grade

Hard

Created by

Наталья Наталья

Used 16+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The linear algorithm is

an algorithm in which all commands are executed at once.

in which the command is executed only after the condition is met

an algorithm in which commands are executed one after the other.

an algorithm in which the same actions are repeated many times

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

conditional statement

in which the command is executed only after the condition is met

an algorithm in which commands are executed one after the other.

an algorithm in which the same actions are repeated many times

an algorithm in which all commands are executed at once.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Determine the type of variable X after applying arithmetic operations to the numbers X=4**2

str

int

float

bool

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose сonditional statements operators

if else

if else: print

if input

if

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Determine the result of the variable y after executing the program if b=6

41

36

7

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Determine the result of the algorithm execution according to the flowchart at x=5:

5

10

20

11

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

find the error if rost =180:

==

"rost"

<=

if: