Basics of Python Programming Unit-1

Basics of Python Programming Unit-1

University - Professional Development

20 Qs

quiz-placeholder

Similar activities

WiDS Bangalore @ IBM - International Women's Day

WiDS Bangalore @ IBM - International Women's Day

Professional Development

15 Qs

Django #1 (basic)

Django #1 (basic)

1st Grade - Professional Development

15 Qs

QUIZ ON STRINGS - TUPLES - SET - DICTIONARY

QUIZ ON STRINGS - TUPLES - SET - DICTIONARY

Professional Development

25 Qs

Python 1

Python 1

1st Grade - University

17 Qs

EF Unit 10B - articles (a, an, the, θ + reason)

EF Unit 10B - articles (a, an, the, θ + reason)

University

17 Qs

Passives

Passives

University

18 Qs

3.1 Make a list

3.1 Make a list

7th Grade - University

21 Qs

BYTE BATTLE FINALS

BYTE BATTLE FINALS

Professional Development

20 Qs

Basics of Python Programming Unit-1

Basics of Python Programming Unit-1

Assessment

Quiz

Professional Development, English

University - Professional Development

Hard

Created by

kanishka G

Used 48+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Who developed Python Programming Language?

Wick van Rossum

Rasmus Lerdorf

Guido van Rossum

Niene Stom

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which type of Programming does Python support?

object-oriented programming

structured programming

functional programming

all of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the value of the following Python expression?

4 + 3 % 5

7

2

4

1

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is used to define a block of code in Python language?

Indentation

Key

Brackets

All of the mentioned

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Expand IDLE

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the order of precedence in python?

Exponential, Parentheses, Multiplication, Division, Addition, Subtraction

Exponential, Parentheses, Division, Multiplication, Addition, Subtraction

Parentheses, Exponential, Multiplication, Division, Subtraction, Addition

Parentheses, Exponential, Multiplication, Division, Addition, Subtraction

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output of the following piece of code when executed in Python shell?

>>> a=("Check")*3

>>> a

(‘Check’,’Check’,’Check’)

* Operator not valid for tuples

(‘CheckCheckCheck’)

Syntax error

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?