Javascript 5.3 Pseudocode Flashcards
1
Q
Define ‘Logic’ in regards to programming.
A
Logic is the order in which a program runs, the decisions made within the program, how you structure the different parts of the program.
2
Q
Define ‘Syntax’
A
Syntax is the actual programming language, the very specific set of words and symbols you write for it work.