PYTHON_CHAPTER 3

PYTHON_CHAPTER 3

University

10 Qs

quiz-placeholder

Similar activities

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Kuis 1: Machine Learning for IoT- 4 TRK

Kuis 1: Machine Learning for IoT- 4 TRK

University

15 Qs

Module in Python

Module in Python

University

15 Qs

Python - Functions

Python - Functions

University

10 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

University

10 Qs

A3 IIIB - Básicas de EDA

A3 IIIB - Básicas de EDA

11th Grade - University

10 Qs

Python modules, operators and random

Python modules, operators and random

University

15 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?