Python Skill Lab MCQ

Python Skill Lab MCQ

University

25 Qs

quiz-placeholder

Similar activities

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Introduction To Python

Introduction To Python

University

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Python MCQ

Python MCQ

University

20 Qs

UNIT 1 PYTHON

UNIT 1 PYTHON

University

20 Qs

Python Basics 1

Python Basics 1

University

20 Qs

PY-BUILD

PY-BUILD

University

20 Qs

Python Skill Lab MCQ

Python Skill Lab MCQ

Assessment

Quiz

Computers

University

Medium

Created by

Manzoor Ahmed

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of Programming does Python support?

object-oriented programming

structured programming

functional programming

all of the all of the mentionedmentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed Python Programming Language?

Wick van Rossum

Rasmus Lerdorf

Guido van Rossum

Niene Stom

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct extension of the Python file?

.python

.pl

.py

.p

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keywords in Python are in _________

Capitalized

lower case

UPPER CASE

None of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of the following Python expression?

4 + 3 % 5

7

2

4

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for function in Python language?

Function

def

func

void

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

i = 1

while True:

if i%3 == 0:

break

print(i)  

i + = 1

1 2 3

error

1 2

1 3 2

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?