Made Easy Test Series Question Papers Pdf

0 votes

1 answer

1

Madeasy test Series
Please explain how 2?

Amit Mehta asked in Compiler Design 3 days ago

by Amit Mehta

55 views

  • code-optimization
  • made-easy-test-series

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?

Manisha Jaishwal asked in Algorithms Jul 25

by Manisha Jaishwal

79 views

  • algorithms
  • made-easy-test-series
  • hashing
  • linear-probing

1 vote

1 answer

3

Made Easy Test Series
How to solve this question?

Abhrajyoti00 asked in Mathematical Logic Jul 24

by Abhrajyoti00

95 views

  • made-easy-test-series
  • combinatory
  • discrete-mathematics

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.

anupamsworld asked in DS Jul 8

by anupamsworld

134 views

  • made-easy-test-series
  • data-structures
  • graph-theory
  • graph-connectivity

0 votes

1 answer

5

Databases
Somebody please verify the answer

GateOverflow04 asked in Databases Jul 6

by GateOverflow04

72 views

  • databases
  • made-easy-test-series
  • database-normalization

0 votes

0 answers

6

Databases
What is the meaning of first option

GateOverflow04 asked in Databases Jul 6

by GateOverflow04

65 views

  • databases
  • made-easy-test-series
  • database-normalization

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

Vaishnavi Gadhe asked in Quantitative Aptitude Jul 3

by Vaishnavi Gadhe

98 views

  • made-easy-test-series
  • geometric-series

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.

baashaaa asked in Written Exam Mar 17

by baashaaa

148 views

  • study-resources
  • made-easy-test-series

0 votes

0 answers

9

#madeeasy test series

Rajeev-Dubey asked in Databases Feb 20

by Rajeev-Dubey

108 views

  • made-easy-test-series
  • 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!

juniorG asked in Databases Jan 30

by juniorG

137 views

  • databases
  • made-easy-test-series

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.

palashbehra5 asked in Digital Logic Jan 29

by palashbehra5

152 views

  • bcd
  • digital-logic
  • made-easy-test-series

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.

palashbehra5 asked in Compiler Design Jan 29

by palashbehra5

131 views

  • compiler-design
  • made-easy-test-series

1 vote

1 answer

13

regular languages - TOC
Which of the following languages is/are regular?

atulcse asked in Theory of Computation Jan 28

by atulcse

177 views

  • regular-language
  • theory-of-computation
  • made-easy-test-series

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 ____

atulcse asked in Set Theory & Algebra Jan 26

by atulcse

381 views

  • set-theory
  • made-easy-test-series

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?

abuhujair asked in Operating System Jan 22

by abuhujair

148 views

  • made-easy-test-series
  • operating-system

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 ___.

kbbhatt04 asked in Computer Networks Jan 21

by kbbhatt04

328 views

  • made-easy-test-series
  • computer-networks
  • http

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.

LRU asked in Computer Networks Jan 20

by LRU

190 views

  • made-easy-test-series
  • computer-networks
  • data-link-layer
  • ethernet

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.

abuhujair asked in Theory of Computation Jan 20

by abuhujair

167 views

  • made-easy-test-series
  • theory-of-computation

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.

LRU asked in CO and Architecture Jan 20

by LRU

185 views

  • made-easy-test-series
  • computer-architecture
  • cache-memory

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?

LRU asked in CO and Architecture Jan 20

by LRU

283 views

  • made-easy-test-series
  • computer-architecture
  • cache-memory

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?

LRU asked in CO and Architecture Jan 20

by LRU

222 views

  • made-easy-test-series
  • computer-architecture
  • pipelining

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?

LRU asked in CO and Architecture Jan 20

by LRU

201 views

  • made-easy-test-series
  • computer-architecture
  • pipelining

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.

atulcse asked in Operating System Jan 19

by atulcse

202 views

  • operating-system
  • process-synchronization
  • made-easy-test-series
  • concurrency
  • critical-section

0 votes

1 answer

24

DBMS made easy test series - bcnf decomposition
$(A)1$ $(B)2$ $(C)4\\$ $(D)\ 5$

tirth_patel asked in Databases Jan 17

by tirth_patel

176 views

  • databases
  • bcnf-decomposition
  • made-easy-test-series

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.

atulcse asked in DS Jan 16

by atulcse

215 views

  • data-structures
  • binary-heap
  • made-easy-test-series
  • numerical-answers

0 votes

1 answer

26

SQL - databases
Consider the following relations: How many number of records will be returned by the following query?

atulcse asked in Databases Jan 16

by atulcse

168 views

  • databases
  • sql
  • made-easy-test-series

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)}

atulcse asked in Compiler Design Jan 16

by atulcse

203 views

  • context-free-language
  • context-free-grammar
  • parsing
  • made-easy-test-series

0 votes

0 answers

28

Propositional Logic | Made Easy Full Syllabus Test
How is B a tautology?

palashbehra5 asked in Mathematical Logic Jan 14

by palashbehra5

182 views

  • made-easy-test-series
  • propositional-logic

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

palashbehra5 asked in Compiler Design Jan 14

by palashbehra5

228 views

  • register-allocation
  • made-easy-test-series
  • compiler-design

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?

atulcse asked in CO and Architecture Jan 13

by atulcse

261 views

  • made-easy-test-series
  • computer-architecture

pasillassoming.blogspot.com

Source: https://gateoverflow.in/tag/made-easy-test-series

0 Response to "Made Easy Test Series Question Papers Pdf"

Postar um comentário

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel