December 23, 2023

Programming

Question 2 Consider the following ANSI C function: int SimpleFunction (int Y[], int n, int x) {      int total = Y[0], loopIndex;      for (loopIndex = 1; […]
December 23, 2023

GATE 1993

Question 2 The differential equation d2y/dx2 + dy/dx + siny = 0 is: A linear B non-linear C homogeneous D of degree two Engineering-MathematicsCalculus Question 2 […]
December 24, 2023

Question 8882 – ISRO CS 2020

An aid to determine the deadlock occurrence is Correct Answer: A Question 13 Explanation:  Resource allocation graph (RAG) is a diagrammatic representation of processes and the […]
December 24, 2023

Question 8931 – ISRO CS 2020

Huffman tree is constructed for the following data: { A, B, C, D, E} with frequency {0.17, 0.11, 0.24, 0.33 and 0.15} respectively. 100 00 01 […]