Python Programming Quiz

Python Programming Quiz

6th - 8th Grade

28 Qs

quiz-placeholder

Similar activities

Python 2d topic (типы данных, ввод, вывод)

Python 2d topic (типы данных, ввод, вывод)

6th - 12th Grade

27 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Python review 1

Python review 1

8th Grade

23 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Пайтон, Типы данных

Пайтон, Типы данных

6th Grade

24 Qs

Year 7 Python Progress Check

Year 7 Python Progress Check

6th Grade

24 Qs

Python - Year 9 - Homework 1

Python - Year 9 - Homework 1

7th - 9th Grade

25 Qs

Introduction to Variables and Data Types in Python

Introduction to Variables and Data Types in Python

6th - 8th Grade

26 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Huzaifa Naziir

Used 3+ times

FREE Resource

28 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What is your name

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the correct way to create a variable in Python?

let x = 5

int x = 5

x = 5

x := 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will this code output?

Hello World

Hello+World

HelloWorld

Hello World (with space)

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What type of data is stored in this variable: x = "ICT"?

Integer

Boolean

String

Float

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What symbol is used to take user input in Python?

read()

scan()

input()

enter()

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of these is a Python keyword?

var

function

if

define

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the following code output?

print(10 // 3)

3.33

3

4

0

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?