Question
I. 49y2 + 35y + 6 = 0 II.
12x2 + 17 x + 6 = 0 In the following questions, two equations numbered I and II are given. You have to solve both the equations and give answer.Solution
I. 49y2 + 35y + 6 = 0 49y2 + 21y + 14 y + 6 = 0 7 y (7 y + 3) + 2 (7 y + 3) = 0 (7 y + 2) (7 y + 3) = 0 y = -2/7, -3/7 II. 12x2 + 17 x + 6 = 0 12x2 + 8 x + 9 x + 6 = 0 4 x (3 x + 2) + 3 (3 x + 2) = 0 (4 x + 3) (3 x + 2) = 0 x = -3/4, -2/3 Hence, x < y
A 3-address instruction typically has the form:
A "shift-reduce" parser is a type of:
Which of the following tools is commonly used to generate a lexical analyzer (scanner) from a set of regular expressions?
In a Syntax-Directed Definition (SDD), attributes are associated with:
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...
Which code optimization technique replaces occurrences of a variable with its constant value if the variable has been assigned a constant value that is ...
The primary goal of code optimization is to:
Which data structure is commonly used in implementing a recursive descent parser?
Which of the following is TRUE about symbol tables?
Which of the following techniques is used to ensure that a database design eliminates redundant data?