Python Intermediate Final Test

Python Intermediate Final Test

Professional Development

7 Qs

quiz-placeholder

Similar activities

Tema 5 - Contenidos en formato digital HTML y PDF

Tema 5 - Contenidos en formato digital HTML y PDF

Professional Development

10 Qs

DevIT vol.1: React Basics Quiz

DevIT vol.1: React Basics Quiz

Professional Development

10 Qs

JavaScript Dasar

JavaScript Dasar

Professional Development

10 Qs

Saberes Previos Lenguaje de Programación I

Saberes Previos Lenguaje de Programación I

Professional Development

8 Qs

Ağ Güvenliği

Ağ Güvenliği

Professional Development

10 Qs

Minecraft quiz

Minecraft quiz

KG - Professional Development

12 Qs

Zendesk Dev

Zendesk Dev

Professional Development

12 Qs

AWS Restart Quiz 1 geral

AWS Restart Quiz 1 geral

Professional Development

11 Qs

Python Intermediate Final Test

Python Intermediate Final Test

Assessment

Quiz

Instructional Technology

Professional Development

Hard

Created by

Sai Sankalp N

Used 8+ times

FREE Resource

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