Question
`25(2/3)+11(1/9)+16(4/5)xx6(5/12)` = ? -
>`632/45`Solution
77/3 + 100/9 + 84/5 × 77/12 = ? - 14 2/45 77/3 + 100/9 + 539/5 = ? - 14 2/45 (1155+ 500 + 4851)/45 = ? - 14 2/45 6506/45 = ? - 14 2/45 ? = 144 26/45 + 14 2/45 ? = 158*28/45
Which phase of the compiler checks the type consistency of the program?
A 3-address instruction typically has the form:
Which data structure is commonly used in implementing a recursive descent parser?
Data flow analysis is a technique used by optimizers to:
Which technique is used to handle left recursion in a grammar?
A "shift-reduce" parser is a type of:
Which statement about intermediate code is TRUE?
Which of the following techniques is used to ensure that a database design eliminates redundant data?
Which of the following tools is commonly used to generate a lexical analyzer (scanner) from a set of regular expressions?
Which storage class in C indicates that a variable's lifetime is throughout the program execution and its scope is local to the block it is defined in, ...