Answer:
1. detailed view
2. segment
Explanation:
1. The Pseudocode is a very good choice to communicate a detailed view of a process. It provides a complete picture of a problem and explains elaborately how that problem is solved using the algorithm. In other words, it elaborately explains the algorithm is simple and concise words and segments to represent different operations of code.
2. Firstly the Pseudocode uses simple and concise words and segments for representing the different operations of the code. And hence, it is the segment other than the simple and concise words that are being used inside a pseudo code. And the simple and concise word together with the segments forms the complete pseudo-code and clearly explains the algorithm.
Answer:
The minimum umber of multiplication operations needed to compute is 1242.
Explanation:
Solution
Given that:
Now,
(A1*(A2*A3))*(A4A5)
Thus
A2*A3 = 7*30*2 = 420 operations. It will create 7*2 matrix.
A1*(A2*A3) = 3*7*2 = 42 operations. It will create 3*2 matrix
A4*A5 = 2*10*30 = 600 Operations. It will create 2*30 matrix.
(A1*(A2*A3))*(A4A5) = 3*2*30 = 180 operations. It will create 3*30 matrix
Hence
The total number of multiplications are is given below
420+42+600+180 = 1242
Verifying, The answer above me is correct
Exel is used for graphing, Word for any type of essay or paper, and Powerpoint for presentations.
Hope this helps!