Python Basics Quiz

Python Basics Quiz

8th Grade

14 Qs

quiz-placeholder

Similar activities

Python Lesson 1 - Homework

Python Lesson 1 - Homework

8th - 9th Grade

10 Qs

Pythton

Pythton

5th - 12th Grade

10 Qs

Python Data types

Python Data types

8th Grade

10 Qs

introduction to python

introduction to python

6th - 8th Grade

10 Qs

Ict final exam

Ict final exam

8th Grade

10 Qs

Python Programming

Python Programming

3rd Grade - University

17 Qs

Advanced Python Quiz1

Advanced Python Quiz1

6th - 8th Grade

10 Qs

Python

Python

8th - 9th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Other

8th Grade

Easy

Created by

Kiki Carozza

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A type of Python version

A reserved word that cannot be used for naming

A name that is used to denote something or a value

A specific Python library

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1_variable

variable_name

variable-name

variable name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is the number 5 in Python?

float

string

int

char

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet? ```python x = 10 y = 5 print(x + y) ```

15

105

10

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to write a conditional statement in Python?

if x > 10 then:

if (x > 10)

if x > 10:

if x > 10 then

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet? ```python if 5 > 2: print("Five is greater than two!") ```

Error

Five is greater than two!

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would you use to store a person's age in Python?

String

Boolean

Integer

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?