Lesson 34 - Math & OS module

Lesson 34 - Math & OS module

5th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Lesson 21 - pygame module

Lesson 21 - pygame module

5th - 8th Grade

10 Qs

Grade 9

Grade 9

7th Grade

11 Qs

Lession 47 - Test-6

Lession 47 - Test-6

5th - 8th Grade

15 Qs

MS-Excel Level 3 (Final)

MS-Excel Level 3 (Final)

8th Grade - University

11 Qs

Lesson 4 - Turtle module - 1

Lesson 4 - Turtle module - 1

5th - 8th Grade

10 Qs

Lesson 57 - Tkinter Introduction & component-1

Lesson 57 - Tkinter Introduction & component-1

5th - 8th Grade

10 Qs

Supporting Technology Integration for School Leaders Quiz

Supporting Technology Integration for School Leaders Quiz

5th Grade

10 Qs

Major Tom in Space

Major Tom in Space

5th Grade

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?