Question
Find the area of triangle having sides 20 m, 21 m, and
29 m.Solution
As sides 20, 21 & 29 is a Pythagoras triplet means 202 + 212 = 292 ; this is a right angle triangle. So area of this triangle = 1/2 × base × height = (1/2) × 20 × 21 = 210 cm 2
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...
 Which of the following is NOT a typical task performed during the code optimization phase?
Peephole optimization is applied during:
Which statement about intermediate code is TRUE?
In computer architecture, what is the role of the control unit in a CPU?
Which data structure is commonly used in implementing a recursive descent parser?
The surface area of tape is ________ the surface area of a disk.
If an expression `x = a + b` is computed, and later in the same basic block, `y = a + b` is computed, a compiler can apply which optimization?
Multithreading an interactive program will increase responsiveness to the user by ___________
What is the purpose of Normalization in database design? Â Â Â Â Â