Lesson 34 - Math & OS module

Lesson 34 - Math & OS module

5th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

GAMIFICATION (Day 3)

GAMIFICATION (Day 3)

7th - 10th Grade

15 Qs

Guess The Flags - Asia

Guess The Flags - Asia

5th - 12th Grade

15 Qs

Les éléments d'un lave linge

Les éléments d'un lave linge

1st - 10th Grade

10 Qs

Lesson 39 Test-5

Lesson 39 Test-5

5th - 8th Grade

10 Qs

Lesson 29 - Introduction to module

Lesson 29 - Introduction to module

5th - 8th Grade

10 Qs

Lesson 5 - Turtle module - 2

Lesson 5 - Turtle module - 2

5th - 8th Grade

10 Qs

Virtual Technology for the 21st Century Educators

Virtual Technology for the 21st Century Educators

1st - 10th Grade

10 Qs

Node.js

Node.js

1st Grade - Professional Development

10 Qs

Lesson 34 - Math & OS module

Lesson 34 - Math & OS module

Assessment

Quiz

Professional Development, Education

5th - 8th Grade

Medium

Created by

NotchUp .co

Used 15+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Random module is which type of module ?

External

inbuilt

both

none

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The function in random used to generate random number within a range and step is ?

randint()

randrange()

random()

all of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code ?

L=[1,2,3,4,5]

random.shuffle(L)

print(L)

[1,2,3,4,6]

[6,2,5,4,1]

[4,3,5,2,1]

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

he function in OS module to generate current working directory ?

getcwd

getdir()

cwd()

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The function in OS module to change the current working directory ?

chgdir()

chdir()

changedirectory()

none

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The module which makes some system changes is -

random

os

datetime

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to find squareroot of the given number in math module ?

sqrt()

root()

squareroot()

none

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?