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.