SDD Flashcards
What is an input
Data entered into a computer
What is the purpose of the analysis stage
To when given a problem identify what the program is meant to do
What is a process
the computer program transforms any data from inputs into some form of information that can be output
What is an output
The result of any process returned to the user
What are the data types
Boolean, string, character, float and integer
What is the Boolean dot type
Used to store a value which can be true or false
What is a string data type
Used to store a sequence of characters
What is a character data type
Used to store a single character
What is a float data type
used to store a decimal number
What is an integer data type
Used to store a whole number
What is assignment
Assignment is to set the value of a variable
What is concatenation
The merging of two or more strings together
What is the IF statement used for
Making a decision
What is the condition of the IF statement
The rule that is being tested by the IF statement,
What is the difference between a simple condition and a complex condition
A simple conditions only has one rule while a complex condition has multiple