Python Intermediate Final Test

Python Intermediate Final Test

Professional Development

7 Qs

quiz-placeholder

Similar activities

Candidates Exam – Node.js + Vue.js

Candidates Exam – Node.js + Vue.js

Professional Development

10 Qs

Coding Girls Summer Quiz

Coding Girls Summer Quiz

Professional Development

10 Qs

Tech Time Trivia

Tech Time Trivia

Professional Development

8 Qs

Quiz # 3

Quiz # 3

University - Professional Development

7 Qs

Semana 1 Programación Móvil

Semana 1 Programación Móvil

University - Professional Development

10 Qs

Conexion MySQL

Conexion MySQL

Professional Development

8 Qs

React.js  basic

React.js basic

Professional Development

10 Qs

Minecraft quiz

Minecraft quiz

KG - Professional Development

12 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