Python Quiz Part 3

Python Quiz Part 3

Professional Development

10 Qs

quiz-placeholder

Similar activities

PHP Quiz

PHP Quiz

Professional Development

10 Qs

INSUFICIENCIA CARDÍACA AGUDA

INSUFICIENCIA CARDÍACA AGUDA

Professional Development

15 Qs

INCOME TAX

INCOME TAX

Professional Development

13 Qs

HTML

HTML

Professional Development

15 Qs

Mid point check in - Book Illustration & Design for Children

Mid point check in - Book Illustration & Design for Children

Professional Development

6 Qs

CSS basics

CSS basics

Professional Development

15 Qs

Pelayanan Publik Kelas A (versi 3) Latsar Periode 3

Pelayanan Publik Kelas A (versi 3) Latsar Periode 3

Professional Development

15 Qs

Preguntas 03.04.19

Preguntas 03.04.19

Professional Development

11 Qs

Python Quiz Part 3

Python Quiz Part 3

Assessment

Quiz

Other

Professional Development

Hard

Created by

Richu Thomas

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What data structure does a binary tree degenerate to if it isn't balanced properly?
linked list
queue
set
OrderedDict

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is output for −<br />2 * 2 **3
12
64
16
36

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What command is used to insert 6 in a list ‘‘L’’ at 3rd position ?
L.insert(2,6)
L.insert(3,6)
L.add(3,6)
L.append(2,6)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the correct function among them which can be used to write the data to perform for a binary output?
Write
Output.binary
Dump
Binary.output

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is output for −<br /><br />a = ['he', 'she', 'we']<br /><br />' '.join(a)
['heshewe']
heshewe'
['he she we']
he she we'

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is invalid in python for z = 5 ?
z = z++
z = ++z
z += 1
z -= 1

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operator has higher precedence in the following list
% Modulus
& BitWise AND
**, Exponent
> Comparison

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?