Recent questions tagged self-doubt

0 votes
1 answer
61
0 votes
4 answers
62
A recursion program without a terminating condition will provide infinite output. True/False?
0 votes
1 answer
63
When a page is referred for the first time, then it will be counted in page fault or not?.E.g page reference 1,2,3,4,2,1.LRU is used with 3 frames(initially empty).
0 votes
1 answer
64
0 votes
1 answer
65
Why nothing is printed for %c.
0 votes
0 answers
67
A relation R1 : aRb iff (a congruent b) modulo 5 and relation R2 : aRb iff (a congruent b modulo 7). What will be R1 U R2 ?
0 votes
0 answers
68
Question: How NullSpace of the matrix A and the uniqueness of the solution of Ax=b are related ??
1 votes
1 answer
70
How to do this Boolean multiplication? And which Boolean law is applicable here ?( P' + Q ) ( Q' + P )
1 votes
0 answers
72
Any attribute(s) determining a prime attribute, automatically becomes a prime(s) attributeTrue or false
0 votes
0 answers
74
How to upload image while asking GO question? It asks for URL mandatorily. If the image is from personal laptop, how to give URL?
0 votes
0 answers
75
0 votes
0 answers
77
0 votes
0 answers
78
can a relationship have a degree of one if both the entities are same and participating in one form?ex: employee helps employee
0 votes
1 answer
79
Can anyone explain in detail about the concepts of sencondary indexing in dbms??
3 votes
1 answer
80
$Find \ Time \ Complexity :$ $T(n) =$ $n^{\frac{1}{3}}$ . T($n^{\frac{2}{3}}$) + $\Theta (n)$
0 votes
0 answers
82
0 votes
1 answer
83
1 votes
1 answer
84
0 votes
1 answer
86
During the instruction fetch does the program counter increment in the same clock cycle or it take next clock cycle
1 votes
0 answers
88
If A = {1, 3,5,7,.......}Then (A, +) is semi group or not. Doubt :a +(b+c) =( a + b) +cSo associativity property is present But a + b doesn't belong to ASo closure prop...
0 votes
0 answers
89
I want to know which evaluation is wrong here:a-b-c = ab-c- or a-b-c = abc- –a * b *c = ab*c* a*b*c = abc 3 . a+b-c = ab+c- a+b-c = ...
0 votes
1 answer
90
Can we determine unique tree by Inorder and level order traversal .