Python Intermediate Final Test

Python Intermediate Final Test

Professional Development

7 Qs

quiz-placeholder

Similar activities

GSuite Quiz

GSuite Quiz

Professional Development

10 Qs

POO_3

POO_3

Professional Development

11 Qs

[September] Download (+)

[September] Download (+)

Professional Development

10 Qs

Minecraft

Minecraft

KG - Professional Development

10 Qs

LESSON 1: INTRODUCTION TO OPEN EDUCATIONAL RESOURCES

LESSON 1: INTRODUCTION TO OPEN EDUCATIONAL RESOURCES

Professional Development

10 Qs

Teste - Aula - 1

Teste - Aula - 1

Professional Development

12 Qs

AI-900 - Fundamentals - Simulado 01

AI-900 - Fundamentals - Simulado 01

Professional Development

10 Qs

1.1 Introduction to Rolling Stock

1.1 Introduction to Rolling Stock

Professional Development

10 Qs

Python Intermediate Final Test

Python Intermediate Final Test

Assessment

Quiz

Instructional Technology

Professional Development

Practice Problem

Hard

Created by

Sai Sankalp N

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

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

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

10 sec • 5 pts

Which of the following variable names are illegal?

(Select ALL that apply)

TRUE

True

and

true

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Name of the keyword used to catch errors

print

input

try

except

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What extension must you add to the end of a file when saving?

.c

.java

.py

.pyc

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

which function of json module is used for reading the information from a json file in the form of a string?

.load()

.loads()

.dump()

.dumps()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

JSON

JavaScript Object Notation

JavaScript Oriented Notation

Java scripter objects note

JavaScript of Nodes

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Media Image

What is the output of the following snippet?

the code will cause a runtime error

2

None

1

7.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which of the following is used in Quick sort?

Pivots

Pair of numbers

Sort function

Recursion