Basic of Python

Basic of Python

University

8 Qs

quiz-placeholder

Similar activities

Introduction to Multimedia

Introduction to Multimedia

University

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Basic python

Basic python

University

10 Qs

Python_Variables

Python_Variables

University

9 Qs

Python Quiz

Python Quiz

University

10 Qs

Python Round 3

Python Round 3

University

11 Qs

python test 1_23_24

python test 1_23_24

University

10 Qs

python quiz 1

python quiz 1

University

5 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

*

**