Question
I.8(x+3)+ 8(-x)=72Â II.
5(y+5)+ 5(-x)=150Â In the following questions two equations numbered I and II are given. You have to solve both the equations. Give answer if;Solution
I. 8(x+3)+ 8(-x)=72 8x  × 83+ (1/8)x - 72=0 Let 8x=a 512a+  1/a- 72=0 512a2+1-72a=0 512a²-72a+1=0 512a²-64a-8a+1=0 64a (8a-1)-1 (8a-1)= 0 (64a-1)(8a-1)= 0 a=  1/8,1/64 8x=  1/8 x= -1  8x=  1/64 x= -2  II.5(y+5)+ 5(-y)=150 55  × 5(y )+ (1/5)y -150=0  Let 5y=b 3125b+  1/b - 150=0 3125b² - 150b + 1=0 3125b² - 125b - 25b + 1=0 125b(25b-1) - 1(25b-1) = 0 b = 1/25,1/125 5y=  1/25 y= -2 5y=  1/125 y= -3 Hence, x≥ yÂ
Which of the following tools is commonly used to generate a lexical analyzer (scanner) from a set of regular expressions?
A "shift/reduce conflict" in an LR parsing table occurs when:
What is the primary output of the parsing phase in a compiler?
"Liveness analysis" in code optimization determines:
Which phase of a compiler is responsible for creating a stream of tokens from the input source code?
Which phase of the compiler checks the type consistency of the program?
Which of the following is NOT a type of intermediate code?
Which optimization technique involves replacing a sequence of instructions with a shorter or faster sequence, often by looking at a small "window" of in...
Which statement about intermediate code is TRUE?
What is the primary output of the lexical analysis phase of a compiler?