Shravanne Quiz

Shravanne Quiz

3rd Grade

40 Qs

quiz-placeholder

Similar activities

TRY OUT UJIAN SEKOLAH SPVHS

TRY OUT UJIAN SEKOLAH SPVHS

3rd Grade

40 Qs

kelas 3 tema 5

kelas 3 tema 5

3rd Grade

35 Qs

HGT.03- 2014-2015

HGT.03- 2014-2015

3rd Grade

40 Qs

SOAL PRODUKTIF TATA BOGA

SOAL PRODUKTIF TATA BOGA

2nd - 3rd Grade

40 Qs

DROIT DE LA COM ASSESSMENT

DROIT DE LA COM ASSESSMENT

1st - 4th Grade

35 Qs

Kelas 9 PJok semester ganjil

Kelas 9 PJok semester ganjil

KG - 12th Grade

35 Qs

Cila

Cila

KG - Professional Development

45 Qs

Ed Stenzel's Summer time Camping quiz

Ed Stenzel's Summer time Camping quiz

3rd - 12th Grade

42 Qs

Shravanne Quiz

Shravanne Quiz

Assessment

Quiz

Professional Development

3rd Grade

Hard

Created by

Dhwani Desai

Used 5+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pickling process in python includes what ?

Converts a list to a data table

Converts data table to list

Converts a byte stream into python object hierarchy

Converts python object hierarchy into a byte stream

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Write output of following code

'4'==4

Value error occurs

True

False

Type error occurs

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which order of precedence is correct in python ?

Exponential, Parenthesis, Multiplication, Division, Addition, Subtraction

Division, Multiplication, Addition, Subtraction, Parenthesis, Exponential,

Parenthesis, Exponential, Multiplication, Division, Addition, Subtraction

Exponential, Multiplication, Division, Addition, Subtraction, Parenthesis

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code ?

print("Good{0!r}and{0!s}".format('Morning','bin'))

Good 'Morning' and Morning

Value error

Good Morning and Morning

Good Morning and 'Morning'

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code ?

P={1:{'A':{1:"A"},2:"B"},3:"C",'B':"P","P":'E'}

print(P[P[P[1][2]]],end=" ")

print(P[P[1]["A"][2]])

PC

E KeyError

EB

PB

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tick the most accurate statement for the declaration X=Circle()

You can assign int value to x

x contains an object of Circle type

x contains a reference to a Circle object

None of these

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To check whether an object "obj" is an instance of class A or not, which of the following statement can be used ?

obj.isinstance(A)

A.isinstance(obj)

isinstance(obj,A)

isinstance(A,obj)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?