IT Specialist Exam Prep 1

IT Specialist Exam Prep 1

9th Grade

25 Qs

quiz-placeholder

Similar activities

Micro:Bit Homework 1

Micro:Bit Homework 1

6th - 10th Grade

20 Qs

Token in Python

Token in Python

9th Grade

20 Qs

Post-Break Python Refresher

Post-Break Python Refresher

9th - 12th Grade

20 Qs

Python 14/12/16

Python 14/12/16

9th - 11th Grade

20 Qs

Python Module

Python Module

6th - 10th Grade

20 Qs

Python while loops

Python while loops

8th - 9th Grade

20 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

IT Specialist Exam Prep 1

IT Specialist Exam Prep 1

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Kaitlyn Lejeune

Used 17+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the data type of the result of 5 // 2?

float

int

str

bool

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is a valid variable name in Python?

2nd_value

value-2

second_value

class

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the result of type("3.14")?

<class 'float'>

<class 'int'>

<class 'str'>

<class 'bool'>

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the result of 3 + 2 * 2?

10

7

9

12

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which operator is used for exponentiation in Python?

^

**

//

^^

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does "Python".lower() return?

PYTHON

python

Python

None

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What will len("hello world") return?

10

11

12

None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?