Recent questions tagged bad-question

0 votes
0 answers
1
0 votes
0 answers
2
What will be the return value of the below function, if it is called a sample(4)? int sample(int x){ if( x == 0 || x ==2) return 1; return (sample( x) * (x ));}
–4 votes
2 answers
3
*MSQ*The following figure depicts a a. A tree and only treeb. A tree with 3 nodesc. A graph (Since every tree is a graph)d. A graph and only graph
2 votes
1 answer
5
int a = 50, b = 50;a = a+++++b;b = b+++++a; Value of b after executing these .I think it should be undefined behaviour. But in answer it is given 155. Can anybody verify ...
3 votes
2 answers
6
Which of the following is not a monotonically increasing grammar?(A) Context-sensitive grammar(B) Unrestricted grammar(C) Regular grammar(D) Context-free grammar
1 votes
0 answers
7
–2 votes
0 answers
8
0 votes
0 answers
9
Is 10% general reservation criteria will be available during admission in iits??
–1 votes
0 answers
10
If a processor has 64 address lines and 8 data lines. Then find maximum number of opcodes generated by processor. a)6 b)9 c)3 d)8
8 votes
1 answer
13
Q.1 find total number of conflict serializable T1=R(A)W(A)R(B)W(B)T2=R(B)W(B)R(C)W(C)Q.2 find total number of conflict serializable forT1=R1(A)W1(A)R1(B)W1(B)R1(C)W1(C)T2...
0 votes
1 answer
14
The largest value that can be represented by IEEE 754 double precision floating point format (for implicit number) is (approximately)___A)2^1022B)2^1023C)2^1024D)2^1021
–1 votes
1 answer
16
What should be correct answer to this question?In solution it's option A in Carl hamacher text book it's B ? I am confused please help
–1 votes
0 answers
17
0 votes
1 answer
19
2 votes
0 answers
20
I am not able to solve this question. Please provide solution. Or is this question incorrect? Answer was given as (C)
0 votes
1 answer
21
0 votes
1 answer
24
0 votes
0 answers
25
–1 votes
1 answer
26
Which of the following is valid first order formula?
1 votes
0 answers
27
Consider following reference string 7,0,1,2,0,3,0,4,2,3,0,3,2Consider FIFO page replacement policy is used with 3 Page Frames.If memory access time is 50ns, then what is ...
0 votes
0 answers
30