Question
If x - β3 y = 8 Find the slope in
angle?Solution
y = mx + c Where, m is the slope. According to question,Β x - β3 y = 8 - β3 y = 8 - x β3 y = x - 8 y = x/β3 - 8/β3 tany = 1/β3 tany = tan30Β° y = 30Β°
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, ...