python quiz 1

python quiz 1

Professional Development

30 Qs

quiz-placeholder

Similar activities

DAT B0721 - The Activity Day 2

DAT B0721 - The Activity Day 2

Professional Development

26 Qs

Go Lang Techmaster

Go Lang Techmaster

Professional Development

25 Qs

Bridge Course - Screening Test

Bridge Course - Screening Test

10th Grade - Professional Development

30 Qs

InCube Quiz #1

InCube Quiz #1

Professional Development

31 Qs

Intro to Python 1

Intro to Python 1

9th Grade - Professional Development

30 Qs

CONTROL STRUCTURES - LIST

CONTROL STRUCTURES - LIST

Professional Development

25 Qs

Cisco Collaboration Quick Assessment

Cisco Collaboration Quick Assessment

Professional Development

34 Qs

Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

python quiz 1

python quiz 1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

KEERTHI BADUGU

Used 7+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

print(2 ** 3);

a) 5


b) 6

c) 8

d) 9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

a) 2variable


b) variable_name

c) variable-name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

a) .pyth


b) .pt

c) .py

d) .pyt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a function in Python?

a) func


b) define

c) def

d) function.def

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

print("Hello" + "World");

a) Hello World


b) HelloWorld

c) Hello+World

d) Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a core data type in Python?

a) List


b) Dictionary

c) Tuples

d) Class

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert comments in Python code?

a) //


b) #

c) /* */

d) --

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?