Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 15 (15.12 (Program Documentation, Program Documentation, Debugging…
Chapter 15
15.12
Program Documentation
Program Documentation
Debugging Output Statements
Using Comments in Program Code
Flags
Variable Naming Methods
Stubs
Debugging Tools
External Documentation
15.5
Output Functions
Mathematical Functions
Input Functions
String-handling functions
Functions that Round Numbers
Other functions
Constants
15.3
Integers
Real Numbers
Strings
Boolean
Characters
Date and time
15.2
The big picture: Inputs, processing and outputs
Which language is best?What does a program look like in different languages?
Complex machine means complex programs
Parts of a program
Natural languauges
Structured programming
15.9
Types of Languages
Choosing a programming Language
Examples of Programming Languages
Source Code to Object Code
15.10
Records
FIles
Arrays
Listing all the values in an array
Searching for a value in an array
15.4
Concentration
Assignment Statements
Operators
Relational Opreators
Logical Operaters
Arithmetic operators
15.1
Flowcharts
Used by computer programmers to help with designing
Pseudocode
Simple way of planning before developing program
15.11
Unit Testing
Error Detection
Logical errors
Run-time errors
Syntax errors
15.8
Graphical Tools
GUI Objects
15.6
Describing a Problem
Flowcharts
15.7
Using Desk Checking
Using Subprograms