Python Review - Functions

Python Review - Functions

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

OCR GCSE Programming Techniques

OCR GCSE Programming Techniques

9th - 12th Grade

12 Qs

Functions in Python

Functions in Python

9th - 12th Grade

15 Qs

Quarter 4 - LQ1 (Oracle Prog)

Quarter 4 - LQ1 (Oracle Prog)

12th Grade

10 Qs

Alrpo

Alrpo

11th Grade

10 Qs

UTS Semester 1 Informatika 2024/2025

UTS Semester 1 Informatika 2024/2025

8th Grade - University

12 Qs

Programming

Programming

1st - 10th Grade

10 Qs

ASK T3-STRUKTUR KOD ARAHAN

ASK T3-STRUKTUR KOD ARAHAN

9th Grade

15 Qs

Turtle lesson 2

Turtle lesson 2

11th Grade

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