Programming Quiz

Programming Quiz

10th Grade

13 Qs

quiz-placeholder

Similar activities

WJEC GCSE ICT Unit 1 E-Mail

WJEC GCSE ICT Unit 1 E-Mail

9th - 10th Grade

13 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

Lesson 1 Introduction to Database System

Lesson 1 Introduction to Database System

10th Grade

10 Qs

Review

Review

9th - 12th Grade

10 Qs

G7 - Ôn tập C1,2

G7 - Ôn tập C1,2

KG - University

10 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

Alapismeretek

Alapismeretek

7th - 12th Grade

10 Qs

Programming Quiz

Programming Quiz

Assessment

Quiz

Computers

10th Grade

Practice Problem

Easy

Created by

Dominic James Horsley

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

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()

Access all questions and much more by creating a free account

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

Already have an account?