#1. What does it mean to say that a programming language is machine independent?
#2. Name and describe four different programming paradigms.
#3. Summarize the distinction between a machine language and an assembly language.
#4. a. What is operator precedence?
b. Depending on operator precedence, what values could be associated with the expression 6 + 2 * 3?
#5. What does it mean to say that a programming language is strongly typed?