Python Review - Functions

Python Review - Functions

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Turtle Refresh Quiz

Turtle Refresh Quiz

10th Grade

15 Qs

Functions Pt. 2 + Separate Compilation

Functions Pt. 2 + Separate Compilation

9th Grade - University

10 Qs

JavaScript Functions and Parameters

JavaScript Functions and Parameters

9th - 12th Grade

15 Qs

AP CSP Functions, Returns, Libraries

AP CSP Functions, Returns, Libraries

9th - 12th Grade

12 Qs

Python Testing

Python Testing

9th - 12th Grade

10 Qs

Python Functions

Python Functions

12th Grade

15 Qs

UTS Semester 1 Informatika 2024/2025

UTS Semester 1 Informatika 2024/2025

9th Grade

12 Qs

Classes in C++

Classes in C++

6th - 9th Grade

14 Qs

Python Review - Functions

Python Review - Functions

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Margaret McGraw

Used 66+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHAT IS A SUBPROGRAM?

Inside the parentheses of a function

The act of assigning a value to an argument for use by a function

A variable used to send information to a function

A collection of commands given a name that return a value or perform an action

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a return in a subprogam?

Keyword that tells the subprogram what to print

Keyword that tells the subprogram what value to send back

Keyword that tells the subprogram what to add

Keyword that tells the subprogram what to multiple

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is a parameter in a function?

input value to a function for the function’s execution

a variable used to send information to a function

the name of the function

the name of the main program calling the function

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

WHAT ARE THE REASONS FOR USING SUBPROGRAMS (ALIAS FUNCTIONS)?

To build code that will be reused

To simplify code

To add comments

Help us to organize longer programs

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

WHAT ARE THE STEPS TO ADD A FUNCTION TO A PROGRAM?

Print the function

Define the function

Add it above the main program

Return the function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Subprograms go ABOVE main program

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHAT IS THE DIFFERENCE BETWEEN A PARAMETER AND A FUNCTION?

1.Functions input values to a parameter

2.Parameter operate on those function values

1.Parameters input values to a function

2.Functions operate on those parameter values

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?