Functions and Procedures

Functions and Procedures

9th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

C programming

C programming

11th Grade - University

10 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

Term-3 Revision

Term-3 Revision

7th - 9th Grade

10 Qs

Programming Techniques

Programming Techniques

11th - 12th Grade

10 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

Code.org Unit 3 Review

Code.org Unit 3 Review

9th - 12th Grade

8 Qs

C++ Programming

C++ Programming

9th - 12th Grade

10 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