1. What is a data type? Define the following data types and give one example per type.
2. Given Boolean variables one, two, and three, write an equation for each of the following questions.
Example: (5 > 3) & (5 < 9)
3. Describe the process of compiling and running a C++ and Java programs.
4. How do the .WORD and .BLOCK assembler directives in the Pep/8 assembly language differ from the declarations in high-level languages?
5. age, weight, and height are three integer variables and a read statement says to input them in that order. Given the following input stream (commas are separators) 03, 118, 80 what is stored in?
Do the values stored in the variables seem reasonable? If not, how would you correct the problem?
6. Object-oriented strategy:
7. Compare and contrast an assembler, a compiler, and an interpreter.
8. Match the question with the appropriate translation or execution system
A. Interpreter
B. Assembler
C. Compiler
D. Machine code
9.The obvious way to place an item into unsorted list is different in an array-based and a linked implementation. Explain!
10. Which of the following languages is more suitable for solving what kind of specific problems?