Podcast
Questions and Answers
Which data structure is used in the declarative model?
Which data structure is used in the declarative model?
- Queue
- Stack
- Set (correct)
- Array
What are variables in the single-assignment store called?
What are variables in the single-assignment store called?
- Mutable variables
- Declarative variables (correct)
- Immutable variables
- Dynamic variables
What happens to a declarative variable once it is bound?
What happens to a declarative variable once it is bound?
- It becomes dynamic
- It becomes immutable (correct)
- It becomes undefined
- It becomes mutable
What other term is used to refer to declarative variables?
What other term is used to refer to declarative variables?
What types of values can be used in the single-assignment store?
What types of values can be used in the single-assignment store?
Which of the following accurately describes the single-assignment store in the declarative model?
Which of the following accurately describes the single-assignment store in the declarative model?
Which of the following correctly represents the store {x1 = 314, x2 = [1 2 3], x3 }?
Which of the following correctly represents the store {x1 = 314, x2 = [1 2 3], x3 }?
What happens to a declarative variable once it is bound in the single-assignment store?
What happens to a declarative variable once it is bound in the single-assignment store?
What types of values can be used in the single-assignment store?
What types of values can be used in the single-assignment store?
What are variables in the single-assignment store called?
What are variables in the single-assignment store called?
Flashcards are hidden until you start studying