Blank Quiz

Blank Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

have fun

have fun

KG - Professional Development

13 Qs

KS3 - Fun Computing Quiz 2

KS3 - Fun Computing Quiz 2

4th - 12th Grade

10 Qs

Introducing Python

Introducing Python

9th - 12th Grade

8 Qs

About Mrs. Clugh

About Mrs. Clugh

9th - 12th Grade

10 Qs

Ohio Valley College of Technology

Ohio Valley College of Technology

KG - University

10 Qs

Do you know your snakes?

Do you know your snakes?

KG - Professional Development

12 Qs

2 Python Variables

2 Python Variables

7th - 9th Grade

10 Qs

Minecraft Quiz

Minecraft Quiz

KG - Professional Development

7 Qs

Blank Quiz

Blank Quiz

Assessment

Quiz

Fun

9th Grade

Medium

Created by

احمد عبيدالله

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?

A scripting language

An interpreted programming language

A compiled programming language

A markup language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a program in Python?

To provide instructions to the computer

To slow down the computer

To confuse the computer

To entertain the user

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of 'Hi!' in Python?

Float

Boolean

Integer

String

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of variables in Python?

To save intermediate results and organize data

To slow down the program

To make the program run faster

To confuse the programmer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of int(3.3) in Python?

3.3

0

33

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to assign data to a variable in Python?

Using the double equal sign (==)

Using the assignment operator (=)

Using the plus sign (+)

Using the minus sign (-)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of myVariable + 10 if myVariable = 5 in Python?

50

10

15

5

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the program example given calculate in Python?

Perimeter of a triangle

Length of a rectangle

Volume of a cube

Area of a circle