Made Easy Test Series Question Papers Pdf
0 votes
1 answer
1
Madeasy test Series
Please explain how 2?
0 votes
0 answers
2
Madeeasy Test Series
A hash table of size 10 using open addressing with linear probing and hash function is h(k)= (k)mod10 , where k is key value , initially table is empty . Following keys are inserted into table in given order . 44,87,43,68,30,20,67 How many number of probes required to insert 17 in table after inserting above keys?
1 vote
1 answer
3
Made Easy Test Series
How to solve this question?
0 votes
1 answer
4
MadeEasy Test Series
There are 15 vertices and 15 edges in some graph. Now, these edges are arranged in such a way that maximum number of connected components are created in the graph. Find the connected components created. (A) 8 (B) 9 (C) 10 (D) 11 Please explain your answer.
0 votes
1 answer
5
Databases
Somebody please verify the answer
0 votes
0 answers
6
Databases
What is the meaning of first option
0 votes
2 answers
7
Made easy test series
Determine the first term of geometric progression is the sum of first term and third term is 40 and sum of second term and fourth term is 80 1)12 2)16 3)8 4)4
0 votes
0 answers
8
Options at IITs or other premier institutes after 2200 Rank in GATE CSE
Hello Everyone, I have secured a GATE Rank: of 2286 and a GATE Score of 543 in GATE CSE 2022. What are the possible options for me, Including MS(R), MTech (RA) at IITs, and other premier institutions ... would be specifically interested in working on a research lab or as a professor over working for some corporate coding job.
0 votes
0 answers
9
#madeeasy test series
0 votes
1 answer
10
MADE-EASY FULL LENGHT TEST
what would be the output for this query? inner query returns NULL, right? as S.E > 10 won't be satisfied. so for every outer tuple of R it shouldn't produce any result? and so the output should be 0? atleast that's what i think. but, it says the output is 3(i am assuming number of tuples of R), and i can't figure out why. any help would be appreciated! thanks!
0 votes
1 answer
11
BCD Correction | Made Easy Test Series
why is C incorrect? addition of any two nibbles such as 1000 1000 --------- 0000 Will generate a final carry as 1 0000, which will require the addition of 0110 as 1 0110 to make it correct.
1 vote
0 answers
12
Compiler Design | Made Easy Test Series
I Believe the answer should be lexical error first as "≤" is not a valid token. Next, "+" and "=" have a space between them, which should throw a syntax error. The solution they have provided is : This should be incorrect as the array in C does not perform out of bound checks. Kindly let me know if I am wrong.
1 vote
1 answer
13
regular languages - TOC
Which of the following languages is/are regular?
0 votes
2 answers
14
sets - mathematics - made easy test series
A newspaper agent sells the TOI, the HT and the IN in equal numbers to 302 persons. 7 persons get the HT and the IN, 12 get the TOI and the IN, 9 get the TOI and the HT and 3 get all three newspapers. Then the number of persons who get only one paper is ____
0 votes
0 answers
15
Made Easy Test Series
"Consider the following proposed solution to dining philosophers problem to avoid deadlock. Consider the binary semaphore lock is initialized to 1. Which of the following is correct?" In the above question, is the given solution deadlock free? Will removing (iii) and (iv) can make the solution deadlock free?
2 votes
3 answers
16
MADE EASY TEST SERIES | MOCK 2 - 2022
Assume that you have made a request for a web page through your web browser to a web server. Initially the browser cache is empty. Further, the browser is configured to send HTTP requests in PERSISTENT mode. The web page contains text ... very small images. The minimum number of TCP connections required to display the web page completely in your browser is ___.
0 votes
1 answer
17
Made Easy Test Series
The round trip delay between A and B is given as 60 ms, and the bottleneck bandwidth of the link between A and B is 512 KBps. What is the optimal window size (in packets) if the packet size is 64 bytes and the channel is full duplex.
1 vote
1 answer
18
Made Easy Test Series
Consider L = {w011w | w ∈ (o+1)*}. Find minimum number of states that are required in DFA (L). Found this question in Made Easy Test Series and I think the question is incorrect, as the language is not regular. The solution of this question given by Made Easy ... the given solution to be true L should be, L = {w011x | w,x ∈ (o+1)*}. Request you all to provide your comments.
1 vote
0 answers
19
Made Easy Test Series
Consider a fully associative cache with 6 cache blocks (0 to 5) and the following sequence of memory block requests: 5, 4, 29, 18, 21, 7, 25, 18, 16, 35, 45, 22, 7, 19 If LRU replacement policy is used, which cache block is used for memory block 19? Assume initially 6 blocks are placed in a cache according to lexicographic order of cache index.
4 votes
3 answers
20
Made Easy Test Series
Consider the following statements: S1 : Direct mapped caches do not need a cache block replacement policy, whereas fully associative cache need. S2 : Direct mapped cache, may produce more misses if programs refers to memory words that occupy a same tag value. Which of the following options is correct?
2 votes
2 answers
21
Made Easy Test Series
Consider a pipeline consist of 5 stages named as IF, ID, OF, EX and WB with the respective stage delays of 2 ns, 6 ns, 5 ns, 8 ns and 1 ns. The alternative pipeline y' contain the same number of stages but EX stage is divided into 2 ... the program contain 20% of the instructions which are memory based instructions, what is the ratio of speed-up of x to speed-up of y?
2 votes
2 answers
22
Made Easy Test Series
Consider 5 stage pipelined processor has instruction fetch (IF), Instruction decode (ID), Operand fetch (OF), Perform operation (PO) and Write operand (WB) stages. The IF, ID, OF and WB stages takes 1 clock cycle each for any ... instructions respectively. How many clock cycles needed to execute the above sequence of instruction, where operand forwarding from PO to PO?
3 votes
0 answers
23
made east test series - synchronization - OS
Consider the following proposed solution to Dining Philosopher's problem to avoid deadlock. The binary semaphore lock is initialized to 1. Which of the following is correct? Removing (i) and (ii) will not affect the code. It will work fine. Removing (iii) ... fine. All (i), (ii), (iii) and (iv) are necessary. Removal of any of them will affect the code.
0 votes
1 answer
24
DBMS made easy test series - bcnf decomposition
$(A)1$ $(B)2$ $(C)4\\$ $(D)\ 5$
0 votes
1 answer
25
max heap - algorithms - made easy test series
Consider the following graph: Find the total number of max-heap possible orderings with elements 12, 10, 1, 5, 7, 9, 8 such that each element is filled in one node of the above tree and element 10 occupies only the left child node of its parent.
0 votes
1 answer
26
SQL - databases
Consider the following relations: How many number of records will be returned by the following query?
0 votes
2 answers
27
made easy test series - parsing - context-free grammar
Consider the following context-free grammar: Find the number of unique productions in {Goto (A → D.BC, B) U Goto (A → .DBC, D)}
0 votes
0 answers
28
Propositional Logic | Made Easy Full Syllabus Test
How is B a tautology?
0 votes
2 answers
29
Register Allocation | Made Easy Full Syllabus Test
Given problem and answer : I am getting 3 minimum registers as answer, can anyone verify? here's how I am getting 3 : T1 = r T2 = s T1 = T1 * T2 T2 = t T3 = u T2 = T2 – T3 T1 = T1 * T2 // T2 and T3 are free now T2 = p T3 = q T2 = T2 * T3 T3 = t T2 = T2 + T3 T2 = T1 + T2
1 vote
0 answers
30
made easy test series - cache addressing
Consider a 4-way set associative cache of 64 KB used in a 32-bit CPU, organized into 32-word blocks. System supports 64 GB RAM. Cache is designed with a write back protocol to handle the updation issues. In each line a valid bit is present to specify the status of a block. What is the size (in bits) of a tag directly in the cache controller?
Source: https://gateoverflow.in/tag/made-easy-test-series
0 Response to "Made Easy Test Series Question Papers Pdf"
Postar um comentário