PYTHON_CHAPTER 3

PYTHON_CHAPTER 3

University

10 Qs

quiz-placeholder

Similar activities

CODING QUIZ

CODING QUIZ

1st Grade - University

10 Qs

10-mavzu. Python va PostgreSQL

10-mavzu. Python va PostgreSQL

University

15 Qs

PythonProgramming

PythonProgramming

University

15 Qs

Tkinter

Tkinter

University - Professional Development

7 Qs

File Handling in Python, Serialization in Python

File Handling in Python, Serialization in Python

University

15 Qs

Python Pandas Series

Python Pandas Series

University

15 Qs

CSC305: TOPIC 7

CSC305: TOPIC 7

University

15 Qs

Python Quiz

Python Quiz

University

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