Conditional statements (if else)

Conditional statements (if else)

6th - 9th Grade

7 Qs

quiz-placeholder

Similar activities

AP CSP Unit 3: Lessons 2-7 Vocab Quiz

AP CSP Unit 3: Lessons 2-7 Vocab Quiz

9th - 12th Grade

10 Qs

#1 - UNIT 3 - INTRO TO PROGRAMMING - Vocabulary

#1 - UNIT 3 - INTRO TO PROGRAMMING - Vocabulary

9th - 10th Grade

11 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

Computer Science Discoveries Unit 1

Computer Science Discoveries Unit 1

7th - 8th Grade

9 Qs

Swift Playground

Swift Playground

5th - 6th Grade

12 Qs

If Else Statements

If Else Statements

6th - 9th Grade

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