Search Header Logo

Pre-Assessment Test: Python Basics

Authored by Sushma Sushma

Other

University

Used 1+ times

Pre-Assessment Test: Python Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to output data in Python?

print()

echo()

write()

show()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is immutable in Python?

List

Tuple

Dictionary

Set

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: type(3.5)?

int

float

double

number

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^

**

//

%%

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add an item to a list?

append()

insert()

push()

add()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? x = [1, 2, 3] total = 0 for i in x: total += i print(total)

1

3

6

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output? for i in range(1, 5): if i % 2 == 0: print(i) else: print('Odd')

Odd 2 Odd 4

Odd Even Odd Even

Odd 2 Odd 4

Error

Access all questions and much more by creating a free account

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?