All Expert Articles
Let X be the number of distinct 16-bit integers in 2’s complement representation. Let Y be the number of distinct 16-bit integers in sign magnitude… Read More
Consider an eight-bit ripple-carry adder for computing the sum of A and B, where A and B are integers represented in 2’s complement form. If… Read More
Consider the following proposed solution for the critical section problem. There are n processes: P0 …Pn−1. In the code, function pmax returns an integer not… Read More
G = (V, E) is an undirected simple graph in which each edge has a distinct weight, and e is a particular edge of G.… Read More
[This Question was originally a Fill-in-the-Blanks question] (A) 1 (B) 2 (C) 3 (D) 4 Answer: (B) Explanation: Let us assume: f(1) = x. Then,… Read More
If ‘relftaga’ means carefree, ‘otaga’ means careful and ‘fertaga’ means careless, which of the following could mean ‘aftercare’? (A) zentaga (B) tagafer (C) tagazen (D)… Read More
Two shared resources R1 and R2 are used by processes P1 and P2. Each process has a certain priority for accessing each resource. Let Tij… Read More
Let a and b be two sorted arrays containing n integers each, in non-decreasing order. Let c be a sorted array containing 2n integers obtained… Read More
What is the output printed by the following program? #include<stdio.h> int f(int n, int k) {     if (n == 0)         return 0;     else if (n… Read More
Which of the following input sequences will always generate a 1 at the output z at the end of the third cycle? (A) 0 0… Read More
An unbiased coin is tossed repeatedly until the outcome of two successive tosses is the same. Assuming that the trials are independent, the expected number… Read More
A two-way switch has three terminals a, b and c. In ON position (logic value 1), a is connected to b, and in OFF position,… Read More
Consider the following C program: #include <stdio.h> typedef struct  {     char *a;     char *b; } t; void f1(t s); void f2(t *p); main() {     static… Read More
If we use internal data forwarding to speed up the performance of a CPU (R1, R2 and R3 are registers and M[100] is a memory… Read More
The idea behind developing the framework is to provide a user friendly environment to provide knowledge and give everyone a chance to learn.The intent of… Read More
Linked List Quiz Linked List Topics
Imagine a situation like this: You have a folder containing files of multiple types like txt, mp3, etc. You decide to clean up this mess and organize them… Read More
First Round: Apti + technical + coding (1hr 30mins) Multiple Choice Questions: 19 MCQs, consisting of some output questions, conceptual questions of DS, OS, also… Read More
Intuit had visited our campus for recruting 2016 batch students for internship + FTE for Devops profile. We had four rounds. Round one : Online… Read More
Round 1(Written): There was a technical online test in the first round. 20 questions were to be done in 30 minutes.Questions were basically from data… Read More