Random functions

Quiz
•
Computers
•
12th Grade
•
Hard
KVSEC12 PHOTOS
Used 41+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To include the use of functions which are present in the random library, we must use the option:
import random
random.h
import.random
random.random
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The output of the above Python code is either 1 or 2.
True
False
error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the above Python code?
An integer other than 2, 3 and 4
Either 2,3 or 4
Error
3 only
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of above given code
Error
Either 10.4, 56.99 or 76
Any number other than 10.4, 56.99 and 76
56.99 only
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python function (random module has already been imported)?
random.choice('sun')
sun
u
either s,u or n
error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python function, assuming that the random module has already been imported?
random.uniform(3,4)
error
either 3 or 4
Any integer other than 3 and 4
Any decimal value between 3 and 4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python function if the random module has already been imported?
random.randint(3.5,7)
Error
Any integer between 3.5 and 7, including 7
Any integer between 3.5 and 7, excluding 7
The integer closest to the mean of 3.5 and 7
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Python Demo Quiz Set1

Quiz
•
9th - 12th Grade
10 questions
Programming Constructs_Y10

Quiz
•
9th - 12th Grade
15 questions
Python2

Quiz
•
8th Grade - University
15 questions
Python Programming

Quiz
•
5th Grade - University
15 questions
Python Revision Tour - I

Quiz
•
12th Grade
8 questions
J277 - 2.2 - Random Number Generation

Quiz
•
10th Grade - University
10 questions
Global and local variables

Quiz
•
10th - 12th Grade
10 questions
Python User Input Quiz

Quiz
•
6th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade