Our site uses cookies. Some of the cookies we use are essential for parts of the site to operate and have already been set. You may delete and block all cookies from this site, but parts of the site will not work. To find out more about cookies on this website, see our Cookie Policy
Accept
© eRevision.uk and ZigZag Education 2024
This test is run by guest.
Note that your final mark will not be saved in the system.

1 - Programming MatchUp

Target Level
C
Running Total
0
0%
Attempt
1 of 3

Click on a top box, then click on its match below. Or, drag a top box and drop it onto the correct match. Match all pairs before clicking ‘Check’.

By reference
Recursive
Sequence
By value
Global
Iteration
Selection
Parameter
Function
IDE
Local
Procedure
Modularity
Debugging
The means by which a variable's contents might be made accessible to another subroutine without changing the scope of the variable.
Describes a subroutine that calls itself.
An application that contains everything needed to create an application.
A property of a program that is developed in such a way that some component can easily be updated or removed without affecting the rest of the program.
A type of subroutine that returns a value.
The type of parameter passing whereby a copy of the data item is made which can be manipulated independently of the original.
The process of eliminating errors and other problems from program code.
A type of subroutine that does not return a value.
A programming construct in which each line occurs only once, and in a predetermined order.
The type of parameter passing where a pointer to the original data item is made. Any changes to the parameter are reflected as changes to the original data.
Also known as 'repetition' or 'looping'.
A programming construct often indicated by keywords such as IF and CASE.
A variable's scope when it is visible within a single subroutine.
A variable's scope when it is visible through all subroutines.

This is your 1st attempt! You get 3 marks for each one you get right. Good luck!

Pass Mark
75%