If Statment - Python

If Statment - Python

8th Grade

5 Qs

quiz-placeholder

Similar activities

Flowchart

Flowchart

1st - 9th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Variables - 1

Variables - 1

7th - 8th Grade

9 Qs

Python

Python

7th - 8th Grade

10 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Programming in Java

Programming in Java

8th Grade

10 Qs

If Statment - Python

If Statment - Python

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Hatoof ATS

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If else statement

Outputs a message on the screen

Gets data from the user

A decision

A loop controlled by a decision

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

next

stop

next

stop

syntax error - program doesn't work

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

3

3

7

3

5

7

7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any statements inside an IF clause (section) can be executed multiple times.

FALSE

TRUE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be outputted?

number is bigger than 10

nothing

an error

NUMBER IS BIGGER THAN 10