Functions and Procedures

Functions and Procedures

9th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Y8 Java (Karel the dog)

Y8 Java (Karel the dog)

8th - 9th Grade

10 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

2.1 Procedures

2.1 Procedures

8th - 10th Grade

9 Qs

3.4 Microbit RETRIEVAL PRACTICE

3.4 Microbit RETRIEVAL PRACTICE

6th - 9th Grade

10 Qs

Unit 7 Mid Review

Unit 7 Mid Review

9th - 12th Grade

12 Qs

AP CSP Big Idea 1

AP CSP Big Idea 1

9th - 12th Grade

10 Qs

Python Function

Python Function

11th - 12th Grade

11 Qs

Functions and Procedures

Functions and Procedures

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Paul Greenwood

Used 18+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What term is used to describe data passed into/out of a program?

Variable

Loop

Constant

Parameter

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between a function and a procedure?

They are the same thing

A subroutine passes values back out to the program, a function does not

A function passes values back out to the program, a procedure does not

A function can run without being called

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of this program if the user enters "Han" and then "Solo"?

An error

Nothing

first surname

Han Solo

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What would the output be for the following program if the user enters 4 and 6?

10

14

16

error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a procedure?
A small section of code within a program which performs a task
Code which produces a calculated result

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a function?
A small section of code within a program which performs a task
Code which produces a calculated result

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why are procedures used by programmers?
To reduce repetition of code
To reduce repetition of code and to calculate a value

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why are functions used by programmers?
To reduce repetition of code
To reduce repetition of code and to calculate a value