Python Inbuilt functions

Quiz
•
Computers
•
12th Grade
•
Hard
Bessie Carl
Used 9+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following functions is a built-in function in python?
seed()
sqrt()
factorial()
print()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python expression?
4.5
5
4
4.6
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The function pow(x,y,z) is evaluated as:
(x**y)**z
(x**y) / z
(x**y) % z
(x**y)*z
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python expression?
4.5
4.6
4.57
4.56
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python function?
import math
abs(math.sqrt(25))
Error
-5
5
5.0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python function?
sum(2,4,6)
sum([1,2,3])
Error 6
12 Error
12 6
Error Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the function shown below?
hex(15)
f
0xf
OXF
0xF
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python Basics & Syntax

Quiz
•
10th - 12th Grade
10 questions
Data Types

Quiz
•
12th Grade
13 questions
2.5 Translators & Facilities - OCR GCSE Computer Science

Quiz
•
7th - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
10 questions
Python Exception Handling

Quiz
•
10th - 12th Grade
10 questions
Chapter - 4 Recursions Textbook MCQs

Quiz
•
12th Grade
10 questions
AP Computer Science Principles - Unit 1: Digital Information

Quiz
•
9th - 12th Grade
10 questions
Random functions

Quiz
•
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