week 7
Pseudocode
Definitions
from Wiktionary, Creative Commons Attribution/Share-Alike Licensenoun.
A description of a computer programming algorithm that uses the structural conventions
of programming languages but omits detailed subroutines or language-specific syntax.
Etymologies
pseudo- +ââ¬Å½ code (Wiktionary)
What is it?
Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm. It uses the structural conventions of a programming language, but is intended for human reading rather than machine reading. This is a useful method of describing the function of an element to non IT literate individuals. Using structured english the stages of the operation are detailed.
Example Pseudocode for an Alert box
When submit button is clicked
"Is data valid?"
If 'yes' goto new page
If 'no' show alert box "Please fill in the field."
return to input box

Actual code
The information covered in this page covers the knowledge and understanding linked to the criterion in the table below.
Links to Assessment Criteria | Description |
---|---|
P4 | using appropriate design tools, design an interactive website to meet a client need [CT1] | M2 | explain the tools and techniques used in the creation of an interactive website | D2 | discuss the techniques that can be used on web pages to aid user access to information |
Functional Skills English | Reading, Writing, Comprhension, Problems Solving, Nouns |
Functional Skills Maths | Compression,Reduction |
British Values | None covered in this session. |
Equality and Diversity |
Last Updated
2018-04-16 13:27:00
English and Maths
English
0Maths
Stretch and Challenge
Stretch and Challenge
- Fast to implement
- Accessible by default
- No dependencies
Homework
Homework
Equality and Diversity Calendar
How to's
How 2's Coverage
00
Links to Learning Outcomes |
Links to Assessment criteria |
|
---|---|---|
Files that support this week
Week 6←
PrevWeek 7←
PrevWeek 8←
Prev→
Next