Quiz 2

Quiz 2

University

25 Qs

quiz-placeholder

Similar activities

PF101 (Quiz 1 - Finals)

PF101 (Quiz 1 - Finals)

University

20 Qs

Zenorix 2023

Zenorix 2023

University

20 Qs

C programming syntax quiz

C programming syntax quiz

University

20 Qs

Basics of programming - Quiz - 01

Basics of programming - Quiz - 01

University - Professional Development

20 Qs

Python Strings

Python Strings

University

20 Qs

PPS PYTHON QUIZ

PPS PYTHON QUIZ

University

20 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

PyWars: Compete For Glory

PyWars: Compete For Glory

University

30 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Vineela Allada

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
  1. What will be the output of the following Python program?

8

2

1

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code snippet?

z=set('abc$def')

'a' in z

Error

No output

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("Hello {0[0]} and {0[1]}".format(('foo', 'bin')))

Hello (‘foo’, ‘bin’) and (‘foo’, ‘bin’)

Hello foo and bin

Error

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to read all the characters?

Read()

Readcharacters()

Readall()

readchar()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are the modes of both writing and reading in binary format in file?

wb

w

wb+

w+

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does ~~~~~~~5 evaluate to ?

+11

-5

+5

-11

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what will be the output of the following code?

x=1234

reg="integers:....%d...%-6d...%06d"%(x,x,x)

print(reg)

error

integers:....1234...1234  ...123400
integers:....1234...1234  ...001234
integers:....1234...1234...1234

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?