Basics of Python Programming Unit-1

Basics of Python Programming Unit-1

University - Professional Development

20 Qs

quiz-placeholder

Similar activities

C Operators

C Operators

University - Professional Development

15 Qs

Subjunctive

Subjunctive

9th Grade - University

21 Qs

FUNCTIONS - FILES - MODULES - OOPS

FUNCTIONS - FILES - MODULES - OOPS

Professional Development

25 Qs

Simple Python Quiz

Simple Python Quiz

Professional Development

15 Qs

A2 - Grammar & Vocabulary Revision

A2 - Grammar & Vocabulary Revision

9th Grade - University

15 Qs

PythonDS

PythonDS

Professional Development

21 Qs

Quiz 2 Internship on Fundamentals of Python

Quiz 2 Internship on Fundamentals of Python

Professional Development

15 Qs

list and dictionary

list and dictionary

Professional Development

17 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?