Consider Procedure N2( C: real); Var D, B: real; begin N2; statement end N2; The compilation of N2 will generate a. The static part of the runtime representation of N2 that contains only the code respective to its body b. The static part and the dynamic part of the run time representation of N2 c. The static part of the runtime repsentation of N2 that contains code respective to its body d. The static part of the runtime representation of N2 that contains the constants and a code for alloction and deallocation of the dynamic part of its runtime representation ed and c The operations defined on the elementary data type Enumeration are implemented as provided by th hardware Select one: True O False internal representation The postfix and the prefix notations are only used for external representations for expressions. Select one: O True O False Structured data types in compiled languages: O 6C Rain show hip The copy rule can be applied if the subprogram is recursive. Select one: True False Consider Procedure N2( C: real); Var D, B: real; begin N2; statement end N2; The compilation of N2 will generate a. The static part of the runtime representation of N2 that contains only the code respective to its body, b. The static part and the dynamic part of the run time representation of N2 c. The static part of the runtime repsentation of N2 that contains code respective to its body d. The static part of the runtime representation of N2 that contains the constants and a code for alloctior and deallocation of the dynamic part of its runtime representation e. d and c Clear my choice the data type Sets Select one: A. Have efficient implementation of their operations, if they are implemented as bit vectors. B. Are defined as unordered collection of distinct values C. Pove pellicient Implementation of the operation insertion i they are implemented using hashing D. All of the mentioned choices Clear my choice Different values for a variable are determined Select one: A. During execution B. At compilation time O. At implementation time Cleanmychoice