IT Specialist Exam Prep 1

IT Specialist Exam Prep 1

9th Grade

25 Qs

quiz-placeholder

Similar activities

Python 14/12/16

Python 14/12/16

9th - 11th Grade

20 Qs

GCSE Computer Science: Programming (Python)

GCSE Computer Science: Programming (Python)

9th - 12th Grade

25 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Python basic

Python basic

9th Grade

21 Qs

National 5 Programming (VB and Theory)

National 5 Programming (VB and Theory)

1st - 11th Grade

20 Qs

Tipos Agregados Homogêneos - Vetor e Matriz em C

Tipos Agregados Homogêneos - Vetor e Matriz em C

1st - 10th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Year 9 computing mixed questions

Year 9 computing mixed questions

9th - 11th Grade

22 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?