#1. What does it mean to say that a programming language is machine independent?
#2. Compare and contrast four different programming paradigms.
#3.
a. What is operator precedence?
b. Depending on operator precedence, what values could be associated with the expression 6 + 2 * 3?
#4. What does it mean to say that a programming language is strongly typed?
Make sure to use references and full explanations, in your own words.