Answer to Question 1
FALSE
Answer to Question 2
1. Express all logic in terms of one of these four types: sequential structures, decision structures, case structures, or iterations.
2. Use and capitalize accepted keywords such as IF, THEN, ELSE, DO, DO WHILE, DO UNTIL, and PERFORM.
3. Indent blocks of statements to show their hierarchy (nesting) clearly.
4. When words or phrases have been defined in a data dictionary, underline those words or phrases to signify that they have a specialized, reserved meaning.
5. Be careful when using and and or, and avoid confusion when distinguishing between greater than and greater than or equal to and like relationships.