PYTHON_CHAPTER 3

PYTHON_CHAPTER 3

University

10 Qs

quiz-placeholder

Similar activities

MySQL Python Connectivity

MySQL Python Connectivity

12th Grade - University

10 Qs

Fundamentals of Computer Science

Fundamentals of Computer Science

University

15 Qs

Unit 2 - AI by Prof. R. Rajkumar

Unit 2 - AI by Prof. R. Rajkumar

University

15 Qs

Sains Komputer (Java) 1: Sintaks Asas & Pembolehubah

Sains Komputer (Java) 1: Sintaks Asas & Pembolehubah

10th Grade - University

10 Qs

Coding Quiz

Coding Quiz

University

10 Qs

packages and interfaces

packages and interfaces

University

10 Qs

Computer Memory and Storage

Computer Memory and Storage

KG - University

12 Qs

NumPy

NumPy

9th Grade - 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?