Conditional statements (if else)

Conditional statements (if else)

6th - 9th Grade

7 Qs

quiz-placeholder

Similar activities

Basic Command Line Commands

Basic Command Line Commands

9th - 12th Grade

8 Qs

Unit One Test

Unit One Test

6th - 8th Grade

10 Qs

Code Express 1-5 Lessons

Code Express 1-5 Lessons

9th - 12th Grade

9 Qs

How to Design a Program & Variables and Commands

How to Design a Program & Variables and Commands

6th Grade

10 Qs

Coding Checking for Understanding 1

Coding Checking for Understanding 1

6th Grade

10 Qs

Programming with Angry Birds (Vocabulary)

Programming with Angry Birds (Vocabulary)

6th - 8th Grade

6 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th 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: