Python Quiz (part 1)

Python Quiz (part 1)

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

EXA-DIAG-INF-III-AGO-2022

EXA-DIAG-INF-III-AGO-2022

11th Grade

18 Qs

Cyber Skills Quiz 1 - Y9

Cyber Skills Quiz 1 - Y9

9th Grade

19 Qs

Pointers

Pointers

12th Grade

20 Qs

Exam Style Questions

Exam Style Questions

10th - 11th Grade

18 Qs

Q7/Q8 Email Vocabulary (Basics in 21t4s)

Q7/Q8 Email Vocabulary (Basics in 21t4s)

5th - 9th Grade

17 Qs

LA1.C1: Introduction to Small Basic

LA1.C1: Introduction to Small Basic

9th Grade

15 Qs

Algorithms

Algorithms

10th - 11th Grade

20 Qs

Latihan PSAS Kelas 9

Latihan PSAS Kelas 9

9th Grade - University

20 Qs

Python Quiz (part 1)

Python Quiz (part 1)

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Adam Ricketts

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct variable assignment in Python?

int number = 5
5 = number
number = 5
number == 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is the following value: 3.14?

int
str
list
float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in Python?

my_var
_variable
2ndVar
var-name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the data type of the variable result after the following operation? result = 10 / 3

int
str
float
list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a string variable in Python?

name = 'Alice'
name = Alice
name : 'Alice'
name == 'Alice'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to initialize a list in Python?

list = {}
list = []
list = ''
list = ()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to determine the data type of a variable?

datatype()
typeof()
print()
type()

Create a free account and access millions of resources

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?