Selection Programming_If condition

Selection Programming_If condition

8th Grade

15 Qs

quiz-placeholder

Similar activities

Diagnostic Test. Computing

Diagnostic Test. Computing

8th Grade

20 Qs

QUIZ PENGEMBANGAN WEB DENGAN AI

QUIZ PENGEMBANGAN WEB DENGAN AI

9th Grade - University

10 Qs

LibreOffice Writer Styles Quiz

LibreOffice Writer Styles Quiz

10th Grade - University

15 Qs

Java_MCQ_3

Java_MCQ_3

University

15 Qs

Post-Test Pengolahan & Analisis Data Ms. Excel

Post-Test Pengolahan & Analisis Data Ms. Excel

10th Grade

10 Qs

A1 How does technology impact us

A1 How does technology impact us

12th Grade

16 Qs

Analisis Data dengan Python

Analisis Data dengan Python

10th Grade

20 Qs

Quiz HTML

Quiz HTML

11th Grade

15 Qs

Selection Programming_If condition

Selection Programming_If condition

Assessment

Quiz

Information Technology (IT)

8th Grade

Easy

Created by

Doan Thu

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an if statement in Python?

Repeat code

Make a decision

Create a list

Exit the program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

temperature = 30 if temperature > 25: print("It's hot!") What is printed?

It's cold

It's hot!

Nothing

Error

3.

OPEN ENDED QUESTION

20 sec • 1 pt

What will this code print? number = 0 if number > 0: print("Positive") else: print("Not positive")

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for "equal to" in a condition?

=

==

===

:=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output? score = 75 if score >= 90: print("A") elif score >= 80: print("B") elif score >= 70: print("C") else: print("D")

A

B

C

D

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct structure:

if: x > 10

if (x > 10)

if x > 10:

if x > 10

7.

OPEN ENDED QUESTION

20 sec • 1 pt

if "a" in "apple": print("Yes") Will this print "Yes"?

Evaluate responses using AI:

OFF

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?