Basics of Python Programming Unit-1

Basics of Python Programming Unit-1

University - Professional Development

20 Qs

quiz-placeholder

Similar activities

PythonDataStructure

PythonDataStructure

Professional Development

21 Qs

MG L2 Electrical

MG L2 Electrical

Professional Development

20 Qs

HACKATHON HUSTLE(ROUND 1)

HACKATHON HUSTLE(ROUND 1)

Professional Development

20 Qs

Quiz 1 Internship

Quiz 1 Internship

Professional Development

15 Qs

 3.5  Menu of Choices

3.5 Menu of Choices

7th Grade - University

16 Qs

Python Basics 1

Python Basics 1

University

20 Qs

Python 1.0

Python 1.0

10th Grade - University

20 Qs

HACKATHON HUSTLE(ROUND 2)

HACKATHON HUSTLE(ROUND 2)

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 47+ 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?