Functions and Procedures

Functions and Procedures

9th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

PLTW CSE L1 Vocab P1/2

PLTW CSE L1 Vocab P1/2

9th - 12th Grade

10 Qs

T-Level DPDD: Maintainable Code Quiz

T-Level DPDD: Maintainable Code Quiz

11th Grade

9 Qs

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

AP CSP Big Idea 1

AP CSP Big Idea 1

9th - 12th Grade

10 Qs

Y8 Java (Karel the dog)

Y8 Java (Karel the dog)

8th - 9th Grade

10 Qs

Python Functions

Python Functions

11th - 12th Grade

12 Qs

CMU CS Academy Unit 2 Part 6 Global Variables and Scope

CMU CS Academy Unit 2 Part 6 Global Variables and Scope

9th Grade

11 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

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