| | |
Summary: 0
CS 4700 - Exam #2 - 100 points Spring 2010
This is the exam given a year ago. We were using a different book then, so some of the
questions may not be pertinent now. Please use this as an example of the TYPES of
questions, not a comprehensive list of exactly what you are to know.
Multiple Choice (2 points each) Circle the single best answer.
1. In C++, a local variable is bound to a relative offset in the activation record at what time?
a. language definition time
b. language implementation time
c. compile time
d. link time
e. load time
f. execution time
2. In C++, the type integer is bound to a particular number of bits at what time?
a. language definition time
b. language implementation time
c. compile time
d. link time
e. load time
f. execution time
|