Assignment 3
This assignment is worth 10 points.
Objectives
- When you finish this assignment you should
- Describe the basic terms related declaring program elements.
- Describe the rules for constructing these elements.
- Describe some of the conventions for constructing these elements.
- Read chapter 2.1 and 2.2. The terms are very important, but we will cover these in class.
- Define the following:
- Syntax
- Semantics
- Identifier
- Reserved Words
- Data Type
- What is the difference between a syntax rule and a convention?
- What are the three rules for constructing an identifier?
- Give conventions for constructing a variable name.
- What is the difference between a variable and an identifier?