Higher Software Development Subprograms and Parameters

Higher Software Development Subprograms and Parameters

9th Grade - University

7 Qs

quiz-placeholder

Similar activities

Python Libraries

Python Libraries

12th Grade

10 Qs

Subprogram

Subprogram

University

11 Qs

Quiz 120.2B - Subroutines (recognising key terms)

Quiz 120.2B - Subroutines (recognising key terms)

11th Grade

10 Qs

Computer Science Principles

Computer Science Principles

9th - 12th Grade

12 Qs

Quarter 4 - LQ1 (Oracle Prog)

Quarter 4 - LQ1 (Oracle Prog)

12th Grade

10 Qs

UTS Semester 1 Informatika 2024/2025

UTS Semester 1 Informatika 2024/2025

8th Grade - University

12 Qs

Rapid Round 1

Rapid Round 1

University

10 Qs

Turtle lesson 2

Turtle lesson 2

11th Grade

10 Qs

Higher Software Development Subprograms and Parameters

Higher Software Development Subprograms and Parameters

Assessment

Quiz

Computers

9th Grade - University

Medium

Created by

David Jonathan Alford

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

State a formal parameter from this code

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

State an actual parameter from this code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"When a subprogram requires to change the variable so a pointer to the address in memory is passed in" is a description of

Passing by reference

Passing by value

Formal parameter

Actual parameter

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"When a subprogram will not change the variable so a copy of the original variable is passed in" is a description of

Passing by reference

Passing by value

Formal parameter

Actual parameter

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"A parameter as it is defined within a subprogram" is a description of

Passing by reference

Passing by value

Formal parameter

Actual parameter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that is only valid in one subprogram is

local

global

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that is accessible through the whole program is

local

global