1 votes
41
Minimal dfa which accepts the substring 010 or 01000
4 votes
42
What is the output of this C code? 1. #include <stdio.h 2. int main() 3. { 4. int a = 10, b=20, c=30; 5. a<<2>>4; 6. b<<=2>>4; 7. if (a > 1) 8. printf("%d %d %d\n", a, b,...
0 votes
43
From a group of 10 professors how many ways can a committee of 5 members can be formed so that atleast one of the professor A and professor B will be included ?
4 votes
45
5 votes
49
Every ________ index is Clustereda)primaryb)secondary
3 votes
50
if file size is large and is to be accessed randomly then which allocation strategy is best?A. linkedB. indexedc. contigous
0 votes
52
The two methods how LRU page replacement policy can be implemented in hardware are :1) Counters2) RAM & Registers3) Stack & Counters4) Registers
5 votes
53
If bandwidth of a token ring is 48Mbps and token holding time is 5ms then find theminimum and maximum payload in bytes?
0 votes
54
what is the difference between baseband and broadband transmission/
1 votes
55
$\text{prtdata}$ is a pointer to a data type. The expression $^*\text{prtdata}++$ is evaluated as (in C++)$^*(\text{prtdata++})$$(^*\text{prtdata})++$$^*(\text{prtdata})+...
0 votes
56
The associativity of which of the following operators is Left to Right, in C++?Unary OperatorLogical notArray element accessaddressof
1 votes
57
Let $m=(313)_4$ and $n=(322)_4$. Find the base $4$ expansion of $m+n$.$(635)_4$$(32312)_4$$(21323)_4$$(1301)_4$
0 votes
58
If the time is now $4$ O' clock, what will be the time $101$ hours from now?$9$ O' clock$8$ O' clock$5$ O' clock$4$ O' clock
0 votes
60
STUDENT(SID(PK) , SNAME) with 100 tuples.ENROLL(SID CID (composite key) with 200 tuples.how many maximum tuples inSTUDENT JOIN ENROLL ??thanku
3 votes
61
1 votes
62
how to decide maximum limit of virtual address space ? is it max disk space available?
1 votes
63
The testing of software against $\text{SRS}$ is called :Acceptance testingIntegration testingRegression testingSeries testing
2 votes
64
L={ W(W^r) , W ∈ (a,b)* }W^r is reverse of W.Is it a regular language ?please Explain.
5 votes
65
What is difference between lexems and tokens please explain with example
19 votes
67
How many $3$-to-$8$ line decoders with an enable input are needed to construct a $6$-to-$64$ line decoder without using any other logic gates?$7$$8$$9$$10$
19 votes
68
A computer uses $8$ digit mantissa and $2$ digit exponent. If $a=0.052$ and $b=28E+11$ then $b+a-b$ will :result in an overflow errorresult in an underflow errorbe $0$be ...
1 votes
69
who generate JAM signal while collision?
1 votes
70
The network $198.78.41.0$ is aClass A networkClass B networkClass C networkClass D network