Search Header Logo

PYTHON_CHAPTER 3

Authored by Marliana (AS)

Computers

University

Used 2+ times

PYTHON_CHAPTER 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This type of functions are pre-defined by the Python interpreter.

Built-in Function

Built-out Function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These functions perform a specific task and can be used in any program, depending on the requirement of the user.

Built-in Function

User-defined Function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _____ is a file containing a set of functions that we can include in our Python program.

modes

module

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

input( ) and pow( ) are the examples of common _____ in Python.

modules

functions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Math and Random are the examples of _____ in Python.

modules

functions

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trace the output for the following codes:

import math

print (math.ceil(2.2))

3

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trace the output for the following codes:

import math

print(math.pow(2,3))

6

8

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers