Basic of Python

Basic of Python

University

8 Qs

quiz-placeholder

Similar activities

python quiz 1

python quiz 1

University

5 Qs

Introduction to Multimedia

Introduction to Multimedia

University

10 Qs

SDS Recruitment Re-Quiz

SDS Recruitment Re-Quiz

University

13 Qs

Bitmap v Vector Images

Bitmap v Vector Images

KG - University

10 Qs

Day1

Day1

University

10 Qs

Python Lists and Tuples

Python Lists and Tuples

University

11 Qs

Python Dictionaries

Python Dictionaries

University

10 Qs

Python Basics

Python Basics

University

10 Qs

Basic of Python

Basic of Python

Assessment

Quiz

Computers

University

Hard

Created by

Rajesh Rajesh

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Amongst the following, who is the developer of Python programming?

  1. Guido van Rossum

  1. Denis Ritchie

  1. Y.C. Khen

  1. None of the mentioned above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not used as conditional statement in Python?

  1. switch

  1. if...else

  1. elif

  1. None of the mentioned above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, an else statement comes right after the block after 'if'?

True

False

May be

Dont want to answer

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What does the following code block do?

Sets the green value in every pixel to the red value.

Switches the green and red values in every pixel.

Creates a green filter on the image.

The code has no effect on pixel color.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum possible length of an identifier?

16

32

64

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

.python

.pl

.py

.p

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which of the following character is used to give single-line comments in Python?

//

#

!

/*

8.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which symbol is used for product calculations?

x

X

*

**