ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following tasks take place in the program design phase?I. Preparing user manualII. Writing pseudocodeIII. Drawing flowchartIV. Collecting data
|
I, III
|
|
I, IV
|
|
II, III
|
|
II, IV
|
Explanation:
Detailed explanation-1: -Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a “text-based” detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward.
Detailed explanation-2: -Our algorithm development process consists of five major steps. Step 1: Obtain a description of the problem. Step 2: Analyze the problem. Step 3: Develop a high-level algorithm.
There is 1 question to complete.