Python Quiz 5

Python Quiz 5

University

8 Qs

quiz-placeholder

Similar activities

1. hét

1. hét

University

10 Qs

Q3 - Comp Vision

Q3 - Comp Vision

University

10 Qs

python cseB

python cseB

University

10 Qs

ED 810 Mobile Learning

ED 810 Mobile Learning

University

11 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

J277 - 2.2 - Random Number Generation

J277 - 2.2 - Random Number Generation

10th Grade - University

8 Qs

quiz6

quiz6

University

8 Qs

Python Quiz 5

Python Quiz 5

Assessment

Quiz

Computers

University

Hard

Created by

ENDURO SRM

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a function?

int()

round()

len()

lower()

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

max() function can only be used for numeric data types?

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the extension of a Python module?

py

mod

md

py-md

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Python module can store which of the following?

functions

constants

variables

all of these

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does random() function of random module do?

return a float between 0 and 1

return a float between the input numbers

return a int value between the input numbers

all of these

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct syntax to use pi constant of Math module?

math.pi()

math.pi

math(pi)

pi()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is 'a' called here?

return value

input value

parameter

keyword

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is a return value of the function?

a

2a

0

None