Python QUIZ 280324

Python QUIZ 280324

Professional Development

16 Qs

quiz-placeholder

Similar activities

Front End Entrance Test

Front End Entrance Test

Professional Development

21 Qs

JavaScript

JavaScript

Professional Development

11 Qs

Basic of Programming - Quiz 02

Basic of Programming - Quiz 02

University - Professional Development

15 Qs

Python Module 1

Python Module 1

University - Professional Development

13 Qs

Python - String and Lists

Python - String and Lists

Professional Development

20 Qs

codePannu  Level 1 Python Course - Week 6 Quiz on Logical Operators

codePannu Level 1 Python Course - Week 6 Quiz on Logical Operators

Professional Development

15 Qs

Python 145

Python 145

4th Grade - Professional Development

11 Qs

Python-básico1

Python-básico1

Professional Development

17 Qs

Python QUIZ 280324

Python QUIZ 280324

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Talent Ltd

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a core data type?

Lists

Dictionary

Class

Tuples

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is the object below ? L = [1, 23, ‘hello’, 1]

List

Dictionary

Tuple

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function convert a string to a float in python?

int(x [,base])

long(x [,base] )

float(x)

str(x)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following program : 

  • i = 0

while i < 3:

        print i

        i++

        print i+1


0 2 1 3 2 4


01 2 3

012

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code : 

print 9//2

4.5

4.0

4

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the expression : 3*1**3

27

1

9

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code :

print type(type(int))

type 'int'

type 'type'

Error

0

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?