Recent questions tagged made-easy-test-series

0 votes
0 answers
35
0 votes
1 answer
37
Can anybody explain why are they dividing the number of pages by page size?According to me, it should be – Page table size = Number of entries * entry sizei.e PT size =...
2 votes
0 answers
44
In first option one bit error to merge two consecutive frames into one – I cannot understand this. B should be 2^k/2-1 for selective reject. It should be false . Right...
0 votes
0 answers
45
why option 2 is not a distributive lattice ? i solved this and found that there are each vertex has only either one or zero complement i think it is distributive lattic...
0 votes
1 answer
47
Consider the following array of elements<96,42,50,17,15,5,7,11,39,23,6,9,19,100,12>The minimum number of interchanges using buildheap needed to convert it into a max heap...
0 votes
0 answers
54
0 votes
1 answer
55
Given L1 = {a*baa*} and L2 = {ab*}The regular expression corresponding to language L3 = L1/L2 (right quotient) is given by
0 votes
0 answers
57
I cannot understand where to use Effection No as 2No or just No?Please tell what effective values should be taken for each case such as one sided and bothsided
0 votes
0 answers
58
Suppose A is a 12 by 9 incidence matrix from a connected (but unknown) graph with 12 edges and 9 nodes. Then how many columns of A are independent?what this question want...
1 votes
1 answer
59
How to differentiate between Lexical, semantic and syntax error from a given code snippet.Why is this lexical error and not syntax error? $ y = 0x5i; $