edited by
2,567 views
0 votes
0 votes

In the context of compiler design, “reduction in strength” refers to :

  1. code optimization obtained by the use of cheaper machine instructions

  2. reduction in accuracy of the output

  3. reduction in the range of values of input variables

  4. reduction in efficiency of the program

edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
go_editor asked Mar 28, 2020
972 views
A single instruction in an assembly language program contains :one micro operationone macro operationone instruction to be completed in a single pulseone machine code ins...
0 votes
0 votes
1 answer
3
go_editor asked Mar 28, 2020
7,173 views
Absolute loader demands that the programmer needs to know the :start address of the available main memorytotal size of the programactual address of the data locationabsol...
0 votes
0 votes
1 answer
4
go_editor asked Mar 28, 2020
1,564 views
Top-down parsers are predictive parsers, because :next tokens are predictedlength of the parse tree is predicted before handlowest node in the parse tree is predictednext...