February 13, 2024Question 10668 – Time-ComplexityWhen n = 22k for some k ≥ 0, the recurrence relation T(n) = √(2)T(n/2) + √n, T(1) = 1 evaluates to : Correct Answer: A Question […]
February 13, 2024Question 10494 – Time-ComplexityConsider the function F(n) for which the pseudo code is given below: Function F(n) begin F1 ← 1 if(n=1) then F ← 3 else For i […]
February 15, 2024Question 58 – ISRO-2007Bit stuffing refers to Correct Answer: A Question 23 Explanation: → Bit stuffing is most easily described as insertion of a 0 bit after a long […]
February 16, 2024Question 784 – Computer-GraphicsA frame buffer array is addressed in row major order for a monitor with pixel locations starting from (0,0) and ending with (100,100). What is address […]