Conditional statements (if else)

Conditional statements (if else)

6th - 9th Grade

7 Qs

quiz-placeholder

Similar activities

Algorithm

Algorithm

8th Grade

6 Qs

PLTW CSIM

PLTW CSIM

7th - 8th Grade

10 Qs

AP CSP Unit 3: Lessons 2-7 Vocab Quiz

AP CSP Unit 3: Lessons 2-7 Vocab Quiz

9th - 12th Grade

10 Qs

Scratch Key words

Scratch Key words

8th - 9th Grade

12 Qs

What is a Computer?

What is a Computer?

6th - 8th Grade

10 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Code.org Unit 1 (L1-4) Vocabulary

Code.org Unit 1 (L1-4) Vocabulary

5th - 7th Grade

12 Qs

Algorithm-VI

Algorithm-VI

5th - 6th Grade

10 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: