• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • Gate

Frequently Asked Gate Latest Exam Pattern - Gate Sample Question with Solutions Page 11

Gate Select Another Category Select Another Topic

Exam

  • ACIO 119
  • AIEEE 334
  • AMCAT 2636
  • Assessment 108
  • Bank 22
  • CAT 988
  • CMAT 82
  • Cocubes 39
  • Elitmus 2952
  • Exam 39
  • Gate 846
  • GMAT 107
  • Gmate 29
  • GRE 469
  • IIT-JEE 471
  • ITC 28
  • Maths Olympiad 205
  • MBA 3481
  • MCA 32
  • Other 159
  • Others 25
  • R-SAT 111
  • Self 68

Gate Question Topics

    Category (172)

    General Ability (20)

  • General Knowledge (5)
  • HR Interview (166)

  • Interview (7)
  • Logical Reasoning (36)

  • Blood Relations (8)
  • Coding Decoding (8)
  • Cryptography (3)
  • Decision Making and Problem Solving (1)
  • Direction Sense (1)
  • General Mental Ability (2)
  • Letter Arrangement (1)
  • Mathematical Reasoning (3)
  • Number Series (3)
  • Numerical Ability (131)

  • Age Problem (2)
  • Algebra (9)
  • Alligation or Mixture (1)
  • Area and Volume (3)
  • Averages (5)
  • Co-ordinate geometry (1)
  • Complex Numbers (1)
  • Data Interpretation (2)
  • Geometry (1)
  • Number System (9)
  • Percentage (5)
  • Permutation and Combination (6)
  • Probability (10)
  • Profit and Loss (4)
  • Quadratic Equations (1)
  • Ratio and Proportion (2)
  • Sequence and Series (4)
  • Simple & Compound Interest (1)
  • Time and Work (15)
  • Time Distance and Speed (5)
  • Trigonometry (2)
  • Programming (13)

  • Arrays (1)
  • Database (3)
  • Technical (1)
  • Verbal Ability (13)

  • Antonyms (1)
  • Miscellaneous (2)
  • Sentence Completion (1)
  • Spotting Errors (4)
  • Synonyms (2)
Keep an EYE (0)
Solved Question (23) UnSolved Question (833)
Pages: 86FirstPrev78910111213141516NextLast
Advertisements

(#M40025466) GATE QUESTION Verbal Keep an EYE Keep an eye puzzle Keep an eye puzzle


One who dabbles in fine arts for the love of it and not for monetary gains

A.
Connoisseur
B.
Amateur
C.
Professional
D.
Dilettante

Asked In Gate MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (2)   (0) Submit Your Solution

(#M40156799) GATE QUESTION ENGINEERING SOM Keep an EYE Keep an eye puzzle Keep an eye puzzle


For biaxial stress, the planes of maximum shear are at right angles to each other and are inclined at 45° to the principal planes.


A. True
B. False

Asked In Gate Jaspalsingh Parmar (9 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (0) Submit Your Solution
Advertisements

(#M40156688) GATE QUESTION ENGINEERING SOM Keep an EYE Keep an eye puzzle Keep an eye puzzle


If the modulus of elasticity of a material is twice its modulus of rigidity, then the Poisson's ratio of the material is equal to zero.


A. Correct
B. Incorrect

Asked In Gate Jaspalsingh Parmar (9 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (8)   (2) Submit Your Solution

(#M40025473) GATE QUESTION Verbal Ability Keep an EYE Keep an eye puzzle Keep an eye puzzle

In each of the sentences given below a word is printed in bold. Below it four choices are given. Pick up the one which is most nearly the same in meaning as the word printer in bold and can replaces it without altering the meaning of the sentence.

9.
Swift is known in the world of letters for his misogynism.

A.
hate for mankind
B.
hate for womankind
C.
love for the reasonable
D.
love for the womankind

Asked In Gate MAN (12 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (10)   (2) Submit Your Solution

(#M40029688) GATE QUESTION GATE-CS Keep an EYE Keep an eye puzzle Keep an eye puzzle

On a non-pipe lined sequential processor, a program segment, which is a part of the interrupt service routine, is given to transfer 500 bytes from an I/O device to memory.
Initialize the address register
Initialize the count to 500 LOOP:
Load a byte from device Store in memory at address given by address register
Increment the address register Decrement the count
If count != 0 go to LOOP
Assume that each statement in this program is equivalent to a machine
instruction which takes one clock cycle to execute if it is a non-load/store
instruction. The load-store instructions take two clock cycles to execute.
The designer of the system also has an alternate approach of using the DMA
controller to implement the same transfer. The DMA controller requires 20 clock
cycles for initialization and other overheads. Each DMA transfer cycle takes two
clock cycles to transfer one byte of data from the device to the memory.
What is the approximate speedup when the DMA controller based design is used
in place of the interrupt driven program based input-output?
option
(A) 3.4
(B) 4.4
(C) 5.1
(D) 6.7

Asked In Gate Rats (12 years ago)
Unsolved
Is this Puzzle helpful?   (2)   (2) Submit Your Solution

(#M40031898) GATE QUESTION time Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. A and B are friends. They decide to meet between 1 PM and 2 PM on a given day. There is a condition that whoever arrives first will not wait for the other for more than 15 minutes. The probability that they will meet on that day is
(A) 1/4
(B) 1/16
(C) 7/16
(D) 9/16

Asked In Gate (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (28)   (9) Submit Your Solution Probability

(#M40029692) GATE QUESTION GATE-CS Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which data structure in a compiler is used for managing information about variables and their attributes?
(A) Abstract syntax tree
(B) Symbol table
(C) Semantic stack
(D) Parse table

Asked In Gate Rats (12 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (21)   (15) Submit Your Solution

(#M40029632) GATE QUESTION GATE - CS Keep an EYE Keep an eye puzzle Keep an eye puzzle

Consider a hard disk with 16 recording surfaces (0 15) having 16384 cylinders (0 16383) and each cylinder contains 64 sectors (0 63). Data storage capacity in each sector is 512 bytes. Data are organized cylinder wise and the addressing format is . A file of size 42797 KB is stored in the disk and the starting disk location of the file is . What is the cylinder number of the last sector of the file, if it is stored in a contiguous manner?

Option
(A) 1281
(B) 1282
(C) 1283
(D) 1284

Asked In Gate Rats (12 years ago)
Unsolved
Is this Puzzle helpful?   (3)   (2) Submit Your Solution

(#M40156980) GATE QUESTION Mechanical Engineering HM Keep an EYE Keep an eye puzzle Keep an eye puzzle


In a centrifugal pump, the water enters the impeller __________ and leaves the vanes axially.


A. axially
B. radially

Asked In Gate Jaspalsingh Parmar (9 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (11)   (0) Submit Your Solution

(#M40037602) GATE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

A drinks machine offers three selections - Tea, Coffee or Random but the machine has been wired up wrongly so that each button does not give what it claims. If each drink costs 5 rupees, how much minimum money do you have to put into the machine to work out which button gives which selection?

Asked In Gate Hardip Bhalani (11 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (4)   (3) Submit Your Solution
Keep an EYE (0)
Solved Question (23) UnSolved Question (833)
Pages: 86FirstPrev78910111213141516NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

Do not worry about your difficulties in mathematics, I assure you that mine are greater.

Albert Einstein

If you think dogs can't count, try putting three dog biscuits in your pocket and then giving tommy only two of them.

Phil Pastoret

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com