Only language understood directly by computer, made of 1s and 0s => hard to write, debug, and maintain.
Machine language
It is a named value that contains a value that we don’t want to change during the running of the program.
Constant
Individual parts of the system are tested is known as
Unit testing
Areas of storage accessible by a unique name, or identifier are
variables
What is a conditional statement?
A
a statement that runs no matter what is true
B
a statement that only runs when certain criteria are met
C
a statement that’s only found in the code for games
D
a statement that’s only found in one coding language
B
How many bits create a byte?
8 Bits
Translates entire source program to object program only once, returning syntax errors if any. Examples: Java, C++
Compiler
Abnormal data is also known as
illegal data
Is a File hardware?
No
it is a software concept to store computational info.
Analysis, Design, __________,Testing, Implementation, __________,Evaluation
Development,Documentation
Direct implementation method is also known as
Bing bang method
It is extremely useful in programming and is used to repeat a statement or a block of statements within an algorithm.
Iteration statement
How are numbers and characters represented in computer memory?
Binary Number System
Allows development of instructions and reference to address locations with mnemonics; program development is easier but each language supports only one specific computer system.
Assembly language
Testing conducted using pen and paper by the programmer is known as
Dry run test
It is used to repeat a specific block of code an unknown number of times, until a condition is met.
While loop
It creates a rough draft or outline of a program.
Pseudocode