Blank Quiz

Blank Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

About Mrs. Clugh

About Mrs. Clugh

9th - 12th Grade

10 Qs

Warmup Quiz

Warmup Quiz

9th Grade - University

9 Qs

Do you know your snakes?

Do you know your snakes?

KG - Professional Development

12 Qs

Kano Quiz

Kano Quiz

6th - 10th Grade

10 Qs

GK Quiz 8

GK Quiz 8

6th Grade - Professional Development

10 Qs

Python General Knowledge Quiz

Python General Knowledge Quiz

7th - 12th Grade

10 Qs

Programming For Heroes -Lesson 2

Programming For Heroes -Lesson 2

7th - 10th Grade

10 Qs

Introducing Python

Introducing Python

9th - 12th Grade

8 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