PYTHON_CHAPTER 3

PYTHON_CHAPTER 3

University

10 Qs

quiz-placeholder

Similar activities

Activity 2

Activity 2

University

10 Qs

Software Development Quiz

Software Development Quiz

6th Grade - Professional Development

10 Qs

Python Quiz 1

Python Quiz 1

University

10 Qs

NumPy

NumPy

9th Grade - University

10 Qs

Function -1

Function -1

5th Grade - Professional Development

12 Qs

Quiz6

Quiz6

University

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

Functions and Modules

Functions and Modules

University

10 Qs

PYTHON_CHAPTER 3

PYTHON_CHAPTER 3

Assessment

Quiz

Computers

University

Medium

Created by

Marliana (AS)

Used 2+ times

FREE Resource

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

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?