Programming Quiz

Programming Quiz

10th Grade

13 Qs

quiz-placeholder

Similar activities

Python Lists

Python Lists

7th - 11th Grade

9 Qs

Python:  Rock, Scissors, Paper

Python: Rock, Scissors, Paper

10th - 12th Grade

10 Qs

Python lists & file operations

Python lists & file operations

10th Grade

10 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Python Lists

Python Lists

10th - 12th Grade

15 Qs

Python Data Structures

Python Data Structures

10th Grade

10 Qs

Python Dasar

Python Dasar

10th Grade

10 Qs

Programming Quiz

Programming Quiz

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Dominic James Horsley

Used 4+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a function in programming?

To store data

To perform a specific task and return a result

To act as a variable

To display text on the screen

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a list in Python?

{1, 2, 3}

(1, 2, 3)

[1, 2, 3]

<1, 2, 3>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you check if a number is even in Python?

if number % 2 == 1:

if number // 2 == 0:

if number % 2 == 0:

if number & 2 == 0:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method would you use to add an element to the end of a list in Python?

add()

insert()

append()

extend()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the return statement in a function?

To print a value to the screen

To end the function and return a value

To call another function

To loop through a list

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a string to an integer in Python?

int()

float()

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?