Conditional Statement

Conditional Statement

Professional Development

14 Qs

quiz-placeholder

Similar activities

Fundamentos y Condicionales en Python - ALIANZA2025

Fundamentos y Condicionales en Python - ALIANZA2025

11th Grade - University

12 Qs

Conditional statements

Conditional statements

7th Grade

11 Qs

ICS For & While Loops

ICS For & While Loops

9th - 12th Grade

16 Qs

Python - Conditional Programming

Python - Conditional Programming

8th Grade

10 Qs

Conditional Statements

Conditional Statements

9th Grade

15 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Python Review

Python Review

7th - 8th Grade

17 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Conditional Statement

Conditional Statement

Assessment

Quiz

Computers

Professional Development

Hard

Created by

GOWRI Learning

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In programming, what is iteration?

The repetition of steps within a program

The order in which instructions are carried out

A decision point in a program

Testing a program to make sure it works

2.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Consider the following loop given below :


for i in range(5):

print(i)


How many times will this loop run ?

5

0

infinite

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following jump statement is used to terminate the loop?

continue

goto

pass

break

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The condition in the statement should be in the form of

Arithmetic r relational expression

Arithmetic or Logical expression

Relational or Logical expression

Arithmetic

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the two types of loops.

For,While

While,if

For,if

if,if else

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Used to make comments
#
%
**
()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to write a variable in Python?
myVariable = 10
my Variable = 10
myVariable is 10
myVariable: 10

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?