PYTHON-02

PYTHON-02

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Bai Tap Bai 18 Tin hoc 10

Bai Tap Bai 18 Tin hoc 10

10th Grade

10 Qs

Los periféricos del computador

Los periféricos del computador

1st Grade - Professional Development

9 Qs

ASESMEN INFORMATIKAN BAB 1 SERI 2

ASESMEN INFORMATIKAN BAB 1 SERI 2

10th Grade

15 Qs

CSS background, border

CSS background, border

11th Grade

10 Qs

สอบเก็บคะแนน ไพทอน ม.4

สอบเก็บคะแนน ไพทอน ม.4

9th - 12th Grade

10 Qs

Bài 6_Lớp 11_Tại lớp

Bài 6_Lớp 11_Tại lớp

12th Grade

10 Qs

conditional constructs in Java

conditional constructs in Java

10th Grade

10 Qs

Internet

Internet

7th - 10th 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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?