Python Built-in Functions

Quiz
•
Computers
•
11th - 12th Grade
•
Hard
rakhi pillai
Used 65+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
1. Which of the following functions is a built-in function in python?
a) seed()
b) sqrt()
c) factorial()
d) print()
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
2. Which keyword is used for function?
a) define
b) fun
c) def
d) function
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3. What will be the output of the following Python expression?
round(4.576)
a) 4.5
b) 5
c) 4
d) 4.6
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4. The function pow(x,y,z) is evaluated as:
a) (x**y)**z
b) (x**y) / z
c) (x**y) % z
d) (x**y)*z
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
5. What will be the output of the following Python function?
all([2,4,0,6])
a) Error
b) True
c) False
d) 0
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
6. What will be the output of the following Python expression?
round(4.5676,2)?
a) 4.5
b) 4.6
c) 4.57
d) 4.56
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
7. What will be the output of the following Python function?
any([2>8, 4>2, 1>2])
a) Error
b) True
c) False
d) 4 > 2
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python revision

Quiz
•
10th Grade - University
10 questions
Error Finding

Quiz
•
12th Grade
15 questions
JavaScript Control Structures Review

Quiz
•
10th - 12th Grade
10 questions
J277 - 2.2 - Functions in Python

Quiz
•
10th Grade - University
15 questions
GCSE - 2.3 Producing Robust Programs

Quiz
•
9th - 11th Grade
20 questions
2.3 Robust Programs MCQs L2

Quiz
•
10th - 11th Grade
15 questions
Python Casting and Input

Quiz
•
8th - 11th Grade
10 questions
Python: Functions and Parameters

Quiz
•
9th - 12th Grade
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