Shravanne Quiz

Shravanne Quiz

3rd Grade

40 Qs

quiz-placeholder

Similar activities

Biocare Midyear Review

Biocare Midyear Review

1st Grade - University

40 Qs

English For IT 5: Unit 3

English For IT 5: Unit 3

1st Grade - Professional Development

40 Qs

ವಿದ್ಯಾಶಾರದೆ Kartet tests ಅರ್ಥಶಾಸ್ತ್ರದ ಮೂಲಾಂಶಗಳು

ವಿದ್ಯಾಶಾರದೆ Kartet tests ಅರ್ಥಶಾಸ್ತ್ರದ ಮೂಲಾಂಶಗಳು

3rd Grade - University

40 Qs

FOWA

FOWA

1st Grade - University

40 Qs

USP PENGETAHUAN PKWU

USP PENGETAHUAN PKWU

3rd Grade

40 Qs

Atención y concentración

Atención y concentración

1st - 3rd Grade

40 Qs

My Strong Team

My Strong Team

1st - 5th Grade

43 Qs

PPPK PGSD

PPPK PGSD

KG - Professional Development

40 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?