Functions in Python

Functions in Python

University

15 Qs

quiz-placeholder

Similar activities

Quiz 3

Quiz 3

University

10 Qs

Functions and Modules

Functions and Modules

University

10 Qs

PROGRAMMING IN PYTHON - UNIT II - TEST 2 - MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 2 - MCQS

University

15 Qs

PYTHON REVISION

PYTHON REVISION

University

20 Qs

UTS OOP

UTS OOP

University

20 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

 QUIZ  MS Core Java Quiz-3 2023

QUIZ MS Core Java Quiz-3 2023

University

11 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Functions in Python

Functions in Python

Assessment

Quiz

Computers

University

Hard

Created by

Corneille NDJEUMOU

Used 12+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A group of statements that exist within a program for the purpose of performing a specific task is a(n) ___.

function
variable
loop

block

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first line of a function definition is known as the ___.

body

introduction

header

initialization

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You ___ a function to execute it.

define

import

call

export

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The ___ keyword is ignored by the Python interpreter and can be used as a placeholder for code that will be written later.

execute
skip
pass

pause

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ___ is a variable that is created inside a function.

global variable
local variable
constant variable
static variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ___ is the part of a program in which a variable may be accessed.

loop

scope

area of visibility

declaration space

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ___ is a special variable that receives a piece of data when a function is called.

argument

header

module

parameter

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?