Recent questions tagged made-easy-test-series

591
views
1 answers
1 votes
TCP
A TCP segment consisting of 1500 bits of data and 160 bits of header is send to the IP layer ,which appends another 160 bits of header. This is ... many bits,including headers,are delivered to the network layer protocol at the destination??
135
views
1 answers
0 votes
587
views
3 answers
1 votes
Consider 16 bit CPU with 4 GB RAM supports 2 Address Instruction with Address 1 uses direct addressing mode Address2 uses indirect addressing mode. Opcode is ... consumes 6 cycles. Time required to complete the instruction is in (ns).
334
views
1 answers
1 votes
Construct a minimal finite state automation that accepts the language over {0, 1} of all strings that contain neither the substring 00 nor the substring 11. What is ... to question what shall be the answer for this question? 3 or 4? Why?
350
views
3 answers
0 votes
In a max heap of n elements, the time complexity to find 10th largest element is:a)Θ(n log n)b)Θ(n)c)Θ(1)d)Θ(log n) I personally think it should ... can be anywhere in the heap, all the elements need to be traversed once to decide that.
218
views
0 answers
0 votes
Can anyone please explain the statements II and III?
133
views
0 answers
0 votes
Proof for 2nd equality?
108
views
0 answers
0 votes
Proof for 2nd equality?
171
views
1 answers
0 votes
204
views
1 answers
0 votes
Can you explain the procedure and if possible can you share some links to any youtube playlist from where I can study this particular subject(Functions).
155
views
0 answers
0 votes
In it’s solution how are they obtaining x with the given operation? Should we not have 1 more register to keep x separate?
180
views
1 answers
0 votes
Isn’t F$^{+}$ minimal cover? If C $\rightarrow$ A is already there, then why does augmented CD $\rightarrow$ A needs to be?
144
views
1 answers
0 votes
Can you please explain the whole working of the code
252
views
1 answers
1 votes
Which of the following is TRUE?A Scope of static variable is within the body of function where it is declared.B Same variable can be declared multiple ... block of memory allocated.D None of the aboveThis is a multiple select question
220
views
1 answers
0 votes
282
views
1 answers
0 votes
236
views
1 answers
1 votes
In how many ways can you distribute 4 different choclates to 3 people such that each gets atleast 1 choclate.
134
views
1 answers
0 votes
isn’t this language regular?it’s nfa according to me
142
views
1 answers
0 votes
182
views
0 answers
0 votes
228
views
1 answers
0 votes
262
views
1 answers
0 votes
Consider the following C code:d=a+be=a-bf=c+dg=c-ea=f+gb=f-gc=d+eThe minimum number of total variables required to convert the above code segment to static single assignment form is?Ans given is 7 but how
446
views
1 answers
0 votes
Below is my approach to solving this question, can anyone please explain if I am doing it the right way?Let X = #free slotssince, m =7 and n = 3So, ... wrong, can anyone explain, please! I am providing a screenshot of their solution below -