1 answer
1
In how many ways can 12 different( not same) coloured balls be distributed among 3 boys so that each gets atleast 1 ball? ans:- 519156
1 answer
2
The number of ways in which $2n$ white and $2n$ black balls can be arranged such that no consecutive $n$ white balls are together, is${}^{2n+1}C_2 + {}^{4n}C_{2n}$${}^{2n...
0 answers
3
Find the coefficient of x7 in expansion of (1+3x-2x3)10. How to apply multinomial theorem to solve this types of problems?
1 answer
4
Let L1 = 0*1*, L2 = 1*0*, L3 = (0+1)* and L4 = 0*1*0*. Then the number of strings in the following language L are ________. L = (L1 ∩ L2 ) &nd...
1 answer
5
In a multiplication of two 3 digit numbers (a2 a1 a0 ) and (b2 b1 b0) how many AND,XOR and OR gates required?
1 answer
6
0 answers
7
An organization is granted the block 190.76.0.0/16. The administrator wants to create 1024 subnets using 10 bits. The first and last addresses in subnet 1024 respectively...
1 answer
9
(P∨Q)∧(P→R)∧(Q→S) is equivalent to-a) S∧Rb)S→Rc)S∨Rd)None.
2 answers
11
Find the Determinant of $\begin{pmatrix} -4& -1 &-1 &-1 \\ -1& 2& -1& 0\\ -1& -1 & 3 & -1\\ -1 & 0&-1 & 3 \end{pmatrix}$.
1 answer
12
Give minimal DFA that performs as a MOD-3 1's counter,i.e outputs a '1' each time the number of 1's in the input sequence is a multiple of 3.
1 answer
13
1 answer
14
1 answer
15
Solve the equation: $$a_n = 5a_{n/3} + 7, \;\; a_1 = 5$$Note: $a_0$ is not given.
3 answers
18
If $a_n$ is number of ternary sequences of length $n$ with even number of $0$'s, then the recurrence relation for $a_n$ is?Also find the value of $a_8$.
2 answers
19
Use generating function to determine the number of different ways 10 identical balloons can be given to 4 children if each children receives at least 2 balloons.
1 answer
20
Assume 5 buffer pages are available to sort a file of 105 pages.The cost of sorting using m-way merge sort is- a)206b)618c)840d)926
1 answer
22
Find the sum of all the 4 digit numbers that can be formed with the digits 3,2,3,4.Ans- 39996
1 answer
23
A boy sells apples for 12 cents each and pears for 7 cents each.Suppose the boy collected $3.21.How many apples and pears did he sell?
2 answers
24
X=(M+N*O)/(P*Q)  How many zero-address instructions are there?I did it.Just want to check whether it is right?PUSH PPUSH QMULPUSH NPUSH OMULPUSH MADDDIVPOP XSo total 10 ...
1 answer
27
A 4-stage pipelined processor executed the following loop:for(i=1;i<=100;i++){I1; I2; I3; I4;}What is the no. of clocks to execute the above loop?a.13 b.15 c.16 ...
1 answer
28
A process having access to f frames(initially all empty) makes m memory accesses to p distinct pages.What are the max and min. no. of page faults that will occur?
3 answers
29
Given f=f1.f2,  where f1=∑m(0,1,5)+d(2,3,7)and f2=∑m(1,2,4,5)+d(0,7)f=??