null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
707218
3.2.5 - Writing Maintainable Programs
Description
A Level Computing (F452) Mind Map on 3.2.5 - Writing Maintainable Programs, created by AndrewZV on 02/04/2014.
No tags specified
computing
f452
computing
f452
a level
Mind Map by
AndrewZV
, updated more than 1 year ago
More
Less
Created by
AndrewZV
over 10 years ago
50
2
0
Resource summary
3.2.5 - Writing Maintainable Programs
Key Terms
Variable
Name associated with a particular memory location used to store data.
By using the variable name, the programmer can:
Store data
Retrieve data
Manipulate data
The value of the data is not know when the program is written.
Scope
Local variable
Declared and used inside:
Modules
Functions
Procedures
Subroutines
Only available inside their specified module, procedure etc...
Created when the subroutine is called.
Destroyed when the subroutine exits.
Global variable
Declared at the beginning of the code.
Available throughout the code.
Can change while the program is running.
Constant
A data item with a fixed value.
Assigned to a variable that cannot be changed when the program is executed.
Identifier
A name representing an object within a program.
Variables
Functions
Procedures
Data Types
Given meaningful names.
Reserved Word / Keyword
Vocabulary of a programming language.
Variables or other identifiers cannot use keywords.
Can only have the meaning which is defined in the language.
Coding Practices
Modularisation
Series of small routines.
Can quickly be seen to be performing one function.
Complex operations should be broken up into subroutines.
Defined separately and called from the main program.
Easier way to achieve if the program has been designed using top-down techniques.
Commenting Code
Comments are read by the programmer and ignored by the computer.
Should be written while the code is written and not after.
Comments should be used for:
Program headers
Subroutines
Declaring variables
Inline comments
Indentation
Improves readability.
Show full summary
Hide full summary
Want to create your own
Mind Maps
for
free
with GoConqr?
Learn more
.
Similar
A level Computing Quiz
Zacchaeus Snape
Types and Components of Computer Systems
Jess Peason
Input Devices
Jess Peason
Output Devices
Jess Peason
Computing
Kwame Oteng-Adusei
Pack of playing cards answer
Karl Taylor
Code Challenge Flow Chart
Charlotte Hilton
3.2.6 - Testing and Running a Solution
AndrewZV
Computing Hardware - CPU and Memory
ollietablet123
Computer Systems
lisawinkler10
Computer science quiz
Ryan Barton
Browse Library