Explanation:
I will call the police, unless you leave immediately .
Answer:
D. Modeling
Explanation:
Based on the information provided within the question it can be said that the term that is being described is called Modeling. This is a technique or method of constructing graphical models in order to better visualize a concept and construct the systems that will be needed or built in the business and/or development process.
Answer: True
Explanation:
The definition of minimum spanning tree(MST) says that the graph must be connected and undirected to be considered for MST. It has (V-1) edges where V is the number of vertices. The minimum spanning tree is implemented using Kruskal's algorithm whereby it starts by considering the minimum weighted edge and covers all the edges upto (V-1) edges. So for MST it has to be connected
Answer:
(a) scope: function, lifetime: duration of the function
(b) scope: function, lifetime: duration of the program
(c) scope: global (all modules), lifetime: duration of the program
(d) scope: module (file), lifetime: duration of the program