Exam 7: Basic Semantics
Exam 1: Introduction50 Questions
Exam 2: Language Design Criteria50 Questions
Exam 3: Functional Programming50 Questions
Exam 4: Logic Programming50 Questions
Exam 5: Object-Oriented Programming50 Questions
Exam 6: Syntax50 Questions
Exam 7: Basic Semantics50 Questions
Exam 8: Data Types50 Questions
Exam 9: Control I - Expressions and Statements50 Questions
Exam 10: Control II - Procedures and Environments50 Questions
Exam 11: Abstract Data Types and Modules50 Questions
Exam 12: Formal Semantics50 Questions
Exam 13: Parallel Programming51 Questions
Select questions type
If an operator performs more than one function it is said to be ____.
(Multiple Choice)
4.7/5
(31)
A(n)____ occurs when the same object is bound to two different names at the same time.
(Multiple Choice)
4.8/5
(39)
Dangling references are locations that have been deallocated from the environment but can still be accessed by a program.
(True/False)
4.8/5
(41)
Binding time refers to when an attribute is computed and bound to a name.
(True/False)
4.8/5
(37)
The bindings of ____ to storage locations is called the memory.
(Multiple Choice)
4.9/5
(32)
Declaration visibility includes only those regions of a program where the bindings of the declaration apply.
(True/False)
4.6/5
(32)
A translator's symbol table stores the mappings between names and attributes.
(True/False)
4.8/5
(43)
Any scoping structure that can be referenced directly in a language must have its own symbol table.
(True/False)
4.8/5
(39)
A ____ is an object whose stored value can change during execution.
(Multiple Choice)
4.9/5
(38)
A fundamental abstraction mechanism in any programming language is the use of names,or identifiers to denote language entities or constructs.
(True/False)
4.7/5
(45)
In C,the ____ operator retrieves the address of a variable as a pointer.
(Multiple Choice)
4.8/5
(41)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)