1961. Saving is the process of _____________________?

A. Copying a document from memory to a storage medium
B. Making changes to a document’s existing content
C. Changing the appearance, or overall look, of a document
D. Developing a document by entering text using a keyboard
βœ… The correct answer is option A.

1963. Which level of Static Analysis allows specific rules that apply to a program to be checked ?

A. Characteristic error checking
B. User-defined error checking
C. Assertion checking
D. All of the mentioned
βœ… The correct answer is option B.
Explanation: Users of a programming language define error patterns, thus extending the types of error that can be detected.

1964. An example of a system that may use a process pipeline is a _________________________?

A. High-speed data acquisition system
B. Failure of a power supply in an embedded system
C. Both High-speed data acquisition system AND Failure of a power supply in an embedded system
D. None of the mentioned
βœ… The correct answer is option A.
Explanation: Data acquisition systems collect data from sensors for subsequent processing and analysis. These systems are used in situations where the sensors are collecting a lot of data from the system’s environment and it isn’t possible or necessary to process that data in real time.

1965. The function(s) of the Syntax phase is/ are__________________?

A. to build a uniform symbol table
B. to build a literal table and an identifier table
C. to parse the source program into the basic elements or tokens of the language
D. to recognize the major constructs of the language and to call the appropriate action routines that will generate the intermediate form or matrix for these constructs
βœ… The correct answer is option D.

1968. Which of the following early OOD methods incorporates both a β€œmicro development process” and a β€œmacro development process.” ?

A. Booch method
B. Rumbaugh method
C. Wirfs-Brock method
D. Coad and Yourdon method
βœ… The correct answer is option A.
Explanation: The macro development process includes the architectural planning and micro developments process defines rules that govern the use of operations and attributes and the domain-specific