Question
QUESTION 36 Which of the following software engineering methodologies is the most rigid? Incremental model Waterfall model Extreme programming Evolutionary prototyping 2.5 points QUESTION 37
QUESTION 36
Which of the following software engineering methodologies is the most rigid?
Incremental model | ||
Waterfall model | ||
Extreme programming | ||
Evolutionary prototyping |
2.5 points
QUESTION 37
If a heuristic search is used to solve the eight-puzzle from the starting configuration below using the-number-of-tiles-out-of-place as the heuristic, which of the following nodes will not be considered during the search?
1 2
4 5 3
7 8 6
1 2 4 5 3 7 8 6 | ||
1 5 2 4 3 7 8 6 | ||
1 5 2 4 3 7 8 6 | ||
1 2 3 4 5 7 8 6 |
2.5 points
QUESTION 38
If ma mod n = x then (ma)2 mod n equals
(x + x) mod n | ||
(x + x)2 mod n | ||
(x * x) mod n | ||
None of the above |
2.5 points
QUESTION 39
Suppose you were going to retrieve items of data that you would later need to process in the opposite order from that in which they were retrieved. Which of the following would be the best structure in which to store the items?
Tree | ||
Stack | ||
Queue | ||
Heap |
2.5 points
QUESTION 40
Given the relation X below
X: A B C
2 5 7
3 3 3
4 3 2
5 2 8
what value(s) will be extracted by the following query?
TEMP SELECT from X where B > C
RESULT PROJECT A from TEMP
4 | ||
3 | ||
2 | ||
5 |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started