Python Intermediate Final Test

Python Intermediate Final Test

Professional Development

7 Qs

quiz-placeholder

Similar activities

TLE LIVE QUIZ

TLE LIVE QUIZ

Professional Development

10 Qs

SEB-72 React part 2 Week 8

SEB-72 React part 2 Week 8

Professional Development

12 Qs

S309.01 Plan an Expedition Skills Confirmation Quiz

S309.01 Plan an Expedition Skills Confirmation Quiz

Professional Development

10 Qs

Backend

Backend

Professional Development

9 Qs

Programming languages quiz

Programming languages quiz

6th Grade - Professional Development

8 Qs

JavaScript - Introdução

JavaScript - Introdução

Professional Development

11 Qs

Day 01 - Welcome to Web Development

Day 01 - Welcome to Web Development

Professional Development

8 Qs

JAVASCRIPT

JAVASCRIPT

Professional Development

6 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