Python Intermediate Final Test

Python Intermediate Final Test

Professional Development

7 Qs

quiz-placeholder

Similar activities

Clase 5 UML - Kernell

Clase 5 UML - Kernell

Professional Development

10 Qs

GetHelp Quality Refresher

GetHelp Quality Refresher

Professional Development

12 Qs

Quiz Webinar Flutter 29-04-2021

Quiz Webinar Flutter 29-04-2021

Professional Development

10 Qs

LM css html xml

LM css html xml

Professional Development

11 Qs

TypeScript Functions Quiz

TypeScript Functions Quiz

Professional Development

10 Qs

DEWE-03_RA 1.1_Tema A

DEWE-03_RA 1.1_Tema A

Professional Development

11 Qs

Javascript + JQuery (Parte 1)

Javascript + JQuery (Parte 1)

Professional Development

10 Qs

Android y sus generalidades

Android y sus generalidades

University - Professional Development

10 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