PYTHON-02

PYTHON-02

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

OCR GCSE CS - 2.1 ERL sorts and searches

OCR GCSE CS - 2.1 ERL sorts and searches

10th - 11th Grade

9 Qs

Explorando Tinkercad en Secundaria

Explorando Tinkercad en Secundaria

7th Grade - University

10 Qs

Python List

Python List

4th Grade - University

15 Qs

Python

Python

8th - 9th Grade

15 Qs

SHORTCUT PADA KEYBOARD

SHORTCUT PADA KEYBOARD

10th - 12th Grade

10 Qs

# REVIEW 1 DATA TYPES

# REVIEW 1 DATA TYPES

10th Grade

15 Qs

Binary Subtraction

Binary Subtraction

12th Grade

10 Qs

Fundamentos PHP (Manejo de Fomularios y arreglos)

Fundamentos PHP (Manejo de Fomularios y arreglos)

9th Grade

10 Qs

PYTHON-02

PYTHON-02

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Riya Shakya

Used 18+ times

FREE Resource

AI

Enhance your content in a minute

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

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

var x = 5

x = 5

int x = 5

variable x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is not a valid Python datatype?

str

list

array

tuple

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which operator is used for exponentiation in Python?

^

*

**

//

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the datatype of the result of the expression 5 + 2.5?

int

float

str

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following statements is true about Python variables?

Variables must be declared before use.

Variables cannot be reassigned once a value is assigned.

Variable names are case-insensitive

Variables can hold values of different datatypes

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is an example of a local variable?

A variable declared inside a function

A variable declared outside any function or block

A variable declared inside a class

A variable declared inside a loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output of the following code snippet?

x = 5

y = 2

result = x // y

print(result)

2.5

2

2.0

2.2

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?