File size: 34,873 Bytes
b604cbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
[
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 22,
        "question": "A heavy horizontal cylinder of diameter D supports a mass of liquid having density 𝜌 as shown in the figure. Find out the vertical component of force exerted by the liquid per unit length of the cylinder if g is the acceleration due to gravity.",
        "options": [
          "𝞹D²𝜌g/4", 
          "𝞹D²𝜌g/8", 
          "𝞹D²𝜌g/2", 
          "𝞹D²𝜌g/3"
        ],
        "answer": 1,
        "image_png": "xe_question_22.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 23,
        "question": "The figure shows the developing zone and the fully developed region in a pipe flow where the steady flow takes place from left to right. The wall shear stress in the sections A, B, C, and D are given by 𝜏A ,𝜏B ,𝜏C , and 𝜏D , respectively. Select the correct statemen",
        "options": [
          "𝜏A > 𝜏B", 
          "𝜏B > 𝜏A", 
          "𝜏C > 𝜏B", 
          "𝜏C > 𝜏D"
        ],
        "answer": 0,
        "image_png": "xe_question_23.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 24,
        "question": "The left hand column lists some non-dimensional numbers and the right hand column lists some physical phenomena. Indicate the correct combination",
        "options": [
          "1-iii, 2-i, 3-ii, 4-iv", 
          "1-i, 2-ii, 3-iv, 4-iii", 
          "1-iv, 2-iii, 3-iv, 4-iii", 
          "2-iv, 1-iii, 3-ii, 4-i"
        ],
        "answer": 0,
        "image_png": "xe_question_24.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 31,
        "question": "Consider an inviscid flow through a smooth pipe which has a pitot-static tube arrangement as shown. Find the centre-line velocity in the pipe. Consider that the density of the fluid is 1000 kg/m3, acceleration due to gravity is 10 m/s2, and the specific gravity of the manometric fluid is 11.",
        "options": [
          "2 m/s", 
          "3 m/s", 
          "5 m/s", 
          "7 m/s"
        ],
        "answer": 0,
        "image_png": "xe_question_31.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 33,
        "question": "A two-dimensional flow field is described by a combination of a source of strength m at the origin and a uniform flow, U, in the positive x-direction such that the velocity potential is given by. Find the distance aa'.",
        "options": [
          "m/U", 
          "2m/U", 
          "8m/U", 
          "m/2U"
        ],
        "answer": 3,
        "image_png": "xe_question_33.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 45,
        "question": "Match the following materials with their corresponding bonding types.",
        "options": [
          "P - 4; Q - 2; R - 3; S - 1", 
          "P - 3; Q - 4; R - 2; S - 1", 
          "P - 3; Q - 2; R - 1; S - 4", 
          "P - 3; Q - 1; R - 4; S - 2"
        ],
        "answer": 2,
        "image_png": "xe_question_45.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 55,
        "question": "Which one of the following samples of high-purity aluminium (Al) single crystal will plastically yield at the lowest applied load under ambient conditions? Loading axis is along the direction shown in the schematic.",
        "options": [
          "(i)", 
          "(ii)", 
          "(iii)", 
          "(iv)"
        ],
        "answer": 3,
        "image_png": "xe_question_55.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 56,
        "question": "Refer to the schematic shown. Two dog-bone samples, labelled 1 and 2, of a Cu-alloy are tested under tension at room temperature to points “E” and “P”, respectively. Subsequently, they are unloaded completely and metallographically polished. Brinell hardness testing was performed in the gauge section of the samples. Which one of the following can be inferred about the measured Brinell hardness number (BHN)?",
        "options": [
          "BHN of 1 > BHN of 2", 
          "BHN of 1 = BHN of 2", 
          "BHN of 1 < BHN of 2", 
          "A conclusion about BHN of samples 1 and 2 cannot be made, with the provided information"
        ],
        "answer": 2,
        "image_png": "xe_question_56.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 66,
        "question": "A force 𝐹 is applied at an angle 𝜃 = 30° on an elastic column as shown in the figure. 𝐸 and 𝐼 are respectively the Young’s modulus and area moment of inertia. The smallest magnitude of 𝐹 needed to cause buckling is",
        "options": [
          "2𝝿²El/√3*L²", 
          "√3𝝿²El/2L²", 
          "𝝿²El/2L²", 
          "2𝝿²El/L²"
        ],
        "answer": 0,
        "image_png": "xe_question_66.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 68,
        "question": "A massless semicircular rod held fixed at end A is in the xy-plane, as shown in the figure. A force P along the negative z direction is acting at point B on the rod. The unit vectors along x, y and z directions are denoted respectively as i, j and k. Due to the applied force P, the cross-section of the rod at point D will be subjected to",
        "options": [
          "a twisting moment 𝑃𝑅1 cos𝜃 𝐢, a bending moment 𝑃𝑅sin𝜃 𝐣, and a shear force 𝑃 𝐤", 
          "a twisting moment 𝑃𝑅1 sin𝜃 𝐢, a bending moment 𝑃𝑅cos𝜃 𝐣, and a shear force 𝑃 𝐤", 
          "a twisting moment 𝑃𝑅cos𝜃 1 𝐢, a bending moment 𝑃𝑅sin𝜃 𝐣, and a shear force 𝑃 𝐤", 
          "a twisting moment 𝑃𝑅sin𝜃𝐢, a bending moment 𝑃𝑅 1 cos 𝜃 𝐣, and a shear force 𝑃 𝐤"
        ],
        "answer": 0,
        "image_png": "xe_question_68.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 69,
        "question": "In the truss shown in the figure, all the members are pin jointed to each other. The members AB, BD, DE and DC have the same length. For the given loading, which of the following is the correct statement?",
        "options": [
          "BD is a zero-force member, and AB and ED are in compression", 
          "AB is in tension, ED is in compression, and BD is a zero-force member", 
          "AB and DC are in tension, and BC is in compression", 
          "ED is in tension, and DC and BC are in compression"
        ],
        "answer": 1,
        "image_png": "xe_question_69.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 70,
        "question": "End B of the 2 m long rigid rod AB is constrained to move horizontally in the slot as shown in the figure and has a velocity of 1.0 i m/s. The angular velocity of the rod at the instant shown is 2 rad/s. The unit vectors along x and y directions are denoted respectively as i and j. The velocity of point A in m/s is then given by",
        "options": [
          "(1-2√3)𝐢 + 2𝐣", 
          "(1+2√3)𝐢 - 2𝐣", 
          "-2√3𝐢 + 2𝐣", 
          "2√3𝐢 - 2𝐣"
        ],
        "answer": 0,
        "image_png": "xe_question_70.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 71,
        "question": "The assembly of four masses connected by rigid mass-less rods is kept on a smooth horizontal floor as shown in the figure. Under the applied force 2F, the magnitude of angular acceleration of the assembly at the instant shown is",
        "options": [
          "F/mc", 
          "F/2mc", 
          "2F/3mc", 
          "F/3mc"
        ],
        "answer": 1,
        "image_png": "xe_question_71.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 72,
        "question": "A particle is constrained to move at a constant speed on an inclined plane (ABCD) along the curved path shown in the figure. Edges AD and BC are parallel to the y axis. The inclined plane makes an angle 𝜃 with the 𝑥𝑦-plane. The velocity vector of the particle makes an angle 𝜙 with the dotted line which is parallel to edge AB. If the speed of the particle is 2 m/s, 𝜙 30°, and 𝜃 40°, then the 𝑧-component of the velocity of the particle in m/s is __________",
        "options": [
          "-1.32", 
          "-1.00", 
          "-1.11", 
          "-1.50"
        ],
        "answer": 2,
        "image_png": "xe_question_72.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 75,
        "question": "The beam in the figure is subjected to a moment M0 at mid span as shown. Which of the following is the vertical reaction at B?",
        "options": [
          "9Mₒ/8L", 
          "15Mₒ/8L", 
          "3Mₒ/4L", 
          "9Mₒ/4L"
        ],
        "answer": 0,
        "image_png": "xe_question_75.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 76,
        "question": "A spring-mass system having a mass m and spring constant k, placed horizontally on a foundation, is connected to a vertically hanging mass m with the help of an inextensible string. Ignore the friction in the pulleys and also the inertia of pulleys, string and spring. Gravity is acting vertically downward as shown. The natural frequency of the system in rad/s is",
        "options": [
          "√(4k/3m)", 
          "√(k/2m)", 
          "√(k/3m)", 
          "√(4k/5m)"
        ],
        "answer": 3,
        "image_png": "xe_question_76.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 77,
        "question": "One end of a uniform rigid rod OA of length L and mass m is attached to a frictionless hinge at O. The other end of the rod is connected to the roof at B with a mass-less inextensible thread AB. Initially the rod is horizontal and at rest. The gravity is acting vertically downward as shown. Immediately after the thread AB is cut, the reaction on the rod at O is",
        "options": [
          "mg/4 in the positive y-direction", 
          "mg/2 in the negative y-direction", 
          "3mg/4 in the negative y-direction", 
          "mg in the positive y-direction"
        ],
        "answer": 0,
        "image_png": "xe_question_77.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 78,
        "question": "A circular shaft is rigidly connected to a wall at one end. The shaft has a solid portion and a hollow portion as shown in the figure. The length of each portion is L and the shear modulus of the material is 𝐺. The polar moment of inertia of the hollow portion is 𝐽 and that of the solid portion is 50𝐽. A torque 𝑇 is applied at the right most end as shown. The rotation of the section PQ is",
        "options": [
          "27𝑇L/100𝐽𝐺", 
          "𝑇L/40𝐽𝐺", 
          "5𝑇L/4𝐽𝐺", 
          "3𝑇L/4𝐽𝐺"
        ],
        "answer": 0,
        "image_png": "xe_question_78.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 79,
        "question": "A rectangular plate of uniform thickness having initial length a and width b is placed between two rigid immovable walls. The temperature of the plate is increased by ΔT. The plate is free to expand along the y and z directions. The mid-surface of the plate remains in the xy-plane. The Poisson’s ratio is v and the coefficient of thermal expansion is α. Assuming that the plate is initially free of stresses, the change in length of the plate after the increase in temperature is given by",
        "options": [
          "a(1-v)αΔT", 
          "a(1+v)αΔT", 
          "aαΔT", 
          "2aαΔT"
        ],
        "answer": 1,
        "image_png": "xe_question_79.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 80,
        "question": "A mass m = 10 kg is attached to a spring as shown in the figure. The coefficient of friction between the mass and the inclined plane is 0.25. Assume that the acceleration due to gravity is 10 m/s2 and that static and kinematic friction coefficients are the same. Equilibrium of the mass is impossible if the spring force is",
        "options": [
          "30 N", 
          "45 N", 
          "60 N", 
          "75 N"
        ],
        "answer": 0,
        "image_png": "xe_question_80.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 120,
        "question": "Match the properties in Column A with their respective unit in Column B.",
        "options": [
          "P-1; Q-3; R-4; S-2", 
          "P-2; Q-3; R-1; S-4", 
          "P-3; Q-1; R-4; S-2", 
          "P-3; Q-1; R-2; S-4"
        ],
        "answer": 3,
        "image_png": "xe_question_120.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 121,
        "question": "Match the following ploymer product with its most appropriate processing technique.",
        "options": [
          "P-3; Q-4; R-1; S-2", 
          "P-3; Q-4; R-2; S-1", 
          "P-4; Q-3; R-2; S-1", 
          "P-3; Q-2; R-4; S-1"
        ],
        "answer": 1,
        "image_png": "xe_question_121.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 122,
        "question": "Match the following additives to their respective functions",
        "options": [
          "P-4; Q-2; R-1; S-3", 
          "P-3; Q-1; R-2; S-4", 
          "P-4; Q-1; R-3; S-2", 
          "P-4; Q-1; R-2; S-3"
        ],
        "answer": 3,
        "image_png": "xe_question_122.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 123,
        "question": "Match the polymers with their characteristic infrared (IR) stretching frequency.",
        "options": [
          "P-4; Q-3; R-2; S-1", 
          "P-3; Q-4; R-2; S-1", 
          "P-3; Q-4; R-1; S-2", 
          "P-3; Q-2; R-4; S-1"
        ],
        "answer": 1,
        "image_png": "xe_question_123.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 124,
        "question": "Match the following ploymers to the most appropriate product",
        "options": [
          "P-2; Q-1; R-4; S-3", 
          "P-2; Q-4; R-1; S-3", 
          "P-3; Q-1; R-2; S-4", 
          "P-3; Q-1; R-4; S-2"
        ],
        "answer": 3,
        "image_png": "xe_question_124.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 125,
        "question": "Match the polymers to the polymerization method used for their synthesis.",
        "options": [
          "P-2; Q-1; R-4; S-3", 
          "P-2; Q-1; R-3; S-4", 
          "P-2; Q-3; R-4; S-1", 
          "P-2; Q-4; R-1; S-3"
        ],
        "answer": 0,
        "image_png": "xe_question_125.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 132,
        "question": "Which among the given options truly depict the lines 1 and 2 in the figure below with respect to the effect of heat processing on food?",
        "options": [
          "1-Safety, 2-Quality", 
          "1-Yield, 2-Safety", 
          "1-Yield, 2-Quality", 
          "1-Quality, 2-Safety"
        ],
        "answer": 0,
        "image_png": "xe_question_132.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 141,
        "question": "Match the edible oil refining stages given in Column I with their respective functions in Column II.",
        "options": [
          "P-3, Q-2, R-1, S-4", 
          "P-2, Q-1, R-3, S-4", 
          "P-3, Q-4, R-2, S-1", 
          "P-3, Q-1, R-2, S-4"
        ],
        "answer": 2,
        "image_png": "xe_question_141.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 142,
        "question": "Make the correct pair of food packaging technology given in Column I with operating principle or description in Column II.",
        "options": [
          "P-3, Q-4, R-1, S-2", 
          "P-3, Q-2, R-1, S-4", 
          "P-1, Q-4, R-3, S-2", 
          "P-3, Q-1, R-4, S-2"
        ],
        "answer": 0,
        "image_png": "xe_question_142.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 144,
        "question": "Match the size reduction equipment in Column I with the method of operation in Column II.",
        "options": [
          "P-2, Q-4, R-1, S-3", 
          "P-3, Q-1, R-2, S-4", 
          "P-4, Q-1, R-2, S-3", 
          "P-3, Q-4, R-2, S-1"
        ],
        "answer": 0,
        "image_png": "xe_question_144.png",
        "image_information": "essential",
        "image_type": "table",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 154,
        "question": "The figure shows a schematic of vertical profiles of concentrations of two gases P and Q in the atmosphere near a coastal station. The correct pair representing P and Q, respectively, is",
        "options": [
          "water vapor and CO₂", 
          "O₃ and water vapor", 
          "CO₂ and O₃", 
          "N₂ and O₂"
        ],
        "answer": 0,
        "image_png": "xe_question_154.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    },
    {
        "language": "en",
        "country": "India",
        "file_name": "xe_2022.pdf",
        "source": "https://gate.iitkgp.ac.in/documents/gatepapers/2022/xe_2022.pdf",
        "license": "Education and Research",
        "level": "Graduate Aptitude Test in Engineering (GATE)",
        "category_en": "Engineering Sciences",
        "category_original_lang": "इंजीनियरिंग विज्ञान",
        "original_question_num": 163,
        "question": "An unsaturated moist air parcel undergoes adiabatic ascent in atmosphere without mixing with surrounding air. Air is so clean that there is no possibility for heterogeneous nucleation. Which one of the following plots depicts the vertical variation of water vapor pressure (shown as continuous line) and saturation water vapor pressure (shown as dotted/dashed line) of the parcel?",
        "options": [
          "P", 
          "Q", 
          "R", 
          "S"
        ],
        "answer": 0,
        "image_png": "xe_question_163.png",
        "image_information": "essential",
        "image_type": "diagram",
        "parallel_question_id": null
    }
]