These questions are basic level ones and can be answered in less than a minute if you have seen the topic.

Recent questions tagged easy

9 votes
2 answers
241
The most appropriate matching for the following pairs :$\begin{array}{clcl} \text{X.} & \text{Indirect Addressing} & \text{i.} & \text{Loop} \\ \text{Y.} & \text{Immedi...
0 votes
1 answer
242
The main reason for preferring servlet for web application developmentis :(A) Increased performance of web application(B) Easy to develop an application(C) Platform indep...
25 votes
7 answers
244
Consider the following table:$$\begin{array}{|l|}\hline \textbf {Algorithms} & \textbf{Design Paradigms } & \\\hline \text{P. Kruskal} & \text{i. Divide and Conquer} \...
39 votes
5 answers
246
Match the following according to input (from the left column) to the compiler phase (in the right column) that processes it:$$\begin{array}{|l|l|}\hline \text{P. Syntax t...
20 votes
8 answers
247
38 votes
7 answers
248
Let $T$ be a tree with $10$ vertices. The sum of the degrees of all the vertices in $T$ is ________
20 votes
7 answers
249
33 votes
10 answers
250
25 votes
7 answers
251
Consider the following C program.#include<stdio.h int main () { int m=10; int n, n1; n=++m; n1=m++; n ; n1; n-=n1; printf(“%d”, n); return 0; }The output of the prog...
25 votes
7 answers
252
Match the algorithms with their time complexities:$$\begin{array}{|l|l|}\hline \textbf{Algorithms} & \textbf{Time Complexity} \\\hline \text{P. Tower of Hanoi with $n$...
0 votes
0 answers
253
what is the difference between Local maxima/minima and absolute maxima/minima ???? example would be great
2 votes
1 answer
254
900man & 500woman completes a task in 2 weeks ,1200 man & 250 woman took 3 weeks to complete d same taskThen how many man required to complete d task in one week???
0 votes
1 answer
255
what is the remainder when 4^250 is divided by 142^500 /14 = 2^499 / 7 Applying fermats theorem 2^6 mod 7 =1 (2^498 * 2 ) / 7 = remainder should be 2 is i...
2 votes
1 answer
257
15 votes
2 answers
259
How many distinct words can be formed by permuting the letters of the word $\text{ABRACADABRA}?$$\frac{11!}{5! \: 2! \: 2!}$$\frac{11!}{5! \: 4! }$$11! \: 5! \: 2! \: 2!\...
0 votes
1 answer
261
3 votes
1 answer
262
14 votes
4 answers
264
32 votes
8 answers
265
29 votes
3 answers
266
Match the pairs in the following questions:$$\begin{array}{ll|ll}\hline \text{(A)} & \text{Base addressing} & \text{(p)} & \text{Reentranecy} \\\hline \text{(B)} & \text...
17 votes
2 answers
269
The complexity of comparison based sorting algorithms is:$\Theta (n \log n)$$\Theta (n)$$\Theta \left(n^2\right)$$\Theta (n\sqrt n)$
11 votes
1 answer
270
Match the pairs in the following questions:$$\begin{array}{|ll|ll|}\hline (a) & \text{Strassen's matrix multiplication algorithm} & (p) & \text{Greedy method} \\\hline (...