3.7k
views
0 votes
I want to know is there any standard way to find out number of NAND gates required to build the circuit. For example in this question:
1.5k
views
3 votes
I think answer should be 13. We got 13 tokensprintf ( "string" ++ & & * * * a ) ;
801
views
1 votes
A computer has six tape drivers, with n processes competing for them. Each process may need two drivers. What is the maximum value of n for the system to be deadlock free...
561
views
2 votes
an = an-1 + n , n>=1a0=2Find a100... ?SolutionI actually wanted to know what is wrong with this method .Could you pls help Whats wrong here .T(n) = T(n-1)+nand back su...
561
views
1 votes
an = an-1 + n , n>=1a0=2Find a100... ?SolutionI actually wanted to know what is wrong with this method .Could you pls help Whats wrong here .T(n) = T(n-1)+nand back su...
2.7k
views
2 votes
Output of this program - int rec(int x){ static int f; if(x == 1) return(1); else __Y__ ; return f ;} What is the value returned by rec(5)​a) ...
374
views
2 votes
8.8k
views
0 votes
In a database file, the search key field is 9 bytes long the block size is 512 bytes, a record pointer is 6 bytes and block pointer is 7 bytes. The largest possible order...
6.8k
views
1 votes
IF ONE USES STRAIGHT MERGE SORT TO THE FOLLOWING ELEMENTS 20,47,15,8,9,4,40,30,12,17 THEN THE ORDER OF THE ELEMENTS AFTER 2ND PASS OF THE ALGORITHM
933
views
0 votes
The way I solved it was :is this correct evaluation order ?Because in the answer they have mentioned different order :
494
views
1 votes
1.9k
views
1 votes
The router connecting a company's network to the internet applies the mask 255.255.255.192 to the destination address of incoming IP packets. If one of the incoming packe...
321
views
0 votes
GBN
my ans 19
2.3k
views
0 votes
S - BBB - aB | bB | a | bHow many SLR conflicts will occur when we try make parsing table for it.a) 0 b) 1 c) 2 d) None of these Doubt: Do we count 2 SR co...
4.1k
views
1 votes
A $50 kbps$ satellite channel with $550 ms$ round trip propagation delay using sliding window protocol sends 2000 bits frame then window size, w will be:$w>=7.75 \text{bi...