Python Quiz Part 3

Python Quiz Part 3

Professional Development

10 Qs

quiz-placeholder

Similar activities

Tes Materi ke-9

Tes Materi ke-9

Professional Development

10 Qs

R Beginner Quiz

R Beginner Quiz

Professional Development

15 Qs

web-программирование

web-программирование

Professional Development

6 Qs

Pre Test Shop Floor Cargill

Pre Test Shop Floor Cargill

Professional Development

12 Qs

Python

Python

Professional Development

6 Qs

Integração de Aplicações - Quiz 2

Integração de Aplicações - Quiz 2

Professional Development

14 Qs

Python Functions

Python Functions

Professional Development

9 Qs

HTML

HTML

Professional Development

10 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?