Q.18 With respect to implementing a syntax directed definition, applying ________ sort to a dependency graph gives a valid order to evaluate the semantic rules.Ans 1. topological2. bubble3. insertion4. quickCorrect Ans Provided: 1
RankiQ Discuss Latest Questions
Q.49 Which of the following OSI layers provides reliable message delivery from process to process?Ans 1. Data link layer2. Network layer3. Transport layer4. Session layerCorrect Ans Provided: 3
Q.1 Select the most appropriate ‘one word ‘ for the expressions given below. Something that is quickly fading or disappearing.Ans 1. Gushing2. Evanescence3. Cascading4. FiringCorrect Ans Provided: 2
Q.23 Which of the following statements about Bubble sort is/are TRUE? (i) Best-case occurs when array is reverse sorted.(ii) Worst-case occurs when array is already sorted.Ans 1. (i) only2. Both (i) and (ii)3. (ii) only4. Neither (i) nor ...
Q.60 Inherited attributes in L-Attributed definitions can be computed by a _______ traversal of the parse-tree.Ans 1. preorder2. level-order3. inorder4. postorderCorrect Ans Provided: 1
Q.5 The sentence below has been divided into three parts. Select the part of the sentence that has an error. If the sentence has no error, select the option ‘No Error’. It is a simple, delicate, and honest ...
Q.76 What are the tasks that are generally performed during data preparation? (i) Data cleaning(ii) Data reduction(iii) Data classification(iv) Data transformationAns 1. (ii), (iii) and (iv) only2. (i), (ii) and (iv) only3. (i), (iii) and (iv) only4. ...
Q.56 Which of the following machine instruction is commutative? (i) MUL R5, R0, R1(ii) DIV R6, R2, R3(iii) ADD R7, R5, R6(iv) SUB R8, R7, R4Ans 1. (ii) and (iv) only2. (i), (ii) and (iii) only3. ...
Q.62 Which of the following statements about Quick sort is/are FALSE? (i) Quick sort is an inplace sorting algorithm.(ii) Quick sort is a stable sorting algorithm.Ans 1. Neither (i) nor (ii)2. Both (i) and (ii)3. (i) only4. (ii) ...
Q.28 Which of the following statements about Syntax Directed Translation (SDT) is FALSE? (i) SDT is augmented rules to the grammar that facilitate semantic analysis.(ii) SDT associates attributes to the non-terminals in their definitions.Ans 1. (i) only2. Neither ...