Chapter 2 BABI NA
Keywords are words that are reserved to be used as commands or cues for the compiler/interpreter to know that a certain task, job, mode, or setting is needed. For example, in this book, the keyword Display will be used to display to the screen. Syntax refers to the rules of a computer language.
As mentioned in chapter 1 pseudocode is fake code that allows you to focus more on the structure and logic of a program. For the remainder of this book, we will focus more on pseudocode to expand on the various programming logic concepts and techniques. We will also use flow charts to illustrate graphically the logical process our programs undergo
