Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Computer Science

Computer Science

12th Grade

11 Qs

Python

Python

12th Grade

10 Qs

Input and Output Devices

Input and Output Devices

8th - 11th Grade

16 Qs

Input Quiz - ICT (IGCSE)

Input Quiz - ICT (IGCSE)

9th - 10th Grade

11 Qs

Data Types and Operations

Data Types and Operations

10th Grade

15 Qs

Input Devices and its uses

Input Devices and its uses

9th Grade

15 Qs

Quiz sobre a aula passada!

Quiz sobre a aula passada!

9th - 12th Grade

9 Qs

Python String Data Structure

Python String Data Structure

10th - 12th Grade

12 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Devin Lachapelle

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of a variable in Python?

To store data

To print text

To perform calculations

To comment on code

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you concatenate (add together) two strings in Python?

str1 + str2

str1 . str2

str1, str2

concatenate(str1, str2)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the print() function do in Python?

Takes user input

Displays output to the console

Performs mathematical operations

Declares variables

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is used to take user input in Python?

get_input()

read_input()

input()

user_input()

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is a valid string in Python?

"dog"

dog

(dog)

^dog^

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code?

x = "apple"

y = "banana"

z = x + y

print(z)

x + y

applebanana

apple banana

z

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What data type does the input() function return?

Integer

Float

String

Boolean

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?