ATP-lab viva

ATP-lab viva

University

10 Qs

quiz-placeholder

Similar activities

BLSCM_Python2

BLSCM_Python2

University

11 Qs

Week 3

Week 3

University

5 Qs

Game Dev

Game Dev

4th Grade - University

5 Qs

Basic Python and Machine Learning Concepts

Basic Python and Machine Learning Concepts

University

10 Qs

python set 1

python set 1

University

10 Qs

Intro to Python Programming Quiz 9D

Intro to Python Programming Quiz 9D

1st Grade - University

14 Qs

Modulo 1 - Fundamentos Python

Modulo 1 - Fundamentos Python

University

15 Qs

Windows/Excel Keyboard Shortcuts

Windows/Excel Keyboard Shortcuts

KG - University

15 Qs

ATP-lab viva

ATP-lab viva

Assessment

Quiz

Other

University

Easy

Created by

Keerthi Krishnan

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In python, which keyword is used to start function?

function

def

try

import

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of

“hello”+1+2+3

hello

hello6

hello123

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Let List1=[2,4,6,8,10], then print(List1[-2]) will result in

10

8

6

4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the result of the following Python code?

S=[x**2 for x in range(5)]

print(S)

[1,4,9,16,25]

[0,1,4,9,16]

[0,1,2,4,5]

[0,1,4,9,16,25]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code : print 9//2

4.5

4

4.0

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a mutable data type in Python?

Dictionary

List

String

Tuple

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which can be an Identifier among them in Python?

1abc

@python

$12a

_xy1

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?