0 votes
4
How many 1*2 decoders are required to construct a 4*16 decoder?
2 votes
5
The number of 2-to-4 line decoders with enable input needed to construct a 4-to-16 line decoder are?
2 votes
6
Which option is correct?
2 votes
8
In a token ring, if the propagation delay in a ring is equal to the transmission delay, then what is the maximum efficiency? Assuming that only one station is in token ri...
0 votes
11
2 votes
12
Consider the following transition rules:A->BCC->+BC|A|$\epsilon$B->DB{print '+'}|$\epsilon$D->(A)|id{print num.value}On input '5+67' this translation scheme printsA 5+67+...
1 votes
13
WHICH OF THE FOLLOWING STATEMENTS ARE TRUE?a) S1 & S3b) S2 & S4c) S2 & S3d) None of theseAnswer is option a.can anyone tell me how option a is correct?
0 votes
14
0 votes
15
What is inverse of boolean function please explain??
0 votes
20
What is the time complexity of Prim algorithm without using min heap?
0 votes
21
Best and Worst case input for:1. Selection Sort2. Insertion Sort3. Merge Sort4. Quick Sort5. Bucket Sort6. Counting Sort7. Bubble Sort
1 votes
22
how to do these kinds of problems?
1 votes
23
can you please explain how 1-(1/2)^ln(n) becomes (n-1)/n ?
0 votes
26
13. What does the error "Null Pointer Assignment" mean and what causes this error?
2 votes
27
13. What does the error "Null Pointer Assignment" mean and what causes this error?
0 votes
28
#include <stdio.h>void f(char );int main(){char *argv[] = { "ab", "cd", "ef", "gh", "ij", "kl" };f(argv);return 0;}void f(char p){char *t;t = (p += sizeof(int))[-1];prin...
0 votes
29
0 votes
30
What is the output???