COMPILER DESIGN

SYNTAX ANALYSIS

ROLE OF THE PARSER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The quality of the object program is generally measured by its ____
A
Cost
B
Time
C
Size or Its running time
D
Code Optimization
Explanation: 

Detailed explanation-1: -Software size is principally measured in function points. It can also be measured in lines of code, or specifically, source lines of code (SLOC) which is functional code excluding comments. Whilst measuring SLOC is interesting, it is more an indication of effort than functionality.

Detailed explanation-2: -The primary measurement of software is size, more specifically, functional size. Software size is principally measured in function points. It can also be measured in source lines of code (SLOC) which is functional code excluding comments.

Detailed explanation-3: -Number of tests in a certain time period = Number of tests run/Total time. Test design efficiency = Number of tests designed/Total time. Test review efficiency = Number of tests reviewed/Total time. Number of bugs per test = Total number of defects/Total number of tests. 02-Sept-2020

There is 1 question to complete.