Fun with Basic Python

Fun with Basic Python

1st Grade

20 Qs

quiz-placeholder

Similar activities

SCIENCE_ASSET EXAM 2023

SCIENCE_ASSET EXAM 2023

1st - 5th Grade

21 Qs

QUIZ-A-THON PYTHON LEVEL 1

QUIZ-A-THON PYTHON LEVEL 1

1st Grade

20 Qs

Mastering Subject-Verb Agreement

Mastering Subject-Verb Agreement

1st - 5th Grade

15 Qs

Essygold coding and robotics holiday drill

Essygold coding and robotics holiday drill

1st - 5th Grade

20 Qs

AQA English Language – Paper 2 Quiz

AQA English Language – Paper 2 Quiz

1st - 5th Grade

16 Qs

Office EquipmENt

Office EquipmENt

1st Grade

15 Qs

Scratch REC AV2-2025_8ANO

Scratch REC AV2-2025_8ANO

1st Grade

20 Qs

Fun Activities for Kids

Fun Activities for Kids

1st Grade

15 Qs

Fun with Basic Python

Fun with Basic Python

Assessment

Quiz

Others

1st Grade

Hard

Created by

Kaustubh Pandey

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A variable in Python is a named reference to a value stored in memory.

A variable is a fixed value that cannot change.

A variable is a command used to execute code.

A variable in Python is a type of function.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is used for whole numbers?

boolean

float

string

integer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a list in Python?

You create a list in Python by using the list() function without any arguments, e.g., my_list = list().

You create a list in Python using square brackets, e.g., my_list = [] or my_list = [1, 2, 3].

You create a list in Python using curly braces, e.g., my_list = {}.

You create a list in Python using parentheses, e.g., my_list = (1, 2, 3).

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to define a string?

Angle brackets <>

Single quotes (') or double quotes (")

Curly braces {}

Brackets []

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a function?

To write comments in the code.

To define a variable in programming.

The purpose of a function is to encapsulate code for reuse and to perform specific tasks.

To create a database for storing data.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you call a function in Python?

function_name(arguments)

function_name[]

call_function(arguments)

function(arguments)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a tuple?

A tuple is an unordered collection of elements.

A tuple is an ordered, immutable collection of elements.

A tuple is a mutable collection of elements.

A tuple is a single element data type.

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?