0 answers
1
If s is countably infinite . Then 2^s is uncountable.True / false ??
0 answers
4
Consider the following ER diagram The minimum number of tables needed to represent E1,E2 and E3 are_______
2 answers
5
Let $A$ be a real $2 \times 2$ matrix. If $5+3i$ is an eigenvalue of $A$, then $det(A)$equals 4equals 8equals 16cannot be determined from the given information
0 answers
7
which of the above queries are equivalent?
0 answers
8
What exactly does it means when we say that a particular string can be pumped or not in pumping lemma?,,.. and consequently what is the pumping length for a regular langu...
5 answers
9
Given 2 sorted arrays each of n-elements and distinct. How much time it will take to find middle element of union array?(a) O(1)(b) O(log n)(c) O(n)(d) None of these
1 answer
10
what is the value of z?#include <stdio.h>int main() { int a[]={3,5,6,4}; int z=0; for (int y=0;y<(sizeof(a)/sizeof int);y++) z=a[y]+value(a[y]);}int valu...
1 answer
12
Sign extension is a step ina) floating point multiplicationb) signed 16 bit integer addition c) arithmetic left shiftd) converting a signed integer from one size to anoth...
1 answer
14
What is the main difference between translation look aside buffer and translation look ahead buffer .
2 answers
15
int main() { int a = 1, b = 2, c = 3; printf("%d", a += (a += 3, 5, a)); } How is this evaluated ?
1 answer
16
0 answers
17
The language L = {anbk : | n – k | = 2} is regular or not?
0 answers
18
2 answers
20
A message M = 11111111 after bit stuffing with End delimeter as 111 will be sent as____________?
1 answer
21
T(N) = 3T(N/4) + NlogNT(N) = 2T(N/2)+ NlogNMaster theorem applicable to this ??
2 answers
22
The difference between 201 and next larger double precision number is 2$^P$.If IEEE double precision format is used then the value of P is ______________________
0 answers
23
Consider a processor uses 2 byte instruction format. Processor has 32 Registers and supports upto 2-Address instructions.If processor supports 128 1 Address instructions ...
1 answer
25
To this, I am getting answer as (A). Let me know if its correct.
2 answers
26
What number will complete the series48, 12, 16, 4, 8, ___?
1 answer
30
Consider 8-bit DMA device operating in cycle stealing mode (Single Transfer Mode). Each DMA cycle takes 6 clock and each clock is of 2 MHz. An intermediate CPU machine cy...