Programming Selection Quiz

Programming Selection Quiz

8th Grade

15 Qs

quiz-placeholder

Similar activities

Iteration Recap

Iteration Recap

8th - 9th Grade

16 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Coding

Python Coding

6th - 8th Grade

12 Qs

Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

Python for beginners #1

Python for beginners #1

8th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Diagnostic Assessment Python

Diagnostic Assessment Python

8th - 11th Grade

20 Qs

Programming Selection Quiz

Programming Selection Quiz

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Navdeep KAUR

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a part of the selection process in programming?

Checking conditions

Selecting a path of action

Compiling code

Following a chosen path

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to write an if statement in terms of capitalization?

IF

If

if

iF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How should a variable name be written?

In quotes

Without quotes

In parentheses

In brackets

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of a colon in an else statement?

To end the statement

To start a new line

To indicate the start of the else block

To separate conditions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the relational operator "==" mean in Python?

Not equal to

Greater than

Equal to

Less than

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression "a == 1" if a is 1?

True

False

Error

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following expressions will evaluate to True if d is 10?

d < 10

d > 10

d == 10

d != 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?