All MCQ Questions

Question 1

What is the correct file extension for Python files?

Correct Answer: C
Explanation:
Python files use the .py extension.
Question 2

What will be the output of the following Python code? ```python print(2 ** 3) ```

Correct Answer: C
Explanation:
The ** operator is used for exponentiation, so 2 ** 3 equals 8.
Question 3

Which of the following is not a valid Python data type?

Correct Answer: D
Explanation:
In Python, a dictionary is a data structure, but it is not a primitive data type.
Question 4

What is the result of the following code snippet? ```python x = [1, 2, 3] x.append([4, 5]) print(len(x)) ```

Correct Answer: B
Explanation:
The append() method adds the entire list [4, 5] as one element, so the length becomes 4.
Question 5

Which of the following methods can be used to remove an item from a Python list?

Correct Answer: D
Explanation:
Both remove() and pop() methods are used to remove items from a list.
Question 6

In Python, which of the following is used to define a block of code?

Correct Answer: C
Explanation:
Python uses indentation to define the scope of loops, functions, classes, etc.
Question 7

What is the output of the following code? ```python x = "Python" print(x[0:2]) ```

Correct Answer: A
Explanation:
The slicing x[0:2] extracts the characters from index 0 to 1.
Question 8

Which Python module can be used to generate random numbers?

Correct Answer: A
Explanation:
The random module is used for generating random numbers in Python.
Question 9

What is the output of the following code? ```python x = "Hello, World!" print(x[7:]) ```

Correct Answer: B
Explanation:
The slice x[7:] extracts the substring starting from index 7, which is "World!".
Question 10

How do you start a comment in Python?

Correct Answer: B
Explanation:
Python comments are initiated with the # symbol.
Question 11

Which of the following is the time complexity of binary search algorithm?

Correct Answer: B
Explanation:
Binary search works by dividing the array in half, so its complexity is O(log n).
Question 12

Which sorting algorithm has the best average case time complexity?

Correct Answer: C
Explanation:
Merge sort has O(n log n) average case time complexity, which is better than Bubble/Insertion.
Question 13

In a graph, which traversal technique uses a queue?

Correct Answer: B
Explanation:
BFS uses a queue to traverse nodes level by level.
Question 14

Which data structure is used in a recursive function call?

Correct Answer: B
Explanation:
Recursive calls use the function call stack to store states.
Question 15

Which of the following materials is most commonly used in aircraft skin?

Correct Answer: A
Explanation:
Aluminum alloys are lightweight, corrosion-resistant, and widely used in aircraft structures.
Question 16

Titanium alloys are primarily used in aerospace because they provide:

Correct Answer: B
Explanation:
Titanium alloys are valued for high strength-to-weight ratio and corrosion resistance.
Question 17

Which composite material is widely used in modern aircraft fuselage and wings?

Correct Answer: B
Explanation:
Carbon fiber composites are strong, light, and provide excellent fatigue resistance.
Question 18

Magnesium alloys are avoided in aircraft structures mainly due to:

Correct Answer: C
Explanation:
Magnesium burns easily and poses fire hazards, limiting its aerospace use.
Question 19

What is the primary reason for using honeycomb structures in aircraft panels?

Correct Answer: C
Explanation:
Honeycomb provides high stiffness and strength while minimizing weight.
Question 20

Which metal is mainly used in jet engine turbine blades?

Correct Answer: B
Explanation:
Nickel-based superalloys can withstand high temperatures in turbine sections.
Question 21

Ceramic matrix composites in aerospace are used for:

Correct Answer: B
Explanation:
Ceramic composites withstand extreme heat, suitable for turbines and re-entry shields.
Question 22

The property of a material to resist crack propagation is called:

Correct Answer: C
Explanation:
Fracture toughness measures resistance against crack growth under stress.
Question 23

Which aerospace material shows the best fatigue resistance?

Correct Answer: D
Explanation:
Carbon fiber composites have excellent fatigue resistance, ideal for aircraft wings.
Question 24

Superalloys are primarily strengthened by:

Correct Answer: C
Explanation:
Precipitation hardening (γ' phase) improves superalloy performance at high temperatures.
Question 25

What is the main drawback of carbon-carbon composites in aerospace?

Correct Answer: C
Explanation:
Carbon-carbon composites are costly and oxidize at high temperatures without protection.
Question 26

Shape memory alloys used in aerospace rely on:

Correct Answer: B
Explanation:
Shape memory effect is based on reversible martensitic phase transformation.
Question 27

Which material is commonly used for making cockpit windows in aircraft?

Correct Answer: C
Explanation:
Acrylic sheets are lightweight, transparent, and resistant to shattering.
Question 28

Cryogenic fuel tanks in rockets are usually made from:

Correct Answer: B
Explanation:
Aluminum-lithium alloys combine low density and high toughness for cryogenic use.
Question 29

Kevlar is primarily used in aerospace for:

Correct Answer: B
Explanation:
Kevlar fibers provide ballistic protection in aerospace applications.
Question 30

Which testing method is most suitable for detecting cracks in turbine blades?

Correct Answer: A
Explanation:
Ultrasonic NDT effectively detects cracks and defects in turbine blades.
Question 31

The main reason aluminum-lithium alloys are used in aerospace is:

Correct Answer: B
Explanation:
Al-Li alloys reduce weight while improving stiffness in aircraft structures.
Question 32

Which of the following is a thermal protection system used in spacecraft re-entry?

Correct Answer: D
Explanation:
Spacecraft use ablative shields and ceramic tiles for thermal protection.
Question 33

What property makes Inconel suitable for jet engine applications?

Correct Answer: B
Explanation:
Inconel is a nickel-chromium alloy resistant to heat, oxidation, and creep.
Question 34

Which joining technique is widely used for composite materials in aerospace?

Correct Answer: B
Explanation:
Adhesive bonding distributes load effectively and is common for composites.
Question 35

What does Bernoulli’s principle explain in aerodynamics?

Correct Answer: A
Explanation:
Bernoulli’s principle explains that faster airflow over a wing creates lower pressure, generating lift.
Question 36

Which force opposes the forward motion of an aircraft?

Correct Answer: C
Explanation:
Drag is the aerodynamic resistance force acting opposite to thrust.
Question 37

The angle between the chord line of a wing and the oncoming airflow is called:

Correct Answer: B
Explanation:
The angle of attack (AOA) is critical for lift and stall conditions.
Question 38

What happens when an aircraft exceeds its critical angle of attack?

Correct Answer: B
Explanation:
Exceeding the critical AOA disrupts airflow and causes stall.
Question 39

Which component of drag is caused by the production of lift?

Correct Answer: B
Explanation:
Induced drag results from wingtip vortices created during lift generation.
Question 40

In level flight, lift must balance which force?

Correct Answer: B
Explanation:
For steady level flight, lift = weight.
Question 41

Which aerodynamic surface primarily controls roll motion?

Correct Answer: C
Explanation:
Ailerons on the wings control roll about the longitudinal axis.
Question 42

Mach number is defined as:

Correct Answer: A
Explanation:
Mach number indicates ratio of aircraft speed to local speed of sound.
Question 43

Which type of boundary layer has less skin friction but is prone to separation?

Correct Answer: B
Explanation:
Laminar boundary layers have low skin friction but separate more easily.
Question 44

The downward deflection of exhaust gases to generate lift in VTOL aircraft is called:

Correct Answer: B
Explanation:
Thrust vectoring redirects thrust for lift or maneuvering.
Question 45

Which aerodynamic force acts through the center of pressure?

Correct Answer: A
Explanation:
Lift force acts through the center of pressure on an airfoil.
Question 46

What is the effect of increasing wing aspect ratio?

Correct Answer: B
Explanation:
Higher aspect ratio wings reduce induced drag and improve efficiency.
Question 47

Which control surface controls yaw motion of an aircraft?

Correct Answer: C
Explanation:
The rudder controls yaw about the vertical axis.
Question 48

Supersonic shock waves form when:

Correct Answer: C
Explanation:
Shock waves form when aircraft exceeds the speed of sound (Mach 1).
Question 49

The Coanda effect in aerodynamics refers to:

Correct Answer: A
Explanation:
The Coanda effect explains why fluid jets attach to curved surfaces.
Question 50

Which of the following reduces parasite drag?

Correct Answer: A
Explanation:
Smooth streamlined shapes reduce parasite drag.
Question 51

Lift-to-drag ratio is a measure of:

Correct Answer: B
Explanation:
Higher lift-to-drag ratio means more efficient aerodynamic performance.
Question 52

What is wake turbulence primarily caused by?

Correct Answer: B
Explanation:
Wingtip vortices from lift generation cause wake turbulence.
Question 53

Which aerodynamic device delays boundary layer separation?

Correct Answer: B
Explanation:
Vortex generators energize airflow to delay separation.
Question 54

What is the function of flaps during takeoff and landing?

Correct Answer: B
Explanation:
Flaps increase lift and drag, allowing safe takeoff and landing at lower speeds.
Question 55

Which navigation system uses a constellation of satellites to provide global positioning?

Correct Answer: B
Explanation:
The Global Positioning System (GPS) uses satellites to provide global navigation and positioning.
Question 56

What is the primary sensor used in an Inertial Navigation System (INS)?

Correct Answer: A
Explanation:
INS relies on gyroscopes and accelerometers to compute position and velocity.
Question 57

Which ground-based system provides both azimuth and distance to aircraft?

Correct Answer: B
Explanation:
VOR gives azimuth, and DME provides slant range distance to the station.
Question 58

Which component of ILS provides lateral guidance to aircraft?

Correct Answer: B
Explanation:
The localizer provides lateral (left/right) guidance during approach.
Question 59

The glide slope in ILS typically has an angle of:

Correct Answer: B
Explanation:
A standard glide slope angle is approximately 3° for safe descent.
Question 60

Which navigation aid uses the aircraft’s automatic direction finder (ADF)?

Correct Answer: A
Explanation:
ADF works with NDB (Non-Directional Beacon) signals to guide aircraft.
Question 61

In GPS, how many satellites are required for a 3D position fix?

Correct Answer: C
Explanation:
At least 4 satellites are needed for 3D fix (latitude, longitude, altitude, and clock error).
Question 62

Which system corrects GPS signals to improve accuracy for aviation?

Correct Answer: A
Explanation:
WAAS (Wide Area Augmentation System) enhances GPS accuracy for aircraft navigation.
Question 63

What does the Mode C transponder provide to ATC?

Correct Answer: C
Explanation:
Mode C transponders report both aircraft identity and altitude.
Question 64

Which navigation system is immune to jamming and spoofing compared to GPS?

Correct Answer: A
Explanation:
INS is self-contained and does not rely on external signals, making it immune to jamming.
Question 65

Doppler navigation measures:

Correct Answer: B
Explanation:
Doppler navigation systems use frequency shifts to compute ground speed and drift angle.
Question 66

Which navigation aid provides vertical and lateral guidance for precision landing?

Correct Answer: C
Explanation:
ILS (Instrument Landing System) is the primary precision approach aid.
Question 67

What is the main limitation of INS without GPS updates?

Correct Answer: B
Explanation:
INS suffers from cumulative errors and drift unless updated by GPS or radio nav aids.
Question 68

Which radar system helps pilots avoid terrain collisions?

Correct Answer: B
Explanation:
TAWS/GPWS warns pilots of terrain proximity to prevent controlled flight into terrain.
Question 69

What does RNAV allow an aircraft to do?

Correct Answer: B
Explanation:
RNAV allows area navigation using waypoints independent of ground stations.
Question 70

Which collision avoidance system issues traffic advisories and resolution advisories?

Correct Answer: C
Explanation:
TCAS alerts pilots of nearby traffic and advises on maneuvers.
Question 71

Which part of ILS helps pilots know distance from the runway?

Correct Answer: C
Explanation:
Marker beacons provide range information during instrument approach.
Question 72

ADS-B technology relies on which system for position data?

Correct Answer: B
Explanation:
ADS-B uses GPS position data and broadcasts it to ATC and nearby aircraft.
Question 73

What is the main advantage of satellite-based navigation over ground-based aids?

Correct Answer: B
Explanation:
Satellite navigation provides global coverage, unlike ground-based systems.
Question 74

Which radio navigation aid operates in the VHF frequency band (108-117.95 MHz)?

Correct Answer: B
Explanation:
VOR operates in the VHF band and provides azimuth guidance to aircraft.
Question 75

Which of the following is the primary objective in aircraft design?

Correct Answer: C
Explanation:
The main objective is to meet the mission requirements efficiently.
Question 76

The ratio of wingspan squared to wing area is called:

Correct Answer: B
Explanation:
<pre>The aspect ratio is described as the proportion of the wingspan squared relative to the wing surface area. This is a crucial metric in designing aircraft since it influences both aerodynamic effectiveness and how the aircraft flies.

Aspect ratio = (wingspan²) / wing area.</pre>
Question 77

Which parameter determines how much load an aircraft wing can carry per unit area?

Correct Answer: B
Explanation:
Wing loading = aircraft weight / wing area.
Question 78

The CG (center of gravity) of an aircraft should be located:

Correct Answer: B
Explanation:
For stability, CG is slightly ahead of the aerodynamic center.
Question 79

Which of the following reduces induced drag in aircraft design?

Correct Answer: A
Explanation:
Winglets reduce wingtip vortices, lowering induced drag.
Question 80

The taper ratio of a wing is defined as:

Correct Answer: B
Explanation:
Taper ratio = tip chord / root chord.
Question 81

In aircraft design, the term "fineness ratio" refers to:

Correct Answer: B
Explanation:
Fineness ratio = fuselage length / maximum diameter.
Question 82

Which factor primarily affects takeoff distance?

Correct Answer: B
Explanation:
Higher thrust-to-weight ratio reduces takeoff distance.
Question 83

The tailplane in an aircraft is mainly provided for:

Correct Answer: C
Explanation:
The horizontal tail ensures longitudinal stability and control.
Question 84

Which material property is most important when selecting fuselage materials?

Correct Answer: C
Explanation:
Aircraft design emphasizes materials with high strength-to-weight ratio.
Question 85

The climb performance of an aircraft depends mainly on:

Correct Answer: A
Explanation:
Climb rate is governed by excess thrust and L/D ratio.
Question 86

The stall speed of an aircraft increases with:

Correct Answer: B
Explanation:
Increased weight raises stall speed because more lift is required.
Question 87

Which design feature helps delay boundary layer separation on wings?

Correct Answer: C
Explanation:
Vortex generators energize airflow, delaying separation.
Question 88

What is the primary function of wing sweep in high-speed aircraft?

Correct Answer: B
Explanation:
Wing sweep delays shock formation, reducing wave drag.
Question 89

The ratio of thrust available to thrust required is called:

Correct Answer: D
Explanation:
Thrust-to-weight ratio is a key parameter in performance and design.
Question 90

The primary advantage of canard configuration in aircraft design is:

Correct Answer: B
Explanation:
Canards improve pitch control and delay stall by lifting the nose.
Question 91

The drag polar of an aircraft is the relation between:

Correct Answer: B
Explanation:
Drag polar shows how drag varies with lift coefficient.
Question 92

The dihedral angle of wings provides:

Correct Answer: B
Explanation:
Dihedral angle contributes to roll stability in aircraft.
Question 93

In preliminary aircraft design, the "payload-range diagram" is used to:

Correct Answer: B
Explanation:
Payload-range diagram shows how far the aircraft can fly with different payloads.
Question 94

Which type of drag dominates at low speeds?

Correct Answer: A
Explanation:
At low speeds, induced drag is dominant due to high lift requirement.
Question 95

Which document records all maintenance actions performed on an aircraft?

Correct Answer: C
Explanation:
The technical logbook records all maintenance activities.
Question 96

Which type of maintenance is carried out at predetermined intervals?

Correct Answer: B
Explanation:
Scheduled maintenance is performed at fixed intervals to ensure airworthiness.
Question 97

Line maintenance is usually performed:

Correct Answer: C
Explanation:
Line maintenance is done at the airport to keep aircraft serviceable.
Question 98

Which of the following is a heavy maintenance check?

Correct Answer: C
Explanation:
C-check is a detailed inspection performed in hangar facilities.
Question 99

What is the purpose of Condition-Based Maintenance (CBM)?

Correct Answer: C
Explanation:
CBM is performed based on equipment condition instead of fixed schedule.
Question 100

The certificate ensuring that an aircraft is fit to fly after maintenance is:

Correct Answer: B
Explanation:
The Certificate of Release to Service confirms the aircraft is airworthy post-maintenance.
Question 101

Unscheduled maintenance usually occurs due to:

Correct Answer: B
Explanation:
Unscheduled maintenance happens after unexpected faults.
Question 102

What is the main purpose of lubrication in aircraft maintenance?

Correct Answer: B
Explanation:
Lubrication minimizes friction, wear, and overheating.
Question 103

Which organization issues Airworthiness Directives (ADs)?

Correct Answer: B
Explanation:
Civil aviation authorities like FAA or DGCA issue ADs.
Question 104

Which maintenance practice ensures reliability by replacing components before they fail?

Correct Answer: B
Explanation:
Preventive maintenance ensures reliability by avoiding failures.
Question 105

Which gas is commonly used in aircraft tires?

Correct Answer: B
Explanation:
Nitrogen is used because it is inert, dry, and stable under pressure.
Question 106

What is the main function of borescope inspection?

Correct Answer: B
Explanation:
Borescope inspection allows viewing inside engines without disassembly.
Question 107

In aircraft maintenance, MEL stands for:

Correct Answer: B
Explanation:
MEL is the Minimum Equipment List required for safe operation.
Question 108

Which inspection is usually done before the first flight of the day?

Correct Answer: B
Explanation:
Pre-flight inspection ensures the aircraft is ready for service.
Question 109

What type of maintenance data is provided by the Aircraft Maintenance Manual (AMM)?

Correct Answer: C
Explanation:
The AMM gives step-by-step maintenance procedures.
Question 110

Which part of the aircraft requires Non-Destructive Testing (NDT)?

Correct Answer: B
Explanation:
NDT checks structural integrity without damaging components.
Question 111

The primary goal of Reliability-Centered Maintenance (RCM) is to:

Correct Answer: B
Explanation:
RCM ensures systems function reliably with minimal downtime.
Question 112

Which aircraft check is carried out approximately every 24–60 months?

Correct Answer: D
Explanation:
D-check is the most comprehensive, taking weeks to complete.
Question 113

Which system monitors aircraft health in real-time?

Correct Answer: C
Explanation:
ACMS provides real-time health monitoring of aircraft systems.
Question 114

Who is authorized to certify aircraft maintenance work?

Correct Answer: C
Explanation:
Only AMEs with valid license can certify aircraft maintenance.
Question 115

Which structural component forms the main longitudinal strength member of the aircraft fuselage?

Correct Answer: B
Explanation:
Longerons are the main longitudinal members providing strength to the fuselage.
Question 116

The load-carrying members that run parallel to the wing span are called:

Correct Answer: C
Explanation:
Spars are the main structural members of the wing running spanwise.
Question 117

Which component defines the aerodynamic shape of the wing?

Correct Answer: A
Explanation:
Ribs give the wing its airfoil shape and maintain the contour.
Question 118

The stressed skin construction in aircraft is also known as:

Correct Answer: B
Explanation:
Semi-monocoque uses stressed skin with frames and stringers for strength.
Question 119

Which structure absorbs landing loads in the aircraft?

Correct Answer: C
Explanation:
Landing gear absorbs and distributes landing loads safely.
Question 120

Bulkheads in an aircraft fuselage are used to:

Correct Answer: A
Explanation:
Bulkheads give structural support and help maintain pressure integrity.
Question 121

The empennage of an aircraft consists of:

Correct Answer: C
Explanation:
Empennage refers to the tail assembly providing stability and control.
Question 122

Which material is most commonly used in primary aircraft structures?

Correct Answer: C
Explanation:
Aluminum alloys are widely used for their strength-to-weight ratio and corrosion resistance.
Question 123

Which type of structure distributes stresses between skin, stringers, and frames?

Correct Answer: B
Explanation:
Semi-monocoque is the most common modern aircraft structure.
Question 124

The main function of stringers in an aircraft fuselage is to:

Correct Answer: B
Explanation:
Stringers provide stiffness and prevent skin buckling.
Question 125

Which component carries most of the bending load on a wing?

Correct Answer: A
Explanation:
Spars carry the majority of bending and shear loads on a wing.
Question 126

The honeycomb sandwich structure is used because it provides:

Correct Answer: C
Explanation:
Honeycomb sandwich offers lightweight yet strong structural panels.
Question 127

A truss structure in aircraft is primarily made of:

Correct Answer: B
Explanation:
Truss structures consist of aluminum tubes arranged in triangles.
Question 128

What is the main advantage of composite materials in aircraft structures?

Correct Answer: C
Explanation:
Composites offer corrosion resistance and excellent strength-to-weight ratio.
Question 129

The pressurized fuselage is designed to resist which type of stress mainly?

Correct Answer: B
Explanation:
Hoop stress is the main stress due to internal cabin pressurization.
Question 130

Shear webs are provided in wings to:

Correct Answer: A
Explanation:
Shear webs connect spars and carry shear loads in wings.
Question 131

The vertical stabilizer provides:

Correct Answer: B
Explanation:
The vertical stabilizer maintains yaw stability.
Question 132

Which non-destructive test is most common for detecting cracks in aircraft structures?

Correct Answer: D
Explanation:
Dye penetrant is widely used to detect surface cracks in metal structures.
Question 133

The primary loads acting on wings during flight are:

Correct Answer: B
Explanation:
Wings mainly experience bending and shear due to lift forces.
Question 134

Frames in the fuselage are mainly provided to:

Correct Answer: B
Explanation:
Frames maintain fuselage shape and distribute stresses.
Question 135

Which of the following is the primary function of an airport runway?

Correct Answer: B
Explanation:
The runway is used for aircraft landing and takeoff.
Question 136

Which runway orientation is preferred in airport design?

Correct Answer: C
Explanation:
Runways are oriented to match prevailing wind direction.
Question 137

The taxiway in an airport is mainly used for:

Correct Answer: B
Explanation:
Taxiways connect runways with aprons and hangars.
Question 138

The clear area beyond the paved runway for safety is called:

Correct Answer: A
Explanation:
Runway strip provides safety margin beyond the paved runway.
Question 139

The ICAO recommended maximum runway longitudinal slope is:

Correct Answer: B
Explanation:
ICAO recommends a maximum longitudinal slope of 1.5%.
Question 140

Which of the following is used for night landing guidance?

Correct Answer: C
Explanation:
Runway edge and approach lights guide pilots at night.
Question 141

Apron in an airport is provided for:

Correct Answer: A
Explanation:
Apron is the area for parking, refueling, boarding, and cargo handling.
Question 142

Which factor mainly controls the length of a runway?

Correct Answer: B
Explanation:
Runway length depends on aircraft type and performance.
Question 143

The turning radius of taxiways depends mainly on:

Correct Answer: A
Explanation:
Taxiway curves are designed based on aircraft wheelbase and taxi speed.
Question 144

The minimum turning radius for ICAO code letter E aircraft is about:

Correct Answer: C
Explanation:
For large aircraft (Code E), taxiway turning radius is around 60 m.
Question 145

Which marking indicates the beginning of the runway available for landing?

Correct Answer: C
Explanation:
Threshold markings indicate the start of landing runway.
Question 146

The surface of runways is generally constructed with:

Correct Answer: B
Explanation:
Most runways are paved with asphalt or concrete for strength and durability.
Question 147

The space reserved for future airport expansion is called:

Correct Answer: C
Explanation:
Master plan includes reserved areas for future expansion.
Question 148

The runway length required at higher altitudes is:

Correct Answer: B
Explanation:
Runway length increases with altitude due to reduced air density.
Question 149

Instrument Landing System (ILS) provides:

Correct Answer: C
Explanation:
ILS provides precision approach and landing guidance.
Question 150

Runway numbering is based on:

Correct Answer: A
Explanation:
Runway numbers are magnetic headings rounded to nearest 10 degrees.
Question 151

Holding bays are provided in airports to:

Correct Answer: B
Explanation:
Holding bays allow aircraft to wait before takeoff without blocking taxiways.
Question 152

Runway shoulders are provided to:

Correct Answer: C
Explanation:
Runway shoulders provide extra support for veering aircraft.
Question 153

The main objective of an airport master plan is:

Correct Answer: B
Explanation:
Master plan ensures systematic long-term airport development.
Question 154

Parallel runways are provided mainly to:

Correct Answer: A
Explanation:
Parallel runways increase capacity by allowing simultaneous operations.
Question 155

What does the term avionics refer to?

Correct Answer: B
Explanation:
Avionics means aviation electronics including navigation, communication, and display systems.
Question 156

Which system provides pilots with real-time flight path and attitude information?

Correct Answer: B
Explanation:
AHRS provides attitude, heading, and motion data.
Question 157

The black box in aircraft avionics consists of:

Correct Answer: A
Explanation:
The black box has the FDR and CVR to record flight data and conversations.
Question 158

Which avionics system provides collision avoidance warnings?

Correct Answer: C
Explanation:
Traffic Collision Avoidance System (TCAS) warns pilots of nearby aircraft.
Question 159

Which device is used for satellite-based navigation in modern aircraft?

Correct Answer: B
Explanation:
GPS provides satellite-based global navigation.
Question 160

The autopilot system in aircraft is primarily used to:

Correct Answer: B
Explanation:
Autopilot maintains heading, altitude, and route automatically.
Question 161

Which avionics system warns pilots of terrain proximity?

Correct Answer: B
Explanation:
Ground Proximity Warning System (GPWS) alerts about terrain obstacles.
Question 162

The instrument that shows aircraft altitude is called:

Correct Answer: A
Explanation:
Altimeter measures altitude using air pressure differences.
Question 163

Which avionics equipment measures distance between aircraft and ground stations?

Correct Answer: B
Explanation:
Distance Measuring Equipment (DME) calculates slant range distance.
Question 164

The primary function of the Flight Management System (FMS) is:

Correct Answer: B
Explanation:
FMS integrates navigation, performance, and flight planning.
Question 165

Which system is used for precision landing approaches?

Correct Answer: B
Explanation:
Instrument Landing System (ILS) provides precision guidance during landing.
Question 166

What is the purpose of a Head-Up Display (HUD) in aircraft?

Correct Answer: A
Explanation:
HUD projects flight info directly into the pilot’s line of sight.
Question 167

Which avionics system provides weather information to pilots?

Correct Answer: B
Explanation:
Weather radar detects precipitation and storm activity.
Question 168

The EFIS (Electronic Flight Instrument System) displays:

Correct Answer: B
Explanation:
EFIS presents flight info on digital displays instead of analog gauges.
Question 169

Which frequency band is commonly used in aircraft communication?

Correct Answer: A
Explanation:
VHF (118–137 MHz) is widely used for air-to-ground communication.
Question 170

An Inertial Navigation System (INS) operates based on:

Correct Answer: B
Explanation:
INS calculates position using gyros and accelerometers without external signals.
Question 171

The cockpit display that integrates engine, flight, and warning systems is:

Correct Answer: B
Explanation:
ECAM (Airbus) and EICAS (Boeing) show engine and system status.
Question 172

Which avionics system provides vertical guidance in addition to lateral guidance during approach?

Correct Answer: C
Explanation:
ILS gives both localizer (lateral) and glideslope (vertical) guidance.
Question 173

The cockpit system that integrates multiple flight instruments into one display is called:

Correct Answer: A
Explanation:
A glass cockpit uses digital displays instead of separate gauges.
Question 174

Which avionics system automatically transmits aircraft identification and altitude to ATC?

Correct Answer: C
Explanation:
Transponder sends aircraft ID and altitude to ATC radar systems.
Question 175

In aerospace control systems, what is the primary purpose of a feedback loop?

Correct Answer: B
Explanation:
Feedback loops compare actual output with desired output to minimize errors.
Question 176

The Laplace transform is commonly used in control systems to:

Correct Answer: B
Explanation:
Laplace transform helps solve system dynamics using algebraic methods.
Question 177

Which of the following is a time-domain specification in control systems?

Correct Answer: C
Explanation:
Rise time is a time-domain measure of system response.
Question 178

A root locus plot is used to study:

Correct Answer: B
Explanation:
Root locus shows how poles move with varying gain in control systems.
Question 179

The transfer function of a system is defined as:

Correct Answer: A
Explanation:
Transfer function is the Laplace transform of output over input assuming zero initial conditions.
Question 180

In control systems, stability can be analyzed using:

Correct Answer: D
Explanation:
Several techniques like Bode, Nyquist, and Routh-Hurwitz are used for stability.
Question 181

A Proportional-Integral-Derivative (PID) controller improves system:

Correct Answer: B
Explanation:
PID controllers enhance accuracy and stability by combining P, I, and D actions.
Question 182

In an aircraft autopilot system, the control surfaces are adjusted using:

Correct Answer: B
Explanation:
Autopilot relies on feedback signals to adjust control surfaces.
Question 183

The Nyquist criterion is mainly used to determine:

Correct Answer: B
Explanation:
Nyquist helps in analyzing closed-loop stability from open-loop frequency response.
Question 184

In control systems, overshoot refers to:

Correct Answer: B
Explanation:
Overshoot is the amount by which system response exceeds steady-state value.
Question 185

Which type of system has no poles in the right half of the s-plane?

Correct Answer: A
Explanation:
Stability requires all poles to be in the left half-plane.
Question 186

The open-loop transfer function of an aircraft pitch control system helps to determine:

Correct Answer: B
Explanation:
Open-loop transfer function defines stability and dynamic behavior.
Question 187

The damping ratio in a second-order system affects:

Correct Answer: B
Explanation:
Damping ratio controls oscillations and system stability.
Question 188

In state-space representation, the state variables describe:

Correct Answer: A
Explanation:
State variables represent the system’s instantaneous dynamic condition.
Question 189

Bode plot represents system response in terms of:

Correct Answer: B
Explanation:
Bode plots show magnitude and phase across frequencies.
Question 190

Which control action eliminates steady-state error but may reduce stability?

Correct Answer: B
Explanation:
Integral control reduces steady-state error but may affect stability.
Question 191

An example of a negative feedback system in aerospace is:

Correct Answer: B
Explanation:
Autopilot uses negative feedback to maintain flight path.
Question 192

Phase margin in control systems indicates:

Correct Answer: B
Explanation:
Phase margin shows how close a system is to instability.
Question 193

The main advantage of using state-space over transfer function representation is:

Correct Answer: A
Explanation:
State-space is suitable for MIMO and time-varying systems.
Question 194

Which parameter of a second-order system defines oscillatory nature?

Correct Answer: A
Explanation:
Natural frequency and damping ratio control oscillations.
Question 195

Which of the following is a closed-loop control system?

Correct Answer: B
Explanation:
Automatic temperature control uses feedback to maintain set temperature.
Question 196

The transfer function of a system is defined as:

Correct Answer: A
Explanation:
Transfer function is the Laplace transform of output over input assuming zero initial conditions.
Question 197

Which type of control action eliminates steady-state error?

Correct Answer: B
Explanation:
Integral control reduces steady-state error but may lower stability.
Question 198

The unit step response of a first-order system is:

Correct Answer: A
Explanation:
First-order systems show an exponential rise to steady-state.
Question 199

The stability of a linear control system can be determined by:

Correct Answer: A
Explanation:
Routh-Hurwitz gives stability conditions from characteristic equation.
Question 200

The damping ratio of a control system affects:

Correct Answer: B
Explanation:
Damping ratio influences oscillatory behavior and system stability.
Question 201

The time constant of a first-order system is the time taken to reach:

Correct Answer: B
Explanation:
Time constant defines speed of system response, about 63.2%.
Question 202

In a PID controller, the derivative action helps to:

Correct Answer: B
Explanation:
Derivative control improves stability by predicting future error.
Question 203

Root locus technique is used for analyzing:

Correct Answer: B
Explanation:
Root locus shows closed-loop pole locations as system gain changes.
Question 204

Which frequency response method is used to study stability margins?

Correct Answer: A
Explanation:
Bode plots are used for gain and phase margin analysis.
Question 205

Nyquist criterion is applied in:

Correct Answer: B
Explanation:
Nyquist stability criterion is based on frequency response.
Question 206

State-space representation is preferred over transfer function because:

Correct Answer: B
Explanation:
State-space is suitable for MIMO and modern control design.
Question 207

The steady-state error for a step input in a type-0 system is:

Correct Answer: B
Explanation:
A type-0 system has a finite steady-state error for step input.
Question 208

The open-loop transfer function of a unity feedback system is G(s). The closed-loop transfer function is:

Correct Answer: A
Explanation:
Closed-loop transfer function is G(s)/(1+G(s)H(s)) with H(s)=1.
Question 209

The rise time of a second-order underdamped system decreases when:

Correct Answer: A
Explanation:
Lower damping increases speed but may cause oscillations.
Question 210

Phase margin is defined as:

Correct Answer: A
Explanation:
Phase margin is the extra phase before instability at unity gain.
Question 211

The controllability of a system determines whether:

Correct Answer: A
Explanation:
Controllability checks if states can be controlled by inputs.
Question 212

The observability of a system ensures that:

Correct Answer: A
Explanation:
Observability means internal states can be determined from outputs.
Question 213

The breakaway point in a root locus plot is the point where:

Correct Answer: A
Explanation:
Breakaway point occurs where poles diverge on the real axis.
Question 214

A type-1 system has how many poles at the origin?

Correct Answer: B
Explanation:
A type-1 system has one pole at the origin, giving zero error for step input.
Question 215

Which of the following is a basic requirement of a control system in communication devices?

Correct Answer: A
Explanation:
Stability ensures proper functioning of communication systems.
Question 216

The transfer function is useful in analyzing:

Correct Answer: B
Explanation:
Transfer functions help study stability and frequency behavior.
Question 217

In communication electronics, phase-locked loops (PLL) are an example of:

Correct Answer: B
Explanation:
PLL operates as a closed-loop feedback control system.
Question 218

Which block of a PLL generates a signal proportional to phase difference?

Correct Answer: B
Explanation:
Phase detector compares input and VCO signals in PLL.
Question 219

The stability of a control system can be checked using:

Correct Answer: D
Explanation:
Several techniques like Bode, Nyquist, and Routh are used.
Question 220

In control systems for ECE, which action predicts future error trends?

Correct Answer: C
Explanation:
Derivative control acts on the rate of error change.
Question 221

Nyquist criterion is useful in communication systems for:

Correct Answer: C
Explanation:
Nyquist criterion analyzes feedback system stability in frequency domain.
Question 222

The error detector in a feedback control system compares:

Correct Answer: A
Explanation:
Error detector compares desired input and actual output.
Question 223

Which of the following is a time-domain specification?

Correct Answer: B
Explanation:
Rise time is a time-domain measure of system response.
Question 224

A type-0 system subjected to a step input has:

Correct Answer: B
Explanation:
A type-0 system has finite steady-state error for step input.
Question 225

Which of the following improves steady-state accuracy but reduces stability?

Correct Answer: B
Explanation:
Integral action reduces steady-state error but may affect stability.
Question 226

Root locus technique is used to determine:

Correct Answer: B
Explanation:
Root locus shows how closed-loop poles vary with gain.
Question 227

In state-space representation, observability ensures that:

Correct Answer: A
Explanation:
Observability allows reconstruction of states from system output.
Question 228

The Bode plot represents system response in terms of:

Correct Answer: B
Explanation:
Bode plots show frequency response characteristics.
Question 229

The damping ratio of a system influences:

Correct Answer: A
Explanation:
Damping ratio controls oscillatory nature and stability.
Question 230

In PLL, the Voltage Controlled Oscillator (VCO) generates:

Correct Answer: B
Explanation:
VCO output frequency varies with control voltage.
Question 231

Phase margin indicates:

Correct Answer: A
Explanation:
Phase margin shows relative stability in frequency domain.
Question 232

Which control system type gives zero steady-state error for step input?

Correct Answer: B
Explanation:
Type-1 systems have one pole at origin, giving zero error for step input.
Question 233

Controllability of a system means:

Correct Answer: B
Explanation:
Controllability ensures all states can be influenced by control inputs.
Question 234

In communication systems, automatic gain control (AGC) is an example of:

Correct Answer: B
Explanation:
AGC adjusts amplifier gain using negative feedback.
Question 235

Which of the following is the correct expression for Lift (L)?

Correct Answer: A
Explanation:
The lift equation is L = 0.5 * ρ * V² * S * CL, where CL is lift coefficient.
Question 236

The drag polar of an aircraft relates:

Correct Answer: B
Explanation:
Drag polar shows the relationship between CL and CD.
Question 237

The angle of attack is defined as:

Correct Answer: B
Explanation:
Angle of attack is between airfoil chord line and incoming airflow.
Question 238

The condition for level unaccelerated flight is:

Correct Answer: A
Explanation:
In level flight, lift balances weight and thrust balances drag.
Question 239

The load factor (n) in flight mechanics is defined as:

Correct Answer: A
Explanation:
Load factor n = L/W.
Question 240

Which point is the effective point of action of aerodynamic forces?

Correct Answer: B
Explanation:
Center of pressure is where resultant aerodynamic force acts.
Question 241

The stall angle of attack is the angle at which:

Correct Answer: A
Explanation:
At stall, lift decreases beyond maximum CL.
Question 242

Induced drag varies inversely with:

Correct Answer: A
Explanation:
Higher aspect ratio wings have lower induced drag.
Question 243

The speed at which induced drag equals parasite drag is called:

Correct Answer: B
Explanation:
Minimum drag speed occurs when induced and parasite drags are equal.
Question 244

The Mach number is defined as:

Correct Answer: A
Explanation:
Mach = Aircraft velocity / Local speed of sound.
Question 245

Which of the following affects aircraft range according to Breguet range equation?

Correct Answer: D
Explanation:
Range depends on L/D, SFC, and weight ratio.
Question 246

The static stability of an aircraft depends primarily on:

Correct Answer: A
Explanation:
Stability depends on CG relative to aerodynamic center.
Question 247

The point where pitching moment is independent of lift is:

Correct Answer: C
Explanation:
Aerodynamic center is where moment is nearly constant with angle of attack.
Question 248

Glide ratio of an aircraft is equal to:

Correct Answer: A
Explanation:
Glide ratio is Lift-to-Drag ratio.
Question 249

Which flight condition requires maximum power?

Correct Answer: B
Explanation:
Maximum power is needed during takeoff and climb.
Question 250

Dynamic pressure is defined as:

Correct Answer: A
Explanation:
Dynamic pressure q = 0.5 * ρ * V².
Question 251

The phugoid mode in aircraft dynamics is associated with:

Correct Answer: B
Explanation:
Phugoid is a long-period oscillation involving exchange of kinetic and potential energy.
Question 252

Parasite drag increases with:

Correct Answer: B
Explanation:
Parasite drag rises with square of velocity.
Question 253

Which coefficient represents aerodynamic efficiency?

Correct Answer: C
Explanation:
Lift-to-drag ratio (CL/CD) indicates efficiency.
Question 254

The maximum endurance of an aircraft occurs when:

Correct Answer: B
Explanation:
Endurance is maximum when power required is minimum.
Question 255

What is the primary purpose of flight data recorders (black boxes)?

Correct Answer: B
Explanation:
Black boxes record cockpit voice and flight data for accident investigation.
Question 256

Which of the following is a common cause of Controlled Flight Into Terrain (CFIT)?

Correct Answer: C
Explanation:
CFIT often results from lack of situational awareness by the crew.
Question 257

The sterile cockpit rule is applied during:

Correct Answer: B
Explanation:
Sterile cockpit rule prohibits non-essential activities below 10,000 ft.
Question 258

Which system alerts pilots about potential mid-air collisions?

Correct Answer: B
Explanation:
Traffic Collision Avoidance System (TCAS) warns pilots of aircraft conflicts.
Question 259

The Ground Proximity Warning System (GPWS) is designed to prevent:

Correct Answer: C
Explanation:
GPWS warns pilots if the aircraft is dangerously close to terrain.
Question 260

Which of the following is used to locate aircraft wreckage after an accident?

Correct Answer: C
Explanation:
Emergency Locator Transmitter (ELT) sends distress signals to aid search and rescue.
Question 261

Runway incursions are best prevented by:

Correct Answer: B
Explanation:
Proper ATC coordination and signage reduce runway incursions.
Question 262

The term “human factors” in flight safety refers to:

Correct Answer: B
Explanation:
Human factors cover pilot and crew performance, fatigue, and organizational issues.
Question 263

Which is the most effective defense against bird strikes?

Correct Answer: B
Explanation:
Airports use bird radars and wildlife control programs.
Question 264

Cabin pressurization is essential to:

Correct Answer: B
Explanation:
Pressurization prevents hypoxia at high altitudes.
Question 265

Which regulation governs aviation safety standards internationally?

Correct Answer: B
Explanation:
ICAO Annexes set global aviation safety standards.
Question 266

Controlled rest in the cockpit is allowed to:

Correct Answer: A
Explanation:
Controlled rest is used to reduce fatigue risk during long flights.
Question 267

What is the purpose of Safety Management Systems (SMS) in aviation?

Correct Answer: B
Explanation:
SMS ensures proactive management of aviation safety risks.
Question 268

Which type of turbulence is invisible and dangerous because it cannot be detected visually?

Correct Answer: C
Explanation:
Clear air turbulence occurs without visible clouds and is difficult to detect.
Question 269

Which international body investigates major aviation accidents?

Correct Answer: B
Explanation:
NTSB investigates major aviation accidents (in the USA).
Question 270

Runway excursions usually occur when:

Correct Answer: A
Explanation:
Excursions happen when aircraft leaves the runway surface.
Question 271

Which checklist is most critical in emergencies?

Correct Answer: B
Explanation:
QRH provides immediate emergency procedures.
Question 272

The principle of “defense in depth” in aviation safety refers to:

Correct Answer: A
Explanation:
Multiple layers of safety reduce accident probability.
Question 273

Which of the following contributes most to Loss of Control In-Flight (LOC-I)?

Correct Answer: B
Explanation:
LOC-I often occurs due to stall and spatial disorientation.
Question 274

Flight safety audits are conducted to:

Correct Answer: B
Explanation:
Safety audits ensure compliance with aviation safety standards.
Question 275

What is the main objective of flight testing in aerospace engineering?

Correct Answer: B
Explanation:
Flight testing ensures that the aircraft design meets safety and performance requirements.
Question 276

Which of the following is measured during performance flight testing?

Correct Answer: B
Explanation:
Performance tests measure takeoff distance, climb rate, cruise performance, etc.
Question 277

The envelope expansion process in flight testing refers to:

Correct Answer: B
Explanation:
Envelope expansion means progressively testing up to the aircraft’s design limits.
Question 278

Which device is most critical for collecting in-flight test data?

Correct Answer: A
Explanation:
Flight Data Acquisition Systems record parameters during test flights.
Question 279

Flutter testing is performed to check:

Correct Answer: B
Explanation:
Flutter testing ensures that the aircraft structure does not experience destructive oscillations.
Question 280

Which parameter is evaluated during stability and control flight testing?

Correct Answer: C
Explanation:
Stability and control tests evaluate how the aircraft responds to pilot inputs.
Question 281

High angle of attack testing is mainly used to study:

Correct Answer: B
Explanation:
High AOA tests are conducted to understand stall and post-stall behavior.
Question 282

Which type of aircraft is often used as a chase plane during flight tests?

Correct Answer: B
Explanation:
Fast and maneuverable aircraft are used as chase planes to observe test flights.
Question 283

The flutter margin in flight testing is defined as:

Correct Answer: B
Explanation:
The correct answer is <b>B. The safety margin between flight speed and flutter speed.</b>
<br>
In flight testing and aerospace engineering, the flutter margin is the margin of safety between the flight speed at which an aircraft is operated, and the critical flutter speed at which dangerous aeroelastic vibrations can occur. Flutter is a self-excited and potentially destructive vibration due to the interaction of aerodynamic, elastic and inertial forces on aircraft structures such as wings or control surfaces. The engineers give themselves a margin of flutter so that the aircraft will fly safely below the flutter speed in any flight condition .
<br>This concept is fundamental to aircraft structural integrity, stability, and certification . The other options relate to stall, altitude and engine vibrations, not flutter analysis.
Question 284

Which organization typically approves flight test plans for civil aircraft?

Correct Answer: C
Explanation:
FAA (USA) and EASA (Europe) approve flight test programs for certification.
Question 285

Spin testing is performed to:

Correct Answer: B
Explanation:
Spin tests ensure the aircraft can recover safely from a spin.
Question 286

Which phase of flight testing ensures that aircraft meets airworthiness standards?

Correct Answer: B
Explanation:
Certification testing is mandatory for meeting airworthiness standards.
Question 287

What is the purpose of instrumentation calibration before flight tests?

Correct Answer: B
Explanation:
Accurate data requires proper calibration of sensors and instruments.
Question 288

Which test is conducted to evaluate aircraft ground handling and braking?

Correct Answer: A
Explanation:
Taxi tests assess ground handling, braking, and nose wheel steering.
Question 289

Climb performance testing measures:

Correct Answer: B
Explanation:
Climb performance is evaluated in different weight and power conditions.
Question 290

What is the purpose of structural load testing in flight?

Correct Answer: B
Explanation:
Load testing ensures airframe integrity under operational stresses.
Question 291

Which type of flight test focuses on aircraft handling in crosswinds?

Correct Answer: B
Explanation:
Crosswind tests check handling performance in adverse wind conditions.
Question 292

Why are chase planes important during flight testing?

Correct Answer: A
Explanation:
Chase planes monitor and record test flights for safety and analysis.
Question 293

Which of the following is NOT usually a part of flight testing?

Correct Answer: C
Explanation:
Passenger food trials are unrelated to technical flight testing.
Question 294

What is the first step before conducting any flight test?

Correct Answer: B
Explanation:
Safety analysis and risk management are critical before test flights.
Question 295

What is the primary function of a gas turbine engine in aircraft?

Correct Answer: B
Explanation:
Gas turbine engines generate thrust by accelerating air through combustion and exhaust.
Question 296

In a turbofan engine, most of the thrust is produced by:

Correct Answer: B
Explanation:
Bypass air in turbofan engines produces the majority of thrust.
Question 297

The Brayton cycle is the thermodynamic cycle of:

Correct Answer: B
Explanation:
Gas turbines operate on the Brayton cycle (constant pressure combustion).
Question 298

The compressor in a gas turbine engine is used to:

Correct Answer: B
Explanation:
The compressor raises the air pressure entering the combustor.
Question 299

Which of the following is a type of gas turbine engine?

Correct Answer: A
Explanation:
The four main types of aircraft gas turbine engines are turbofan, turbojet, turboprop, and turboshaft.
Question 300

What is the main disadvantage of turbojet engines compared to turbofans?

Correct Answer: B
Explanation:
Turbojets are efficient at high speeds but are noisy and fuel-hungry.
Question 301

Afterburners are primarily used in:

Correct Answer: B
Explanation:
Afterburners inject fuel in exhaust stream for additional thrust in military aircraft.
Question 302

What protects turbine blades from extreme heat?

Correct Answer: A
Explanation:
Turbine blades use special cooling and thermal barrier coatings.
Question 303

The efficiency of a gas turbine engine increases with:

Correct Answer: A
Explanation:
A higher pressure ratio improves efficiency and power output.
Question 304

Which section of a gas turbine is prone to compressor stall?

Correct Answer: B
Explanation:
Compressor stalls occur when airflow through the compressor is disrupted.
Question 305

Specific fuel consumption (SFC) of a turbofan engine is generally:

Correct Answer: B
Explanation:
Turbofans have lower SFC compared to turbojets, making them fuel-efficient.
Question 306

Which gas turbine component directly extracts energy from hot gases?

Correct Answer: B
Explanation:
The turbine extracts energy from hot gases to drive the compressor and fan.
Question 307

The bypass ratio of a turbofan engine is defined as:

Correct Answer: B
Explanation:
Bypass ratio compares the air bypassing the core to the air going through the core.
Question 308

In jet engines, thrust is produced according to:

Correct Answer: B
Explanation:
Jet engines operate on Newton’s Third Law: action and reaction.
Question 309

Which type of gas turbine is widely used in helicopters?

Correct Answer: A
Explanation:
Turboshaft engines power helicopter rotors through a gearbox.
Question 310

Surge in a compressor is characterized by:

Correct Answer: B
Explanation:
Compressor surge involves flow reversal and can damage the engine.
Question 311

The nozzle in a gas turbine engine converts:

Correct Answer: B
Explanation:
The nozzle accelerates gases, converting pressure into velocity (thrust).
Question 312

What is the purpose of the combustor in a gas turbine engine?

Correct Answer: B
Explanation:
Combustors ignite and burn fuel-air mixture under constant pressure conditions.
Question 313

Which factor limits the maximum operating temperature of a gas turbine?

Correct Answer: B
Explanation:
The maximum operating temperature of a gas turbine is mainly limited by the temperature that the turbine blade materials can safely withstand.
In a gas turbine, the hot gases coming from the combustion chamber directly strike the turbine blades. If the temperature becomes too high, the blades may lose strength, deform, oxidize, or suffer from creep. Because of this, the turbine cannot be operated beyond the safe temperature limit of its blade material.
So, the main limiting factor is the metallurgical limit of the turbine blade material, along with the effectiveness of blade cooling.
Question 314

The thrust-to-weight ratio of a gas turbine engine is important because:

Correct Answer: B
Explanation:
A higher thrust-to-weight ratio means better aircraft performance.
Question 315

Which rotor type is commonly used in helicopters for lift?

Correct Answer: A
Explanation:
The main rotor generates lift for a helicopter.
Question 316

The tail rotor in a helicopter primarily prevents:

Correct Answer: B
Explanation:
Tail rotor counteracts the torque produced by the main rotor.
Question 317

Which control changes the pitch of all rotor blades simultaneously?

Correct Answer: A
Explanation:
Collective control adjusts all blades’ pitch to change lift.
Question 318

Cyclic control in a helicopter is used to:

Correct Answer: B
Explanation:
Cyclic control tilts the rotor disk to move the helicopter in the desired direction.
Question 319

The term “autorotation” refers to:

Correct Answer: B
Explanation:
Autorotation allows safe descent if the engine fails, using airflow to spin the rotor.
Question 320

A helicopter’s center of gravity affects:

Correct Answer: B
Explanation:
CG location is critical for stable and controllable flight.
Question 321

Torque effect in helicopters is countered by:

Correct Answer: B
Explanation:
Tail rotor or NOTAR systems balance main rotor torque.
Question 322

Which type of rotor system allows blades to flap, lead, and lag?

Correct Answer: B
Explanation:
Articulated rotors allow flap, lead-lag, and pitch movements.
Question 323

What is retreating blade stall?

Correct Answer: A
Explanation:
Retreating blade stalls due to insufficient relative airflow on retreating side.
Question 324

The helicopter autorotation descent rate depends on:

Correct Answer: A
Explanation:
Descent rate in autorotation is influenced by rotor speed and aircraft weight.
Question 325

Torque produced by main rotor increases with:

Correct Answer: A
Explanation:
Torque is proportional to rotor RPM and lift generated.
Question 326

What is the purpose of the swashplate in a helicopter?

Correct Answer: B
Explanation:
Swashplate converts pilot control inputs into blade pitch changes.
Question 327

Which flight condition can cause blade vortex interaction noise?

Correct Answer: D
Explanation:
High-speed forward flight may lead to blade vortex interaction and noise.
Question 328

The term “cyclic pitch” means:

Correct Answer: B
Explanation:
Cyclic pitch varies each blade’s angle to control movement.
Question 329

Hovering flight requires:

Correct Answer: B
Explanation:
Hover requires lift equal to weight and precise control input.
Question 330

The main disadvantage of single main rotor helicopters is:

Correct Answer: B
Explanation:
Single main rotor produces torque requiring anti-torque systems.
Question 331

NOTAR system in helicopters replaces:

Correct Answer: A
Explanation:
NOTAR replaces tail rotor with jet flow for anti-torque.
Question 332

Which factor limits maximum forward speed of a helicopter?

Correct Answer: B
Explanation:
Retreating blade stall limits the maximum forward speed.
Question 333

Translational lift occurs when:

Correct Answer: B
Explanation:
Translational lift improves rotor efficiency in forward flight.
Question 334

Which helicopter component absorbs vibration from rotor?

Correct Answer: C
Explanation:
Rotor dampers reduce vibrations and loads transmitted to fuselage.
Question 335

Hypersonic flow is generally defined as flow with Mach number greater than:

Correct Answer: C
Explanation:
Hypersonic flow occurs when M > 5.
Question 336

At hypersonic speeds, which phenomenon significantly affects aerodynamic heating?

Correct Answer: A
Explanation:
Strong shock waves at hypersonic speeds cause intense aerodynamic heating.
Question 337

Which type of shock wave is commonly formed in front of a blunt body at hypersonic speeds?

Correct Answer: D
Explanation:
A bow shock forms ahead of blunt bodies in hypersonic flow.
Question 338

Hypersonic flow is dominated by:

Correct Answer: C
Explanation:
Compressibility and high temperatures dominate hypersonic aerodynamics.
Question 339

Which parameter is critical in designing thermal protection for hypersonic vehicles?

Correct Answer: A
Explanation:
Surface temperature and heat flux are crucial for thermal protection design.
Question 340

The shock layer thickness decreases with:

Correct Answer: A
Explanation:
Higher Mach numbers lead to thinner shock layers.
Question 341

Which approximation is used for hypersonic small-disturbance theory?

Correct Answer: B
Explanation:
Linearized hypersonic equations simplify analysis for slender bodies.
Question 342

At hypersonic speeds, air behaves as:

Correct Answer: C
Explanation:
High temperatures may cause dissociation and chemical reactions in air.
Question 343

The aerodynamic center in hypersonic flow shifts:

Correct Answer: A
Explanation:
At hypersonic speeds, the aerodynamic center moves forward.
Question 344

Which of the following increases wave drag in hypersonic vehicles?

Correct Answer: A
Explanation:
Blunt bodies generate stronger bow shocks, increasing wave drag.
Question 345

The shock-expansion theory is used for:

Correct Answer: C
Explanation:
Shock-expansion theory analyzes supersonic/hypersonic flow over slender bodies.
Question 346

Real gas effects in hypersonic aerodynamics become significant due to:

Correct Answer: C
Explanation:
High temperatures cause air dissociation and ionization, affecting aerodynamics.
Question 347

The term "stagnation temperature" refers to:

Correct Answer: A
Explanation:
Stagnation temperature is the temperature the flow would reach if brought to rest isentropically.
Question 348

Hypersonic vehicles often use which nose shape to reduce heat loads?

Correct Answer: B
Explanation:
Sharp slender noses reduce shock strength and heat load on the vehicle.
Question 349

Which non-dimensional number is important for compressible hypersonic flows?

Correct Answer: B
Explanation:
Mach number governs compressibility effects in hypersonic flows.
Question 350

Entropy layer in hypersonic flow develops due to:

Correct Answer: A
Explanation:
Strong shock waves and viscous effects create an entropy layer near the surface.
Question 351

Aerodynamic heating is proportional to approximately:

Correct Answer: C
Explanation:
Convective heating scales approximately with V⁴ at hypersonic speeds.
Question 352

Hypersonic boundary layer may transition to turbulence due to:

Correct Answer: B
Explanation:
Turbulence occurs at high Mach numbers and due to surface irregularities.
Question 353

Shock-shock interactions can lead to:

Correct Answer: B
Explanation:
Intersecting shocks can cause high heat flux and pressure on surfaces.
Question 354

Hypersonic waverider vehicles are designed to:

Correct Answer: A
Explanation:
Waverider vehicles attach the shock to the vehicle surface for better L/D ratio.
Question 355

Kepler’s first law states that the orbit of a planet is:

Correct Answer: B
Explanation:
Kepler’s first law: Planetary orbits are ellipses with the Sun at one focus.
Question 356

The orbital period depends primarily on:

Correct Answer: A
Explanation:
Orbital period is determined by the semi-major axis according to Kepler's third law.
Question 357

A geostationary orbit is characterized by:

Correct Answer: A
Explanation:
Geostationary satellites remain fixed above a point on the equator with 24-hour period.
Question 358

Orbital velocity decreases with:

Correct Answer: A
Explanation:
Orbital velocity is inversely proportional to the square root of orbital radius.
Question 359

The velocity at perigee is:

Correct Answer: A
Explanation:
According to conservation of angular momentum, velocity is highest at perigee.
Question 360

Delta-v is used to describe:

Correct Answer: B
Explanation:
Delta-v quantifies the velocity change needed for orbital maneuvers.
Question 361

The vis-viva equation relates:

Correct Answer: A
Explanation:
v² = μ(2/r – 1/a) relates speed, distance, and orbit size.
Question 362

A Hohmann transfer orbit is used for:

Correct Answer: B
Explanation:
Hohmann transfer is energy-efficient for moving between two circular orbits.
Question 363

Escape velocity from Earth at surface is approximately:

Correct Answer: B
Explanation:
11.2 km/s is the minimum speed to escape Earth’s gravity without further propulsion.
Question 364

The inclination of an orbit determines:

Correct Answer: B
Explanation:
Orbital inclination is the angle between the orbit plane and the equatorial plane.
Question 365

A polar orbit passes:

Correct Answer: B
Explanation:
Polar orbits pass over or near both poles during each orbit.
Question 366

Perturbations in satellite orbits can be caused by:

Correct Answer: A
Explanation:
Orbital perturbations are due to drag, gravity variations, and solar pressure.
Question 367

A synchronous orbit has:

Correct Answer: A
Explanation:
Synchronous orbit repeats its position relative to Earth’s surface every 24 hours.
Question 368

The perigee is:

Correct Answer: A
Explanation:
Perigee is the nearest point in an orbit to the central body.
Question 369

The apogee is:

Correct Answer: A
Explanation:
<b>Correct Answer: Option A — Point farthest from Earth
</b><br>
Explanation:
Apogee is the point in an orbit where an object, such as a satellite or the Moon, is at the greatest distance from the Earth.
Question 370

The Tsiolkovsky rocket equation relates:

Correct Answer: A
Explanation:
Tsiolkovsky equation computes delta-v from exhaust velocity and mass ratio.
Question 371

Which orbit is most suitable for Earth observation?

Correct Answer: B
Explanation:
LEO is ideal for imaging due to proximity and resolution.
Question 372

Inclined orbits are necessary when:

Correct Answer: A
Explanation:
Inclined orbits allow coverage of high-latitude regions.
Question 373

Orbital eccentricity measures:

Correct Answer: B
Explanation:
Eccentricity quantifies how elliptical an orbit is.
Question 374

Circularization of orbit is done at:

Correct Answer: B
Explanation:
Orbit circularization maneuver is performed at apogee of elliptical transfer orbit.
Question 375

The main purpose of an aircraft propulsion system is to:

Correct Answer: B
Explanation:
Propulsion systems produce thrust to overcome drag and move the aircraft forward.
Question 376

Which of the following is a type of aircraft engine?

Correct Answer: D
Explanation:
Turbofan, turbojet, and turboprop are all common aircraft engines.
Question 377

In a turbojet engine, the main components include:

Correct Answer: A
Explanation:
Turbojets consist of a compressor, combustor, turbine, and exhaust nozzle.
Question 378

Which engine type is most fuel-efficient for subsonic transport aircraft?

Correct Answer: A
Explanation:
Turboprops are efficient at low to medium speeds, typical of regional aircraft.
Question 379

The bypass ratio in a turbofan engine is defined as:

Correct Answer: A
Explanation:
Bypass ratio = mass flow of bypass air / mass flow through core.
Question 380

Which component of a jet engine drives the compressor?

Correct Answer: A
Explanation:
Turbine extracts energy from hot gases to drive the compressor.
Question 381

Afterburners are used to:

Correct Answer: A
Explanation:
Afterburners inject fuel in the exhaust for extra thrust, mainly in military jets.
Question 382

Which parameter determines the maximum thrust of a turbojet?

Correct Answer: A
Explanation:
Maximum thrust depends on air intake and fuel combustion rate.
Question 383

Ramjet engines are efficient only at:

Correct Answer: B
Explanation:
Ramjets rely on high-speed airflow for compression; they are inefficient at low speeds.
Question 384

The main difference between a turbojet and turbofan engine is:

Correct Answer: A
Explanation:
Turbofan engines use a fan to produce additional thrust and improve efficiency.
Question 385

Thrust-to-weight ratio indicates:

Correct Answer: A
Explanation:
Thrust-to-weight ratio measures engine performance relative to its weight.
Question 386

Which type of engine is used in helicopters?

Correct Answer: A
Explanation:
Turboshaft engines drive helicopter rotors via a gearbox.
Question 387

Specific fuel consumption (SFC) is defined as:

Correct Answer: A
Explanation:
SFC quantifies fuel efficiency of engines: fuel per thrust per time.
Question 388

In a turboprop engine, most thrust is produced by:

Correct Answer: A
Explanation:
The propeller converts engine power into thrust, unlike turbojets.
Question 389

Engine surge occurs due to:

Correct Answer: A
Explanation:
Sudden disruption of compressor airflow leads to surge.
Question 390

Which engine type is suitable for hypersonic flight?

Correct Answer: A
Explanation:
Ramjets and scramjets operate efficiently at hypersonic speeds.
Question 391

Nozzle in a jet engine is used to:

Correct Answer: A
Explanation:
The nozzle converts pressure energy to kinetic energy for thrust.
Question 392

The efficiency of a jet engine increases with:

Correct Answer: A
Explanation:
High bypass ratio turbofans improve propulsive efficiency.
Question 393

A scramjet engine operates with:

Correct Answer: A
Explanation:
Scramjets burn fuel in supersonic airflow.
Question 394

The thrust produced by a propeller is proportional to:

Correct Answer: A
Explanation:
Thrust depends on air density, propeller disk area, and velocity.
Question 395

The main principle behind rocket propulsion is:

Correct Answer: C
Explanation:
Rocket propulsion is based on Newton’s third law of motion: action and reaction.
Question 396

The exhaust velocity of a rocket depends on:

Correct Answer: A
Explanation:
Exhaust velocity is determined by nozzle expansion ratio and propellant characteristics.
Question 397

The specific impulse of a rocket engine is defined as:

Correct Answer: B
Explanation:
Specific impulse (Isp) = Thrust / (propellant mass flow rate × g0).
Question 398

Which type of propulsion system uses both liquid fuel and oxidizer?

Correct Answer: B
Explanation:
Liquid rocket engines use liquid fuel with an oxidizer.
Question 399

Solid rocket motors are commonly used because they:

Correct Answer: C
Explanation:
Solid rockets are simple, reliable, and deliver large thrust quickly.
Question 400

The main disadvantage of solid rocket motors is:

Correct Answer: B
Explanation:
Solid rocket motors cannot be shut down once ignited.
Question 401

The Tsiolkovsky rocket equation relates:

Correct Answer: A
Explanation:
Tsiolkovsky equation: Δv = ve ln(m0/mf).
Question 402

Which type of propellant combination is used in cryogenic engines?

Correct Answer: A
Explanation:
Cryogenic engines use LH2 and LOX.
Question 403

Hybrid rockets use:

Correct Answer: B
Explanation:
Hybrid rockets combine solid fuel with a liquid oxidizer.
Question 404

The thrust produced by a rocket is given by:

Correct Answer: A
Explanation:
Thrust = ṁ × ve + (pe – pa)Ae.
Question 405

In vacuum, rocket efficiency is:

Correct Answer: C
Explanation:
Rocket engines perform better in vacuum due to no atmospheric back pressure.
Question 406

The staging of rockets is used to:

Correct Answer: A
Explanation:
Staging reduces dead weight and improves delta-v performance.
Question 407

Ion thrusters work on the principle of:

Correct Answer: B
Explanation:
Ion engines accelerate ions using electric fields for propulsion.
Question 408

The main advantage of liquid rocket engines is:

Correct Answer: A
Explanation:
Liquid engines can be throttled, shut down, and restarted.
Question 409

The O/F ratio in rocket propulsion refers to:

Correct Answer: A
Explanation:
O/F ratio is the mass ratio of oxidizer to fuel.
Question 410

The nozzle used in rockets is generally:

Correct Answer: B
Explanation:
Rocket engines use convergent-divergent nozzles to accelerate exhaust gases.
Question 411

Which loss is most significant in chemical rockets?

Correct Answer: A
Explanation:
Gravity drag and atmospheric drag cause significant performance losses.
Question 412

Electric propulsion systems have:

Correct Answer: C
Explanation:
Ion/electric propulsion provides high Isp but low thrust.
Question 413

Which rocket engine was used in the Saturn V first stage?

Correct Answer: B
Explanation:
The Saturn V first stage used five powerful F-1 engines.
Question 414

The main limitation of nuclear thermal rockets is:

Correct Answer: B
Explanation:
Nuclear rockets face radiation hazards and safety issues despite high performance.
Question 415

Which propulsion system is most commonly used for interplanetary missions?

Correct Answer: B
Explanation:
Ion propulsion provides high efficiency (Isp) suitable for interplanetary travel.
Question 416

Specific impulse in rocket propulsion is measured in:

Correct Answer: B
Explanation:
Isp is expressed in seconds, representing thrust per unit weight flow rate.
Question 417

Which of the following propulsion methods uses photons for thrust?

Correct Answer: B
Explanation:
Solar sails use radiation pressure from sunlight for propulsion.
Question 418

The main advantage of electric propulsion over chemical propulsion is:

Correct Answer: C
Explanation:
Electric propulsion has very high specific impulse but low thrust.
Question 419

Hall effect thrusters accelerate ions using:

Correct Answer: A
Explanation:
Hall thrusters use combined electric and magnetic fields to accelerate ions.
Question 420

Nuclear thermal rockets use:

Correct Answer: B
Explanation:
Nuclear thermal rockets use a reactor to heat hydrogen, which expands through a nozzle.
Question 421

Which propulsion type has the highest theoretical specific impulse?

Correct Answer: C
Explanation:
Fusion propulsion could achieve extremely high Isp compared to current systems.
Question 422

The thrust-to-weight ratio of electric propulsion systems is generally:

Correct Answer: C
Explanation:
Electric propulsion systems provide very low thrust compared to chemical rockets.
Question 423

Which of the following is NOT a chemical propulsion system?

Correct Answer: D
Explanation:
Ion thrusters are electric propulsion, not chemical.
Question 424

VASIMR (Variable Specific Impulse Magnetoplasma Rocket) uses:

Correct Answer: B
Explanation:
VASIMR uses radio frequency waves and magnetic fields to accelerate plasma.
Question 425

Which gas is commonly used as propellant in ion thrusters?

Correct Answer: B
Explanation:
Xenon is widely used because it is inert, dense, and easily ionized.
Question 426

Solar electric propulsion relies primarily on:

Correct Answer: A
Explanation:
Solar electric propulsion converts solar energy into electricity for electric thrusters.
Question 427

Which mission successfully used ion propulsion for deep space travel?

Correct Answer: B
Explanation:
NASA’s Dawn mission used ion propulsion to visit Vesta and Ceres.
Question 428

Microwave electrothermal thrusters generate thrust by:

Correct Answer: B
Explanation:
Microwave thrusters heat propellant (e.g., water or ammonia) with microwaves.
Question 429

Which of the following is a limitation of solar sails?

Correct Answer: C
Explanation:
Solar sails rely on sunlight and produce extremely low thrust.
Question 430

The Oberth effect states that:

Correct Answer: A
Explanation:
Oberth effect means propulsion is more efficient when applied at higher speeds.
Question 431

Pulsed plasma thrusters operate by:

Correct Answer: B
Explanation:
Pulsed plasma thrusters use electric discharges to accelerate plasma bursts.
Question 432

Which future concept proposes spacecraft propulsion using antimatter reactions?

Correct Answer: C
Explanation:
Antimatter rockets could provide extremely high efficiency but are still theoretical.
Question 433

The performance of a rocket engine in vacuum is higher because:

Correct Answer: B
Explanation:
In vacuum, exhaust gases expand fully without atmospheric back pressure.
Question 434

Which of the following propulsion systems is still in experimental stage for deep space travel?

Correct Answer: C
Explanation:
Nuclear fusion propulsion is still experimental and not yet operational.
Question 435

What is the primary purpose of a wind tunnel?

Correct Answer: A
Explanation:
Wind tunnels are mainly used to study aerodynamic characteristics of models.
Question 436

In wind tunnel testing, the ratio of model size to actual object is called:

Correct Answer: C
Explanation:
Scale ratio defines the relative size of the model compared to the prototype.
Question 437

Which type of wind tunnel is used for supersonic testing?

Correct Answer: D
Explanation:
Supersonic wind tunnels are specifically designed for testing at Mach >1.
Question 438

Reynolds number similarity is important in wind tunnel testing because it:

Correct Answer: B
Explanation:
Reynolds number similarity ensures accurate aerodynamic force representation.
Question 439

The working section of a wind tunnel is:

Correct Answer: B
Explanation:
The working (test) section is where the model is placed and tested.
Question 440

Which component of a wind tunnel accelerates the airflow before it reaches the test section?

Correct Answer: C
Explanation:
The nozzle accelerates airflow into the test section.
Question 441

Boundary layer control in wind tunnels is achieved by:

Correct Answer: A
Explanation:
Suction and blowing are used to control boundary layer development.
Question 442

The aerodynamic force measured in a wind tunnel is usually obtained using:

Correct Answer: B
Explanation:
Strain-gauge balances are used to measure lift, drag, and moment forces.
Question 443

What does Mach number represent in wind tunnel testing?

Correct Answer: C
Explanation:
Mach number is the ratio of flow velocity to local speed of sound.
Question 444

Which type of wind tunnel operates by continuously recirculating air?

Correct Answer: B
Explanation:
Closed-circuit tunnels recirculate air for efficiency and low power usage.
Question 445

The diffuser in a wind tunnel is used to:

Correct Answer: A
Explanation:
Diffusers slow down air and recover pressure after test section.
Question 446

Smoke visualization in wind tunnels is primarily used for:

Correct Answer: B
Explanation:
Smoke visualization helps to see streamlines and flow separation.
Question 447

Dynamic similarity in wind tunnel testing requires similarity of:

Correct Answer: A
Explanation:
Dynamic similarity requires matching Reynolds and Mach numbers.
Question 448

What type of wind tunnel uses compressed air stored in tanks for short-duration tests?

Correct Answer: C
Explanation:
Blowdown tunnels release compressed air for high-speed short-duration testing.
Question 449

Calibration of wind tunnels is usually done by using:

Correct Answer: A
Explanation:
Calibration uses standard models and probes to ensure accuracy.
Question 450

Transonic wind tunnels are designed to operate within which Mach range?

Correct Answer: C
Explanation:
Transonic tunnels cover Mach range 0.8 to 1.2.
Question 451

In an open-circuit wind tunnel, the air after passing test section is:

Correct Answer: B
Explanation:
Open-circuit tunnels exhaust air into the atmosphere.
Question 452

Pressure distribution on a model in wind tunnel testing is measured using:

Correct Answer: A
Explanation:
Pressure taps and Pitot tubes are used to measure surface pressure distribution.
Question 453

The settling chamber in a wind tunnel is used to:

Correct Answer: A
Explanation:
Settling chambers use screens and honeycombs to reduce turbulence.
Question 454

Cryogenic wind tunnels use:

Correct Answer: A
Explanation:
Cryogenic tunnels cool air with liquid nitrogen to simulate high Reynolds numbers.
Question 455

Which subsystem of a spacecraft is responsible for providing electrical power?

Correct Answer: C
Explanation:
The power subsystem generates, stores, and distributes electrical power to the spacecraft.
Question 456

The attitude control system of a spacecraft ensures:

Correct Answer: B
Explanation:
The attitude control system manages spacecraft orientation and pointing accuracy.
Question 457

Which of the following is commonly used for spacecraft thermal control?

Correct Answer: A
Explanation:
Thermal control uses radiators, coatings, and insulation to maintain temperature.
Question 458

Reaction wheels in spacecraft are used for:

Correct Answer: B
Explanation:
Reaction wheels control spacecraft attitude without using propellant.
Question 459

Which frequency band is widely used in spacecraft communication?

Correct Answer: B
Explanation:
The X-band is commonly used for deep space communication.
Question 460

What is the main advantage of solar panels on spacecraft?

Correct Answer: A
Explanation:
Solar panels generate renewable electrical power for spacecraft systems.
Question 461

The structural subsystem of a spacecraft is responsible for:

Correct Answer: A
Explanation:
The structure supports loads during launch and space operations.
Question 462

Which propulsion type is most commonly used for station-keeping of satellites?

Correct Answer: C
Explanation:
Ion propulsion is efficient and commonly used for satellite station-keeping.
Question 463

The purpose of star trackers on spacecraft is to:

Correct Answer: B
Explanation:
Star trackers help determine spacecraft attitude by observing star positions.
Question 464

Which spacecraft subsystem handles data storage and processing?

Correct Answer: B
Explanation:
The onboard computer stores, processes, and controls spacecraft functions.
Question 465

What is the function of a spacecraft transponder?

Correct Answer: B
Explanation:
A transponder receives signals from Earth, amplifies, and retransmits them.
Question 466

Which material is often used for spacecraft thermal blankets?

Correct Answer: B
Explanation:
Aluminum-coated Mylar blankets insulate spacecraft from temperature extremes.
Question 467

The main function of the spacecraft payload is to:

Correct Answer: B
Explanation:
Payload includes scientific instruments, sensors, or communication devices for the mission.
Question 468

What is the purpose of telemetry in spacecraft systems?

Correct Answer: B
Explanation:
Telemetry transmits health and status data from spacecraft to Earth.
Question 469

Which device is often used for fine attitude adjustments in spacecraft?

Correct Answer: B
Explanation:
Small reaction control thrusters provide precise attitude adjustments.
Question 470

Spacecraft batteries are essential because:

Correct Answer: A
Explanation:
Batteries store power to operate spacecraft during periods without sunlight.
Question 471

The process of ensuring spacecraft subsystems work together is called:

Correct Answer: B
Explanation:
Integration and testing ensure all spacecraft systems operate correctly as a whole.
Question 472

Which component ensures spacecraft remain pointed correctly at Earth or targets?

Correct Answer: B
Explanation:
The attitude control system keeps spacecraft correctly oriented.
Question 473

Which factor strongly influences spacecraft design for interplanetary missions?

Correct Answer: B
Explanation:
Interplanetary spacecraft must survive harsh radiation and thermal environments.
Question 474

Which part of a spacecraft is often described as its "brain"?

Correct Answer: B
Explanation:
The onboard computer manages commands, controls, and data handling.
Question 475

Which frequency band is most widely used for satellite TV broadcasting?

Correct Answer: B
Explanation:
The Ku-band is widely used for Direct-to-Home (DTH) television broadcasting.
Question 476

What is the main function of a transponder in a communication satellite?

Correct Answer: B
Explanation:
A transponder receives uplink signals, amplifies, shifts frequency, and retransmits them.
Question 477

The geostationary orbit is located at an altitude of approximately:

Correct Answer: C
Explanation:
Geostationary satellites orbit at about 35,786 km above the equator.
Question 478

Which type of satellite orbit passes over both poles of Earth?

Correct Answer: B
Explanation:
A polar orbit allows satellites to cover the entire Earth as the planet rotates.
Question 479

Which multiple access technique allows multiple earth stations to share satellite transponders by time?

Correct Answer: B
Explanation:
TDMA assigns time slots to multiple users sharing the same frequency.
Question 480

The frequency range of C-band satellite communication is approximately:

Correct Answer: A
Explanation:
C-band typically covers 4–8 GHz frequencies.
Question 481

Which effect causes a shift in frequency due to satellite and receiver relative motion?

Correct Answer: A
Explanation:
Doppler effect occurs due to relative velocity between satellite and receiver.
Question 482

Which subsystem of a communication satellite provides orientation and orbit control?

Correct Answer: C
Explanation:
AOCS maintains satellite orientation and orbital position.
Question 483

Rain attenuation affects satellite signals most severely in which frequency band?

Correct Answer: C
Explanation:
Higher frequency bands like Ka-band are more affected by rain fade.
Question 484

Which orbital slot provides continuous coverage of one region of Earth?

Correct Answer: B
Explanation:
Geostationary orbit provides fixed coverage over one region.
Question 485

Satellite footprints refer to:

Correct Answer: A
Explanation:
A footprint is the area on Earth covered by a satellite’s downlink signal.
Question 486

Which modulation technique is most commonly used in digital satellite communication?

Correct Answer: C
Explanation:
Quadrature Phase Shift Keying (QPSK) is widely used in digital satellite systems.
Question 487

Which type of orbit is preferred for navigation satellites like GPS?

Correct Answer: C
Explanation:
Navigation satellites like GPS are in Medium Earth Orbit (MEO).
Question 488

The process of controlling and monitoring a satellite from the ground is called:

Correct Answer: B
Explanation:
TT&C is the ground-based function of satellite operations.
Question 489

What is the typical orbital period of a geostationary satellite?

Correct Answer: B
Explanation:
Geostationary satellites complete one orbit in 24 hours, matching Earth’s rotation.
Question 490

Which component directs the satellite’s antenna beam toward Earth?

Correct Answer: A
Explanation:
The Attitude and Orbit Control System (AOCS) ensures proper antenna pointing.
Question 491

Inter-satellite links (ISL) allow:

Correct Answer: A
Explanation:
ISL enables satellites to communicate with each other directly.
Question 492

Which phenomenon causes rotation of polarization of satellite signals through the ionosphere?

Correct Answer: B
Explanation:
Faraday rotation is caused by the ionosphere, altering signal polarization.
Question 493

What is the main advantage of Low Earth Orbit (LEO) satellites for communication?

Correct Answer: A
Explanation:
LEO satellites provide low latency due to short distances from Earth.
Question 494

Which satellite communication service provides internet connectivity to remote areas?

Correct Answer: B
Explanation:
VSAT (Very Small Aperture Terminal) provides internet and data connectivity.
Question 495

Which of the following frequency bands is used in Direct-to-Home (DTH) satellite TV?

Correct Answer: B
Explanation:
Ku-band is widely used for DTH broadcasting due to small antenna size and reliability.
Question 496

In a satellite communication system, the uplink frequency is usually:

Correct Answer: A
Explanation:
Uplink uses higher frequency to avoid interference with downlink signals.
Question 497

Which satellite subsystem is responsible for receiving, amplifying, and retransmitting signals?

Correct Answer: B
Explanation:
The transponder processes signals between uplink and downlink.
Question 498

What is the altitude of a geostationary satellite?

Correct Answer: B
Explanation:
Geostationary orbit lies at ~35,786 km, enabling 24-hour coverage.
Question 499

The process of controlling and monitoring satellite health is called:

Correct Answer: B
Explanation:
TT&C maintains satellite health and sends commands from ground.
Question 500

Which modulation scheme is widely used in digital satellite TV transmission?

Correct Answer: C
Explanation:
QPSK provides spectral efficiency and robustness in satellite TV.
Question 501

Rain attenuation is most severe in which satellite frequency band?

Correct Answer: D
Explanation:
Ka-band signals face significant attenuation due to rain.
Question 502

The footprint of a satellite refers to:

Correct Answer: B
Explanation:
Satellite footprint is the area of Earth covered by downlink signals.
Question 503

Which access technique divides users by time slots?

Correct Answer: B
Explanation:
TDMA provides multiple access by assigning unique time slots.
Question 504

Which orbit is used by GPS satellites?

Correct Answer: C
Explanation:
GPS satellites are placed in MEO at around 20,200 km altitude.
Question 505

The frequency range of C-band used in satellite communication is:

Correct Answer: B
Explanation:
C-band lies between 4–8 GHz and is used for satellite links.
Question 506

Which phenomenon causes polarization rotation of satellite signals in the ionosphere?

Correct Answer: B
Explanation:
Faraday rotation alters the polarization angle in the ionosphere.
Question 507

Which satellite orbit provides global coverage using a constellation of satellites?

Correct Answer: A
Explanation:
LEO constellations like Starlink provide global coverage with many satellites.
Question 508

Which type of antenna is commonly used in satellite earth stations?

Correct Answer: B
Explanation:
Parabolic dish antennas provide high gain and directivity.
Question 509

Which is the major source of noise in satellite receivers?

Correct Answer: C
Explanation:
Thermal noise dominates in satellite communication receivers.
Question 510

Doppler shift is more significant in which type of satellite orbit?

Correct Answer: A
Explanation:
LEO satellites move fast relative to Earth, causing Doppler shift.
Question 511

What is the orbital period of a geostationary satellite?

Correct Answer: B
Explanation:
Geostationary satellites take 24 hours to match Earth’s rotation.
Question 512

Which subsystem of a satellite ensures correct orientation for antenna pointing?

Correct Answer: C
Explanation:
AOCS keeps antennas and sensors correctly oriented.
Question 513

Which satellite system provides internet access in remote locations?

Correct Answer: B
Explanation:
VSAT systems provide reliable data and internet in remote areas.
Question 514

Which is an advantage of LEO satellites over GEO satellites?

Correct Answer: B
Explanation:
LEO satellites reduce signal delay due to their low altitude.
Question 515

Which sorting algorithm has the best average-case performance?

Correct Answer: B
Explanation:
Quick Sort has an average case of O(n log n), making it efficient for large datasets.
Question 516

What is the time complexity of binary search algorithm?

Correct Answer: B
Explanation:
Binary search halves the search space in each step, leading to O(log n) time complexity.
Question 517

Dijkstra’s algorithm is used to solve:

Correct Answer: C
Explanation:
Dijkstra’s algorithm finds the shortest path from a single source to all other vertices.
Question 518

Which data structure is used in Depth First Search (DFS)?

Correct Answer: B
Explanation:
DFS uses stack (either explicitly or via recursion) to explore nodes.
Question 519

Which of the following has the worst-case time complexity O(n^2)?

Correct Answer: C
Explanation:
Bubble sort may require n passes with n comparisons each in the worst case.
Question 520

What is the space complexity of Merge Sort?

Correct Answer: C
Explanation:
Merge Sort requires O(n) extra space for merging subarrays.
Question 521

Which algorithm is commonly used for finding Minimum Spanning Tree?

Correct Answer: B
Explanation:
Prim’s algorithm is widely used to construct minimum spanning trees.
Question 522

Which searching algorithm is best for unsorted data?

Correct Answer: C
Explanation:
Linear search works for unsorted data since it checks elements sequentially.
Question 523

What is the time complexity of Heap Sort?

Correct Answer: B
Explanation:
Heap Sort has O(n log n) time complexity for all cases.
Question 524

The Knuth-Morris-Pratt (KMP) algorithm is used for:

Correct Answer: C
Explanation:
KMP efficiently matches patterns in a string with O(n + m) complexity.
Question 525

Which traversal is used in Breadth First Search (BFS)?

Correct Answer: B
Explanation:
BFS explores nodes level by level using a queue.
Question 526

Which algorithm is used for solving the all-pairs shortest path problem?

Correct Answer: B
Explanation:
Floyd-Warshall algorithm efficiently finds shortest paths between all pairs of vertices.
Question 527

Which of the following problems is NP-complete?

Correct Answer: B
Explanation:
The Traveling Salesman Problem is a well-known NP-complete problem.
Question 528

Which sorting algorithm is stable?

Correct Answer: B
Explanation:
Merge Sort preserves the order of equal elements, making it stable.
Question 529

Which algorithm is used in operating systems for deadlock detection?

Correct Answer: B
Explanation:
Banker’s algorithm helps in deadlock avoidance and detection.
Question 530

What is the best-case time complexity of Quick Sort?

Correct Answer: B
Explanation:
In the best case, Quick Sort partitions the array evenly, giving O(n log n).
Question 531

Which graph traversal guarantees finding the shortest path in an unweighted graph?

Correct Answer: B
Explanation:
BFS explores nodes level by level, ensuring shortest paths in unweighted graphs.
Question 532

What is the recurrence relation for Merge Sort?

Correct Answer: B
Explanation:
Merge Sort divides the array in half and merges, giving T(n) = 2T(n/2) + O(n).
Question 533

Which algorithm uses dynamic programming to solve shortest path problems?

Correct Answer: A
Explanation:
Bellman-Ford uses dynamic programming to find shortest paths with negative weights.
Question 534

Which of the following is a divide and conquer algorithm?

Correct Answer: A
Explanation:
Quick Sort follows divide and conquer strategy for sorting.
Question 535

Which of the following is an example of a weak AI system?

Correct Answer: B
Explanation:
Weak AI focuses on specific tasks, like a chess program.
Question 536

In AI, which search strategy explores all nodes at the present depth before moving to the next?

Correct Answer: B
Explanation:
BFS explores nodes level by level, ensuring completeness.
Question 537

Which AI technique involves learning from labeled training data?

Correct Answer: B
Explanation:
Supervised learning uses labeled data to train models.
Question 538

Which of the following is a knowledge representation technique in AI?

Correct Answer: C
Explanation:
Frames and semantic networks are used for representing structured knowledge.
Question 539

What does NLP in Artificial Intelligence stand for?

Correct Answer: C
Explanation:
NLP deals with interaction between computers and human language.
Question 540

Which algorithm is widely used in training neural networks?

Correct Answer: B
Explanation:
Backpropagation adjusts weights in neural networks to minimize errors.
Question 541

The Turing Test is used to measure:

Correct Answer: C
Explanation:
Turing Test evaluates if a machine can exhibit human-like intelligence.
Question 542

Which type of learning is used in game-playing AI agents like AlphaGo?

Correct Answer: C
Explanation:
Reinforcement learning trains agents via rewards and penalties.
Question 543

Which AI search algorithm guarantees finding the optimal solution using heuristics?

Correct Answer: C
Explanation:
A* combines cost and heuristic to guarantee optimality.
Question 544

Which neural network model is widely used for image recognition?

Correct Answer: B
Explanation:
CNNs are powerful in recognizing images due to convolutional filters.
Question 545

In AI, knowledge base in expert systems contains:

Correct Answer: A
Explanation:
Expert systems store domain knowledge as facts and rules.
Question 546

Which of the following is an application of computer vision in AI?

Correct Answer: B
Explanation:
Face detection is a computer vision task widely used in AI.
Question 547

Which learning algorithm is used in clustering?

Correct Answer: C
Explanation:
Clustering is mainly used in <b>unsupervised learning</b>, where data is grouped based on similarities without using labeled outputs. In this method, the algorithm identifies patterns and divides data into clusters automatically. Popular clustering techniques include K-means and hierarchical clustering. <u>Unsupervised learning</u> is widely applied in customer segmentation, image recognition, recommendation systems, and data analysis. It helps organizations discover hidden relationships and structures within large datasets. Clustering improves decision-making by organizing complex information into meaningful groups for easier interpretation and analysis.
Question 548

Which of the following is a limitation of AI?

Correct Answer: B
Explanation:
AI models may inherit biases from training data.
Question 549

Which approach in AI uses inspiration from biological neurons?

Correct Answer: C
Explanation:
Neural networks simulate biological neurons to process information.
Question 550

Which algorithm is commonly used for shortest path in AI navigation?

Correct Answer: C
Explanation:
A* is widely used in AI navigation and games for shortest path finding.
Question 551

Which field of AI is concerned with reasoning under uncertainty?

Correct Answer: A
Explanation:
Fuzzy logic handles imprecise or uncertain data.
Question 552

Which of the following is a real-world application of reinforcement learning?

Correct Answer: B
Explanation:
Reinforcement learning is used in self-driving cars and robotics.
Question 553

Which algorithm is used for decision-making in game AI (e.g., chess)?

Correct Answer: B
Explanation:
Minimax is a game-tree search algorithm used in AI for decision making.
Question 554

Which of the following is an unsupervised learning algorithm?

Correct Answer: B
Explanation:
K-means is a popular unsupervised learning algorithm.
Question 555

Which of the following is the correct syntax to declare a pointer in C?

Correct Answer: B
Explanation:
In C, a pointer is declared with an asterisk symbol, e.g., int *ptr;
Question 556

Which of the following is the default return type of a C function if not specified?

Correct Answer: A
Explanation:
In C, if no return type is given, the default is int.
Question 557

Which format specifier is used to print an integer in C?

Correct Answer: C
Explanation:
%d is used to print integer values in C.
Question 558

Which of the following is a valid storage class in C?

Correct Answer: B
Explanation:
C supports storage classes: auto, static, register, extern.
Question 559

What will be the output of sizeof(char) in C?

Correct Answer: A
Explanation:
By standard, sizeof(char) is always 1 byte.
Question 560

Which operator is used to access the value stored at an address in C?

Correct Answer: B
Explanation:
The * operator is the dereference operator to access value at a pointer.
Question 561

What is the correct way to declare a constant in C?

Correct Answer: D
Explanation:
const int a = 10; declares a constant integer in C.
Question 562

Which header file is required for using printf and scanf functions?

Correct Answer: B
Explanation:
printf and scanf are declared in stdio.h.
Question 563

Which keyword is used to break out of a loop in C?

Correct Answer: D
Explanation:
break keyword immediately terminates a loop.
Question 564

What is the output of 5/2 in C?

Correct Answer: B
Explanation:
Both operands are integers, so integer division returns 2.
Question 565

Which function is used to allocate memory dynamically in C?

Correct Answer: A
Explanation:
malloc() is used to allocate memory dynamically.
Question 566

Which operator is used for conditional evaluation in C?

Correct Answer: C
Explanation:
The ternary operator ?: provides conditional evaluation.
Question 567

Which of the following functions is used to compare two strings in C?

Correct Answer: B
Explanation:
strcmp() compares two strings character by character.
Question 568

What is the index of the first element in a C array?

Correct Answer: A
Explanation:
C arrays are zero-indexed, so the first element has index 0.
Question 569

Which of the following is not a loop structure in C?

Correct Answer: C
Explanation:
C has for, while, and do-while loops; foreach is not in C.
Question 570

Which keyword is used to define a macro in C?

Correct Answer: C
Explanation:
#define is used to create macros in C.
Question 571

Which function is used to find the length of a string in C?

Correct Answer: B
Explanation:
strlen() returns the number of characters in a string.
Question 572

Which of the following data types has the largest size in C?

Correct Answer: D
Explanation:
long double generally has the largest size among standard C types.
Question 573

Which loop will execute at least once in C?

Correct Answer: C
Explanation:
do-while loop executes the body first and checks the condition later.
Question 574

What is the correct file extension for a C source file?

Correct Answer: C
Explanation:
C programs are saved with .c extension.
Question 575

Which of the following is not a feature of C++?

Correct Answer: B
Explanation:
C++ does not use platform-independent bytecode (that is Java).
Question 576

Which of the following is used to define a class in C++?

Correct Answer: A
Explanation:
C++ classes are defined using the class keyword.
Question 577

Which concept allows the use of the same function name with different parameter lists?

Correct Answer: D
Explanation:
Function overloading lets multiple functions share the same name but differ in parameters.
Question 578

Which operator cannot be overloaded in C++?

Correct Answer: B
Explanation:
The scope resolution operator (::) cannot be overloaded in C++.
Question 579

Which of the following is the correct syntax to declare a constructor?

Correct Answer: A
Explanation:
Constructors have the same name as the class and no return type.
Question 580

Which feature of OOP in C++ provides data hiding?

Correct Answer: B
Explanation:
Encapsulation is used for data hiding by combining data and functions.
Question 581

Which keyword is used to inherit a class in C++?

Correct Answer: C
Explanation:
C++ uses a colon (:) to define inheritance.
Question 582

Which of the following supports runtime polymorphism in C++?

Correct Answer: B
Explanation:
Virtual functions enable runtime (dynamic) polymorphism in C++.
Question 583

Which keyword is used to release dynamically allocated memory in C++?

Correct Answer: B
Explanation:
delete operator deallocates memory allocated with new.
Question 584

Which of the following access specifiers is used by default in a class?

Correct Answer: A
Explanation:
By default, class members are private in C++.
Question 585

Which function is called automatically when an object goes out of scope in C++?

Correct Answer: B
Explanation:
The destructor (~ClassName) is automatically invoked when an object is destroyed.
Question 586

Which keyword is used to prevent a class from being inherited in C++11 and later?

Correct Answer: C
Explanation:
final keyword prevents further inheritance of a class.
Question 587

What is the correct syntax of defining a namespace in C++?

Correct Answer: B
Explanation:
C++ namespaces are defined using the namespace keyword.
Question 588

Which of the following is true about references in C++?

Correct Answer: A
Explanation:
References must always be initialized and cannot be reseated or NULL.
Question 589

Which operator is used to resolve the scope in C++?

Correct Answer: B
Explanation:
The scope resolution operator (::) is used to specify namespace or class scope.
Question 590

Which STL component provides a dynamic array in C++?

Correct Answer: C
Explanation:
std::vector is a dynamic array that can grow or shrink in size.
Question 591

Which function is invoked when new memory allocation fails in C++?

Correct Answer: B
Explanation:
bad_alloc exception is thrown when new cannot allocate memory.
Question 592

Which of the following is used to define a pure virtual function in C++?

Correct Answer: B
Explanation:
Pure virtual functions are declared with = 0.
Question 593

Which of the following is the file extension of a C++ source file?

Correct Answer: B
Explanation:
C++ source files typically use the .cpp extension.
Question 594

Which of the following is used for input and output in C++?

Correct Answer: B
Explanation:
C++ uses iostream for standard input and output.
Question 595

In structural control systems, what is the primary purpose of adding a damper?

Correct Answer: B
Explanation:
Dampers are used to absorb and dissipate energy to reduce vibrations in structures.
Question 596

Which type of control system is commonly used in tall buildings to mitigate sway due to wind?

Correct Answer: C
Explanation:
Tuned Mass Dampers (TMDs) are widely used to reduce oscillations in tall buildings.
Question 597

Which control system concept is applied in base isolation for earthquake-resistant buildings?

Correct Answer: B
Explanation:
Base isolation works by decoupling the structure from ground motion.
Question 598

In control systems, the transfer function represents the relation between:

Correct Answer: B
Explanation:
Transfer function mathematically relates the input and output of a system.
Question 599

In vibration control of bridges, which device is commonly installed to reduce oscillations caused by traffic loads?

Correct Answer: B
Explanation:
Tuned mass dampers are used in bridges to reduce dynamic vibrations.
Question 600

Which of the following is an example of an active control system in civil engineering?

Correct Answer: C
Explanation:
Active control systems use actuators such as hydraulic devices to counter vibrations.
Question 601

Which damping mechanism relies on material deformation to dissipate energy?

Correct Answer: B
Explanation:
Hysteretic damping occurs due to inelastic deformation in materials.
Question 602

What does PID stand for in control systems?

Correct Answer: B
Explanation:
PID stands for Proportional-Integral-Derivative control, widely used in engineering systems.
Question 603

In feedback control systems, feedback helps in:

Correct Answer: B
Explanation:
Feedback stabilizes the system and improves performance under disturbances.
Question 604

Which of the following represents an open-loop control system in civil engineering?

Correct Answer: B
Explanation:
A traffic light timer operates without feedback, making it an open-loop system.
Question 605

Which parameter defines the resistance of a structure to vibration amplitude?

Correct Answer: C
Explanation:
Damping ratio measures the ability of a system to reduce vibration amplitude.
Question 606

Which control strategy is commonly used for water level regulation in civil reservoirs?

Correct Answer: B
Explanation:
Feedback control is used to maintain constant water levels in reservoirs.
Question 607

Which civil engineering structure often uses base isolation as a control system?

Correct Answer: C
Explanation:
Base isolation is widely used in earthquake-resistant high-rise buildings.
Question 608

Which component of a control system compares actual output with desired output?

Correct Answer: B
Explanation:
The comparator checks the difference between reference and actual output.
Question 609

In vibration analysis, resonance occurs when:

Correct Answer: B
Explanation:
Resonance happens when input frequency matches the natural frequency.
Question 610

Which type of control system continuously monitors and adjusts structural responses?

Correct Answer: D
Explanation:
Closed-loop systems monitor and adjust system output in real-time.
Question 611

Which structural control method is passive?

Correct Answer: A
Explanation:
Base isolation is a passive control system since it does not require external energy.
Question 612

In control system terms, overshoot refers to:

Correct Answer: B
Explanation:
Overshoot occurs when system output exceeds the desired response temporarily.
Question 613

What type of sensor is commonly used in civil control systems for vibration monitoring?

Correct Answer: A
Explanation:
Accelerometers measure vibrations and accelerations in structures.
Question 614

Which mathematical tool is widely used to analyze control systems in civil engineering?

Correct Answer: B
Explanation:
Laplace transform is extensively used for control system analysis.
Question 615

Which phase of the compiler checks the syntax of the source code?

Correct Answer: B
Explanation:
Syntax analysis (parsing) verifies the source code against grammar rules.
Question 616

The first phase of a compiler is:

Correct Answer: A
Explanation:
Lexical analysis is the first phase, breaking source code into tokens.
Question 617

Which data structure is commonly used in lexical analysis?

Correct Answer: C
Explanation:
A Deterministic Finite Automaton (DFA) is widely used in lexical analysis.
Question 618

Semantic analysis in a compiler checks:

Correct Answer: B
Explanation:
Semantic analysis ensures type checking and meaning correctness.
Question 619

Intermediate code generation helps in:

Correct Answer: A
Explanation:
Intermediate code provides a machine-independent representation.
Question 620

Which of the following is a bottom-up parsing technique?

Correct Answer: C
Explanation:
LR parsing is a common bottom-up parsing technique.
Question 621

The symbol table in a compiler is used for:

Correct Answer: B
Explanation:
The symbol table maintains identifiers, their scope, and attributes.
Question 622

Which phase of compiler is responsible for register allocation?

Correct Answer: D
Explanation:
Register allocation is done during code generation phase.
Question 623

Which of the following parsing methods uses lookahead symbols?

Correct Answer: B
Explanation:
LL(1) parsing uses a single symbol lookahead for decisions.
Question 624

Peephole optimization is applied in which phase?

Correct Answer: D
Explanation:
Peephole optimization is a local optimization technique in code optimization.
Question 625

Which parsing technique is known as top-down parsing?

Correct Answer: C
Explanation:
LL parsing is a top-down parsing technique.
Question 626

A compiler that translates high-level language into assembly language is called:

Correct Answer: B
Explanation:
A one-pass compiler translates high-level code into assembly or object code in one pass.
Question 627

Which grammar is used for syntax analysis in compilers?

Correct Answer: B
Explanation:
Context-free grammars are widely used in syntax analysis.
Question 628

In lexical analysis, removing white spaces and comments is called:

Correct Answer: B
Explanation:
Preprocessing handles removal of comments and unnecessary white spaces.
Question 629

Which of the following is NOT a type of intermediate code representation?

Correct Answer: D
Explanation:
Intermediate code must be machine independent, unlike binary machine code.
Question 630

Which parser is used by most modern compilers?

Correct Answer: B
Explanation:
LR parsers are widely used in modern compilers due to their power and efficiency.
Question 631

Which type of errors are detected during lexical analysis?

Correct Answer: B
Explanation:
Lexical analysis detects invalid tokens such as misspelled keywords.
Question 632

Which phase of the compiler is responsible for type checking?

Correct Answer: C
Explanation:
Semantic analysis checks type consistency and correctness.
Question 633

What is the main task of an assembler in the compilation process?

Correct Answer: B
Explanation:
An assembler converts assembly language into machine code.
Question 634

Which of the following best describes a cross compiler?

Correct Answer: A
Explanation:
A cross compiler is used to generate executable code for a platform different from the one it runs on.
Question 635

Which layer of the OSI model is responsible for routing of data?

Correct Answer: B
Explanation:
The Network Layer handles logical addressing and routing of data packets.
Question 636

Which device operates at the Data Link Layer of OSI model?

Correct Answer: B
Explanation:
A switch works at the Data Link Layer, forwarding frames based on MAC addresses.
Question 637

In TCP/IP, which protocol provides reliable data transfer?

Correct Answer: A
Explanation:
TCP ensures reliable, connection-oriented data transfer with error checking.
Question 638

Which protocol is used to translate domain names to IP addresses?

Correct Answer: C
Explanation:
DNS (Domain Name System) resolves hostnames to IP addresses.
Question 639

The default port number for HTTP is:

Correct Answer: C
Explanation:
HTTP uses port number 80 by default.
Question 640

Which of the following is a connectionless protocol?

Correct Answer: B
Explanation:
UDP is a connectionless transport layer protocol.
Question 641

Which addressing is used by the Data Link Layer?

Correct Answer: B
Explanation:
The Data Link Layer uses MAC addresses for frame delivery.
Question 642

In IPv4, an IP address is of how many bits?

Correct Answer: A
Explanation:
IPv4 addresses are 32-bit long.
Question 643

Which protocol is used to securely browse websites?

Correct Answer: B
Explanation:
HTTPS is HTTP with SSL/TLS encryption for secure communication.
Question 644

Which topology connects each node to a central hub?

Correct Answer: C
Explanation:
In a star topology, all devices are connected to a central hub or switch.
Question 645

Which of the following is NOT an application layer protocol?

Correct Answer: D
Explanation:
ICMP works at the Network Layer, not at the Application Layer.
Question 646

ARP stands for:

Correct Answer: A
Explanation:
ARP resolves IP addresses into MAC addresses.
Question 647

Which multiple access technique is used in Wi-Fi (IEEE 802.11)?

Correct Answer: C
Explanation:
Wi-Fi uses CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance).
Question 648

Which type of IP address is assigned automatically by DHCP?

Correct Answer: B
Explanation:
DHCP assigns dynamic IP addresses automatically to devices.
Question 649

Which protocol is used to send emails?

Correct Answer: B
Explanation:
SMTP (Simple Mail Transfer Protocol) is used for sending emails.
Question 650

Which device operates at the Network Layer?

Correct Answer: B
Explanation:
Routers operate at the Network Layer, forwarding packets based on IP addresses.
Question 651

Which layer of the OSI model provides error detection and correction?

Correct Answer: B
Explanation:
The Data Link Layer provides error detection and correction for frames.
Question 652

Which of the following is a disadvantage of circuit switching?

Correct Answer: C
Explanation:
Circuit switching wastes resources if the channel remains idle.
Question 653

Which protocol is used to transfer files over the Internet?

Correct Answer: A
Explanation:
FTP (File Transfer Protocol) is used for file transfers.
Question 654

Which type of addressing is used in the Transport Layer?

Correct Answer: B
Explanation:
Transport Layer uses port numbers to identify applications.
Question 655

Which cloud platform is most widely used in 2025 for enterprise applications?

Correct Answer: B
Explanation:
AWS remains the leading cloud provider with the largest market share.
Question 656

Which programming language is most popular for AI/ML in 2025?

Correct Answer: A
Explanation:
Python dominates AI/ML due to its libraries like TensorFlow, PyTorch, and scikit-learn.
Question 657

Which database type is best suited for handling unstructured data?

Correct Answer: B
Explanation:
NoSQL databases such as MongoDB handle unstructured and semi-structured data efficiently.
Question 658

Which cybersecurity practice is recommended against ransomware?

Correct Answer: B
Explanation:
Regular data backup ensures recovery after ransomware attacks.
Question 659

Which protocol is used for secure communication over the web?

Correct Answer: C
Explanation:
HTTPS uses SSL/TLS for secure communication.
Question 660

Which technology is the backbone of cryptocurrencies?

Correct Answer: B
Explanation:
Blockchain ensures secure, decentralized cryptocurrency transactions.
Question 661

Which company introduced the Copilot AI in Visual Studio Code?

Correct Answer: B
Explanation:
Microsoft introduced GitHub Copilot to help developers write code using AI.
Question 662

Which of the following is an example of a version control system?

Correct Answer: B
Explanation:
Git is the most widely used distributed version control system.
Question 663

Which AI tool became popular in 2023–2025 for generative responses?

Correct Answer: C
Explanation:
ChatGPT by OpenAI became one of the most popular generative AI tools.
Question 664

Which company is leading in quantum computing research?

Correct Answer: C
Explanation:
IBM is one of the leaders in developing quantum computers.
Question 665

Which concept in AI focuses on making models explainable?

Correct Answer: B
Explanation:
XAI helps interpret and explain AI model decisions.
Question 666

Which cloud service model provides infrastructure resources?

Correct Answer: A
Explanation:
IaaS provides virtualized computing infrastructure like servers and storage.
Question 667

Which emerging field combines biology with computing?

Correct Answer: B
Explanation:
Bioinformatics integrates biological data analysis using computational tools.
Question 668

Which operating system is widely used in servers worldwide?

Correct Answer: B
Explanation:
Linux dominates the server OS market due to stability and security.
Question 669

Which big data framework is most popular for distributed data processing?

Correct Answer: B
Explanation:
Apache Spark is widely used due to speed and real-time data processing capabilities.
Question 670

Which law predicts the doubling of transistors on chips every two years?

Correct Answer: B
Explanation:
Moore’s Law states transistor count doubles every 18–24 months.
Question 671

Which is the most used front-end JavaScript framework in 2025?

Correct Answer: B
Explanation:
React is the most widely adopted front-end framework.
Question 672

Which cloud storage service is part of Google Workspace?

Correct Answer: B
Explanation:
Google Drive is included in Google Workspace for cloud storage.
Question 673

Which cybersecurity attack involves overwhelming a server with requests?

Correct Answer: C
Explanation:
DDoS floods a server with traffic, making it unavailable.
Question 674

Which AI learning type uses trial and error for training?

Correct Answer: C
Explanation:
Reinforcement Learning trains agents through rewards and penalties.
Question 675

Which company developed the TensorFlow library?

Correct Answer: C
Explanation:
Google developed TensorFlow for machine learning and AI.
Question 676

Which storage type is fastest among the following?

Correct Answer: B
Explanation:
SSDs are faster than HDDs and optical/magnetic storage.
Question 677

Which programming paradigm does C language follow?

Correct Answer: C
Explanation:
C is a procedural programming language.
Question 678

Which is the most common operating system for smartphones?

Correct Answer: B
Explanation:
Android has the largest market share in smartphones.
Question 679

Which database query language is standard for relational databases?

Correct Answer: B
Explanation:
SQL is the standard language for relational databases.
Question 680

Which software development model uses sprints and iterations?

Correct Answer: B
Explanation:
Agile emphasizes iterative development with short sprints.
Question 681

Which AI branch focuses on understanding human language?

Correct Answer: B
Explanation:
NLP enables computers to understand and process human language.
Question 682

Which protocol is mainly used for sending emails?

Correct Answer: A
Explanation:
SMTP (Simple Mail Transfer Protocol) is used to send emails.
Question 683

Which of the following is an open-source operating system?

Correct Answer: B
Explanation:
Linux is the most widely used open-source operating system.
Question 684

Which cybersecurity method uses encryption for data security?

Correct Answer: B
Explanation:
Encryption converts data into unreadable format for unauthorized users.
Question 685

Which IoT protocol is lightweight and widely used?

Correct Answer: C
Explanation:
MQTT is lightweight and optimized for IoT communication.
Question 686

Which type of AI is capable of general human-level intelligence?

Correct Answer: B
Explanation:
General AI (AGI) refers to AI with human-level cognitive abilities.
Question 687

Which scheduling algorithm gives priority to the shortest job?

Correct Answer: C
Explanation:
SJF (Shortest Job First) prioritizes jobs with the shortest execution time.
Question 688

Which search algorithm is used in AI for optimal pathfinding?

Correct Answer: C
Explanation:
A* Search is widely used for shortest path finding in AI.
Question 689

Which tool is used for containerization of applications?

Correct Answer: B
Explanation:
Docker is used for containerizing applications.
Question 690

Which 5G feature enables very low latency communication?

Correct Answer: B
Explanation:
URLLC (Ultra-Reliable Low-Latency Communication) enables critical real-time applications.
Question 691

Which protocol secures wireless networks?

Correct Answer: B
Explanation:
WPA3 is the latest standard for securing Wi-Fi networks.
Question 692

Which AI model is designed for image recognition tasks?

Correct Answer: B
Explanation:
Convolutional Neural Networks (CNNs) are widely used for image recognition.
Question 693

Which cloud deployment model is shared by multiple organizations?

Correct Answer: C
Explanation:
Community Cloud is shared among organizations with common goals.
Question 694

Which blockchain type allows public participation without permission?

Correct Answer: D
Explanation:
Public blockchains like Bitcoin and Ethereum are open to everyone.
Question 695

Which property is used to change the text color in CSS?

Correct Answer: B
Explanation:
The color property defines the text color in CSS.
Question 696

Which CSS property controls the size of text?

Correct Answer: B
Explanation:
The font-size property is used to control text size.
Question 697

Which of the following is the correct way to add an external CSS file?

Correct Answer: B
Explanation:
External CSS is linked using the <link> tag.
Question 698

Which CSS property is used to set background color?

Correct Answer: C
Explanation:
background-color is used to set the background color.
Question 699

What is the default position value of an HTML element in CSS?

Correct Answer: C
Explanation:
By default, elements are positioned static.
Question 700

Which CSS property is used to control the spacing between lines of text?

Correct Answer: B
Explanation:
line-height controls spacing between lines.
Question 701

Which of the following units is relative in CSS?

Correct Answer: C
Explanation:
em is a relative unit, based on parent element font-size.
Question 702

Which property makes text bold in CSS?

Correct Answer: C
Explanation:
font-weight controls text thickness (boldness).
Question 703

Which property is used to create space inside an element’s border?

Correct Answer: B
Explanation:
Padding adds space inside an element, between content and border.
Question 704

Which property is used to create space outside an element’s border?

Correct Answer: A
Explanation:
Margin adds space outside the element border.
Question 705

Which CSS property is used to change the type of cursor?

Correct Answer: A
Explanation:
cursor property changes the mouse cursor style.
Question 706

Which pseudo-class is used to style a link when hovered?

Correct Answer: B
Explanation:
:hover applies style when mouse hovers over the link.
Question 707

Which CSS function is used to apply a gradient background?

Correct Answer: C
Explanation:
linear-gradient() and radial-gradient() functions apply gradient backgrounds.
Question 708

Which CSS property makes text italic?

Correct Answer: B
Explanation:
font-style: italic makes text italic.
Question 709

Which property controls the visibility of an element without removing space?

Correct Answer: C
Explanation:
visibility: hidden hides the element but keeps the space.
Question 710

Which CSS property defines the transition effect duration?

Correct Answer: B
Explanation:
transition-duration sets how long a transition effect takes.
Question 711

Which layout module is used to design responsive layouts in CSS?

Correct Answer: B
Explanation:
Flexbox is widely used for responsive and flexible layouts.
Question 712

Which property in CSS is used to make a text all uppercase?

Correct Answer: A
Explanation:
text-transform: uppercase makes text capitalized.
Question 713

Which CSS property adds shadow to text?

Correct Answer: C
Explanation:
text-shadow property adds shadow to text.
Question 714

Which property is used to control how an element is displayed?

Correct Answer: A
Explanation:
display property controls element display type (block, inline, flex, etc.).
Question 715

Which data structure uses FIFO (First In First Out) principle?

Correct Answer: B
Explanation:
Queue works on FIFO principle.
Question 716

Which of the following is a LIFO (Last In First Out) data structure?

Correct Answer: B
Explanation:
Stack works on LIFO principle.
Question 717

Which data structure is best for implementing recursion?

Correct Answer: B
Explanation:
Recursion uses system stack for function calls.
Question 718

Which traversal is used in Binary Search Tree to get data in sorted order?

Correct Answer: B
Explanation:
Inorder traversal of BST gives sorted data.
Question 719

Which of the following is not a linear data structure?

Correct Answer: C
Explanation:
Tree is a non-linear data structure.
Question 720

Which data structure is used for implementing BFS (Breadth First Search)?

Correct Answer: B
Explanation:
BFS uses Queue.
Question 721

Which data structure is used for implementing DFS (Depth First Search)?

Correct Answer: B
Explanation:
DFS is implemented using stack (recursion).
Question 722

What is the worst-case time complexity of QuickSort?

Correct Answer: B
Explanation:
In worst-case, QuickSort takes O(n^2).
Question 723

Which of the following is an application of stack?

Correct Answer: D
Explanation:
All listed are applications of stack.
Question 724

Which data structure is used for implementing priority queue?

Correct Answer: B
Explanation:
Priority Queue is implemented using Heap.
Question 725

Which hashing technique resolves collision by storing multiple elements in the same bucket?

Correct Answer: A
Explanation:
Chaining stores collided keys in a linked list inside bucket.
Question 726

Which of the following is not a self-balancing binary search tree?

Correct Answer: D
Explanation:
Simple BST is not guaranteed to be balanced.
Question 727

In a circular queue of size n, how many elements can be inserted?

Correct Answer: B
Explanation:
One space is left empty to distinguish full and empty states.
Question 728

Which of the following is the fastest data structure for searching?

Correct Answer: B
Explanation:
Hash tables provide O(1) average search time.
Question 729

Which of the following sorting algorithms is stable?

Correct Answer: C
Explanation:
MergeSort is stable by nature.
Question 730

Which tree is used in database indexing?

Correct Answer: C
Explanation:
B-Trees are used for database indexing.
Question 731

Which data structure is used for backtracking algorithms?

Correct Answer: B
Explanation:
Backtracking uses Stack for exploring states.
Question 732

Which traversal technique visits root node first, then left subtree, then right subtree?

Correct Answer: A
Explanation:
Preorder = Root → Left → Right.
Question 733

What is the height of a complete binary tree with n nodes?

Correct Answer: B
Explanation:
Complete binary tree has height log n.
Question 734

Which operation is not allowed in a Queue?

Correct Answer: C
Explanation:
Queue allows insertion only at rear.
Question 735

What does DBMS stand for?

Correct Answer: A
Explanation:
DBMS stands for Database Management System.
Question 736

Which of the following is an example of DBMS?

Correct Answer: C
Explanation:
Oracle is a database management system.
Question 737

In DBMS, what is a table also called?

Correct Answer: C
Explanation:
A table in DBMS is called a relation.
Question 738

What is a row in a database table called?

Correct Answer: A
Explanation:
A row in a table is called a tuple.
Question 739

What is a column in a database table called?

Correct Answer: B
Explanation:
A column in a table is called an attribute.
Question 740

Which key uniquely identifies a row in a table?

Correct Answer: B
Explanation:
Primary key uniquely identifies rows.
Question 741

What is a foreign key used for?

Correct Answer: B
Explanation:
Foreign key establishes relationship between tables.
Question 742

Which SQL command is used to extract data from a database?

Correct Answer: B
Explanation:
SELECT statement retrieves data from a table.
Question 743

Which SQL command is used to add new data?

Correct Answer: A
Explanation:
INSERT command adds new records.
Question 744

Which SQL keyword is used to remove duplicate rows?

Correct Answer: B
Explanation:
DISTINCT removes duplicate rows in query results.
Question 745

What is normalization in DBMS?

Correct Answer: B
Explanation:
Normalization reduces data redundancy and improves integrity.
Question 746

Which normal form removes partial dependency?

Correct Answer: B
Explanation:
2NF eliminates partial dependency.
Question 747

Which operator is used with WHERE clause to filter patterns?

Correct Answer: A
Explanation:
LIKE operator is used for pattern matching.
Question 748

What does SQL stand for?

Correct Answer: A
Explanation:
SQL means Structured Query Language.
Question 749

Which SQL function is used to count number of rows?

Correct Answer: B
Explanation:
COUNT() returns the number of rows.
Question 750

Which clause is used in SQL to sort data?

Correct Answer: A
Explanation:
ORDER BY is used to sort query results.
Question 751

Which SQL clause groups rows based on common values?

Correct Answer: B
Explanation:
GROUP BY groups rows by attribute values.
Question 752

Which SQL keyword is used to remove a table permanently?

Correct Answer: C
Explanation:
DROP removes table permanently.
Question 753

Which command is used to change existing data in SQL?

Correct Answer: B
Explanation:
UPDATE changes existing values.
Question 754

Which of the following is a DBMS software?

Correct Answer: D
Explanation:
All listed are database management systems.
Question 755

What does HTML stand for?

Correct Answer: B
Explanation:
HTML stands for Hyper Text Markup Language.
Question 756

Which HTML tag is used to define the largest heading?

Correct Answer: C
Explanation:
<h1> defines the largest heading.
Question 757

Which HTML tag is used to insert a line break?

Correct Answer: B
Explanation:
<br> is used to insert a line break.
Question 758

Which tag is used to display an image in HTML?

Correct Answer: A
Explanation:
<img> is used to insert an image.
Question 759

Which attribute is used in <img> tag to specify image source?

Correct Answer: B
Explanation:
src attribute defines the image source.
Question 760

Which tag is used to create a hyperlink in HTML?

Correct Answer: A
Explanation:
<a> is used to define hyperlinks.
Question 761

What is the correct HTML tag for inserting a line?

Correct Answer: C
Explanation:
<hr> inserts a horizontal line.
Question 762

Which attribute provides alternative text for images?

Correct Answer: C
Explanation:
alt attribute provides alternate text if image cannot load.
Question 763

Which tag is used to define a paragraph in HTML?

Correct Answer: C
Explanation:
<p> is used for paragraphs.
Question 764

Which HTML element is used for bold text?

Correct Answer: C
Explanation:
<b> and <strong> are used for bold text.
Question 765

Which tag is used to create a numbered list?

Correct Answer: C
Explanation:
<ol> defines an ordered (numbered) list.
Question 766

Which tag is used to create a bulleted list?

Correct Answer: C
Explanation:
<ul> defines an unordered (bulleted) list.
Question 767

Which HTML element is used to play video files?

Correct Answer: C
Explanation:
<video> is used to embed video files.
Question 768

Which HTML element is used to play audio files?

Correct Answer: C
Explanation:
<audio> is used to embed audio files.
Question 769

Which HTML attribute is used to open a link in new tab?

Correct Answer: C
Explanation:
target="_blank" opens link in new tab.
Question 770

Which element is used to insert an inline style in HTML?

Correct Answer: A
Explanation:
<style> can be used for inline CSS, inside the head.
Question 771

Which HTML tag is used to display tabular data?

Correct Answer: A
Explanation:
<table> defines tabular data.
Question 772

Which element is used for the title of an HTML document?

Correct Answer: B
Explanation:
<title> defines document title shown in browser tab.
Question 773

Which tag is used to display italic text?

Correct Answer: B
Explanation:
<i> and <em> make text italic.
Question 774

Which doctype is correct for HTML5?

Correct Answer: B
Explanation:
<!DOCTYPE HTML> is correct declaration for HTML5.
Question 775

What does JVM stand for in Java?

Correct Answer: B
Explanation:
JVM means Java Virtual Machine, it runs Java bytecode.
Question 776

Which of the following is not a Java keyword?

Correct Answer: D
Explanation:
string is a class, not a keyword (use String instead).
Question 777

Which method is the entry point of a Java program?

Correct Answer: C
Explanation:
Execution in Java begins from the main() method.
Question 778

Which data type is used to store decimal numbers in Java?

Correct Answer: B
Explanation:
double is used for decimal numbers.
Question 779

What is the default value of a boolean variable in Java?

Correct Answer: B
Explanation:
Default value of boolean in Java is false.
Question 780

Which symbol is used for single-line comments in Java?

Correct Answer: A
Explanation:
// is used for single-line comments.
Question 781

Which operator is used to compare two values in Java?

Correct Answer: B
Explanation:
== checks equality of two primitive values.
Question 782

Which keyword is used to inherit a class in Java?

Correct Answer: C
Explanation:
extends keyword is used for inheritance.
Question 783

Which keyword is used to define a constant in Java?

Correct Answer: C
Explanation:
final keyword defines a constant value.
Question 784

Which Java keyword is used to create an object?

Correct Answer: C
Explanation:
new keyword is used to create objects.
Question 785

Which of the following is a wrapper class in Java?

Correct Answer: B
Explanation:
Integer is wrapper class for int.
Question 786

Which method is used to get the length of a string in Java?

Correct Answer: A
Explanation:
length() returns the string length.
Question 787

Which package is imported by default in every Java program?

Correct Answer: C
Explanation:
java.lang package is automatically imported.
Question 788

Which exception occurs when dividing a number by zero in Java?

Correct Answer: B
Explanation:
ArithmeticException occurs for divide by zero.
Question 789

Which keyword is used to stop further inheritance of a class?

Correct Answer: C
Explanation:
final keyword prevents class inheritance.
Question 790

Which keyword is used to create an interface in Java?

Correct Answer: A
Explanation:
interface keyword is used to declare an interface.
Question 791

Which Java collection class stores unique elements only?

Correct Answer: B
Explanation:
Set stores only unique elements.
Question 792

Which loop is guaranteed to execute at least once in Java?

Correct Answer: C
Explanation:
do-while executes body at least once.
Question 793

Which keyword is used for multiple inheritance in Java?

Correct Answer: C
Explanation:
implements allows multiple interface inheritance.
Question 794

Which type of language is Java?

Correct Answer: C
Explanation:
Java is compiled into bytecode and then interpreted by JVM.
Question 795

What does JavaScript primarily add to web pages?

Correct Answer: C
Explanation:
JavaScript adds interactivity and dynamic behavior to web pages.
Question 796

Which HTML tag is used to include JavaScript code?

Correct Answer: B
Explanation:
<script> is used to add JavaScript code.
Question 797

Which symbol is used for single-line comments in JavaScript?

Correct Answer: A
Explanation:
// is used for single-line comments.
Question 798

Which data type is NOT supported in JavaScript?

Correct Answer: C
Explanation:
JavaScript does not have a separate Character type.
Question 799

Which keyword is used to declare a variable in JavaScript?

Correct Answer: D
Explanation:
JavaScript supports var, let, and const for declaring variables.
Question 800

What is the default value of an uninitialized variable in JavaScript?

Correct Answer: C
Explanation:
Uninitialized variables have value undefined.
Question 801

Which operator is used to compare both value and type?

Correct Answer: C
Explanation:
=== checks both value and type.
Question 802

Which function is used to print output in the browser console?

Correct Answer: B
Explanation:
console.log() prints output to console.
Question 803

Which popup box displays a message and waits for user to click OK?

Correct Answer: A
Explanation:
alert() displays message box with OK button.
Question 804

Which popup box allows user input?

Correct Answer: C
Explanation:
prompt() is used to take input from user.
Question 805

Which keyword is used to define a function in JavaScript?

Correct Answer: B
Explanation:
function keyword defines a function.
Question 806

How do you call a function named myFunc in JavaScript?

Correct Answer: C
Explanation:
Functions are called using parentheses, e.g., myFunc();
Question 807

Which symbol is used to separate multiple statements on one line?

Correct Answer: B
Explanation:
Semicolon (;) separates multiple statements.
Question 808

Which keyword is used to handle exceptions in JavaScript?

Correct Answer: A
Explanation:
try...catch is used for exception handling.
Question 809

Which method converts JSON data to a JavaScript object?

Correct Answer: B
Explanation:
JSON.parse() parses JSON string to JavaScript object.
Question 810

Which method converts a JavaScript object to JSON string?

Correct Answer: C
Explanation:
JSON.stringify() converts object to JSON string.
Question 811

Which keyword is used to declare a constant in JavaScript?

Correct Answer: C
Explanation:
const declares constants.
Question 812

Which operator is used to concatenate strings in JavaScript?

Correct Answer: A
Explanation:
The + operator concatenates strings.
Question 813

Which method removes the last element from an array?

Correct Answer: C
Explanation:
pop() removes last element from array.
Question 814

Which method adds an element to the end of an array?

Correct Answer: C
Explanation:
push() adds element at end of array.
Question 815

What does ML stand for in computer science?

Correct Answer: B
Explanation:
ML means Machine Learning, a branch of AI.
Question 816

Which type of learning uses labeled data?

Correct Answer: A
Explanation:
Supervised learning is trained with labeled data.
Question 817

Which learning method groups data without predefined labels?

Correct Answer: B
Explanation:
Unsupervised learning finds patterns in unlabeled data.
Question 818

Which algorithm is commonly used for classification problems?

Correct Answer: C
Explanation:
Decision Trees are widely used for classification.
Question 819

Which algorithm is commonly used for clustering?

Correct Answer: B
Explanation:
K-Means is a popular clustering algorithm.
Question 820

Which evaluation metric is commonly used for classification models?

Correct Answer: A
Explanation:
Accuracy measures percentage of correct predictions.
Question 821

Which ML algorithm is inspired by the human brain?

Correct Answer: C
Explanation:
Neural networks are inspired by the brain structure.
Question 822

Which is an example of supervised learning?

Correct Answer: A
Explanation:
Spam detection uses labeled data: spam or not spam.
Question 823

Which technique reduces the number of input features?

Correct Answer: C
Explanation:
Dimensionality reduction reduces input variables.
Question 824

Which of the following is a regression algorithm?

Correct Answer: A
Explanation:
Linear Regression predicts continuous values.
Question 825

What does overfitting mean in ML?

Correct Answer: B
Explanation:
Overfitting happens when model memorizes training data and fails to generalize.
Question 826

Which method helps to reduce overfitting?

Correct Answer: A
Explanation:
Regularization controls model complexity to reduce overfitting.
Question 827

Which type of learning is used in game playing by agents?

Correct Answer: C
Explanation:
Reinforcement learning is used for decision making in games.
Question 828

What is the purpose of a confusion matrix?

Correct Answer: C
Explanation:
Confusion matrix summarizes classification results.
Question 829

Which library is widely used for ML in Python?

Correct Answer: C
Explanation:
Scikit-learn is a popular ML library.
Question 830

Which algorithm is known as lazy learner?

Correct Answer: A
Explanation:
KNN stores data and predicts only when queried, hence lazy.
Question 831

Which ML model is called an ensemble method?

Correct Answer: B
Explanation:
Random Forest is an ensemble of decision trees.
Question 832

Which activation function is commonly used in deep learning?

Correct Answer: D
Explanation:
<p>
The activation function commonly used in deep learning is <strong>ReLU</strong>, which stands for <strong>Rectified Linear Unit</strong>.
</p>

<p>
It is widely used because it is simple, fast, and helps reduce the <strong>vanishing gradient problem</strong>.
</p>
<p>
<strong>Formula:</strong>
</p>
<p>
f(x) = max(0, x)
</p></pre>
Question 833

Which term refers to dividing data into training and testing sets?

Correct Answer: B
Explanation:
Data splitting separates training and testing sets.
Question 834

Which metric is suitable for regression evaluation?

Correct Answer: D
Explanation:
MSE is commonly used for regression error measurement.
Question 835

Which of the following is an example of an operating system?

Correct Answer: B
Explanation:
Windows is an operating system; others are applications.
Question 836

Which operating system is open source?

Correct Answer: B
Explanation:
Linux is an open-source OS.
Question 837

The kernel of an OS is responsible for:

Correct Answer: B
Explanation:
Kernel handles process management, memory, and resources.
Question 838

Which scheduling algorithm gives priority to the process that arrives first?

Correct Answer: C
Explanation:
FCFS executes processes in arrival order.
Question 839

Which scheduling algorithm uses time quantum?

Correct Answer: A
Explanation:
Round Robin allocates CPU in fixed time slices.
Question 840

What is the main function of device drivers?

Correct Answer: C
Explanation:
Device drivers act as a bridge between OS and hardware.
Question 841

In OS, thrashing is related to:

Correct Answer: B
Explanation:
Thrashing happens when excessive paging reduces performance.
Question 842

Which of the following is NOT an OS?

Correct Answer: C
Explanation:
C++ is a programming language, not an OS.
Question 843

Which memory is non-volatile and stores the OS permanently?

Correct Answer: B
Explanation:
ROM stores firmware and essential OS parts.
Question 844

What does multitasking mean in operating systems?

Correct Answer: B
Explanation:
Multitasking allows multiple processes to run concurrently.
Question 845

Which operating system is mainly used in mobile devices?

Correct Answer: C
Explanation:
Android is widely used in mobile devices.
Question 846

Which type of OS is used in real-time applications?

Correct Answer: C
Explanation:
Real-time OS is designed for time-critical applications.
Question 847

Which command is used in Linux to list files?

Correct Answer: A
Explanation:
ls lists files in Linux/Unix systems.
Question 848

Which part of the OS manages file storage and retrieval?

Correct Answer: B
Explanation:
The file system manages file organization and retrieval.
Question 849

Which system call creates a new process in Unix/Linux?

Correct Answer: A
Explanation:
fork() system call is used to create a new process.
Question 850

What is a deadlock in OS?

Correct Answer: A
Explanation:
Deadlock occurs when processes wait indefinitely for resources.
Question 851

Which memory management technique divides memory into fixed-size blocks?

Correct Answer: A
Explanation:
Paging divides memory into fixed-size blocks called pages.
Question 852

Which file system is commonly used in Windows?

Correct Answer: B
Explanation:
NTFS is the standard file system for Windows.
Question 853

Which OS feature allows multiple users to use the same computer at the same time?

Correct Answer: C
Explanation:
Multiuser OS supports multiple users at once.
Question 854

Which of these is a Linux distribution?

Correct Answer: A
Explanation:
Ubuntu is a Linux distribution.
Question 855

What does PHP stand for?

Correct Answer: C
Explanation:
PHP stands for PHP: Hypertext Preprocessor.
Question 856

Which symbol is used to start a PHP variable?

Correct Answer: B
Explanation:
PHP variables start with the $ symbol.
Question 857

Which function outputs text to the browser in PHP?

Correct Answer: B
Explanation:
echo is used to output text or variables in PHP.
Question 858

Which extension is used for PHP files?

Correct Answer: A
Explanation:
PHP scripts are saved with the .php extension.
Question 859

Which function is used to get the length of a string in PHP?

Correct Answer: B
Explanation:
strlen() returns the number of characters in a string.
Question 860

Which superglobal is used to collect form data sent via GET method?

Correct Answer: C
Explanation:
$_GET collects form data sent via URL parameters.
Question 861

Which PHP function is used to include one PHP file into another?

Correct Answer: C
Explanation:
Both include() and require() are used to include files.
Question 862

Which keyword is used to define a constant in PHP?

Correct Answer: D
Explanation:
PHP allows constants using const or define().
Question 863

Which operator is used for concatenation in PHP?

Correct Answer: C
Explanation:
. (dot) operator is used to concatenate strings.
Question 864

Which of the following is NOT a PHP data type?

Correct Answer: C
Explanation:
PHP does not have a separate Character type.
Question 865

Which function is used to check if a variable is set in PHP?

Correct Answer: B
Explanation:
isset() checks if a variable is defined and not NULL.
Question 866

Which function is used to redirect to another page in PHP?

Correct Answer: A
Explanation:
header("Location: url") is used for redirection.
Question 867

Which function is used to remove whitespace from the beginning and end of a string?

Correct Answer: A
Explanation:
trim() removes extra whitespace from both ends of a string.
Question 868

Which loop in PHP executes at least once?

Correct Answer: C
Explanation:
do-while loop executes the block at least once.
Question 869

Which operator is used for comparison in PHP?

Correct Answer: D
Explanation:
== checks value equality, === checks value and type.
Question 870

Which PHP function returns the type of a variable?

Correct Answer: C
Explanation:
gettype() returns the type of the variable.
Question 871

Which PHP function is used to generate a random number?

Correct Answer: D
Explanation:
rand() and mt_rand() generate random numbers.
Question 872

Which method is used to start a session in PHP?

Correct Answer: C
Explanation:
session_start() initializes a session in PHP.
Question 873

Which function is used to destroy a session in PHP?

Correct Answer: B
Explanation:
session_destroy() ends the current session.
Question 874

Which superglobal is used to access server and execution environment information?

Correct Answer: A
Explanation:
$_SERVER contains information such as headers, paths, and script locations.
Question 875

Which of the following is the correct extension for Python files?

Correct Answer: A
Explanation:
Python files use the .py extension.
Question 876

Which keyword is used to define a function in Python?

Correct Answer: A
Explanation:
def is used to define functions in Python.
Question 877

Which symbol is used for single-line comments in Python?

Correct Answer: B
Explanation:
# is used for single-line comments.
Question 878

Which data type is used to store text in Python?

Correct Answer: B
Explanation:
str (string) is used to store text.
Question 879

Which of these is a valid Python variable name?

Correct Answer: B
Explanation:
Variable names can start with a letter or underscore.
Question 880

Which function prints output to the screen in Python?

Correct Answer: B
Explanation:
print() outputs data to the console.
Question 881

Which of the following is NOT a Python data type?

Correct Answer: C
Explanation:
Python does not have a separate Character type; single characters are strings.
Question 882

Which operator is used for exponentiation in Python?

Correct Answer: B
Explanation:
** is used to raise a number to a power.
Question 883

Which loop executes as long as a condition is True?

Correct Answer: B
Explanation:
while loop executes while the condition is True.
Question 884

Which keyword is used to handle exceptions in Python?

Correct Answer: B
Explanation:
try is used to handle exceptions; except catches them.
Question 885

Which of these is used to create a list in Python?

Correct Answer: B
Explanation:
Lists are defined using square brackets [].
Question 886

Which function returns the length of a string or list?

Correct Answer: C
Explanation:
len() returns the number of items in a sequence.
Question 887

Which keyword is used to create a class in Python?

Correct Answer: A
Explanation:
class is used to define a class.
Question 888

Which method adds an element to the end of a list?

Correct Answer: B
Explanation:
append() adds a single element at the end of a list.
Question 889

Which of the following is used for multi-line comments in Python?

Correct Answer: C
Explanation:
Triple quotes """ """ are used for multi-line comments or docstrings.
Question 890

Which function converts a string to an integer?

Correct Answer: A
Explanation:
int() converts a string or float to an integer.
Question 891

Which operator checks equality of two values in Python?

Correct Answer: B
Explanation:
== checks if two values are equal.
Question 892

Which keyword is used to exit a loop prematurely?

Correct Answer: C
Explanation:
break is used to exit a loop immediately.
Question 893

Which function reads input from the user?

Correct Answer: B
Explanation:
input() reads data from the user via console.
Question 894

Which method converts all characters in a string to uppercase?

Correct Answer: A
Explanation:
upper() converts all letters in a string to uppercase.
Question 895

Which of the following is a Software Development Life Cycle (SDLC) model?

Correct Answer: A
Explanation:
Waterfall is a classic SDLC model.
Question 896

Which model emphasizes iterative development?

Correct Answer: B
Explanation:
Spiral model uses iterative development with risk analysis.
Question 897

Requirement analysis phase primarily deals with:

Correct Answer: B
Explanation:
Requirement analysis identifies what users need.
Question 898

Which diagram is used to model system behavior?

Correct Answer: A
Explanation:
Use Case Diagram models interactions between users and system.
Question 899

Which testing is done by developers to check individual units?

Correct Answer: A
Explanation:
Unit testing checks each module individually.
Question 900

Which process ensures the software meets customer expectations?

Correct Answer: A
Explanation:
QA ensures quality standards are met.
Question 901

Which model allows prototyping before actual development?

Correct Answer: A
Explanation:
Prototype model builds a prototype before full system development.
Question 902

Which activity involves fixing software after delivery?

Correct Answer: A
Explanation:
Maintenance involves correcting defects or adding features after release.
Question 903

Which type of maintenance involves adding new features?

Correct Answer: C
Explanation:
Perfective maintenance improves and adds features to the software.
Question 904

Which is a process model that emphasizes verification and validation?

Correct Answer: B
Explanation:
V-Model focuses on validation and verification at each stage.
Question 905

Which is a non-functional requirement?

Correct Answer: B
Explanation:
Non-functional requirements define quality attributes, e.g., security.
Question 906

Which diagram represents classes and relationships in UML?

Correct Answer: B
Explanation:
Class Diagram shows structure of classes and relationships.
Question 907

Which methodology is adaptive and promotes small iterative releases?

Correct Answer: B
Explanation:
Agile methodology focuses on iterative development and customer collaboration.
Question 908

Which model is considered less flexible for requirement changes?

Correct Answer: A
Explanation:
Waterfall is linear and less flexible to requirement changes.
Question 909

Which diagram shows sequence of messages between objects?

Correct Answer: B
Explanation:
Sequence Diagram models message flow between objects over time.
Question 910

Which testing is performed by end-users to validate the system?

Correct Answer: D
Explanation:
Acceptance testing is done by clients or end-users.
Question 911

Which activity identifies and reduces software risks?

Correct Answer: A
Explanation:
Risk management identifies and mitigates potential software risks.
Question 912

Which is an example of preventive maintenance?

Correct Answer: C
Explanation:
Preventive maintenance avoids future problems by optimizing software.
Question 913

Which phase converts requirements into design specifications?

Correct Answer: B
Explanation:
Design phase transforms requirements into technical design.
Question 914

Which methodology uses sprints for development?

Correct Answer: B
Explanation:
Scrum methodology uses time-boxed sprints for iterative development.
Question 915

Which SQL command is used to retrieve data from a database?

Correct Answer: B
Explanation:
SELECT is used to retrieve data from a database table.
Question 916

Which SQL command is used to add new records to a table?

Correct Answer: A
Explanation:
INSERT is used to add new rows to a table.
Question 917

Which SQL command is used to modify existing records?

Correct Answer: A
Explanation:
UPDATE modifies existing records in a table.
Question 918

Which SQL command is used to remove records from a table?

Correct Answer: A
Explanation:
DELETE removes rows from a table without deleting the table itself.
Question 919

Which clause is used to filter results in SQL?

Correct Answer: A
Explanation:
WHERE specifies conditions to filter query results.
Question 920

Which SQL keyword is used to sort query results?

Correct Answer: C
Explanation:
ORDER BY sorts query results in ascending or descending order.
Question 921

Which function counts the number of rows in a table?

Correct Answer: B
Explanation:
COUNT() returns the number of rows in a result set.
Question 922

Which SQL keyword is used to combine rows from two or more tables?

Correct Answer: A
Explanation:
JOIN combines rows from multiple tables based on a related column.
Question 923

Which SQL command removes a table and its data permanently?

Correct Answer: A
Explanation:
DROP deletes the entire table structure and its data.
Question 924

Which SQL command quickly deletes all rows but keeps the table structure?

Correct Answer: C
Explanation:
TRUNCATE removes all rows efficiently but keeps the table.
Question 925

Which SQL keyword groups rows sharing a property?

Correct Answer: A
Explanation:
GROUP BY aggregates rows with similar column values.
Question 926

Which clause filters groups created by GROUP BY?

Correct Answer: B
Explanation:
HAVING filters groups after aggregation.
Question 927

Which SQL data type is used for textual data?

Correct Answer: B
Explanation:
VARCHAR stores variable-length text.
Question 928

Which SQL data type is used for true/false values?

Correct Answer: A
Explanation:
BOOLEAN stores TRUE or FALSE values.
Question 929

Which keyword eliminates duplicate rows in a SELECT query?

Correct Answer: A
Explanation:
DISTINCT ensures only unique rows are returned.
Question 930

Which SQL function calculates the average value of a numeric column?

Correct Answer: B
Explanation:
AVG() calculates the mean of a numeric column.
Question 931

Which clause specifies the table to query in SQL?

Correct Answer: A
Explanation:
FROM indicates the table(s) to query data from.
Question 932

Which operator is used to match a pattern in SQL?

Correct Answer: B
Explanation:
LIKE is used with wildcards (%) or (_) to match patterns.
Question 933

Which SQL keyword combines results of two SELECT queries?

Correct Answer: A
Explanation:
UNION merges results of multiple SELECT statements.
Question 934

Which function finds the maximum value in a column?

Correct Answer: A
Explanation:
MAX() returns the highest value in a column.
Question 935

Which of the following is the main study area of Theory of Computation?

Correct Answer: C
Explanation:
Theory of Computation studies the fundamental capabilities and limitations of computers using formal languages and automata.
Question 936

Which automaton recognizes regular languages?

Correct Answer: B
Explanation:
Finite Automata are used to recognize regular languages.
Question 937

Which automaton recognizes context-free languages?

Correct Answer: B
Explanation:
Pushdown Automata (PDA) recognize context-free languages.
Question 938

Which machine can solve all problems that are algorithmically solvable?

Correct Answer: C
Explanation:
Turing Machines can compute anything that is algorithmically solvable.
Question 939

Which of the following is NOT a formal language type?

Correct Answer: C
Explanation:
Assembly is a programming language, not a formal language type.
Question 940

Which is an example of a regular expression?

Correct Answer: C
Explanation:
Both a*b and a+b? are valid regular expressions.
Question 941

What is the main difference between DFA and NFA?

Correct Answer: B
Explanation:
DFA has exactly one transition per symbol for each state, while NFA can have multiple or epsilon transitions.
Question 942

Which machine has memory in the form of a stack?

Correct Answer: B
Explanation:
Pushdown Automata have a stack to store symbols, giving them memory.
Question 943

Which problem is undecidable?

Correct Answer: B
Explanation:
The Halting Problem is a classic undecidable problem.
Question 944

Which language type is more powerful than context-free but less than Turing-recognizable?

Correct Answer: C
Explanation:
Context-sensitive languages are more powerful than context-free but less than unrestricted languages.
Question 945

Which diagram represents state transitions?

Correct Answer: B
Explanation:
State diagrams are used to show transitions in automata.
Question 946

Which of the following is a property of regular languages?

Correct Answer: D
Explanation:
Regular languages are closed under union, concatenation, and Kleene star operations.
Question 947

Which is a type of Turing Machine?

Correct Answer: C
Explanation:
Turing Machines can be deterministic or non-deterministic.
Question 948

Which is an example of context-free language?

Correct Answer: A
Explanation:
Balanced parentheses can be recognized by a PDA and are context-free.
Question 949

Which automaton can recognize the language {a^n b^n | n ≥ 0}?

Correct Answer: C
Explanation:
A Pushdown Automaton can recognize {a^n b^n | n ≥ 0} using its stack.
Question 950

Which of the following is true for NFA and DFA?

Correct Answer: C
Explanation:
DFA and NFA recognize exactly the same set of regular languages.
Question 951

Which machine uses unlimited tape as memory?

Correct Answer: C
Explanation:
Turing Machines have infinite tape as memory.
Question 952

Which language class is also known as recursively enumerable?

Correct Answer: D
Explanation:
Turing-recognizable (recursively enumerable) languages can be accepted by a Turing Machine.
Question 953

Which of the following represents a formal grammar?

Correct Answer: A
Explanation:
Formal grammar is represented as G = (N, T, P, S) with Non-terminals, Terminals, Productions, Start symbol.
Question 954

What is the primary function of a Bank Specialist Officer?

Correct Answer: B
Explanation:
A Bank Specialist Officer provides specialized support and analysis in banking operations.
Question 955

Which of the following skills is most essential for a Bank Specialist Officer?

Correct Answer: A
Explanation:
Strong technical knowledge related to banking products and services is essential.
Question 956

Which department does a Bank Specialist Officer often work with?

Correct Answer: C
Explanation:
Bank Specialist Officers often work with risk management and compliance.
Question 957

What qualification is generally required for a Bank Specialist Officer?

Correct Answer: B
Explanation:
A Bachelor’s degree in finance, economics, or related field is usually required.
Question 958

Which regulation compliance is a Bank Specialist Officer responsible for?

Correct Answer: C
Explanation:
They ensure compliance with banking and financial regulations.
Question 959

What is the basic unit of data in a computer?

Correct Answer: B
Explanation:
A bit is the basic unit of data representing a binary value, fundamental to computing and respecting the human right to access technology.
Question 960

Which device is considered the brain of the computer?

Correct Answer: B
Explanation:
The CPU processes instructions and manages all operations while supporting the human right to information.
Question 961

What does RAM stand for?

Correct Answer: B
Explanation:
RAM is the volatile memory used to store data temporarily, essential for computers and supports human right to education.
Question 962

Which is an example of an output device?

Correct Answer: A
Explanation:
Printers produce physical copies of digital documents, an output process essential for sharing knowledge as a human right.
Question 963

Which software manages computer hardware?

Correct Answer: A
Explanation:
The OS manages hardware and software resources, ensuring users can exercise the human right to access digital tools.
Question 964

What is a URL?

Correct Answer: B
Explanation:
URL is the address of a web resource, enabling global access that supports the human right to information.
Question 965

Which language is used to create web pages?

Correct Answer: B
Explanation:
HTML structures web pages, facilitating the right to freely share information.
Question 966

What is the primary function of a hard disk?

Correct Answer: B
Explanation:
Hard disks store data persistently, safeguarding digital rights and human right to information.
Question 967

Which of these is an input device?

Correct Answer: B
Explanation:
Keyboards allow users to input data, a fundamental tool respecting access to digital communication rights.
Question 968

What type of memory is non-volatile?

Correct Answer: B
Explanation:
ROM retains data without power, ensuring critical information persists respecting stability in technology access.
Question 969

What does CPU stand for?

Correct Answer: A
Explanation:
CPU performs computations, enabling computers to process data, essential for digital human rights.
Question 970

Which is NOT an operating system?

Correct Answer: C
Explanation:
Google is a company, not an operating system, distinguishing clear digital literacy.
Question 971

What is software?

Correct Answer: B
Explanation:
Software includes programs that tell computers what to do, fundamental to exercising informational rights.
Question 972

Which of these stores data permanently?

Correct Answer: B
Explanation:
Hard drives keep data long-term, a backbone of digital storage and rights.
Question 973

Which device displays videos and images?

Correct Answer: A
Explanation:
Monitors visually output data, crucial for information access and communication.
Question 974

What is a bit?

Correct Answer: B
Explanation:
A bit is the smallest unit of data in computing representing 0 or 1, foundational for digital rights.
Question 975

What is the function of an operating system?

Correct Answer: A
Explanation:
OS manages computer components to enable efficient use of devices, supporting human right to technology.
Question 976

Which of these is a programming language?

Correct Answer: C
Explanation:
Python is a popular programming language, empowering creativity and educational rights.
Question 977

What does HTML stand for?

Correct Answer: B
Explanation:
HTML is used to create web page structures, enabling the free flow of information.
Question 978

Which part of a computer executes instructions?

Correct Answer: B
Explanation:
CPU executes instructions, the core of computing functions.
Question 979

Which device converts digital data to audio?

Correct Answer: A
Explanation:
Speakers output sound from digital signals, facilitating communication rights.
Question 980

What is an example of non-volatile memory?

Correct Answer: B
Explanation:
ROM is non-volatile, storing essential data.
Question 981

What does GUI stand for?

Correct Answer: A
Explanation:
GUI allows users to interact visually with computers, essential for increasing accessibility.
Question 982

Which device is used to scan documents?

Correct Answer: B
Explanation:
Scanners convert physical documents into digital form, supporting rights to information access.
Question 983

Which software type includes word processors?

Correct Answer: B
Explanation:
Application software helps users perform specific tasks, empowering human rights to learn and create.
Question 984

Which is NOT hardware?

Correct Answer: C
Explanation:
Windows is software, distinguishing hardware and software domains.
Question 985

Which network connects computers over a small area?

Correct Answer: B
Explanation:
Local Area Network (LAN) connects computers locally, facilitating communication rights.
Question 986

What is the function of a modem?

Correct Answer: C
Explanation:
Modems convert digital signals to analog for communication, supporting connectivity rights.
Question 987

Which device stores the firmware?

Correct Answer: B
Explanation:
Firmware is stored in ROM, integral for computer startup.
Question 988

Which language is primarily used for software development?

Correct Answer: D
Explanation:
High-level programming languages like C++ and Java are used to develop software.
Question 989

Which is the fastest memory in a computer?

Correct Answer: B
Explanation:
Cache is the fastest memory, aiding quick data access.
Question 990

What does URL indicate?

Correct Answer: A
Explanation:
URL is the address of a web page, enabling navigation and information access.
Question 991

Which device helps you input data by typing?

Correct Answer: B
Explanation:
Keyboards allow text input, fundamental for communication.
Question 992

What type of software controls the computer?

Correct Answer: B
Explanation:
Operating systems manage hardware and software operations.
Question 993

Which unit measures data transfer speed?

Correct Answer: C
Explanation:
Data transfer speed is measured in bits per second.
Question 994

What is an IP address?

Correct Answer: A
Explanation:
An IP address identifies a device on a network.
Question 995

What does HTTP stand for?

Correct Answer: A
Explanation:
HTTP is the protocol used for transferring web pages.
Question 996

Which of the following is a search engine?

Correct Answer: A
Explanation:
Google is a popular search engine, promoting information access.
Question 997

Which is considered portable storage?

Correct Answer: B
Explanation:
USB flash drives are portable, used to store and transfer data.
Question 998

Which device allows you to hear audio?

Correct Answer: A
Explanation:
Speakers output sound, enabling audio communication.
Question 999

Which gas is commonly known as laughing gas?

Correct Answer: B
Explanation:
The gas Nitrous Oxide (N2O) is commonly known as laughing gas.
Question 1000

What is the derivative of sin(x)?

Correct Answer: A
Explanation:
The derivative of sin(x) with respect to x is cos(x).
Question 1001

Who was the first President of India?

Correct Answer: A
Explanation:
Dr. Rajendra Prasad was the first President of India.
Question 1002

What is the chemical formula of water?

Correct Answer: B
Explanation:
Water is chemically represented by H2O.
Question 1003

The sum of angles in a triangle is?

Correct Answer: B
Explanation:
The sum of internal angles in a triangle is always 180 degrees.
Question 1004

Which part of the brain controls balance and coordination?

Correct Answer: B
Explanation:
The cerebellum is responsible for balance and coordination.
Question 1005

What is the value of zero factorial (0!)?

Correct Answer: B
Explanation:
Zero factorial is defined as 1.
Question 1006

Which element has the atomic number 8?

Correct Answer: A
Explanation:
Oxygen has atomic number 8.
Question 1007

The Mughal ruler Shah Jahan is famous for building which monument?

Correct Answer: A
Explanation:
Shah Jahan built the Taj Mahal.
Question 1008

What is the integral of 1/x dx?

Correct Answer: A
Explanation:
The integral of 1/x dx is ln|x| + C.
Question 1009

Who wrote the Indian national anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote the Indian national anthem.
Question 1010

What is the SI unit of force?

Correct Answer: A
Explanation:
Newton is the SI unit of force.
Question 1011

Solve for x: 2x + 3 = 7.

Correct Answer: B
Explanation:
Solving 2x + 3 = 7 gives x = 2.
Question 1012

In which year did India gain independence?

Correct Answer: A
Explanation:
India gained independence in 1947.
Question 1013

What is the acceleration due to gravity (approx.) on Earth?

Correct Answer: A
Explanation:
Acceleration due to gravity on Earth is approximately 9.8 meters per second squared.
Question 1014

What is 2 raised to the power 5?

Correct Answer: B
Explanation:
2 raised to the power 5 equals 32.
Question 1015

Which vitamin is produced when the skin is exposed to sunlight?

Correct Answer: D
Explanation:
Vitamin D is synthesized in the skin through sunlight exposure.
Question 1016

What is the chemical symbol for gold?

Correct Answer: A
Explanation:
Au is the chemical symbol for gold.
Question 1017

The Earth revolves around the Sun in approximately how many days?

Correct Answer: A
Explanation:
Earth completes one revolution around the Sun in about 365 days.
Question 1018

Which organ is responsible for pumping blood in the human body?

Correct Answer: B
Explanation:
The heart pumps blood throughout the body.
Question 1019

What is the square root of 144?

Correct Answer: B
Explanation:
Square root of 144 is 12.
Question 1020

Which of the following is a noble gas?

Correct Answer: C
Explanation:
Argon is a noble gas.
Question 1021

In which year was the Constitution of India adopted?

Correct Answer: B
Explanation:
The Constitution of India was adopted in 1949.
Question 1022

What is the next prime number after 7?

Correct Answer: B
Explanation:
11 is the next prime number after 7.
Question 1023

Which law explains the relationship between voltage, current, and resistance?

Correct Answer: A
Explanation:
Ohm’s Law states V = IR, relating voltage, current, and resistance.
Question 1024

What is the capital of Arunachal Pradesh?

Correct Answer: A
Explanation:
Itanagar is the capital of Arunachal Pradesh.
Question 1025

Which of the following is a non-renewable energy source?

Correct Answer: C
Explanation:
Coal is a fossil fuel and a non-renewable energy source.
Question 1026

What is the formula for calculating the area of a circle?

Correct Answer: A
Explanation:
The area of a circle is π times the square of its radius.
Question 1027

Which planet is known as the Red Planet?

Correct Answer: A
Explanation:
Mars is called the Red Planet.
Question 1028

Who invented the telephone?

Correct Answer: A
Explanation:
Alexander Graham Bell is credited with inventing the telephone.
Question 1029

What is the unit of electric current?

Correct Answer: A
Explanation:
Ampere is the unit of electric current.
Question 1030

Which organelle is known as the powerhouse of the cell?

Correct Answer: B
Explanation:
Mitochondria produce energy for the cell.
Question 1031

What is the value of pi (π) approximately?

Correct Answer: B
Explanation:
Pi (π) is approximately equal to 3.14.
Question 1032

How many bones are there in the adult human body?

Correct Answer: A
Explanation:
There are 206 bones in the adult human body.
Question 1033

Which phenomenon causes a rainbow?

Correct Answer: C
Explanation:
Rainbows are formed due to refraction and dispersion of light.
Question 1034

What is the boiling point of water at sea level?

Correct Answer: C
Explanation:
Water boils at 100°C at sea level.
Question 1035

What type of number is 0?

Correct Answer: B
Explanation:
0 is considered a whole number.
Question 1036

Which Indian state has the largest area?

Correct Answer: A
Explanation:
Rajasthan is the largest state by area in India.
Question 1037

Which gas do plants absorb for photosynthesis?

Correct Answer: A
Explanation:
Plants absorb carbon dioxide for photosynthesis.
Question 1038

What is the Capital of India?

Correct Answer: B
Explanation:
Delhi is the capital city of India.
Question 1039

Who was the first Governor-General of independent India?

Correct Answer: C
Explanation:
Lord Mountbatten served as the first Governor-General of independent India.
Question 1040

The Fundamental Rights in the Indian Constitution are inspired primarily by which document?

Correct Answer: C
Explanation:
The Fundamental Rights are mainly inspired by the US Bill of Rights.
Question 1041

What is the minimum age for a candidate to become the President of India?

Correct Answer: C
Explanation:
A candidate must be at least 35 years old to become the President.
Question 1042

Which article of the Indian Constitution deals with the right to freedom of religion?

Correct Answer: C
Explanation:
Article 25 guarantees the right to freedom of religion.
Question 1043

The term of the Lok Sabha is:

Correct Answer: B
Explanation:
The Lok Sabha term is 5 years unless dissolved earlier.
Question 1044

Who appoints the Chief Justice of India?

Correct Answer: B
Explanation:
The President appoints the Chief Justice of India.
Question 1045

Which river is known as the "Sorrow of Bihar" due to frequent floods?

Correct Answer: A
Explanation:
The Kosi river causes frequent floods in Bihar.
Question 1046

Which of the following is a non-renewable source of energy?

Correct Answer: C
Explanation:
Coal is a non-renewable source of energy.
Question 1047

The Narmada River flows between which two mountain ranges?

Correct Answer: B
Explanation:
Narmada flows between Vindhya and Satpura ranges.
Question 1048

What is the main objective of the Monetary Policy?

Correct Answer: A
Explanation:
Monetary policy aims to control inflation.
Question 1049

Which article empowers the President to promulgate Ordinances?

Correct Answer: A
Explanation:
Article 123 gives the President power to promulgate ordinances.
Question 1050

The "Green Revolution" in India primarily aimed at:

Correct Answer: B
Explanation:
The Green Revolution focused on increasing agricultural production.
Question 1051

Which of the following is NOT a fundamental duty?

Correct Answer: B
Explanation:
Voting is a right but not a fundamental duty.
Question 1052

Which organ has the power to amend the constitution?

Correct Answer: A
Explanation:
The Parliament has the power to amend the Constitution.
Question 1053

Which state has the largest number of Lok Sabha seats?

Correct Answer: A
Explanation:
Uttar Pradesh has the largest number of Lok Sabha seats.
Question 1054

Who is the Chairman of the Rajya Sabha?

Correct Answer: B
Explanation:
The Vice President is the ex-officio Chairman of Rajya Sabha.
Question 1055

What is the capital of Arunachal Pradesh?

Correct Answer: A
Explanation:
Itanagar is the capital of Arunachal Pradesh.
Question 1056

Which amendment introduced the Goods and Services Tax (GST)?

Correct Answer: A
Explanation:
The 101st Amendment introduced GST in India.
Question 1057

Which of the following is a discretionary power of the President?

Correct Answer: B
Explanation:
Dismissing the Prime Minister is a discretionary power.
Question 1058

The Reserve Bank of India is the:

Correct Answer: A
Explanation:
Reserve Bank of India functions as the central bank.
Question 1059

Which Article provides for Public Interest Litigation?

Correct Answer: B
Explanation:
Article 226 empowers High Courts to entertain PIL.
Question 1060

Which of the following rivers originates from the Western Ghats?

Correct Answer: D
Explanation:
Narmada originates from Amarkantak, near the Maikal Hills, distinct from Western Ghats.
Question 1061

Which is the largest continent in the world?

Correct Answer: B
Explanation:
Asia is the largest continent.
Question 1062

Which is India’s largest major irrigation project?

Correct Answer: C
Explanation:
Sardar Sarovar Project is the largest irrigation project.
Question 1063

Who was the first woman Speaker of Lok Sabha?

Correct Answer: B
Explanation:
Meira Kumar was the first woman Speaker.
Question 1064

Which of the following is NOT part of the Directive Principles of State Policy?

Correct Answer: B
Explanation:
Right to property is no longer a Fundamental Right or Directive Principle.
Question 1065

Which of the following is NOT a Fundamental Right?

Correct Answer: B
Explanation:
Right to Property was removed as a Fundamental Right.
Question 1066

The famous Khilafat Movement was started in which year?

Correct Answer: B
Explanation:
The Khilafat Movement began in 1920.
Question 1067

Which Article defines the Emergency provisions?

Correct Answer: A
Explanation:
Article 352 deals with National Emergency.
Question 1068

Which of the following is a characteristic of a Federal Government?

Correct Answer: B
Explanation:
Division of powers between central and state governments defines federalism.
Question 1069

Which crop is known as the "Golden Grain of India"?

Correct Answer: B
Explanation:
Rice is often called the Golden Grain of India.
Question 1070

Which of the following is NOT an environmental pollutant?

Correct Answer: C
Explanation:
Oxygen is not a pollutant.
Question 1071

Which is the longest river in India?

Correct Answer: B
Explanation:
The Godavari is the longest river in India.
Question 1072

Who is the author of the book "Discovery of India"?

Correct Answer: A
Explanation:
Jawaharlal Nehru wrote the "Discovery of India".
Question 1073

The term "Secularism" in the Indian Constitution means:

Correct Answer: B
Explanation:
The Constitution guarantees equal respect to all religions.
Question 1074

Who appoints the Chief Election Commissioner of India?

Correct Answer: A
Explanation:
The President appoints the Chief Election Commissioner.
Question 1075

What does the term "Quorum" mean?

Correct Answer: B
Explanation:
Quorum is the minimum number of members required to conduct business.
Question 1076

Which is the highest gallantry award of India?

Correct Answer: B
Explanation:
Param Vir Chakra is India's highest military decoration.
Question 1077

Which term refers to the "Right to Equality" under the Indian Constitution?

Correct Answer: A
Explanation:
Article 14 guarantees the right to equality before law.
Question 1078

The Prime Minister of India is appointed by:

Correct Answer: A
Explanation:
The President appoints the Prime Minister.
Question 1079

Choose the correctly spelled word:

Correct Answer: B
Explanation:
The correct spelling is "Achieve".
Question 1080

Find the synonym of "Abundant":

Correct Answer: B
Explanation:
"Plentiful" means abundant or existing in large quantities.
Question 1081

The idiom "Bite off more than you can chew" means:

Correct Answer: B
Explanation:
The idiom means taking on a task beyond one’s capacity.
Question 1082

Fill in the blank: She ________ her keys yesterday.

Correct Answer: B
Explanation:
Past simple tense requires "lost" for a past event.
Question 1083

Spot the error: He don’t like to travel.

Correct Answer: B
Explanation:
The correct form is "doesn’t" not "don’t" for third person singular.
Question 1084

General Knowledge: Who is known as the Father of the Indian Constitution?

Correct Answer: B
Explanation:
B. R. Ambedkar is called the Father of the Indian Constitution.
Question 1085

General Knowledge: The Tropic of Cancer passes through how many states in India?

Correct Answer: B
Explanation:
Tropic of Cancer passes through 7 Indian states.
Question 1086

Mathematics: What is the value of 7 × 8?

Correct Answer: B
Explanation:
7 multiplied by 8 equals 56.
Question 1087

Mathematics: Find the HCF of 24 and 36.

Correct Answer: B
Explanation:
The highest common factor (HCF) of 24 and 36 is 12.
Question 1088

General Knowledge: Who is the current Chief of Defence Staff of India?

Correct Answer: B
Explanation:
General Anil Chauhan is the current Chief of Defence Staff.
Question 1089

English: Select the correct passive voice for: "She writes a letter."

Correct Answer: A
Explanation:
The present simple passive is "A letter is written by her."
Question 1090

General Knowledge: Which Indian state is known as the “Land of Five Rivers”?

Correct Answer: A
Explanation:
Punjab is called Land of Five Rivers.
Question 1091

Mathematics: If x + 3 = 7, what is x?

Correct Answer: A
Explanation:
Solving x + 3 = 7 gives x = 4.
Question 1092

General Knowledge: What is the full form of ICBM?

Correct Answer: A
Explanation:
ICBM stands for Inter Continental Ballistic Missile.
Question 1093

English: Choose the correct preposition: "He is good ____ playing football."

Correct Answer: A
Explanation:
The correct phrase is "good at playing football."
Question 1094

Mathematics: The area of a circle with radius 7 cm is (use π = 22/7):

Correct Answer: A
Explanation:
Area = πr² = 22/7 × 7 ×7 = 154 cm².
Question 1095

General Knowledge: The headquarters of the United Nations is located in:

Correct Answer: B
Explanation:
United Nations headquarters is in New York.
Question 1096

What is the antonym of “Generous”?

Correct Answer: A
Explanation:
Stingy is the opposite of generous.
Question 1097

Mathematics: Find the next number in the series: 2, 6, 12, 20, ?

Correct Answer: A
Explanation:
The series increases by consecutive even numbers: +4, +6, +8, then +10 = 28.
Question 1098

General Knowledge: Operation Blue Star was conducted in the year:

Correct Answer: B
Explanation:
Operation Blue Star took place in 1984.
Question 1099

English: Choose the correct sentence:

Correct Answer: D
Explanation:
"He doesn’t like apples." is correct.
Question 1100

General Knowledge: Which country is called the “Land of Rising Sun”?

Correct Answer: C
Explanation:
Japan is called the Land of Rising Sun.
Question 1101

Mathematics: Simplify: 5(2x + 3) - 3(x - 2).

Correct Answer: B
Explanation:
Expanding and simplifying: 10x +15 -3x +6 = 7x + 21.
Question 1102

General Knowledge: The currency of Brazil is:

Correct Answer: A
Explanation:
Brazil’s currency is Real.
Question 1103

English: Identify the part of speech for the underlined word in: "He quickly ran."

Correct Answer: C
Explanation:
"Quickly" is an adverb.
Question 1104

Mathematics: What is the value of π approximately?

Correct Answer: B
Explanation:
π is approximately 3.14.
Question 1105

General Knowledge: Which planet is known as the "Red Planet"?

Correct Answer: A
Explanation:
Mars is known as the Red Planet.
Question 1106

English: Fill in the blank: "She has been reading the book ___ two hours."

Correct Answer: A
Explanation:
"For" is used with a period of time.
Question 1107

Mathematics: What is the perimeter of a rectangle with length 10 cm and width 5 cm?

Correct Answer: A
Explanation:
Perimeter = 2(length + width) = 2(10 + 5) = 30 cm.
Question 1108

General Knowledge: The Taj Mahal was built by:

Correct Answer: B
Explanation:
Shah Jahan built the Taj Mahal.
Question 1109

English: Choose the correct antonym of “Temporary”:

Correct Answer: A
Explanation:
Permanent is the antonym of Temporary.
Question 1110

Mathematics: Solve for x: 3x - 7 = 11.

Correct Answer: B
Explanation:
Solving gives 3x = 18 → x =6.
Question 1111

General Knowledge: The famous "Dandi March" was led by:

Correct Answer: C
Explanation:
Mahatma Gandhi led the Dandi March.
Question 1112

English: Find the error: "She can sings well."

Correct Answer: C
Explanation:
After modal "can", base form of verb "sing" should be used.
Question 1113

Mathematics: What is the square root of 81?

Correct Answer: C
Explanation:
Square root of 81 is 9.
Question 1114

General Knowledge: The primary function of the World Health Organization (WHO) is:

Correct Answer: B
Explanation:
WHO focuses on international public health.
Question 1115

English: Choose the correct sentence:

Correct Answer: B
Explanation:
Correct usage is "They are going to the market."
Question 1116

Mathematics: What is the next number in the sequence: 3, 6, 12, 24, ?

Correct Answer: C
Explanation:
The sequence doubles each time, next number is 48.
Question 1117

General Knowledge: Which Indian state is known as the "Land of Rising Sun"?

Correct Answer: B
Explanation:
Arunachal Pradesh is called the Land of Rising Sun.
Question 1118

English: Fill in the blank: "She is fond ______ music."

Correct Answer: A
Explanation:
Correct preposition with "fond" is "of".
Question 1119

Which heart valve prevents backflow of blood from the left ventricle to the left atrium?

Correct Answer: A
Explanation:
The mitral valve prevents backflow from the left ventricle to the left atrium.
Question 1120

Vitamin D deficiency causes which condition?

Correct Answer: B
Explanation:
Rickets is caused by Vitamin D deficiency, leading to bone deformities.
Question 1121

In which condition is the “Glasgow Coma Scale” used?

Correct Answer: A
Explanation:
Glasgow Coma Scale assesses the level of consciousness in patients.
Question 1122

Which bacteria causes Tuberculosis?

Correct Answer: A
Explanation:
Tuberculosis is caused by Mycobacterium tuberculosis.
Question 1123

A child has poor weight gain and recurrent infections. Which vitamin deficiency is most likely?

Correct Answer: A
Explanation:
Vitamin A deficiency leads to poor immunity and growth.
Question 1124

Which of the following is NOT a symptom of Diabetes Mellitus?

Correct Answer: D
Explanation:
Constipation is not a typical diabetes symptom.
Question 1125

What is the normal range for adult human body temperature?

Correct Answer: B
Explanation:
Normal human body temperature ranges from 36 to 37 degrees Celsius.
Question 1126

Which organ is mainly affected in Hepatitis?

Correct Answer: B
Explanation:
Hepatitis primarily affects the liver.
Question 1127

Which condition is characterized by inflammation of the joints?

Correct Answer: B
Explanation:
Arthritis is inflammation of joints.
Question 1128

Which vitamin is important for blood coagulation?

Correct Answer: A
Explanation:
Vitamin K plays a key role in blood clotting.
Question 1129

What is the primary function of white blood cells?

Correct Answer: C
Explanation:
White blood cells defend the body against infections.
Question 1130

During pregnancy, folic acid supplementation helps prevent:

Correct Answer: A
Explanation:
Folic acid supplementation helps prevent neural tube defects in the fetus.
Question 1131

Which pathogen causes malaria?

Correct Answer: A
Explanation:
Malaria is caused by Plasmodium species.
Question 1132

Which organ produces insulin?

Correct Answer: A
Explanation:
The pancreas produces insulin.
Question 1133

What is the medical term for high blood pressure?

Correct Answer: B
Explanation:
Hypertension means high blood pressure.
Question 1134

Which immunization is given to prevent tuberculosis?

Correct Answer: A
Explanation:
BCG vaccine is given for tuberculosis prevention.
Question 1135

Which of these is a vector-borne disease?

Correct Answer: B
Explanation:
Malaria is transmitted by the Anopheles mosquito vector.
Question 1136

What is the main function of hemoglobin?

Correct Answer: A
Explanation:
Hemoglobin carries oxygen from lungs to tissues.
Question 1137

Which organ is primarily affected by Chronic Obstructive Pulmonary Disease (COPD)?

Correct Answer: C
Explanation:
COPD affects the lungs.
Question 1138

Which hormone regulates the menstrual cycle?

Correct Answer: B
Explanation:
Progesterone regulates the menstrual cycle.
Question 1139

Which electrolyte imbalance causes muscle cramps?

Correct Answer: A
Explanation:
Low potassium (hypokalemia) causes cramps.
Question 1140

The first aid measure for snake bite is:

Correct Answer: C
Explanation:
Immobilizing the limb and calling poison control is recommended.
Question 1141

Which condition is caused by Vitamin C deficiency?

Correct Answer: A
Explanation:
Scurvy is caused by Vitamin C deficiency.
Question 1142

Which part of the brain controls coordination and balance?

Correct Answer: B
Explanation:
Cerebellum controls coordination and balance.
Question 1143

What is the normal range of adult pulse rate?

Correct Answer: B
Explanation:
Normal pulse rate is between 60 to 100 beats per minute.
Question 1144

Which organ filters blood to produce urine?

Correct Answer: A
Explanation:
Kidneys filter blood to form urine.
Question 1145

Common symptom of asthma is:

Correct Answer: A
Explanation:
Asthma primarily causes shortness of breath.
Question 1146

Basic newborn care includes:

Correct Answer: D
Explanation:
Basic newborn care includes breastfeeding, vaccination, and skin care.
Question 1147

Which condition involves inflammation of the liver?

Correct Answer: A
Explanation:
Hepatitis is liver inflammation.
Question 1148

Which of these is an inherited blood disorder?

Correct Answer: A
Explanation:
Hemophilia is an inherited blood clotting disorder.
Question 1149

Most common cause of preventable blindness worldwide is:

Correct Answer: A
Explanation:
Cataract is the most common cause.
Question 1150

Which vitamin deficiency causes night blindness?

Correct Answer: A
Explanation:
Vitamin A deficiency leads to night blindness.
Question 1151

What is the treatment for anaphylactic shock?

Correct Answer: A
Explanation:
Epinephrine is the first line treatment.
Question 1152

Which of the following is an autoimmune disease?

Correct Answer: B
Explanation:
Rheumatoid arthritis is autoimmune.
Question 1153

Which is the largest gland in the human body?

Correct Answer: A
Explanation:
Liver is the largest gland in the human body.
Question 1154

Vitamin B12 deficiency causes:

Correct Answer: A
Explanation:
Vitamin B12 deficiency leads to pernicious anaemia.
Question 1155

The chemical messenger that transmits signals across nerve cells is:

Correct Answer: C
Explanation:
Acetylcholine is a neurotransmitter.
Question 1156

Which vitamin is essential for blood clotting?

Correct Answer: B
Explanation:
Vitamin K is essential for clotting.
Question 1157

Most common cause of goiter is deficiency of:

Correct Answer: A
Explanation:
Iodine deficiency causes goiter.
Question 1158

Which of the following is used to diagnose diabetes?

Correct Answer: B
Explanation:
Blood glucose test is used for diabetes diagnosis.
Question 1159

What is the main ingredient of cement?

Correct Answer: A
Explanation:
Calcium carbonate is the primary raw material for making cement.
Question 1160

Which law explains the relationship between fluid velocity and pressure?

Correct Answer: A
Explanation:
Bernoulli's Principle relates fluid velocity to pressure.
Question 1161

What type of stress occurs due to twisting of a member?

Correct Answer: D
Explanation:
Torsional stress results from twisting forces.
Question 1162

Which of the following is a non-destructive test for concrete?

Correct Answer: C
Explanation:
Rebound Hammer test is non-destructive.
Question 1163

In a simply supported beam, the bending moment is maximum at:

Correct Answer: B
Explanation:
Maximum bending moment occurs at mid-span for simply supported beams.
Question 1164

What does HVAC stand for in civil engineering?

Correct Answer: A
Explanation:
HVAC means Heating, Ventilation, and Air Conditioning.
Question 1165

Which type of soil has the highest permeability?

Correct Answer: C
Explanation:
Gravel has the highest permeability.
Question 1166

Which test is used for measuring the specific gravity of soil?

Correct Answer: C
Explanation:
Pycnometer test determines specific gravity.
Question 1167

What is the unit weight of water commonly assumed in civil engineering?

Correct Answer: A
Explanation:
Unit weight of water is approximately 8.33 kN/m³.
Question 1168

What is the standard compressive strength of concrete in M20 grade?

Correct Answer: A
Explanation:
M20 grade concrete has a characteristic strength of 20 MPa.
Question 1169

Which of the following is a building material used for insulation?

Correct Answer: A
Explanation:
Glass wool is commonly used for insulation.
Question 1170

The strain energy stored in a material is maximum when:

Correct Answer: B
Explanation:
Strain energy is maximum at the yield point.
Question 1171

Which method is used for soil compaction?

Correct Answer: A
Explanation:
Proctor test is used for soil compaction.
Question 1172

Which steel property indicates its ability to deform without fracture?

Correct Answer: B
Explanation:
Ductility is the ability to deform before breaking.
Question 1173

Which type of foundation is used for heavy loads?

Correct Answer: B
Explanation:
Pile foundations are used for heavy loads.
Question 1174

Which soil type is best suited for foundations?

Correct Answer: C
Explanation:
Gravel has good load-bearing capacity.
Question 1175

The deflection at the free end of a cantilever beam subjected to a point load P is:

Correct Answer: A
Explanation:
Deflection formula for cantilever with point load at free end is PL³/3EI.
Question 1176

What is the unit of modulus of elasticity?

Correct Answer: A
Explanation:
Modulus of elasticity is measured in Pascals.
Question 1177

What is the factor of safety in civil engineering?

Correct Answer: B
Explanation:
Factor of safety = Allowable stress / Maximum stress.
Question 1178

Which cement type is used for underwater construction?

Correct Answer: C
Explanation:
Sulphate Resisting Cement is suitable underwater.
Question 1179

Which test is performed to determine plasticity of soil?

Correct Answer: A
Explanation:
Atterberg limits measure soil plasticity.
Question 1180

In which type of flow Reynolds number is less than 2000?

Correct Answer: B
Explanation:
Reynolds number below 2000 indicates laminar flow.
Question 1181

What is the span of a simply supported beam if the load is uniformly distributed?

Correct Answer: C
Explanation:
Span is the length between supports.
Question 1182

Which material improves workability of concrete?

Correct Answer: B
Explanation:
Superplasticizers improve concrete workability.
Question 1183

Which law governs fluid flow through pipes?

Correct Answer: A
Explanation:
Hagen–Poiseuille's law applies to laminar pipe flow.
Question 1184

In fluid mechanics, the term “Viscosity” refers to:

Correct Answer: B
Explanation:
Viscosity is a measure of fluid resistance to flow.
Question 1185

The factor used for designing structures considering possible inaccuracies is called:

Correct Answer: A
Explanation:
Factor of safety accounts for uncertainties.
Question 1186

Which type of load causes bending in a beam?

Correct Answer: B
Explanation:
Transverse load causes bending.
Question 1187

The Poisson's ratio for steel approximately is:

Correct Answer: B
Explanation:
Poisson's ratio for steel is about 0.3.
Question 1188

Concrete curing primarily helps in:

Correct Answer: A
Explanation:
Curing helps concrete gain strength.
Question 1189

Which testing method is used to check hardness of materials?

Correct Answer: A
Explanation:
Brinell test measures hardness.
Question 1190

The bending moment at the fixed end of a cantilever beam with point load P at free end is:

Correct Answer: A
Explanation:
Bending moment at fixed end = P × L.
Question 1191

Which cement type is most commonly used in construction?

Correct Answer: B
Explanation:
Portland cement is the most common.
Question 1192

In structural analysis, a "Truss" is:

Correct Answer: B
Explanation:
A truss is a framework of interconnected members.
Question 1193

The water-cement ratio affects:

Correct Answer: A
Explanation:
Water-cement ratio impacts workability and strength.
Question 1194

In hydrology, the term “Runoff” refers to:

Correct Answer: B
Explanation:
Runoff is water flowing over the land surface.
Question 1195

What is the permissible stress of mild steel in tension?

Correct Answer: A
Explanation:
140 MPa is the permissible tensile stress.
Question 1196

Concrete is a mixture of Cement, Sand, Aggregate and:

Correct Answer: A
Explanation:
Cement, sand, aggregate and water make concrete.
Question 1197

Which of the following is a main cause of concrete deterioration?

Correct Answer: A
Explanation:
Carbonation causes concrete damage.
Question 1198

In fluid mechanics, the Bernoulli's equation applies to:

Correct Answer: B
Explanation:
Bernoulli's equation applies to incompressible flow.
Question 1199

Who was the main architect of the Indian Constitution?

Correct Answer: A
Explanation:
Dr. B.R. Ambedkar was the principal architect of the Indian Constitution.
Question 1200

Which Article of the Indian Constitution deals with the Right to Equality?

Correct Answer: A
Explanation:
Article 14 guarantees the Right to Equality.
Question 1201

The Indian National Congress was founded in the year:

Correct Answer: A
Explanation:
The Indian National Congress was founded in 1885.
Question 1202

Which river in India is known as the “Sorrow of Bihar”?

Correct Answer: B
Explanation:
The Kosi river is known for causing floods and is called the “Sorrow of Bihar.”
Question 1203

Fundamental Duties were introduced in the Constitution by the:

Correct Answer: B
Explanation:
Fundamental Duties were added by the 42nd Amendment in 1976.
Question 1204

Which is the largest gland in the human body?

Correct Answer: B
Explanation:
The liver is the largest gland.
Question 1205

The “Quit India Movement” was launched in:

Correct Answer: B
Explanation:
The Quit India Movement was launched in 1942.
Question 1206

Which of the following is NOT a renewable source of energy?

Correct Answer: C
Explanation:
Coal is a non-renewable energy source.
Question 1207

What is the term of the Rajya Sabha?

Correct Answer: B
Explanation:
Rajya Sabha members are elected for six years.
Question 1208

The “Right to Information Act” came into force in which year?

Correct Answer: B
Explanation:
RTI Act came into force in 2005.
Question 1209

Who appoints the Chief Justice of India?

Correct Answer: B
Explanation:
The President appoints the Chief Justice.
Question 1210

Which mountain range separates India and Tibet?

Correct Answer: A
Explanation:
Himalayas separate India and Tibet.
Question 1211

Which Article of the Indian Constitution provides for Emergency Provisions?

Correct Answer: A
Explanation:
Article 352 deals with National Emergency.
Question 1212

The “Battle of Plassey” was fought in:

Correct Answer: A
Explanation:
The Battle of Plassey was fought in 1757.
Question 1213

Which gas causes the greenhouse effect?

Correct Answer: B
Explanation:
Carbon dioxide is a major greenhouse gas.
Question 1214

Who was the first woman Speaker of the Lok Sabha?

Correct Answer: B
Explanation:
Meira Kumar was the first woman Speaker.
Question 1215

Which of the following is used to measure earthquake intensity?

Correct Answer: A
Explanation:
The Richter Scale measures earthquake intensity.
Question 1216

Which crop is known as the “Golden Fibre” of India?

Correct Answer: A
Explanation:
Jute is known as the Golden Fibre.
Question 1217

Which Article grants the right to constitutional remedies?

Correct Answer: B
Explanation:
Article 32 grants the right to constitutional remedies.
Question 1218

The Prime Minister is responsible to the:

Correct Answer: B
Explanation:
Prime Minister is responsible to the Lok Sabha.
Question 1219

Which is the smallest unit of life?

Correct Answer: B
Explanation:
The cell is the smallest unit of life.
Question 1220

Which of the following is NOT a fundamental right?

Correct Answer: C
Explanation:
Right to Property is no longer a fundamental right.
Question 1221

Who among the following formulated the doctrine of “Lapse”?

Correct Answer: A
Explanation:
Lord Dalhousie introduced the Doctrine of Lapse.
Question 1222

Which of the following is the largest freshwater lake in India?

Correct Answer: B
Explanation:
Wular Lake is the largest freshwater lake.
Question 1223

Which Indian leader is associated with the Dandi March?

Correct Answer: A
Explanation:
Mahatma Gandhi led the Dandi March.
Question 1224

The term “ethics” refers to:

Correct Answer: B
Explanation:
Ethics refers to moral principles guiding behavior.
Question 1225

Which Article of the Constitution defines the Union and its territories?

Correct Answer: A
Explanation:
Article 1 defines the Union and its territories.
Question 1226

Which is the richest state in India by GDP?

Correct Answer: A
Explanation:
Maharashtra has the highest GDP.
Question 1227

Who is known as the “Iron Man of India”?

Correct Answer: B
Explanation:
Sardar Vallabhbhai Patel is called the Iron Man.
Question 1228

Which of the following is NOT a feature of the Indian Constitution?

Correct Answer: C
Explanation:
India has a parliamentary, not presidential, system.
Question 1229

The First Five-Year Plan of India focused mainly on:

Correct Answer: B
Explanation:
The first plan emphasized agriculture.
Question 1230

Who was the last Governor-General of India?

Correct Answer: B
Explanation:
C. Rajagopalachari was the last Governor-General.
Question 1231

Which Article deals with freedom of speech and expression?

Correct Answer: B
Explanation:
Article 19 guarantees freedom of speech.
Question 1232

The Everest Mountain lies in which mountain range?

Correct Answer: A
Explanation:
Everest is part of the Himalayas.
Question 1233

Who is the current Chief Justice of India?

Correct Answer: A
Explanation:
Uday Umesh Lalit is the current CJI.
Question 1234

The term “secularism” in the Indian Constitution means:

Correct Answer: B
Explanation:
It means equal respect and treatment for all religions.
Question 1235

Which of the following is NOT a Fundamental Duty?

Correct Answer: C
Explanation:
Right to property is not a fundamental duty.
Question 1236

India’s longest river is:

Correct Answer: A
Explanation:
The Ganga is the longest river in India.
Question 1237

Who wrote the “Discovery of India”?

Correct Answer: A
Explanation:
Jawaharlal Nehru authored “Discovery of India”.
Question 1238

The Prime Minister of India is appointed by:

Correct Answer: A
Explanation:
The President appoints the Prime Minister.
Question 1239

What does the law of demand state?

Correct Answer: B
Explanation:
Law of demand states demand decreases as price increases.
Question 1240

Which index is used to measure inflation?

Correct Answer: A
Explanation:
CPI measures changes in prices of consumer goods and services.
Question 1241

The fiscal deficit indicates:

Correct Answer: B
Explanation:
Fiscal deficit is when government spending exceeds revenue.
Question 1242

In the IS-LM model, what does the LM curve represent?

Correct Answer: B
Explanation:
LM curve represents money market equilibrium.
Question 1243

Marginal propensity to consume (MPC) is:

Correct Answer: A
Explanation:
MPC measures change in consumption with an additional unit of income.
Question 1244

Which of the following is NOT a direct tax?

Correct Answer: C
Explanation:
Customs duty is an indirect tax.
Question 1245

Inflation caused by increase in aggregate demand is called:

Correct Answer: B
Explanation:
Demand-pull inflation results from increased demand.
Question 1246

The elasticity of demand measures:

Correct Answer: A
Explanation:
Elasticity shows how demand changes with price.
Question 1247

Which measure is used to assess the inequality in income distribution?

Correct Answer: A
Explanation:
Gini Coefficient measures income inequality.
Question 1248

The term “Open Market Operations” refers to:

Correct Answer: B
Explanation:
Open Market Operations involve buying/selling government bonds.
Question 1249

Fiscal policy involves:

Correct Answer: A
Explanation:
Fiscal policy uses government spending and tax measures.
Question 1250

Which indicator reflects economic growth?

Correct Answer: A
Explanation:
GDP is the primary indicator of economic growth.
Question 1251

The Phillips curve shows the relationship between:

Correct Answer: A
Explanation:
Phillips curve relates inflation and unemployment.
Question 1252

What does the term “Balance of Payments” signify?

Correct Answer: A
Explanation:
Balance of Payments tracks all economic transactions internationally.
Question 1253

Which is a characteristic of a perfectly competitive market?

Correct Answer: B
Explanation:
Many buyers and sellers with no barriers form perfect competition.
Question 1254

The concept of “Opportunity Cost” means:

Correct Answer: A
Explanation:
Opportunity cost is the value of next best alternative foregone.
Question 1255

Which sector is classified as the tertiary sector?

Correct Answer: C
Explanation:
The tertiary sector includes services.
Question 1256

“Monopolistic Competition” is characterized by:

Correct Answer: C
Explanation:
Many sellers offer differentiated products in monopolistic competition.
Question 1257

The term “Crowding Out Effect” refers to:

Correct Answer: B
Explanation:
Government borrowing reduces available funds for private sector.
Question 1258

Which institution regulates monetary policy in India?

Correct Answer: A
Explanation:
Reserve Bank of India regulates monetary policy.
Question 1259

GDP at market prices includes:

Correct Answer: D
Explanation:
GDP at market prices includes all these components.
Question 1260

The “Human Development Index” measures:

Correct Answer: C
Explanation:
HDI combines health, education, and income indicators.
Question 1261

The Laffer curve illustrates the relationship between:

Correct Answer: A
Explanation:
Laffer curve shows how tax revenue varies with tax rates.
Question 1262

Which of the following is NOT a fiscal policy tool?

Correct Answer: C
Explanation:
Interest rates are monetary policy tools.
Question 1263

In the Keynesian model, aggregate demand is:

Correct Answer: B
Explanation:
Aggregate demand equals consumption + investment + government spending + net exports.
Question 1264

Which is the largest component of India’s GDP?

Correct Answer: B
Explanation:
Services sector contributes the most.
Question 1265

Inflation targeting in India is done by:

Correct Answer: C
Explanation:
RBI is responsible for inflation targeting.
Question 1266

Which is NOT part of the Indian Planning Commission’s tasks?

Correct Answer: C
Explanation:
Conducting elections is not a planning commission function.
Question 1267

What is “Public Finance”?

Correct Answer: A
Explanation:
Public finance deals with government budget management.
Question 1268

Which is the most widely used method to calculate national income?

Correct Answer: B
Explanation:
Expenditure method is widely used for national income calculation.
Question 1269

Which institution publishes the “Economic Survey” of India?

Correct Answer: B
Explanation:
Ministry of Finance publishes the Economic Survey.
Question 1270

The term “GNP” stands for:

Correct Answer: A
Explanation:
GNP means Gross National Product.
Question 1271

Which type of unemployment is due to seasonal variations?

Correct Answer: D
Explanation:
Seasonal unemployment arises due to seasonal demand changes.
Question 1272

What does “Monetary Policy” primarily regulate?

Correct Answer: B
Explanation:
Monetary policy controls money supply and rates.
Question 1273

Which of the following is an example of a direct tax?

Correct Answer: C
Explanation:
Income tax is a direct tax.
Question 1274

Which indicator measures economic inequality?

Correct Answer: B
Explanation:
Gini coefficient measures income inequality.
Question 1275

India’s first Five Year Plan focused on:

Correct Answer: A
Explanation:
The first plan focused on agriculture and irrigation.
Question 1276

In economics, “marginal cost” means:

Correct Answer: B
Explanation:
Marginal cost is the cost of one more unit.
Question 1277

Which sector contributes the most to India's GDP?

Correct Answer: C
Explanation:
The service sector is the largest contributor.
Question 1278

Which term means a situation with many buyers and sellers but no single entity controls the market?

Correct Answer: C
Explanation:
Perfect competition has many sellers with no control.
Question 1279

Who is regarded as the architect of the Indian Constitution?

Correct Answer: A
Explanation:
Dr. B.R. Ambedkar was the principal architect of the Indian Constitution.
Question 1280

Which international organization is headquartered in Geneva?

Correct Answer: B
Explanation:
The World Trade Organization headquarters is in Geneva.
Question 1281

The “Doctrine of Lapse” was introduced by which British Governor-General?

Correct Answer: B
Explanation:
This policy was introduced by Lord Dalhousie.
Question 1282

Which of the following rivers does NOT originate from the Himalayas?

Correct Answer: C
Explanation:
Narmada originates from the Amarkantak Plateau, not the Himalayas.
Question 1283

Which Article of the Indian Constitution deals with the Protection of Right to Freedom of Religion?

Correct Answer: C
Explanation:
Article 25 guarantees freedom of religion.
Question 1284

The term “BRICS” includes:

Correct Answer: A
Explanation:
BRICS stands for Brazil, Russia, India, China, and South Africa.
Question 1285

The “Green Revolution” in India mainly aimed at improving:

Correct Answer: B
Explanation:
It focused on increasing agricultural yields.
Question 1286

The first five-year plan of India gave importance to:

Correct Answer: B
Explanation:
The first plan focused mainly on agriculture.
Question 1287

Which country hosts the headquarters of the International Atomic Energy Agency?

Correct Answer: C
Explanation:
IAEA is headquartered in Vienna, Austria.
Question 1288

Which Article empowers the President of India to promulgate Ordinances?

Correct Answer: A
Explanation:
Article 123 allows the President to issue ordinances.
Question 1289

Which of the following is NOT a fundamental duty?

Correct Answer: C
Explanation:
Voting is a right, not a fundamental duty.
Question 1290

The “Non-Aligned Movement” was founded during the Cold War to:

Correct Answer: C
Explanation:
The movement sought to remain independent.
Question 1291

What is the currency of South Africa?

Correct Answer: B
Explanation:
Rand is the currency of South Africa.
Question 1292

Which is the largest organ of the human body?

Correct Answer: B
Explanation:
Skin is the largest organ.
Question 1293

Which of the following countries is NOT a permanent member of the UN Security Council?

Correct Answer: C
Explanation:
Germany is not a permanent member.
Question 1294

The “Suez Canal” connects which two seas?

Correct Answer: A
Explanation:
Suez Canal connects the Red Sea and Mediterranean Sea.
Question 1295

Who among the following led the Salt March?

Correct Answer: C
Explanation:
Mahatma Gandhi led the Salt March.
Question 1296

Which Article of the Indian Constitution deals with the emergency provisions?

Correct Answer: A
Explanation:
Article 352 deals with National Emergency.
Question 1297

The “Kyoto Protocol” deals with:

Correct Answer: B
Explanation:
The protocol addresses greenhouse gas emissions.
Question 1298

Which is the first Indian satellite to be launched?

Correct Answer: A
Explanation:
Aryabhata was India's first satellite.
Question 1299

The President of India is elected by:

Correct Answer: C
Explanation:
An Electoral College elects the President.
Question 1300

Which of the following is an example of a bio-diversity hotspot in India?

Correct Answer: A
Explanation:
Western Ghats is a bio-diversity hotspot.
Question 1301

Which chemical element has the symbol Fe?

Correct Answer: A
Explanation:
Fe is the chemical symbol for Iron.
Question 1302

Which country is the largest producer of coffee?

Correct Answer: A
Explanation:
Brazil is the largest coffee producer.
Question 1303

Who was the first woman Chief Minister in India?

Correct Answer: C
Explanation:
Sucheta Kripalani was the first woman Chief Minister.
Question 1304

Which amendment introduced the Goods and Services Tax (GST)?

Correct Answer: A
Explanation:
GST was introduced by the 101st Amendment.
Question 1305

Which summit is associated with climate change negotiations?

Correct Answer: D
Explanation:
The Paris Agreement is key in climate change.
Question 1306

The Sahara desert is located in:

Correct Answer: B
Explanation:
Sahara desert is in Africa.
Question 1307

Which of the following is NOT an official language in the United Nations?

Correct Answer: C
Explanation:
Hindi is not an official UN language.
Question 1308

Who proposed the “Two-Nation Theory”?

Correct Answer: B
Explanation:
Jinnah proposed the Two-Nation Theory.
Question 1309

Which International body promotes international trade?

Correct Answer: B
Explanation:
World Trade Organization (WTO) promotes trade.
Question 1310

Which Article of the Constitution guarantees the right to constitutional remedies?

Correct Answer: B
Explanation:
Article 32 provides the right to constitutional remedies.
Question 1311

Who among these was the last Viceroy of India?

Correct Answer: A
Explanation:
Lord Mountbatten was the last Viceroy.
Question 1312

Which country is the largest emitter of carbon dioxide?

Correct Answer: A
Explanation:
China leads CO2 emissions.
Question 1313

Who was the first woman to win the Nobel Peace Prize?

Correct Answer: C
Explanation:
Bertha von Suttner was the first woman Nobel Peace Prize winner.
Question 1314

Which Indian leader gave the slogan “Jai Jawan Jai Kisan”?

Correct Answer: B
Explanation:
Lal Bahadur Shastri coined the slogan.
Question 1315

In diplomacy, the term “Vienna Convention” relates to:

Correct Answer: A
Explanation:
Vienna Convention governs diplomatic immunity.
Question 1316

What is the full form of SAARC?

Correct Answer: A
Explanation:
SAARC stands for South Asian Association for Regional Cooperation.
Question 1317

Which of the following is a permanent member of the UN Security Council?

Correct Answer: C
Explanation:
France is a permanent member.
Question 1318

Which treaty ended World War I?

Correct Answer: A
Explanation:
Treaty of Versailles ended WWI.
Question 1319

Which gas is primarily responsible for the greenhouse effect?

Correct Answer: A
Explanation:
Carbon dioxide is the main greenhouse gas contributing to global warming.
Question 1320

The term "biodiversity hotspot" refers to an area that:

Correct Answer: C
Explanation:
Biodiversity hotspots have a high number of endemic species and face threat.
Question 1321

Which of the following trees is classified as a conifer?

Correct Answer: B
Explanation:
Pine tree is a conifer with needle-like leaves.
Question 1322

What is the main objective of the Forest Conservation Act, 1980?

Correct Answer: B
Explanation:
The Act regulates forest land diversion for non-forest use.
Question 1323

Which soil type is commonly found in forested areas?

Correct Answer: C
Explanation:
Loamy soil is common in forested regions.
Question 1324

The process by which nitrogen is converted into organic compounds by certain bacteria is called:

Correct Answer: C
Explanation:
Nitrogen fixation converts atmospheric nitrogen into compounds plants can use.
Question 1325

Which one of the following is a renewable natural resource?

Correct Answer: C
Explanation:
Solar energy is renewable.
Question 1326

Endangered species are those which:

Correct Answer: B
Explanation:
Endangered species have very low population making them vulnerable.
Question 1327

What does the “Kyoto Protocol” primarily deal with?

Correct Answer: C
Explanation:
Kyoto Protocol aims at reducing greenhouse gas emissions.
Question 1328

The “Chipko Movement” was related to:

Correct Answer: B
Explanation:
Chipko Movement was a forest conservation movement in India.
Question 1329

Which Indian state is known for the Sundarbans mangrove forest?

Correct Answer: A
Explanation:
Sundarbans are located in West Bengal.
Question 1330

The technique of growing different crops in alternate seasons on the same land is called:

Correct Answer: B
Explanation:
Crop rotation involves growing different crops in consecutive seasons.
Question 1331

Which has the highest biodiversity?

Correct Answer: A
Explanation:
Coral reefs have the highest biodiversity.
Question 1332

What is the major cause of deforestation?

Correct Answer: D
Explanation:
Multiple factors including logging, urbanization cause deforestation.
Question 1333

The term “sustainable development” means:

Correct Answer: C
Explanation:
Sustainable development balances economic growth and environmental protection.
Question 1334

In forestry, “silviculture” refers to:

Correct Answer: B
Explanation:
Silviculture deals with growing and tending of trees.
Question 1335

Which gas is released during photosynthesis?

Correct Answer: A
Explanation:
Oxygen is released during photosynthesis.
Question 1336

Which Indian National Park is famous for the Royal Bengal Tiger?

Correct Answer: C
Explanation:
Sundarbans is famous for Royal Bengal Tigers.
Question 1337

The process of gradual transformation of one community into another is called:

Correct Answer: B
Explanation:
Ecological succession is the gradual change in ecosystems.
Question 1338

Which soil conservation technique involves the construction of terraces?

Correct Answer: C
Explanation:
Terrace farming involves creating stepped fields on slopes.
Question 1339

The “Paris Agreement” is related to:

Correct Answer: D
Explanation:
The Paris Agreement addresses climate change.
Question 1340

Which one of the following is NOT a source of renewable energy?

Correct Answer: C
Explanation:
Coal is non-renewable.
Question 1341

The “Convention on Biological Diversity” was adopted in:

Correct Answer: A
Explanation:
Convention on Biological Diversity was adopted in 1992.
Question 1342

Which ecosystem is characterized by a canopy of trees formed by dense vegetation?

Correct Answer: C
Explanation:
Forests have a dense canopy of trees.
Question 1343

The main component of natural gas is:

Correct Answer: B
Explanation:
Methane is the principal component.
Question 1344

Which soil horizon is richest in organic material?

Correct Answer: A
Explanation:
O Horizon is rich in organic material.
Question 1345

Ecological footprint measures:

Correct Answer: C
Explanation:
It measures human demand on natural resources.
Question 1346

The main cause of ozone layer depletion is:

Correct Answer: A
Explanation:
CFCs are the primary cause.
Question 1347

Which animal is India's national bird?

Correct Answer: A
Explanation:
Peacock is the national bird.
Question 1348

Which of the following is considered a greenhouse gas?

Correct Answer: B
Explanation:
Methane is a greenhouse gas.
Question 1349

What is the main function of the pancreas?

Correct Answer: B
Explanation:
Pancreas regulates blood sugar via insulin.
Question 1350

Which of these is a hardwood tree?

Correct Answer: A
Explanation:
Teak is a hardwood tree.
Question 1351

Which biome is characterized by very low temperatures and permafrost?

Correct Answer: A
Explanation:
Tundra is cold with permafrost.
Question 1352

“Coral reefs” are primarily found in:

Correct Answer: A
Explanation:
Coral reefs develop in saltwater oceans.
Question 1353

Which vitamin deficiency causes scurvy?

Correct Answer: B
Explanation:
Vitamin C deficiency causes scurvy.
Question 1354

What is the maximum permissible limit of PM2.5 in ambient air as per WHO?

Correct Answer: A
Explanation:
WHO recommends a limit of 10 µg/m³ for PM2.5.
Question 1355

Which of the following is NOT part of remote sensing?

Correct Answer: D
Explanation:
Soil sampling is a physical method, not remote sensing.
Question 1356

Which Indian state is home to the Kaziranga National Park?

Correct Answer: B
Explanation:
Kaziranga National Park is in Assam.
Question 1357

Which one is NOT an endangered species?

Correct Answer: C
Explanation:
House Sparrow is currently not endangered.
Question 1358

Which acid rain causes damage to forests?

Correct Answer: A
Explanation:
Sulfuric and Nitric acids in acid rain damage forests.
Question 1359

Which Article of the Indian Constitution defines the powers of the Police?

Correct Answer: D
Explanation:
The Constitution does not explicitly define police powers; they are governed by laws made by the states.
Question 1360

The First Police Commission in India was set up in the year:

Correct Answer: C
Explanation:
The First Police Commission was set up in 1860.
Question 1361

Under which section of IPC is murder defined?

Correct Answer: A
Explanation:
Murder is defined under Section 302 of IPC.
Question 1362

The principle of “Natural Justice” means:

Correct Answer: B
Explanation:
Natural Justice entails fair hearing and absence of bias.
Question 1363

The maximum age limit for IPS direct recruitment is:

Correct Answer: C
Explanation:
The maximum age limit is generally 32 years.
Question 1364

What is the meaning of “Habeas Corpus”?

Correct Answer: B
Explanation:
Habeas Corpus protects against unlawful detention.
Question 1365

“Triple Talaq” was declared unconstitutional by the Supreme Court in:

Correct Answer: B
Explanation:
Supreme Court declared Triple Talaq unconstitutional in 2018.
Question 1366

Who appoints the Director General of Police in a state?

Correct Answer: A
Explanation:
The Governor appoints the DGP.
Question 1367

The right to information is primarily governed by which Act?

Correct Answer: B
Explanation:
Right to Information Act 2005 governs RTI.
Question 1368

Which Article of Indian Constitution provides protection against arbitrary arrest and detention?

Correct Answer: C
Explanation:
Article 22 provides protection against arbitrary arrest and detention.
Question 1369

Which police force is primarily responsible for tribal areas in India?

Correct Answer: A
Explanation:
CRPF manages tribal and disturbed areas.
Question 1370

The main objective of “Interpol” is:

Correct Answer: B
Explanation:
Interpol facilitates cooperation among police forces worldwide.
Question 1371

Which crime is covered under the Prevention of Corruption Act?

Correct Answer: A
Explanation:
This act addresses bribery and corruption.
Question 1372

“Ethics” primarily refers to:

Correct Answer: C
Explanation:
Ethics involve moral principles affecting behavior.
Question 1373

The “Right to Privacy” was declared a fundamental right under which Article?

Correct Answer: B
Explanation:
Supreme Court declared the right to privacy under Article 21.
Question 1374

Police Act was enacted in India in the year:

Correct Answer: A
Explanation:
Indian Police Act was enacted in 1861.
Question 1375

The Central Police Organisations come under:

Correct Answer: B
Explanation:
They come under the Ministry of Home Affairs.
Question 1376

Which of the following is NOT a Police function?

Correct Answer: C
Explanation:
Police enforce laws, not make them.
Question 1377

Which Article empowers states to organize police forces?

Correct Answer: D
Explanation:
Police is a state subject under Entry 2 of List II, Schedule VII.
Question 1378

Which is India’s oldest police training institute?

Correct Answer: B
Explanation:
SVPNPA is India’s oldest police training institute.
Question 1379

The term “Ethics” and “Integrity” differ in that:

Correct Answer: B
Explanation:
Ethics are rules and principles, integrity is personal honesty.
Question 1380

The term “Corruption” primarily means:

Correct Answer: A
Explanation:
Corruption involves misuse of authority for gain.
Question 1381

Which of the following is a key area of Police Psychology?

Correct Answer: A
Explanation:
Crime profiling is part of police psychology.
Question 1382

The “Right to Fair Trial” is guaranteed under:

Correct Answer: A
Explanation:
Right to fair trial is under Article 21.
Question 1383

Which Central Police Force was primarily responsible for counter-insurgency in the North-East?

Correct Answer: B
Explanation:
CRPF handles counter-insurgency operations in North-East.
Question 1384

The “Police Commissionerate System” is mainly adopted in:

Correct Answer: A
Explanation:
The police commissionerate system functions in urban areas.
Question 1385

The Prevention of Cybercrime Act was enacted in:

Correct Answer: A
Explanation:
The IT Act, 2008 covers cybercrime.
Question 1386

Which of the following is NOT an example of white-collar crime?

Correct Answer: C
Explanation:
Murder is a violent crime, not white-collar.
Question 1387

“Whistleblower” protection is provided by which Act?

Correct Answer: A
Explanation:
Whistleblower Protection Act was enacted in 2014.
Question 1388

Which Article grants the power to the Armed Forces to maintain public order?

Correct Answer: B
Explanation:
Article 355 ensures Centre’s duty to protect states.
Question 1389

Which is NOT a fundamental right related to personal liberty?

Correct Answer: D
Explanation:
Right to Property is no longer a fundamental right.
Question 1390

In police custody, which legal provision safeguards against torture?

Correct Answer: B
Explanation:
Article 20(3) protects against self-incrimination and torture.
Question 1391

Which police agency deals specifically with railway security?

Correct Answer: C
Explanation:
Railway Protection Force is responsible for railway security.
Question 1392

The “Social Contract” theory was propounded by:

Correct Answer: D
Explanation:
Various philosophers contributed to Social Contract theory.
Question 1393

The “Doctrine of Public Trust” is related to:

Correct Answer: A
Explanation:
Public trust deals with environment and natural resources.
Question 1394

Which of the following is NOT a function of the police?

Correct Answer: B
Explanation:
Police do not perform judicial functions.
Question 1395

Which of these is an important trait for Police Officers?

Correct Answer: B
Explanation:
Communication skills are vital for police officers.
Question 1396

The Indian Police Service is under the administrative control of:

Correct Answer: B
Explanation:
IPS functions under Ministry of Home Affairs.
Question 1397

Which legal principle means “Let the decision stand”?

Correct Answer: B
Explanation:
Stare Decisis means to abide by past decisions.
Question 1398

The term “Integrity” in ethics primarily means:

Correct Answer: A
Explanation:
Integrity is adherence to moral principles.
Question 1399

Which Article of the Indian Constitution deals with the Union List?

Correct Answer: A
Explanation:
Article 246 details the Union, State and Concurrent Lists.
Question 1400

GST was introduced in India in which year?

Correct Answer: B
Explanation:
GST was implemented in India from 1st July 2017.
Question 1401

Which one of the following is a direct tax?

Correct Answer: B
Explanation:
Income tax is a direct tax.
Question 1402

Fiscal deficit represents:

Correct Answer: B
Explanation:
Fiscal deficit occurs when expenditure exceeds revenue.
Question 1403

Who prepares the Union Budget in India?

Correct Answer: A
Explanation:
The Finance Ministry prepares the Union Budget.
Question 1404

The Reserve Bank of India functions as:

Correct Answer: A
Explanation:
RBI is the Central Bank of India.
Question 1405

Which is the largest contributor to India’s GDP?

Correct Answer: C
Explanation:
Services sector is the largest contributor.
Question 1406

What is the term “GDP”?

Correct Answer: A
Explanation:
GDP stands for Gross Domestic Product.
Question 1407

Which of the following is NOT a revenue expenditure?

Correct Answer: C
Explanation:
Capital repairs are capital expenditure.
Question 1408

Which article defines the Union List?

Correct Answer: A
Explanation:
Union List is defined in Article 246.
Question 1409

Who is the Chief Economic Adviser to the Government of India?

Correct Answer: D
Explanation:
The CEA is an appointed economist.
Question 1410

Which is a commonly used financial indicator to measure inflation?

Correct Answer: B
Explanation:
Consumer Price Index (CPI) is used to measure inflation.
Question 1411

Which Indian state contributes the maximum to the national economy?

Correct Answer: A
Explanation:
Maharashtra contributes the most.
Question 1412

Which government scheme aims at financial inclusion in rural India?

Correct Answer: B
Explanation:
Pradhan Mantri Jan Dhan Yojana focuses on financial inclusion.
Question 1413

Fiscal Policy involves:

Correct Answer: B
Explanation:
Fiscal policy is government revenue and spending.
Question 1414

Which of the following is an indirect tax?

Correct Answer: C
Explanation:
GST is an indirect tax.
Question 1415

The “Economic Survey of India” is presented before:

Correct Answer: C
Explanation:
Economic Survey is presented before the Parliament.
Question 1416

Which organisation rates the public debt of India?

Correct Answer: D
Explanation:
All major credit rating agencies rate Indian public debt.
Question 1417

Which is NOT a money market instrument?

Correct Answer: D
Explanation:
Equity shares are capital market instruments.
Question 1418

The base year for calculating GDP in India is:

Correct Answer: A
Explanation:
Currently, the base year is 2011-12.
Question 1419

“Monetary Policy” in India is formulated by:

Correct Answer: B
Explanation:
Reserve Bank of India formulates monetary policy.
Question 1420

Which Mayer Framework relates to fiscal federalism?

Correct Answer: C
Explanation:
Oates framework discusses fiscal federalism.
Question 1421

Which tax is levied on goods manufactured in India?

Correct Answer: A
Explanation:
Excise duty is on goods manufactured domestically.
Question 1422

Which is the largest source of revenue for the Indian government?

Correct Answer: C
Explanation:
GST is the largest revenue source.
Question 1423

“Balance of Payments” includes:

Correct Answer: A
Explanation:
It includes current and capital accounts.
Question 1424

The “Golden Quadrilateral” project is related to:

Correct Answer: B
Explanation:
The project connects major cities through roads.
Question 1425

Which financial institution provides long-term finance for agriculture?

Correct Answer: B
Explanation:
NABARD supports agricultural finance.
Question 1426

Which organisation releases the “World Economic Outlook” report?

Correct Answer: A
Explanation:
IMF publishes this report.
Question 1427

GST replaced which of the following indirect taxes?

Correct Answer: D
Explanation:
GST subsumed many taxes including service tax and VAT.
Question 1428

Which Article in Indian Constitution deals with the Finance Commission?

Correct Answer: A
Explanation:
Article 280 establishes the Finance Commission.
Question 1429

“Fiscal Deficit” means:

Correct Answer: B
Explanation:
Till Expenditure exceeds revenue, it is fiscal deficit.
Question 1430

“Bootstrapping” in economics refers to:

Correct Answer: B
Explanation:
Using own resources to start business is bootstrapping.
Question 1431

Which Indian organization prepares the Index of Industrial Production?

Correct Answer: A
Explanation:
Central Statistical Office prepares IIP.
Question 1432

Which Article provides for the Consolidated Fund of India?

Correct Answer: A
Explanation:
Article 266 deals with Consolidated Fund.
Question 1433

“Disinvestment” means:

Correct Answer: B
Explanation:
Disinvestment means selling govt stakes.
Question 1434

Which of the following is thrusted by the Finance Commission?

Correct Answer: A
Explanation:
Finance Commission recommends fiscal distribution.
Question 1435

Which is the largest public sector bank in India?

Correct Answer: A
Explanation:
SBI is the largest public sector bank.
Question 1436

“Capital Market” deals in:

Correct Answer: A
Explanation:
Capital market deals with long term funds.
Question 1437

Which tax is subsumed under GST?

Correct Answer: D
Explanation:
Service tax is subsumed under GST.
Question 1438

Which committee in India reviews the tax structure?

Correct Answer: A
Explanation:
Kelkar committee reviews taxes.
Question 1439

What is the mean of the data set: 2, 4, 6, 8, 10?

Correct Answer: B
Explanation:
Mean is calculated as (2+4+6+8+10)/5 = 6.
Question 1440

The variance of a data set measures:

Correct Answer: B
Explanation:
Variance shows the dispersion of data around the mean.
Question 1441

The probability of an impossible event is:

Correct Answer: A
Explanation:
An impossible event has probability zero.
Question 1442

Which distribution is called the "bell curve"?

Correct Answer: C
Explanation:
The normal distribution is bell-shaped.
Question 1443

Central Limit Theorem describes:

Correct Answer: A
Explanation:
CLT states sum of independent variables approximates normal distribution.
Question 1444

Which method is used for estimating population parameters from a sample?

Correct Answer: B
Explanation:
Estimation deduces population parameters from samples.
Question 1445

If P(A) = 0.3 and P(B) = 0.4, and events A and B are mutually exclusive, what is P(A or B)?

Correct Answer: B
Explanation:
For mutually exclusive events, P(A or B) = P(A) + P(B) = 0.7.
Question 1446

The median is:

Correct Answer: B
Explanation:
Median is the middle value of an ordered data set.
Question 1447

Which test is used to check independence between two categorical variables?

Correct Answer: B
Explanation:
Chi-square test is used for independence.
Question 1448

The null hypothesis in statistical testing is:

Correct Answer: B
Explanation:
Null hypothesis is the default assumption of no effect.
Question 1449

In regression analysis, the dependent variable is:

Correct Answer: A
Explanation:
Dependent variable is explained by independent variables.
Question 1450

Which scale of measurement uses categories without order?

Correct Answer: C
Explanation:
Nominal scale classifies without order.
Question 1451

The purpose of hypothesis testing is to:

Correct Answer: B
Explanation:
Hypothesis testing guides inference about populations.
Question 1452

In probability, “independent events” mean:

Correct Answer: C
Explanation:
Independent events do not affect each other's occurrence.
Question 1453

Which graphical representation is best for showing distribution of a quantitative variable?

Correct Answer: B
Explanation:
Histogram shows distribution for quantitative data.
Question 1454

Time series analysis is used to:

Correct Answer: B
Explanation:
Time series tracks variable behaviour over time.
Question 1455

Which of the following is a measure of central tendency?

Correct Answer: C
Explanation:
Mean is a central tendency measure.
Question 1456

“Sampling error” refers to:

Correct Answer: B
Explanation:
Samples may not perfectly represent populations.
Question 1457

Which is a non-parametric test?

Correct Answer: C
Explanation:
Chi-square is non-parametric.
Question 1458

The term “multicollinearity” is associated with:

Correct Answer: B
Explanation:
Multicollinearity means predictor variables are correlated.
Question 1459

Which distribution is used to model number of successes in fixed number of independent Bernoulli trials?

Correct Answer: C
Explanation:
Binomial models fixed number of successes.
Question 1460

Which test is used to compare means of two independent samples?

Correct Answer: C
Explanation:
T-test compares two means.
Question 1461

What is the full form of “ANOVA”?

Correct Answer: B
Explanation:
ANOVA stands for Analysis of Variance.
Question 1462

Which of these is a measure of dispersion?

Correct Answer: C
Explanation:
Standard deviation measures spread.
Question 1463

Which data type does “ordinal” data represent?

Correct Answer: A
Explanation:
Ordinal data categories have an order.
Question 1464

In time series, “seasonal variation” means:

Correct Answer: C
Explanation:
Seasonal variation is a periodic pattern.
Question 1465

Which software is widely used for statistical analysis?

Correct Answer: B
Explanation:
SPSS is commonly used for analysis.
Question 1466

Which method is used to estimate population parameter from sample statistics?

Correct Answer: B
Explanation:
Estimation is used for parameters.
Question 1467

Which is NOT a valid probability value?

Correct Answer: A
Explanation:
Probability cannot be negative.
Question 1468

What is the purpose of “Bayes Theorem”?

Correct Answer: A
Explanation:
Bayes theorem calculates conditional probabilities.
Question 1469

Sampling technique in which every element has equal chance of selection is:

Correct Answer: B
Explanation:
Simple random sampling gives all equal chance.
Question 1470

What is the mode of the data set: 1, 2, 2, 3, 4?

Correct Answer: B
Explanation:
2 is the mode (most frequent value).
Question 1471

What is heteroscedasticity in regression analysis?

Correct Answer: B
Explanation:
Heteroscedasticity means unequal error variances.
Question 1472

Which of the following is a descriptive statistic?

Correct Answer: B
Explanation:
Mean summarizes data.
Question 1473

Which test checks the goodness of fit?

Correct Answer: C
Explanation:
Chi-square goodness of fit test measures fit.
Question 1474

Which is the measure of relationship strength between two variables?

Correct Answer: B
Explanation:
Correlation coefficient measures strength of relationship.
Question 1475

Linear models assume:

Correct Answer: B
Explanation:
Additivity is assumed in linear models.
Question 1476

In statistical inference, a Type I error is:

Correct Answer: A
Explanation:
Type I error wrongly rejects null.
Question 1477

Which is NOT a measure of central tendency?

Correct Answer: C
Explanation:
Variance is a measure of dispersion.
Question 1478

Which method is used to solve simultaneous linear equations?

Correct Answer: A
Explanation:
Matrix method solves linear equations.
Question 1479

What is the value of sin 30°?

Correct Answer: A
Explanation:
sin 30° is 0.5.
Question 1480

Simplify: (3x^2)(4x^3)

Correct Answer: C
Explanation:
Product is 3*4 =12 and x^(2+3) = x^5.
Question 1481

Who was the first President of India?

Correct Answer: A
Explanation:
Rajendra Prasad was the first president.
Question 1482

What is the chemical formula of water?

Correct Answer: A
Explanation:
Water’s formula is H2O.
Question 1483

The speed of light is approximately:

Correct Answer: A
Explanation:
Speed of light is 3 x 10^8 meters per second.
Question 1484

Which organ in the human body is responsible for pumping blood?

Correct Answer: B
Explanation:
Heart pumps blood.
Question 1485

What is the total number of planets in the solar system?

Correct Answer: A
Explanation:
Till date, 8 planets are recognized.
Question 1486

Which gas is essential for respiration?

Correct Answer: A
Explanation:
Oxygen is essential for respiration.
Question 1487

What is the next prime number after 17?

Correct Answer: A
Explanation:
19 is the next prime number.
Question 1488

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote it.
Question 1489

What is the freezing point of water in Celsius?

Correct Answer: A
Explanation:
Water freezes at 0°C.
Question 1490

Which element has the chemical symbol "Na"?

Correct Answer: A
Explanation:
Na stands for Sodium.
Question 1491

What is the value of pi (π) approximately?

Correct Answer: A
Explanation:
Pi is approximately 3.1416.
Question 1492

What is the smallest prime number?

Correct Answer: C
Explanation:
2 is the smallest prime.
Question 1493

Which is the largest continent by area?

Correct Answer: B
Explanation:
Asia is the largest continent.
Question 1494

Which of the following is not a renewable resource?

Correct Answer: C
Explanation:
Coal is non-renewable.
Question 1495

What is the square root of 64?

Correct Answer: C
Explanation:
Square root of 64 is 8.
Question 1496

Who discovered the theory of relativity?

Correct Answer: B
Explanation:
Einstein discovered the theory.
Question 1497

In which organelle does photosynthesis occur?

Correct Answer: A
Explanation:
Photosynthesis occurs in chloroplast.
Question 1498

What does DNA stand for?

Correct Answer: A
Explanation:
DNA stands for Deoxyribonucleic acid.
Question 1499

Which gas makes up most of the Earth’s atmosphere?

Correct Answer: B
Explanation:
Nitrogen is the major component.
Question 1500

What is the chemical formula of table salt?

Correct Answer: A
Explanation:
Table salt is NaCl.
Question 1501

Which planet is known as the “Red Planet”?

Correct Answer: A
Explanation:
Mars is the Red Planet.
Question 1502

Which country is the largest producer of tea?

Correct Answer: B
Explanation:
China leads in tea production.
Question 1503

What is the largest internal organ of the human body?

Correct Answer: B
Explanation:
Liver is largest internal organ.
Question 1504

Which vitamin is essential for blood clotting?

Correct Answer: B
Explanation:
Vitamin K helps clot blood.
Question 1505

How many members are there in the Rajya Sabha?

Correct Answer: C
Explanation:
Rajya Sabha has 245 elected plus 12 nominated members.
Question 1506

Who was the first Prime Minister of India?

Correct Answer: B
Explanation:
Nehru was the first PM.
Question 1507

What is the boiling point of water?

Correct Answer: C
Explanation:
Water boils at 100°C at sea level.
Question 1508

Which is India’s national animal?

Correct Answer: A
Explanation:
Tiger is the national animal.
Question 1509

Which part of the human body controls balance?

Correct Answer: A
Explanation:
Cerebellum controls balance.
Question 1510

Who founded the Maurya Empire?

Correct Answer: A
Explanation:
Chandragupta Maurya founded Maurya Empire.
Question 1511

Which is the smallest continent?

Correct Answer: A
Explanation:
Australia is the smallest continent.
Question 1512

Which vitamin helps in blood clotting?

Correct Answer: B
Explanation:
Vitamin K aids blood clotting.
Question 1513

Who was the author of the Indian National Anthem?

Correct Answer: B
Explanation:
Rabindranath Tagore wrote it.
Question 1514

What is the primary source of energy for the Earth?

Correct Answer: A
Explanation:
Solar energy is primary.
Question 1515

An equilateral triangle has sides of length 6 cm. What is the area?

Correct Answer: B
Explanation:
Area = (√3 / 4) × side² = 6√3 cm².
Question 1516

Who was the last Governor-General of India?

Correct Answer: B
Explanation:
C. Rajagopalachari was the last Governor-General.
Question 1517

Which gas is known as “laughing gas”?

Correct Answer: A
Explanation:
Nitrous oxide is called laughing gas.
Question 1518

What is the sum of interior angles of a hexagon?

Correct Answer: A
Explanation:
Sum of interior angles = (n-2)*180 = 720° for hexagon.
Question 1519

What is the value of cos 60°?

Correct Answer: A
Explanation:
cos 60° is 0.5.
Question 1520

Simplify: (2x^3)(5x^2)

Correct Answer: C
Explanation:
Product is 2*5 =10 and x^(3+2) = x^5.
Question 1521

Who was the first Prime Minister of India?

Correct Answer: B
Explanation:
Jawaharlal Nehru was the first Prime Minister.
Question 1522

Water boils at what temperature at sea level?

Correct Answer: C
Explanation:
Water boils at 100°C at sea level.
Question 1523

The chemical formula of table salt is?

Correct Answer: A
Explanation:
Table salt is sodium chloride NaCl.
Question 1524

What is the speed of sound in air at sea level?

Correct Answer: B
Explanation:
Speed of sound at sea level is approximately 343 m/s.
Question 1525

Which organ is responsible for pumping blood?

Correct Answer: A
Explanation:
Heart pumps blood through the body.
Question 1526

The Earth revolves around the Sun in:

Correct Answer: A
Explanation:
Earth takes approximately 365 days for one revolution.
Question 1527

Which gas is essential for human respiration?

Correct Answer: B
Explanation:
Oxygen is essential for respiration.
Question 1528

What is the next prime number after 11?

Correct Answer: B
Explanation:
13 is the next prime after 11.
Question 1529

Who wrote the national anthem of India?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote it.
Question 1530

The formula H2SO4 refers to which acid?

Correct Answer: B
Explanation:
H2SO4 is sulfuric acid.
Question 1531

The freezing point of water is:

Correct Answer: A
Explanation:
Water freezes at 0°C.
Question 1532

Simplify: 4 + 3 × 2

Correct Answer: A
Explanation:
According to order of operations, 3×2=6, plus 4 is 10.
Question 1533

What planet is called Red Planet because of its color?

Correct Answer: A
Explanation:
The planet known as the<b> Red Planet is Mars</b>. Mars

Mars is called the Red Planet because it appears reddish when observed from Earth, especially in the night sky. This distinctive color comes from iron oxide (rust) that is widespread on its surface and in its dust. Over billions of years, iron in the Martian soil has reacted with oxygen, forming rust-like compounds that give the planet its characteristic red-orange appearance.

Mars is the fourth planet from the Sun and is smaller than Earth, with about half its diameter. It has a thin atmosphere mostly made of carbon dioxide, which is not thick enough to support liquid water on the surface under normal conditions today. However, scientists believe that in the distant past, Mars may have had rivers, lakes, and possibly conditions that could have supported microbial life.

Because of its color and relatively close visibility from Earth, Mars has been known since ancient times and was named after the Roman god of war due to its blood-like red appearance in the sky.
Question 1534

Which vitamin helps in clotting of blood?

Correct Answer: D
Explanation:
Vitamin K is essential for blood clotting.
Question 1535

Who was the first President of India?

Correct Answer: A
Explanation:
Rajendra Prasad was the first President.
Question 1536

What is the chemical symbol for Iron?

Correct Answer: B
Explanation:
Fe is the chemical symbol for Iron.
Question 1537

The largest continent by land area is?

Correct Answer: B
Explanation:
Asia is the largest continent.
Question 1538

Which is the most abundant gas in Earth's atmosphere?

Correct Answer: B
Explanation:
Nitrogen is the most abundant.
Question 1539

What is the SI unit of force?

Correct Answer: A
Explanation:
Newton is the SI unit of force.
Question 1540

Which gas causes global warming?

Correct Answer: A
Explanation:
Methane contributes to global warming.
Question 1541

What is the square root of 81?

Correct Answer: C
Explanation:
Square root of 81 is 9.
Question 1542

Which is the capital of India?

Correct Answer: C
Explanation:
Delhi is the capital.
Question 1543

What is the boiling point of water?

Correct Answer: C
Explanation:
Water boils at 100°C at sea level.
Question 1544

Which country gifted the Taj Mahal marble?

Correct Answer: D
Explanation:
The marble for Taj Mahal was sourced locally in India.
Question 1545

Newton's third law states:

Correct Answer: A
Explanation:
Newton's third law states action and reaction are equal and opposite.
Question 1546

Which instrument is used to measure atmospheric pressure?

Correct Answer: B
Explanation:
Barometer measures atmospheric pressure.
Question 1547

Who wrote the book "Discovery of India"?

Correct Answer: A
Explanation:
Jawaharlal Nehru wrote "Discovery of India".
Question 1548

Which vitamin deficiency causes scurvy?

Correct Answer: C
Explanation:
Vitamin C deficiency causes scurvy.
Question 1549

Which planet is closest to the Sun?

Correct Answer: B
Explanation:
Mercury is the closest planet to the Sun.
Question 1550

Which element has the chemical symbol "O"?

Correct Answer: A
Explanation:
O is the symbol for Oxygen.
Question 1551

Which is the largest ocean on Earth?

Correct Answer: C
Explanation:
Pacific Ocean is the largest.
Question 1552

What is the speed of sound?

Correct Answer: A
Explanation:
Speed of sound in air is approximately 340 m/s.
Question 1553

Which country is the largest producer of rice?

Correct Answer: B
Explanation:
China produces the most rice.
Question 1554

Which is the national bird of India?

Correct Answer: A
Explanation:
Peacock is India’s national bird.
Question 1555

What is the chemical symbol of oxygen?

Correct Answer: A
Explanation:
O is the symbol for Oxygen.
Question 1556

What is measured in decibels?

Correct Answer: B
Explanation:
Decibels measure sound intensity.
Question 1557

Calculate the area of a triangle with base 10 cm and height 5 cm.

Correct Answer: A
Explanation:
Area = 1/2 × base × height = 25 cm².
Question 1558

Which is the smallest bone in the human body?

Correct Answer: A
Explanation:
Stapes bone in the ear is the smallest.
Question 1559

What is the HCF of 12 and 18?

Correct Answer: C
Explanation:
HCF of 12 and 18 is 6.
Question 1560

If the price of sugar increases, the demand for sugar will:

Correct Answer: B
Explanation:
Demand decreases as price rises.
Question 1561

Find the next number in the series: 2, 6, 12, 20, ?

Correct Answer: A
Explanation:
The sequence increases by consecutive even numbers.
Question 1562

Find the synonym of "Abundant":

Correct Answer: B
Explanation:
Abundant means plentiful.
Question 1563

What is the antonym of "Benevolent"?

Correct Answer: C
Explanation:
<p>Malevolent means having bad intentions.</p>
Question 1564

The term "Fabricate" means:

Correct Answer: C
Explanation:
Fabricate means to invent or make up.
Question 1565

What is the square root of 144?

Correct Answer: C
Explanation:
The square root of 144 is 12.
Question 1566

In the human body, which organ produces insulin?

Correct Answer: B
Explanation:
Pancreas produces insulin.
Question 1567

Complete the phrase: “A stitch in time saves _____.”

Correct Answer: A
Explanation:
The phrase is “A stitch in time saves nine.”
Question 1568

Which is the smallest prime number?

Correct Answer: B
Explanation:
2 is the smallest prime number.
Question 1569

The capital of Australia is:

Correct Answer: C
Explanation:
Canberra is the capital city.
Question 1570

Which planet is known as the “Red Planet”?

Correct Answer: B
Explanation:
Mars is the Red Planet.
Question 1571

Choose the correct sentence:

Correct Answer: C
Explanation:
“She doesn't know.” is correct.
Question 1572

What is the boiling point of water?

Correct Answer: C
Explanation:
Water boils at 100°C at sea level.
Question 1573

Find the missing number: 5, 10, 15, ?, 25

Correct Answer: B
Explanation:
The series increases by 5, so next number is 20.
Question 1574

Who was the first President of India?

Correct Answer: B
Explanation:
Rajendra Prasad was the first President.
Question 1575

What is the synonym of “Accurate”?

Correct Answer: A
Explanation:
Accurate means precise.
Question 1576

Identify the figure which is a quadrilateral.

Correct Answer: B
Explanation:
Rectangle is a quadrilateral.
Question 1577

Find the square of 15.

Correct Answer: A
Explanation:
15×15=225.
Question 1578

Complete the sentence: "I ____ going to school every day."

Correct Answer: C
Explanation:
Correct form is "I am going...".
Question 1579

General Awareness: Who is the author of "The Discovery of India"?

Correct Answer: B
Explanation:
Jawaharlal Nehru authored it.
Question 1580

What is the chemical symbol of Gold?

Correct Answer: A
Explanation:
Au is Gold's symbol.
Question 1581

Choose the odd one out:

Correct Answer: C
Explanation:
Elephant is a herbivore, others are carnivores.
Question 1582

What is the plural of “Child”?

Correct Answer: B
Explanation:
Plural of child is children.
Question 1583

Calculate: 15% of 200.

Correct Answer: B
Explanation:
15% of 200 = 30.
Question 1584

In which year did India gain independence?

Correct Answer: B
Explanation:
India became independent in 1947.
Question 1585

What is the next number in the pattern: 1, 4, 9, 16, ?

Correct Answer: A
Explanation:
Numbers are squares of natural numbers.
Question 1586

Choose the correctly spelled word:

Correct Answer: C
Explanation:
Correct spelling is Accommodate.
Question 1587

General Awareness: Which Indian state is the largest in area?

Correct Answer: C
Explanation:
Rajasthan is the largest state.
Question 1588

What is the antonym of “Generous”?

Correct Answer: A
Explanation:
Selfish is opposite of generous.
Question 1589

What is the chemical formula of Carbon Dioxide?

Correct Answer: B
Explanation:
Carbon dioxide is CO2.
Question 1590

Find the missing number 7, 14, ?, 28, 35

Correct Answer: B
Explanation:
The pattern increases by 7.
Question 1591

Which language is the official language of India?

Correct Answer: C
Explanation:
Both Hindi and English are official.
Question 1592

If the ratio of sugar to flour is 3:5, how much sugar is there in 40 kg mix?

Correct Answer: A
Explanation:
Sugar = (3/8)*40 = 15 kg.
Question 1593

What is the sum of interior angles of a triangle?

Correct Answer: B
Explanation:
Sum of interior angles is 180 degrees.
Question 1594

Which Indian festival is known as the Festival of Lights?

Correct Answer: C
Explanation:
Diwali is Festival of Lights.
Question 1595

The chemical element "O" stands for:

Correct Answer: A
Explanation:
O is Oxygen.
Question 1596

Who is known as the Father of the Indian Nation?

Correct Answer: B
Explanation:
Mahatma Gandhi is the Father of the Nation.
Question 1597

Which number is a prime number?

Correct Answer: B
Explanation:
29 is a prime number.
Question 1598

What is the square of 11?

Correct Answer: B
Explanation:
11 squared is 121.
Question 1599

Find the odd one out: Apple, Banana, Carrot, Mango

Correct Answer: B
Explanation:
Carrot is a vegetable; others are fruits.
Question 1600

Simplify: 3 + 4 × 5

Correct Answer: B
Explanation:
According to BODMAS, multiply before add: 4×5=20+3=23.
Question 1601

Synonym of “Happy” is:

Correct Answer: C
Explanation:
Joyful is a synonym of Happy.
Question 1602

What is the next number in the series: 2, 4, 8, 16, ?

Correct Answer: D
Explanation:
<p>Each number is doubled.</p>
Question 1603

Select the correctly spelled word:

Correct Answer: C
Explanation:
Accommodate is correct spelling.
Question 1604

Find the HCF of 24 and 36.?

Correct Answer: B
Explanation:
HCF of 24 and 36 is 12.
Question 1605

Fill in the blank: He _____ playing football.

Correct Answer: A
Explanation:
He is playing football.
Question 1606

What is the plural of “Child”?

Correct Answer: B
Explanation:
Children is the plural.
Question 1607

Which country is known as the Land of Rising Sun?

Correct Answer: C
Explanation:
Japan is called the Land of Rising Sun.
Question 1608

What is 15% of 200?

Correct Answer: C
Explanation:
15% of 200 is 30.
Question 1609

Who was the first Prime Minister of India?

Correct Answer: B
Explanation:
Jawaharlal Nehru was first PM.
Question 1610

Which is the largest continent by area?

Correct Answer: B
Explanation:
Asia is the largest continent.
Question 1611

What is the chemical symbol of Sodium?

Correct Answer: A
Explanation:
Na represents Sodium.
Question 1612

Choose the correct sentence:

Correct Answer: D
Explanation:
He is reading a book is correct.
Question 1613

If an object travels 60 km in 2 hours, what is the speed?

Correct Answer: B
Explanation:
Speed = Distance / Time = 60/2 = 30 km/h.
Question 1614

Which is the national animal of India?

Correct Answer: A
Explanation:
Tiger is India's national animal.
Question 1615

Find the next letter in the series: A, C, E, G, ?

Correct Answer: A
Explanation:
Series is alternate letters: next is H.
Question 1616

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote it.
Question 1617

What is the square root of 81?

Correct Answer: C
Explanation:
Square root is 9.
Question 1618

Fill in the blank: She has been living here _____ five years.

Correct Answer: B
Explanation:
For five years is correct.
Question 1619

Which is the smallest prime number?

Correct Answer: B
Explanation:
2 is the smallest prime.
Question 1620

Which goddess is worshipped during Navratri festival?

Correct Answer: B
Explanation:
Maa Durga is worshipped during Navratri.
Question 1621

If the ratio of boys to girls is 3:4 and total students are 84, how many boys are there?

Correct Answer: A
Explanation:
Number of boys = (3/(3+4)) * 84 = 36.
Question 1622

Identify the synonym of "Rapid".

Correct Answer: B
Explanation:
Rapid means quick.
Question 1623

What is the capital of India?

Correct Answer: B
Explanation:
Delhi is the capital.
Question 1624

Which river is known as the "Ganga of South India"?

Correct Answer: C
Explanation:
Cauvery is called the South Ganga.
Question 1625

What is the plural form of "Child"?

Correct Answer: C
Explanation:
Children is the plural.
Question 1626

Which day is celebrated as National Youth Day in India?

Correct Answer: A
Explanation:
12 January is National Youth Day.
Question 1627

Who is the current President of India?

Correct Answer: B
Explanation:
Droupadi Murmu is the current President.
Question 1628

Which is a synonym of "Big"?

Correct Answer: B
Explanation:
Huge means big.
Question 1629

Which planet is known as the Earth’s twin?

Correct Answer: C
Explanation:
Venus is Earth’s twin.
Question 1630

The unit of electric current is:

Correct Answer: B
Explanation:
Ampere is the unit.
Question 1631

What is the chemical symbol of Iron?

Correct Answer: A
Explanation:
Fe is Iron’s symbol.
Question 1632

Which mathematical operation comes first in BODMAS?

Correct Answer: D
Explanation:
Brackets are solved first.
Question 1633

Find the missing term: 5, 10, 15, __, 25

Correct Answer: B
Explanation:
Series increases by 5.
Question 1634

What is the boiling point of water at sea level?

Correct Answer: A
Explanation:
Water boils at 100°C.
Question 1635

Who discovered the Theory of Gravity?

Correct Answer: A
Explanation:
Newton proposed gravity.
Question 1636

The “Tragedy of Commons” concept relates to:

Correct Answer: A
Explanation:
It is about depletion of shared resources.
Question 1637

Which country is called the “Land of the Midnight Sun”?

Correct Answer: A
Explanation:
Norway experiences midnight sun.
Question 1638

Which vitamin helps in blood clotting?

Correct Answer: B
Explanation:
Vitamin K is essential for clotting.
Question 1639

Find the odd one out: Square, Rectangle, Circle, Triangle

Correct Answer: D
Explanation:
A circle is not a polygon.
Question 1640

What is the next number in the series: 3, 6, 9, 12, ?

Correct Answer: C
Explanation:
Series increases by 3, so next number is 15.
Question 1641

Synonym of "Happy" is:

Correct Answer: B
Explanation:
Joyful is synonym of Happy.
Question 1642

If 5x = 20, find x.

Correct Answer: C
Explanation:
5x=20 ⇒ x=4.
Question 1643

Choose the correct sentence:

Correct Answer: B
Explanation:
She is going to market is correct.
Question 1644

Find the HCF of 18 and 24.

Correct Answer: A
Explanation:
HCF of 18 and 24 is 6.
Question 1645

What is the full form of GDP?

Correct Answer: A
Explanation:
GDP stands for Gross Domestic Product.
Question 1646

Complete the analogy: Fish is to Water as Bird is to ____.

Correct Answer: A
Explanation:
Bird is related to the sky as fish is to water.
Question 1647

Who is the author of the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote it.
Question 1648

What is the plural of “Child”?

Correct Answer: B
Explanation:
Children is plural of child.
Question 1649

If 20% of a number is 40, what is the number?

Correct Answer: C
Explanation:
Let the number be x. 0.20x = 40, so x=200.
Question 1650

Find the next letter in the series: A, C, E, G, ?

Correct Answer: A
Explanation:
Sequence follows every second letter.
Question 1651

The capital of India is:

Correct Answer: C
Explanation:
Delhi is the capital city.
Question 1652

Which gas do plants absorb for photosynthesis?

Correct Answer: B
Explanation:
Plants use carbon dioxide.
Question 1653

Who was the first President of India?

Correct Answer: A
Explanation:
Rajendra Prasad was first President.
Question 1654

What is the chemical formula of water?

Correct Answer: A
Explanation:
Water is H2O.
Question 1655

Solve: 5 + 3 × 2

Correct Answer: B
Explanation:
Order of operations: 3×2=6 +5=11.
Question 1656

Find the next number in the series: 2, 4, 8, 16, ?

Correct Answer: A
Explanation:
Sequence doubles each time.
Question 1657

Who wrote the book “Discovery of India”?

Correct Answer: A
Explanation:
Nehru was the author.
Question 1658

Which river is the longest in India?

Correct Answer: C
Explanation:
Godavari is the longest river.
Question 1659

What is the speed of light?

Correct Answer: A
Explanation:
Speed of light is 3 x 10^8 m/s.
Question 1660

Choose the antonym of “Bold”.

Correct Answer: C
Explanation:
Cowardly is the opposite of bold.
Question 1661

Which planet is known as the “Red Planet”?

Correct Answer: A
Explanation:
Mars is called Red Planet.
Question 1662

Find the cube root of 27.

Correct Answer: B
Explanation:
Cube root of 27 is 3.
Question 1663

What is the currency of Japan?

Correct Answer: B
Explanation:
Yen is Japan’s currency.
Question 1664

The capital of Australia is:

Correct Answer: C
Explanation:
Canberra is capital.
Question 1665

Which gas is most abundant in Earth’s atmosphere?

Correct Answer: B
Explanation:
Nitrogen makes up 78% of atmosphere.
Question 1666

Find the sum of angles in a triangle.

Correct Answer: B
Explanation:
Sum is 180 degrees.
Question 1667

Who invented the telephone?

Correct Answer: A
Explanation:
Bell invented telephone.
Question 1668

Water boils at:

Correct Answer: A
Explanation:
Boiling point is 100°C.
Question 1669

What color is a ruby?

Correct Answer: B
Explanation:
Ruby is red.
Question 1670

Which organ purifies blood?

Correct Answer: A
Explanation:
Kidney filters blood.
Question 1671

What is the freezing point of water?

Correct Answer: A
Explanation:
Water freezes at 0°C.
Question 1672

The largest planet in the solar system is:

Correct Answer: A
Explanation:
Jupiter is largest.
Question 1673

Find the next number in the sequence: 5, 10, 15, __, 25

Correct Answer: B
Explanation:
increments of 5.
Question 1674

Which is the national flower of India?

Correct Answer: B
Explanation:
Lotus is national flower.
Question 1675

Who wrote the “Ramayana”?

Correct Answer: A
Explanation:
Valmiki authored the Ramayana.
Question 1676

What is the basic unit of currency in India?

Correct Answer: A
Explanation:
Rupee is the currency.
Question 1677

Which is the longest river in India?

Correct Answer: C
Explanation:
Godavari is the longest.
Question 1678

What is the square of 12?

Correct Answer: B
Explanation:
12 × 12 = 144.
Question 1679

What is the next number in the series: 2, 6, 12, 20, ?

Correct Answer: A
Explanation:
The series increases by consecutive even numbers.
Question 1680

Synonym of ”Abundant” is:

Correct Answer: B
Explanation:
Abundant means plentiful.
Question 1681

Find the HCF of 24 and 36.

Correct Answer: B
Explanation:
HCF of 24 and 36 is 12.
Question 1682

Choose the correctly spelled word:

Correct Answer: B
Explanation:
Correct spelling is Accommodate.
Question 1683

Who is known as the Father of the Nation?

Correct Answer: A
Explanation:
Mahatma Gandhi is the Father of the Nation.
Question 1684

What is the square root of 256?

Correct Answer: D
Explanation:
Square root of 256 is 16.
Question 1685

Complete the sentence: She ____ to school every day.

Correct Answer: B
Explanation:
Correct form is "goes".
Question 1686

Find the next letter in the series: B, D, F, H, ?

Correct Answer: A
Explanation:
Sequence goes by every alternate letter.
Question 1687

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore authored it.
Question 1688

What is 20% of 150?

Correct Answer: B
Explanation:
20% of 150 = 30.
Question 1689

Which country is known as the Land of Rising Sun?

Correct Answer: C
Explanation:
Japan is called Land of Rising Sun.
Question 1690

What is the capital of Australia?

Correct Answer: C
Explanation:
Canberra is the capital.
Question 1691

Complete the analogy: Water is to Glass as Milk is to?

Correct Answer: D
Explanation:
Milk is to Cup as Water is to Glass.
Question 1692

Which gas do plants absorb for photosynthesis?

Correct Answer: B
Explanation:
Plants absorb carbon dioxide.
Question 1693

Find the value of 7 × 8.

Correct Answer: C
Explanation:
7 multiplied by 8 is 56.
Question 1694

What is the plural of “Child”?

Correct Answer: A
Explanation:
Children is the plural.
Question 1695

Choose the correct spelling:

Correct Answer: A
Explanation:
Accommodate is correct.
Question 1696

Who was the first Prime Minister of India?

Correct Answer: A
Explanation:
Jawaharlal Nehru was first PM.
Question 1697

How many degrees are required for water to boil?

Correct Answer: C
Explanation:
Water boils at 100°C.
Question 1698

Which river is known as the Ganges of South India?

Correct Answer: C
Explanation:
Cauvery is known as the South Ganges.
Question 1699

What is the chemical formula of water?

Correct Answer: A
Explanation:
Water's chemical formula is H2O.
Question 1700

Find the next number in the sequence: 10, 20, 30, ?

Correct Answer: A
Explanation:
The series increments by 10.
Question 1701

Choose the correct antonym of “Polite”.

Correct Answer: A
Explanation:
Rude is opposite of polite.
Question 1702

What does DNA stand for?

Correct Answer: A
Explanation:
DNA stands for Deoxyribonucleic Acid.
Question 1703

Who invented the telephone?

Correct Answer: A
Explanation:
Alexander Graham Bell invented the telephone.
Question 1704

Which vitamin is essential for blood clotting?

Correct Answer: C
Explanation:
Vitamin K aids blood clotting.
Question 1705

Which organ controls the heartbeat?

Correct Answer: A
Explanation:
Brain controls heartbeat through nervous signals.
Question 1706

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote the anthem.
Question 1707

What is 15% of 300?

Correct Answer: C
Explanation:
15% of 300 is 45.
Question 1708

Who is known as the Father of the Indian Constitution?

Correct Answer: C
Explanation:
Dr. B.R. Ambedkar is the Father of the Constitution.
Question 1709

Complete the analogy: Bird is to Fly as Fish is to ____.

Correct Answer: A
Explanation:
Fish swim in water.
Question 1710

Which of the following is NOT a renewable energy source?

Correct Answer: C
Explanation:
Natural gas is a non-renewable fossil fuel.
Question 1711

What is the distance formula between two points (x1, y1) and (x2, y2)?

Correct Answer: A
Explanation:
The distance is the square root of the sum of squared differences.
Question 1712

Find the missing number: 5, 10, 15, __, 25

Correct Answer: A
Explanation:
Series increased by 5.
Question 1713

Who discovered the gravity?

Correct Answer: A
Explanation:
Isaac Newton discovered gravity.
Question 1714

Choose the synonym of "Agree":

Correct Answer: B
Explanation:
Concur means to agree.
Question 1715

Which gas do plants release during photosynthesis?

Correct Answer: A
Explanation:
Plants release oxygen.
Question 1716

What is the formula of water?

Correct Answer: A
Explanation:
Water formula is H2O.
Question 1717

What is the sum of internal angles of a triangle?

Correct Answer: A
Explanation:
<b>The correct answer is A. 180°.</b>
<br>
In geometry, the sum of the internal angles of any triangle is always 180 degrees. A triangle is a three-sided polygon, and regardless of its type—whether equilateral, isosceles, or scalene—the total measure of its three interior angles remains constant. For example, if one angle measures 60° and another measures 70°, the third angle must be 50° so that the total becomes 180°. This fundamental property is widely used in mathematics, engineering, architecture, and design calculations. The other options, such as 90°, 270°, and 360°, do not represent the angle sum of a triangle.
Question 1718

What is the next number in the series: 2, 4, 8, 16, ?

Correct Answer: C
Explanation:
The series doubles each time.
Question 1719

Find the odd one out: Circle, Triangle, Square, Rectangle

Correct Answer: A
Explanation:
<p>Circle is not a polygon. </p>
<article style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; letter-spacing: 1px;" data-scroll-anchor="true" data-testid="conversation-turn-2" data-turn="assistant" data-turn-id="9a5b9958-e245-4cb6-a203-b4db1341e037">
<div data-message-author-role="assistant" data-message-id="c9c98a2e-601a-4355-80e7-895dd134c5d5" data-message-model-slug="gpt-5-2">
<p data-end="679" data-is-last-node="" data-is-only-node="" data-start="31"><span class="wordai-block rewrite-block enable-highlight" style="display: inline;" data-id="2">The most unusual one The most unique one is&nbsp;<span style="font-weight: bold;" data-end="92" data-start="82">circle</span>&nbsp;due to its distinct from others.</span>&nbsp;<span class="wordai-block rewrite-block enable-highlight active" style="display: inline; background-color: lightgreen;" data-id="1">The circle is a&nbsp;<span style="font-weight: bold;" data-end="231" data-start="168">curving, two-dimensional form that has no sides, and without vertices</span>.</span>&nbsp;<span class="wordai-block rewrite-block enable-highlight" style="display: inline;" data-id="3">Contrarily,&nbsp;<span style="font-weight: bold;" data-end="283" data-start="248">triangular, square or rectangle</span>&nbsp;are the only&nbsp;<span style="font-weight: bold;" data-end="304" data-start="292">polygons</span>&nbsp;that is to say they are closed shapes made of&nbsp;<span style="font-weight: bold;" data-end="375" data-start="349">straight lines</span>.</span>&nbsp;<span class="wordai-block rewrite-block enable-highlight" style="display: inline;" data-id="4">The shapes are fixed in number of angles and sides. A triangle is composed of three sides, square comes with four sides that are equal, while a the rectangle is made up of four sides that have opposite sides of equal.</span>&nbsp;<span class="wordai-block rewrite-block enable-highlight" style="display: inline;" data-id="5">Because the circles do not possess straight edges, as well as angles, the shape may not belong in the same category as others, making it an unusual one.</span></p>
<div><span class="wordai-block rewrite-block enable-highlight" style="display: inline;" data-id="5">&nbsp;</span></div>
</div>
</article>
<div style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; letter-spacing: 1px;" data-edge="true">&nbsp;</div>
<p style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; letter-spacing: 1px;" data-end="692" data-start="162">&nbsp;</p>
<article style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; letter-spacing: 1px;" data-scroll-anchor="true" data-testid="conversation-turn-42" data-turn="assistant" data-turn-id="request-WEB:1a4ec9fe-3e76-49d5-8730-2ee9108ae308-20">
<div data-message-author-role="assistant" data-message-id="5db2dbb4-3b18-4a7a-aa04-0c52b71ce08c" data-message-model-slug="gpt-5-2">&nbsp;</div>
</article>
<form style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; letter-spacing: 1px;" data-type="unified-composer">
<div data-virtualkeyboard="true">&nbsp;</div>
</form>
Question 1720

What is the synonym of "Abundant"?

Correct Answer: B
Explanation:
Abundant means plentiful.
Question 1721

What is the full form of CPU in computer terms?

Correct Answer: A
Explanation:
CPU stands for Central Processing Unit.
Question 1722

Which vitamin is essential for blood clotting?

Correct Answer: B
Explanation:
Vitamin K assists in blood clotting.
Question 1723

Who is the author of the book "Discovery of India"?

Correct Answer: B
Explanation:
Jawaharlal Nehru authored the book.
Question 1724

Simplify: (3x^2)(4x^3)

Correct Answer: A
Explanation:
Multiply coefficients and add exponents: 3*4=12, 2+3=5.
Question 1725

Which gas is necessary for human respiration?

Correct Answer: B
Explanation:
Oxygen is required for respiration.
Question 1726

What is 20% of 150?

Correct Answer: B
Explanation:
20% of 150 is 30.
Question 1727

Who was the first President of India?

Correct Answer: A
Explanation:
Rajendra Prasad was the first President.
Question 1728

Which river is known as the “Sorrow of Bihar”?

Correct Answer: B
Explanation:
The Kosi river frequently floods Bihar.
Question 1729

What is the formula for calculating the area of a circle?

Correct Answer: B
Explanation:
Area of a circle = π × radius squared.
Question 1730

Who invented the telephone?

Correct Answer: B
Explanation:
Bell is credited with the invention.
Question 1731

Which planet is known as the “Red Planet”?

Correct Answer: B
Explanation:
Mars is the Red Planet.
Question 1732

Calculate: 5 + 3 × 2

Correct Answer: B
Explanation:
Multiplication first: 3×2=6; 6+5=11.
Question 1733

What is the freezing point of water?

Correct Answer: A
Explanation:
Water freezes at 0 degrees Celsius.
Question 1734

Which country is the largest producer of tea?

Correct Answer: B
Explanation:
China leads tea production.
Question 1735

Find the HCF of 36 and 48.

Correct Answer: B
Explanation:
HCF of 36 and 48 is 12.
Question 1736

What is the chemical formula of water?

Correct Answer: A
Explanation:
Water’s formula is H2O.
Question 1737

Who was the first Prime Minister of India?

Correct Answer: A
Explanation:
Jawaharlal Nehru was first PM.
Question 1738

Which vitamin is important for vision?

Correct Answer: A
Explanation:
Vitamin A is essential for eyesight.
Question 1739

The Eiffel Tower is located in which city?

Correct Answer: A
Explanation:
It is located in Paris.
Question 1740

What is the basic unit of electric current?

Correct Answer: B
Explanation:
Ampere is the unit.
Question 1741

What is the synonym of “Enormous”?

Correct Answer: B
Explanation:
Enormous means huge.
Question 1742

What is the capital of Rajasthan?

Correct Answer: A
Explanation:
Jaipur is the capital.
Question 1743

Simplify: 8 – 3 + 2

Correct Answer: A
Explanation:
8–3=5, 5+2=7.
Question 1744

Which gas is most abundant in the Earth’s atmosphere?

Correct Answer: B
Explanation:
Nitrogen forms ~78%.
Question 1745

How many states are there in India?

Correct Answer: B
Explanation:
India currently has 29 states.
Question 1746

Who discovered gravity?

Correct Answer: C
Explanation:
Newton formulated gravity law.
Question 1747

Complete the phrase: "A stitch in time saves __."

Correct Answer: A
Explanation:
The phrase continues: "saves nine."
Question 1748

Which of the following is NOT a greenhouse gas?

Correct Answer: C
Explanation:
Nitrogen is inert.
Question 1749

Which is the national flower of India?

Correct Answer: B
Explanation:
Lotus is the national flower.
Question 1750

The primary source of energy is:

Correct Answer: A
Explanation:
Solar energy is primary.
Question 1751

Find the next number: 1, 4, 9, 16, 25, ?

Correct Answer: A
Explanation:
These are squares of natural numbers.
Question 1752

Who wrote "Gitanjali"?

Correct Answer: A
Explanation:
Rabindranath Tagore authored "Gitanjali".
Question 1753

Which organ produces insulin?

Correct Answer: B
Explanation:
Pancreas produces insulin.
Question 1754

Which country is known as the Land of the Rising Sun?

Correct Answer: B
Explanation:
Japan is called the Land of the Rising Sun.
Question 1755

Calculate the area of a rectangle of length 10 cm and breadth 5 cm.

Correct Answer: A
Explanation:
Area = Length × Breadth = 50 cm².
Question 1756

Which gas do plants absorb?

Correct Answer: C
Explanation:
Plants absorb carbon dioxide.
Question 1757

Who is known as the Father of the Indian Nation?

Correct Answer: A
Explanation:
Mahatma Gandhi is the Father of the Nation.
Question 1758

What is the synonym of "सुंदर"?

Correct Answer: A
Explanation:
"सुंदर" का पर्यायवाची "खूबसूरत" है।
Question 1759

“प्रभात” शब्द का विलोम शब्द क्या है?

Correct Answer: C
Explanation:
"प्रभात" का विलोम "रात्रि" है।
Question 1760

“दीर्घ” शब्द का पर्यायवाची शब्द क्या है?

Correct Answer: A
Explanation:
"दीर्घ" का पर्यायवाची "लंबा" है।
Question 1761

कौन सा शब्द क्रिया है?

Correct Answer: B
Explanation:
"भागना" एक क्रिया है।
Question 1762

“वह बहुत ____ है।” उपयुक्त विकल्प चुनिए।

Correct Answer: A
Explanation:
“वह बहुत सचेत है।” सही वाक्य है।
Question 1763

“क्या तुम विद्यालय जा रहे ____?”

Correct Answer: B
Explanation:
“क्या तुम विद्यालय जा रहे हैं?” सही है।
Question 1764

“धूप” शब्द का वचन क्या है?

Correct Answer: A
Explanation:
“धूप” शब्द एकवचन है।
Question 1765

“सीखना” शब्द का परिवर्तित रूप क्या है?

Correct Answer: D
Explanation:
“सीखना” का परिवर्तित रूप “सीखने” है।
Question 1766

हिंदी में “Antonyms” को क्या कहते हैं?

Correct Answer: B
Explanation:
Antonyms का हिंदी अर्थ "विलोम" है।
Question 1767

“सच” शब्द के लिए सही वाक्य चुनें:

Correct Answer: A
Explanation:
"वह सच कहता है।" सही वाक्य है।
Question 1768

Choose the correct synonym of "Happy".

Correct Answer: B
Explanation:
"Joyful" is a synonym of "Happy".
Question 1769

Fill in the blank: She ____ going to school every day.

Correct Answer: A
Explanation:
Correct form is "She is going...".
Question 1770

Choose the antonym of "Courage".

Correct Answer: B
Explanation:
Fear is the antonym of courage.
Question 1771

Select the correctly spelled word:

Correct Answer: C
Explanation:
Correct spelling is "Accommodate".
Question 1772

Identify the error in the sentence: "He don't like apples."

Correct Answer: B
Explanation:
Correct verb form is "doesn't" for third person singular.
Question 1773

Choose the correct preposition: "She is good ___ singing."

Correct Answer: A
Explanation:
"Good at singing" is correct.
Question 1774

Fill in the blank: They have been ____ here for two hours.

Correct Answer: A
Explanation:
Present perfect continuous tense requires "waiting".
Question 1775

What is the plural form of "Child"?

Correct Answer: B
Explanation:
"Children" is plural of "Child".
Question 1776

Choose the synonym of "Quick".

Correct Answer: B
Explanation:
Fast means quick.
Question 1777

Complete the sentence: "He ____ to school yesterday."

Correct Answer: B
Explanation:
Past tense of "go" is "went".
Question 1778

Identify the correct sentence:

Correct Answer: D
Explanation:
"She doesn't like apples." is correct.
Question 1779

Fill in the blank: He has been living here ____ five years.

Correct Answer: A
Explanation:
Correct usage is "for" with time period.
Question 1780

Choose the correct form: "I ____ watching TV."

Correct Answer: A
Explanation:
Correct is "I am watching TV".
Question 1781

Select the synonym of "Begin".

Correct Answer: A
Explanation:
Start means begin.
Question 1782

Fill in the blank: She is fond ____ music.

Correct Answer: A
Explanation:
Suitable preposition is "of".
Question 1783

Which of the following is correct?

Correct Answer: A
Explanation:
Correct sentence is "I have a book and a pen.".
Question 1784

Choose the correct article: "___ apple a day keeps the doctor away."

Correct Answer: B
Explanation:
Apple starts with a vowel sound, so "An" is used.
Question 1785

Identify the error: "They was happy."

Correct Answer: B
Explanation:
Correct verb is "were" for plural.
Question 1786

Find the antonym of "Ancient".

Correct Answer: B
Explanation:
Modern is antonym.
Question 1787

Choose the odd one out:

Correct Answer: D
Explanation:
Cat is domestic, others wild.
Question 1788

Fill in the blank: He has been ____ since morning.

Correct Answer: A
Explanation:
Present perfect continuous is "has been working".
Question 1789

Choose the correct spelling:

Correct Answer: B
Explanation:
Correct spelling is Receive.
Question 1790

Choose the synonym of "Difficult".

Correct Answer: B
Explanation:
Hard means difficult.
Question 1791

Fill in the blank: She ____ a letter.

Correct Answer: A
Explanation:
Present tense for "She" is "writes".
Question 1792

Which planet is closest to the sun?

Correct Answer: B
Explanation:
Mercury is closest.
Question 1793

Identify the correct pair: Pen is to write as Knife is to ____.

Correct Answer: A
Explanation:
Knife is used to cut.
Question 1794

What is the plural of "Mouse"?

Correct Answer: C
Explanation:
Mice is plural.
Question 1795

Identify the preposition in the sentence: "He is sitting on the chair."

Correct Answer: C
Explanation:
"on" is the preposition.
Question 1796

Choose the correct sentence:

Correct Answer: B
Explanation:
Correct is "She goes to school".
Question 1797

Choose the correct form of the verb: "They ____ finished the work."

Correct Answer: A
Explanation:
Correct form is "have finished".
Question 1798

What is the HCF of 18 and 24?

Correct Answer: A
Explanation:
HCF is highest number dividing both, which is 6.
Question 1799

Find the odd one out: Apple, Mango, Carrot, Banana.

Correct Answer: D
Explanation:
Carrot is a vegetable, others are fruits.
Question 1800

Complete the series: 5, 10, 15, ?, 25

Correct Answer: B
Explanation:
The series increases by 5.
Question 1801

Find the synonym of "Happy".

Correct Answer: B
Explanation:
Joyful is synonym of Happy.
Question 1802

What is the plural form of "Child"?

Correct Answer: B
Explanation:
Children is plural.
Question 1803

Which planet is known as the Red Planet?

Correct Answer: B
Explanation:
Mars is the Red Planet.
Question 1804

Simplify: 5 + 3 × 2

Correct Answer: A
Explanation:
Multiply first: 3×2=6 +5=11.
Question 1805

Who was the first Prime Minister of India?

Correct Answer: B
Explanation:
Nehru was first Prime Minister.
Question 1806

What is the square root of 64?

Correct Answer: C
Explanation:
Square root of 64 is 8.
Question 1807

Choose the correctly spelled word:

Correct Answer: C
Explanation:
Correct spelling is Accommodate.
Question 1808

Fill in the blank: She ____ to school every day.

Correct Answer: B
Explanation:
Correct form is "goes".
Question 1809

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore authored it.
Question 1810

What is the chemical formula of water?

Correct Answer: A
Explanation:
H2O is water.
Question 1811

Complete the analogy: Bird is to Fly as Fish is to ____.

Correct Answer: A
Explanation:
Fish swim.
Question 1812

The capital of India is:

Correct Answer: C
Explanation:
Delhi is capital.
Question 1813

What is 15% of 200?

Correct Answer: A
Explanation:
15% of 200 is 30.
Question 1814

Find the next letter in the series: A, C, E, G, ?

Correct Answer: A
Explanation:
Series goes by 2 letters.
Question 1815

Which gas do plants absorb for photosynthesis?

Correct Answer: B
Explanation:
Plants absorb carbon dioxide.
Question 1816

Who was the first President of India?

Correct Answer: A
Explanation:
Rajendra Prasad was first President.
Question 1817

At what temperature does water boil?

Correct Answer: C
Explanation:
100°C is boiling point.
Question 1818

If the ratio of boys to girls is 3:5 in a class of 40, how many boys are there?

Correct Answer: B
Explanation:
Boys = (3/8) *40=15.
Question 1819

Identify the synonym of "Quick".

Correct Answer: B
Explanation:
Quick means fast.
Question 1820

Find the sum of angles in a triangle.

Correct Answer: A
Explanation:
Sum of internal angles is 180 degrees.
Question 1821

Which vitamin deficiency causes scurvy?

Correct Answer: C
Explanation:
Vitamin C deficiency causes scurvy.
Question 1822

Who is known as the Father of the Nation?

Correct Answer: A
Explanation:
Mahatma Gandhi is Father of Nation.
Question 1823

What is the plural of “Mouse”?

Correct Answer: C
Explanation:
Mice is plural.
Question 1824

Select the correct sentence.

Correct Answer: C
Explanation:
She doesn't sing is correct.
Question 1825

Choose the odd one out: Red, Blue, Green, Circle.

Correct Answer: D
Explanation:
Circle is not a color.
Question 1826

The chemical symbol “Na” stands for:

Correct Answer: C
Explanation:
Na is Sodium.
Question 1827

Who wrote the book “Discovery of India”?

Correct Answer: A
Explanation:
Nehru authored Discovery of India.
Question 1828

What is the main ingredient of the Sun?

Correct Answer: A
Explanation:
Hydrogen is the main fuel of the Sun.
Question 1829

What is the chemical formula of table salt?

Correct Answer: A
Explanation:
Table salt is sodium chloride.
Question 1830

What is the longest river in India?

Correct Answer: B
Explanation:
Godavari is the longest river.
Question 1831

Which country is known as the “Land of the Rising Sun”?

Correct Answer: B
Explanation:
Japan is called the Land of the Rising Sun.
Question 1832

The painting technique “Fresco” is done on:

Correct Answer: D
Explanation:
Fresco painting is on wet plaster.
Question 1833

What is the SI unit of force?

Correct Answer: A
Explanation:
Newton is the SI unit.
Question 1834

Who is the first woman Chief Minister of India?

Correct Answer: B
Explanation:
Sucheta Kripalani was first woman CM.
Question 1835

Which one is a prime number?

Correct Answer: C
Explanation:
17 is prime.
Question 1836

Which is the national flower of India?

Correct Answer: C
Explanation:
Lotus is national flower.
Question 1837

Find the next number in the sequence: 1, 4, 9, 16, ?

Correct Answer: B
Explanation:
Numbers are squares of integers.
Question 1838

Find the HCF of 24 and 36.

Correct Answer: B
Explanation:
HCF of 24 and 36 is 12.
Question 1839

Select the odd one out: Apple, Banana, Carrot, Mango

Correct Answer: C
Explanation:
Carrot is a vegetable; others are fruits.
Question 1840

What is 20% of 150?

Correct Answer: B
Explanation:
20% of 150 is 30.
Question 1841

Choose the correctly spelled word:

Correct Answer: B
Explanation:
Accommodate is the correct spelling.
Question 1842

Find the next number in the series: 2, 4, 8, 16, ?

Correct Answer: B
Explanation:
Series doubles at each step.
Question 1843

Who was the first President of India?

Correct Answer: A
Explanation:
Rajendra Prasad was the first President.
Question 1844

What is the plural of "Mouse"?

Correct Answer: C
Explanation:
Mice is the plural form.
Question 1845

Fill in the blank: She ____ a letter.

Correct Answer: B
Explanation:
Correct verb form for "She" is "writes".
Question 1846

Which planet is called the Red Planet?

Correct Answer: A
Explanation:
Mars is called the Red Planet.
Question 1847

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote the anthem.
Question 1848

What is the capital of India?

Correct Answer: B
Explanation:
Delhi is the capital.
Question 1849

What is the boiling point of water?

Correct Answer: A
Explanation:
Water boils at 100°C.
Question 1850

Find the HCF of 18 and 30.

Correct Answer: B
Explanation:
HCF of 18 and 30 is 6.
Question 1851

Choose the antonym of "Happy".

Correct Answer: A
Explanation:
Sad is the correct antonym.
Question 1852

Select the synonym of "Bright".

Correct Answer: B
Explanation:
Shiny means bright.
Question 1853

Who was the first Prime Minister of India?

Correct Answer: B
Explanation:
Nehru was the first PM.
Question 1854

Find the next letter in the series: A, C, E, G, ?

Correct Answer: A
Explanation:
Pattern increments by 2 letters.
Question 1855

What is 15% of 240?

Correct Answer: A
Explanation:
15% of 240 is 36.
Question 1856

The chemical formula of water is?

Correct Answer: A
Explanation:
Water is H2O.
Question 1857

Which is the largest planet in the solar system?

Correct Answer: B
Explanation:
Jupiter is largest.
Question 1858

What is the plural of "Child"?

Correct Answer: B
Explanation:
Children is correct.
Question 1859

Fill in the blank: They ____ playing cricket.

Correct Answer: B
Explanation:
They are playing.
Question 1860

Who was the father of Indian independence movement?

Correct Answer: A
Explanation:
Gandhi is known as Father of the Nation.
Question 1861

What is the synonym of "Quick"?

Correct Answer: B
Explanation:
Fast means Quick.
Question 1862

Identify the incorrect sentence.

Correct Answer: B
Explanation:
"He don't like" is incorrect.
Question 1863

The sum of angles in a triangle is?

Correct Answer: B
Explanation:
Sum of triangle angles is 180°.
Question 1864

What is the capital of Rajasthan?

Correct Answer: A
Explanation:
Jaipur is capital.
Question 1865

Choose the correct sentence:

Correct Answer: D
Explanation:
“She doesn't like apples.” is correct.
Question 1866

Who discovered gravity?

Correct Answer: A
Explanation:
Newton discovered gravity.
Question 1867

Which country is called the “Land of the Rising Sun”?

Correct Answer: B
Explanation:
Japan is called the Land of the Rising Sun.
Question 1868

What is the freezing point of water?

Correct Answer: A
Explanation:
Water freezes at 0°C.
Question 1869

What is the chemical symbol for Iron?

Correct Answer: B
Explanation:
Fe stands for Iron.
Question 1870

Calculate the area of a rectangle with length 10 m and width 5 m.

Correct Answer: A
Explanation:
Area = length × width = 50 m².
Question 1871

Who is the current President of India?

Correct Answer: B
Explanation:
Droupadi Murmu is the current President.
Question 1872

What is the chemical formula of Carbon Dioxide?

Correct Answer: B
Explanation:
Carbon dioxide is CO2.
Question 1873

Who is known as the “Iron Man of India”?

Correct Answer: C
Explanation:
Sardar Vallabhbhai Patel is called Iron Man.
Question 1874

Which vitamin deficiency causes scurvy?

Correct Answer: C
Explanation:
Vitamin C deficiency causes scurvy.
Question 1875

Calculate: 25% of 200.

Correct Answer: A
Explanation:
25% of 200 is 50.
Question 1876

Who is the author of “Geetanjali”?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote Geetanjali.
Question 1877

Choose the correct sentence:

Correct Answer: D
Explanation:
“We are friends.” is correct.
Question 1878

Find the odd one out: Circle, Square, Triangle, Cylinder

Correct Answer: D
Explanation:
Cylinder is a 3D shape, others are 2D.
Question 1879

What is the next number in the series: 3, 6, 12, 24, ?

Correct Answer: C
Explanation:
Series doubles each time.
Question 1880

Synonym of "Brave" is:

Correct Answer: B
Explanation:
Fearless is synonym of brave.
Question 1881

What is the HCF of 15 and 25?

Correct Answer: B
Explanation:
HCF of 15 and 25 is 5.
Question 1882

Choose the correct spelling:

Correct Answer: B
Explanation:
Correct spelling is Recommend.
Question 1883

Who was the first President of India?

Correct Answer: A
Explanation:
Rajendra Prasad was the first President.
Question 1884

Find the next letter in the series: A, C, E, G, ?

Correct Answer: A
Explanation:
Sequence increments by 2 letters.
Question 1885

What is 20% of 250?

Correct Answer: B
Explanation:
20% of 250 is 50.
Question 1886

When does water reach its boiling stage?

Correct Answer: A
Explanation:
Water boils at 100°C.
Question 1887

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore authored the anthem.
Question 1888

Identify the odd one out: Mango, Banana, Potato, Apple

Correct Answer: C
Explanation:
Potato is a vegetable.
Question 1889

What is the plural of "Child"?

Correct Answer: A
Explanation:
Children is correct plural.
Question 1890

Complete the sentence: She ____ to school every day.

Correct Answer: B
Explanation:
Correct usage is "goes".
Question 1891

What is the chemical formula of water?

Correct Answer: A
Explanation:
Water's chemical formula is H2O.
Question 1892

Which planet in the solar system is referred to as the Red Planet?

Correct Answer: A
Explanation:
Mars is the Red Planet.
Question 1893

What is the square root of 121?

Correct Answer: C
Explanation:
Square root of 121 is 11.
Question 1894

Who was the first Prime Minister of India?

Correct Answer: A
Explanation:
Jawaharlal Nehru was the first PM.
Question 1895

Find the missing number: 5, 10, 15, __, 25

Correct Answer: B
Explanation:
Series increases by 5.
Question 1896

Choose the synonym of "Quick".

Correct Answer: A
Explanation:
Fast is synonym of quick.
Question 1897

Fill in the blank: He has been living here ____ five years.

Correct Answer: A
Explanation:
"For" is used with duration.
Question 1898

What is the capital of Rajasthan?

Correct Answer: A
Explanation:
Jaipur is the capital.
Question 1899

Who discovered gravity?

Correct Answer: A
Explanation:
Newton formulated gravity.
Question 1900

Which gas do plants absorb for photosynthesis?

Correct Answer: B
Explanation:
Plants absorb carbon dioxide.
Question 1901

What is the plural of "Mouse"?

Correct Answer: C
Explanation:
Mice is plural.
Question 1902

Find the area of a rectangle with length 10m and width 5m.

Correct Answer: A
Explanation:
Area = Length × Breadth = 50 m².
Question 1903

Which vitamin deficiency causes scurvy?

Correct Answer: A
Explanation:
Vitamin C deficiency causes scurvy.
Question 1904

Who is the author of the book “Discovery of India”?

Correct Answer: A
Explanation:
D. Nehru authored it.
Question 1905

Choose the correct sentence:

Correct Answer: B
Explanation:
Correct is "She doesn't like apples."
Question 1906

What is the currency of Japan?

Correct Answer: A
Explanation:
Yen is Japanese currency.
Question 1907

What is the freezing point of water?

Correct Answer: A
Explanation:
Water freezes at 0°C.
Question 1908

The Earth revolves around the Sun in:

Correct Answer: A
Explanation:
Takes 365 days.
Question 1909

What is the SI unit of force?

Correct Answer: A
Explanation:
Newton is the SI unit.
Question 1910

Find the next number in the series: 1, 4, 9, 16, 25, ?

Correct Answer: A
Explanation:
Squares of natural numbers.
Question 1911

Who was the first woman Prime Minister of India?

Correct Answer: A
Explanation:
Indira Gandhi was first woman PM.
Question 1912

Which is the national flower of India?

Correct Answer: B
Explanation:
Lotus is national flower.
Question 1913

Which organ pumps blood in humans?

Correct Answer: B
Explanation:
Heart pumps blood.
Question 1914

Select the antonym of "Ancient".

Correct Answer: B
Explanation:
Modern is antonym.
Question 1915

What is the sum of the interior angles of a triangle?

Correct Answer: A
Explanation:
Sum is 180 degrees.
Question 1916

Who discovered the theory of relativity?

Correct Answer: A
Explanation:
Einstein discovered relativity.
Question 1917

Fill in the blank: She ____ going to school.

Correct Answer: A
Explanation:
Correct is "She is".
Question 1918

Choose the synonym of “Happy”.

Correct Answer: B
Explanation:
Joyful is a synonym of happy.
Question 1919

Fill in the blank: She _____ going to the market.

Correct Answer: A
Explanation:
Correct use is "She is going".
Question 1920

What is the antonym of “Quick”?

Correct Answer: A
Explanation:
Slow is antonym of quick.
Question 1921

Choose the correct sentence:

Correct Answer: B
Explanation:
"She doesn’t like apples." is correct.
Question 1922

Select the correctly spelled word:

Correct Answer: B
Explanation:
Accommodate is the correct spelling.
Question 1923

What is the plural of “Child”?

Correct Answer: B
Explanation:
Children is plural of child.
Question 1924

Who wrote the Indian National Anthem?

Correct Answer: A
Explanation:
Rabindranath Tagore wrote it.
Question 1925

Fill in the blank: They _____ playing football.

Correct Answer: B
Explanation:
They are playing.
Question 1926

Which of the following is a synonym of “Easy”?

Correct Answer: C
Explanation:
Simple means easy.
Question 1927

What is the correct antonym of “Polite”?

Correct Answer: A
Explanation:
Rude is antonym of polite.
Question 1928

Choose the correct preposition: She is good _____ singing.

Correct Answer: A
Explanation:
Correct usage is "good at singing."
Question 1929

What is the past tense of “Go”?

Correct Answer: B
Explanation:
Went is past tense of go.
Question 1930

Identify the error: “He don’t like ice cream.”

Correct Answer: B
Explanation:
Correct is "doesn’t" for third person singular.
Question 1931

Choose the synonym of “Beautiful”.

Correct Answer: D
Explanation:
Both handsome and pretty mean beautiful.
Question 1932

What is the plural form of “Ox”?

Correct Answer: B
Explanation:
Oxen is plural.
Question 1933

Choose the correct sentence:

Correct Answer: D
Explanation:
He doesn’t sing well is correct.
Question 1934

What does “Synonym” mean?

Correct Answer: B
Explanation:
Synonyms have similar meanings.
Question 1935

Fill in the blank: I have ____ new book.

Correct Answer: A
Explanation:
Correct article is "a".
Question 1936

Choose the correct form: “I am ____ a book.”

Correct Answer: A
Explanation:
Present continuous: I am reading.
Question 1937

What is the superlative form of “Good”?

Correct Answer: B
Explanation:
Best is superlative.
Question 1938

Which country is called the “Land of the Rising Sun”?

Correct Answer: B
Explanation:
Japan is called the Land of the Rising Sun.
Question 1939

Select the antonym for “Difficult”.

Correct Answer: C
Explanation:
Easy is antonym.
Question 1940

Find the odd one out: Rose, Lotus, Jasmine, Dog

Correct Answer: D
Explanation:
Dog is an animal, others are flowers.
Question 1941

What is the plural form of “Child”?

Correct Answer: B
Explanation:
Children is plural.
Question 1942

What is the meaning of “Hygiene”?

Correct Answer: B
Explanation:
Hygiene means cleanliness.
Question 1943

Choose the correct use of articles: “___ apple a day keeps the doctor away.”

Correct Answer: B
Explanation:
"An" is correct.
Question 1944

Select the correct passive voice: “The dog bit the man.”

Correct Answer: A
Explanation:
Correct passive is "The man was bitten by the dog."
Question 1945

Which of the following is a preposition?

Correct Answer: B
Explanation:
“On” is preposition.
Question 1946

Fill in the blank: She is fond ___ music.

Correct Answer: A
Explanation:
Correct preposition is "of".
Question 1947

Select the word that is opposite in meaning to “Polite”

Correct Answer: A
Explanation:
Rude is the opposite.
Question 1948

Find the synonym of "Rapid".

Correct Answer: B
Explanation:
Rapid means quick.
Question 1949

What is the meaning of “Abundant”?

Correct Answer: B
Explanation:
Abundant means plentiful.
Question 1950

Identify the error: “He don’t like ice cream.”

Correct Answer: B
Explanation:
Correct is "doesn’t".
Question 1951

The Chemical symbol "Na" stands for?

Correct Answer: A
Explanation:
Sodium is Na.
Question 1952

Who is known as the Father of the Nation?

Correct Answer: A
Explanation:
Mahatma Gandhi earned the title.
Question 1953

What is the SI unit of force?

Correct Answer: A
Explanation:
Newton is SI unit.
Question 1954

Who was the first Prime Minister of India?

Correct Answer: A
Explanation:
Nehru was first PM.
Question 1955

What is the freezing point of water?

Correct Answer: A
Explanation:
Water freezes at 0°C.
Question 1956

Complete the phrase: “A stitch in time saves __.”

Correct Answer: A
Explanation:
Phrase is "a stitch in time saves nine."
Question 1957

Who was the first Chief Minister of Uttar Pradesh?

Correct Answer: A
Explanation:
Govind Ballabh Pant was the first CM of Uttar Pradesh.
Question 1958

What is the capital city of Uttar Pradesh?

Correct Answer: B
Explanation:
Lucknow is the capital of Uttar Pradesh.
Question 1959

Which river flows through the city of Varanasi?

Correct Answer: B
Explanation:
The Ganges river flows through Varanasi.
Question 1960

UP is located in which part of India?

Correct Answer: A
Explanation:
Uttar Pradesh is in northern India.
Question 1961

Who founded the city of Agra?

Correct Answer: C
Explanation:
Akbar is credited with founding Agra.
Question 1962

What is the official language of Uttar Pradesh?

Correct Answer: A
Explanation:
Hindi is the official language of UP.
Question 1963

Which Indian festival is widely celebrated in UP?

Correct Answer: A
Explanation:
Diwali is widely celebrated in UP.
Question 1964

What is the legislative assembly of Uttar Pradesh called?

Correct Answer: C
Explanation:
The Uttar Pradesh Vidhan Sabha is the legislative assembly.
Question 1965

Which monument is located in Agra?

Correct Answer: A
Explanation:
Taj Mahal is in Agra.
Question 1966

Who was the first Governor of Uttar Pradesh?

Correct Answer: A
Explanation:
Chakravarthi Rajagopalachari was the first Governor of UP.
Question 1967

What is the population approximate of Uttar Pradesh as of 2021?

Correct Answer: A
Explanation:
UP population was approximately 20 Crores in 2021.
Question 1968

Who is known as the "Gateway of India" in UP?

Correct Answer: D
Explanation:
There is no such known gateway in UP as "Gateway of India."
Question 1969

Which of the following is a major crop of Uttar Pradesh?

Correct Answer: D
Explanation:
Rice, wheat and sugarcane are major crops in UP.
Question 1970

The Lucknow Pact was signed between which two parties?

Correct Answer: A
Explanation:
The Lucknow Pact was between INC and Muslim League.
Question 1971

Which dance form is native to Uttar Pradesh?

Correct Answer: A
Explanation:
Kathak is the classical dance form of UP.
Question 1972

Which city in UP is famous for brass handicrafts?

Correct Answer: D
Explanation:
Meerut is famous for brass handicrafts.
Question 1973

Which UP city is known as the "City of Nawabs"?

Correct Answer: A
Explanation:
Lucknow is called the City of Nawabs.
Question 1974

Who is referred to as the national poet of Uttar Pradesh?

Correct Answer: C
Explanation:
Mahadevi Verma is the national poet of UP.
Question 1975

Which wildlife sanctuary is located in Uttar Pradesh?

Correct Answer: A
Explanation:
Dudhwa National Park is in UP.
Question 1976

Who is the current Chief Minister of Uttar Pradesh as of 2025?

Correct Answer: B
Explanation:
Yogi Adityanath is current CM of UP.
Question 1977

Which famous university is located in Allahabad?

Correct Answer: A
Explanation:
University of Allahabad is located in Allahabad.
Question 1978

The Puranas are associated with which religious tradition?

Correct Answer: C
Explanation:
The Puranas are Hindu sacred texts.
Question 1979

In which year did Uttar Pradesh become a state of India?

Correct Answer: D
Explanation:
UP became a state of India on 24 January 1950.
Question 1980

Which is the major language spoken in Uttar Pradesh?

Correct Answer: A
Explanation:
Hindi is the major language in UP.
Question 1981

Taj Mahal was built by which Mughal emperor?

Correct Answer: C
Explanation:
Shah Jahan built the Taj Mahal.
Question 1982

Which city in UP is famous for its textile industry?

Correct Answer: A
Explanation:
Kanpur is known for its textile industry.
Question 1983

Which festival is known as the festival of colors in UP?

Correct Answer: B
Explanation:
Holi is the festival of colors.
Question 1984

What is the name of the traditional Lucknowi embroidery?

Correct Answer: A
Explanation:
Chikankari is traditional Lucknowi embroidery.
Question 1985

Which freedom fighter was from Uttar Pradesh?

Correct Answer: C
Explanation:
Mangal Pandey was from UP.
Question 1986

Which is the major economic activity in UP?

Correct Answer: A
Explanation:
Agriculture is a major economic activity.
Question 1987

Who wrote the Ramcharitmanas?

Correct Answer: A
Explanation:
Tulsidas wrote Ramcharitmanas.
Question 1988

Which city is called the Silk City of UP?

Correct Answer: A
Explanation:
Varanasi is called Silk City.
Question 1989

UP shares its international border with which country?

Correct Answer: B
Explanation:
UP shares an international border with Nepal.
Question 1990

Who was the first woman governor of Uttar Pradesh?

Correct Answer: D
Explanation:
Najma Heptulla was first woman governor of UP.
Question 1991

Which is the largest district in UP by area?

Correct Answer: B
Explanation:
Lakhimpur Kheri is largest district by area.
Question 1992

Which freedom fighter was popularly known as “Netaji”?

Correct Answer: C
Explanation:
Subhash Chandra Bose was called Netaji.
Question 1993

The Chambal river originates in which state?

Correct Answer: A
Explanation:
Chambal river originates in Madhya Pradesh.
Question 1994

Which city is known as the “City of Nawabs”?

Correct Answer: A
Explanation:
Lucknow is called City of Nawabs.
Question 1995

Which is the most widely spoken dialect in UP?

Correct Answer: A
Explanation:
Bhojpuri is widely spoken.
Question 1996

Who is the founder of the Maurya Empire?

Correct Answer: A
Explanation:
Chandragupta Maurya founded the Maurya Empire.
Question 1997

Uttar Pradesh was carved out as a separate province in which year?

Correct Answer: D
Explanation:
Uttar Pradesh was formed as a separate province in 1919.
Question 1998

Who was the first Chief Minister of Uttar Pradesh?

Correct Answer: A
Explanation:
Govind Ballabh Pant was the first Chief Minister.
Question 1999

Which river is known as the “Ganga of South India”?

Correct Answer: C
Explanation:
Cauvery is called the Ganga of South India.
Question 2000

Which historical site in UP is famous for the Ramayana epic?

Correct Answer: B
Explanation:
Ayodhya is linked with Ramayana.
Question 2001

What is the official language of Uttar Pradesh?

Correct Answer: A
Explanation:
Hindi is the official language.
Question 2002

Who was the founder of the Maurya Empire?

Correct Answer: C
Explanation:
Chandragupta Maurya founded the Maurya Empire.
Question 2003

Which is the largest district of UP in terms of area?

Correct Answer: A
Explanation:
Lakhimpur Kheri is the largest district by area.
Question 2004

Which governor general introduced the Doctrine of Lapse?

Correct Answer: B
Explanation:
Lord Dalhousie introduced the Doctrine of Lapse.
Question 2005

Which city in UP is famous as the “City of Nawabs”?

Correct Answer: C
Explanation:
Lucknow is called City of Nawabs.
Question 2006

Kumbh Mela is held in UP at:

Correct Answer: B
Explanation:
Kumbh Mela is held at Allahabad.
Question 2007

Which of the following is a major crop of Uttar Pradesh?

Correct Answer: A
Explanation:
Wheat is a major crop.
Question 2008

The Satluj is a tributary of which river?

Correct Answer: C
Explanation:
Satluj is tributary of Indus.
Question 2009

Who is known as the “Iron Man of India”?

Correct Answer: A
Explanation:
Sardar Patel is "Iron Man".
Question 2010

Which festival is celebrated as the festival of colors?

Correct Answer: B
Explanation:
Holi is festival of colors.
Question 2011

Which Mughal emperor built the Taj Mahal?

Correct Answer: B
Explanation:
Shah Jahan built Taj Mahal.
Question 2012

Which of the following is a renewable source of energy?

Correct Answer: A
Explanation:
Solar energy is renewable.
Question 2013

Ayodhya is located on the bank of which river?

Correct Answer: B
Explanation:
Saryu river flows through Ayodhya.
Question 2014

Who was the last Governor-General of India?

Correct Answer: B
Explanation:
C. Rajagopalachari was last Governor-General.
Question 2015

Which dance form originated from Uttar Pradesh?

Correct Answer: A
Explanation:
Kathak is native to UP.
Question 2016

Which language is used in the Indian Constitution?

Correct Answer: C
Explanation:
Both Hindi and English are official.
Question 2017

Who was the leader of the Indian National Army?

Correct Answer: A
Explanation:
Subhash Chandra Bose led INA.
Question 2018

Which President of India was awarded the Bharat Ratna?

Correct Answer: B
Explanation:
APJ Abdul Kalam received Bharat Ratna.
Question 2019

What is the official animal of Uttar Pradesh?

Correct Answer: A
Explanation:
Tiger is state animal.
Question 2020

Which event is commemorated on Martyrs’ Day in India?

Correct Answer: A
Explanation:
Martyrs’ Day commemorates Bhagat Singh’s death.
Question 2021

Which city in UP is known for brass handicrafts?

Correct Answer: A
Explanation:
Meerut is famous for brass handicrafts.
Question 2022

Who was the first woman Chief Minister of Uttar Pradesh?

Correct Answer: A
Explanation:
Mayawati was the first woman CM of UP.
Question 2023

Which forests are predominant in Uttar Pradesh?

Correct Answer: B
Explanation:
Deciduous forests predominate.
Question 2024

Which is the largest district in Uttar Pradesh?

Correct Answer: B
Explanation:
Lakhimpur Kheri is largest district.
Question 2025

Which festival is celebrated as the “Festival of Lights”?

Correct Answer: B
Explanation:
Diwali is Festival of Lights.
Question 2026

What is the primary source of the Ganga river?

Correct Answer: A
Explanation:
Ganga originates from Himalayas.
Question 2027

Which Mughal emperor built Fatehpur Sikri?

Correct Answer: C
Explanation:
Akbar commissioned Fatehpur Sikri.
Question 2028

Who led the Non-cooperation Movement?

Correct Answer: A
Explanation:
Gandhi led the Non-cooperation Movement.
Question 2029

What is the area of Uttar Pradesh?

Correct Answer: A
Explanation:
UP covers 243,286 sq.km.
Question 2030

Which river flows from UP to Pakistan?

Correct Answer: B
Explanation:
Ganga flows into Pakistan.
Question 2031

Which city in UP is called the “City of Temples”?

Correct Answer: A
Explanation:
Varanasi is City of Temples.
Question 2032

Which freedom fighter was born in UP?

Correct Answer: D
Explanation:
All mentioned were born in UP.
Question 2033

Which is the predominant religion in Uttar Pradesh?

Correct Answer: C
Explanation:
Hinduism is the majority religion.
Question 2034

Who was the first Governor of Uttar Pradesh?

Correct Answer: A
Explanation:
Chakravarthi Rajagopalachari was first Governor.
Question 2035

Which city is famous for its chikankari embroidery?

Correct Answer: B
Explanation:
Lucknow is famous for chikankari.
Question 2036

Who was the founder of the Gupta Empire?

Correct Answer: A
Explanation:
Chandragupta I founded Gupta Empire.
Question 2037

Which additive manufacturing process uses a laser to sinter powdered material?

Correct Answer: C
Explanation:
SLS uses a laser to fuse powdered material.
Question 2038

Stereolithography (SLA) mainly uses which material?

Correct Answer: B
Explanation:
SLA uses liquid photopolymer resin.
Question 2039

Which additive manufacturing process uses a nozzle to deposit material layer by layer?

Correct Answer: A
Explanation:
FDM uses a nozzle to extrude material.
Question 2040

What is the main advantage of additive manufacturing compared to traditional methods?

Correct Answer: C
Explanation:
AM reduces material waste vs subtractive processes.
Question 2041

Which process uses an electron beam to melt metal powder?

Correct Answer: D
Explanation:
EBM uses an electron beam to melt powder.
Question 2042

Which additive manufacturing process is known for high accuracy and surface finish?

Correct Answer: C
Explanation:
SLA offers high accuracy and fine finish.
Question 2043

In SLS, what energy is used to fuse the powdered material?

Correct Answer: B
Explanation:
SLS uses a laser beam for sintering.
Question 2044

Which process is suitable for producing parts with internal cavities and complex geometries without support?

Correct Answer: A
Explanation:
SLS can produce complex parts without supports.
Question 2045

What is the starting form of material in Selective Laser Melting (SLM)?

Correct Answer: B
Explanation:
SLM starts with metal powder.
Question 2046

Which additive manufacturing process uses a vat of liquid resin cured by UV light?

Correct Answer: A
Explanation:
SLA cures liquid resin using UV light.
Question 2047

Which process uses a high-power electron beam to melt metal powder?

Correct Answer: D
Explanation:
EBM uses an electron beam and is used for metals.
Question 2048

Which material is NOT commonly used in Fused Filament Fabrication (FFF)?

Correct Answer: D
Explanation:
Steel powder is not used in FFF.
Question 2049

Binder Jetting mainly uses which as binding agent?

Correct Answer: C
Explanation:
Binder Jetting uses printing ink as the binder.
Question 2050

What is the primary application of Direct Metal Laser Sintering (DMLS)?

Correct Answer: B
Explanation:
DMLS is widely used for custom implants.
Question 2051

Which process typically requires the use of support structures?

Correct Answer: D
Explanation:
SLA, FDM, and often SLS require supports.
Question 2052

What is a primary limitation of Additive Manufacturing in large parts production?

Correct Answer: C
Explanation:
Large AM parts are limited by build size.
Question 2053

Which additive manufacturing process is most suitable for high geometric complexity?

Correct Answer: C
Explanation:
SLS is excellent for complex geometries.
Question 2054

What is the main post-processing step for metal AM parts?

Correct Answer: C
Explanation:
Heat treatment relieves stress in metal parts.
Question 2055

Which process uses UV laser to cure liquid photopolymer resin?

Correct Answer: A
Explanation:
SLA uses UV laser for curing.
Question 2056

Which additive manufacturing method excels in production speed?

Correct Answer: D
Explanation:
Material Jetting can achieve high build rates.
Question 2057

Which AM process is commonly used in dental crowns and bridges?

Correct Answer: A
Explanation:
SLA is used in dentistry for high fidelity.
Question 2058

Which material is NOT common in Additive Manufacturing?

Correct Answer: D
Explanation:
Concrete is not typically printed in AM.
Question 2059

Which 3D printing method uses a pool of resin?

Correct Answer: B
Explanation:
SLA uses a pool of resin.
Question 2060

Which is not a limitation of Powder Bed Fusion (PBF)?

Correct Answer: A
Explanation:
PBF is limited in material variety.
Question 2061

What is the main advantage of Additive Manufacturing in spare parts?

Correct Answer: C
Explanation:
Rapid prototyping minimizes downtime for spare parts.
Question 2062

FDM printers typically use which form of material?

Correct Answer: C
Explanation:
FDM uses thermoplastic filament.
Question 2063

Which process is well suited for multi-material printing?

Correct Answer: D
Explanation:
Material Jetting can print multiple materials.
Question 2064

Which property is enhanced by AM in the production of custom medical implants?

Correct Answer: C
Explanation:
Customization is the biggest advantage in implants.
Question 2065

Which additive manufacturing process does NOT generally require curing or baking post-processing?

Correct Answer: A
Explanation:
FDM finished parts usually don’t need curing.
Question 2066

Which part of the AM workflow most affects build resolution?

Correct Answer: B
Explanation:
Layer thickness affects resolution.
Question 2067

Which additive manufacturing process utilizes metal wire as feedstock?

Correct Answer: C
Explanation:
WAAM uses wire feedstock.
Question 2068

Which is a common consumer goods application of AM?

Correct Answer: B
Explanation:
Jewelry is commonly produced by AM.
Question 2069

What is a post-processing step commonly required after AM?

Correct Answer: B
Explanation:
Annealing is usual for metal AM parts.
Question 2070

Which process is best for investment casting patterns?

Correct Answer: A
Explanation:
FDM patterns are commonly used for casting.
Question 2071

Which AM process bonds layers using UV light?

Correct Answer: A
Explanation:
SLA uses UV light to bond layers.
Question 2072

Which of the following is NOT a post-processing method?

Correct Answer: C
Explanation:
Injection molding is not a post-process for AM.
Question 2073

Which AM process uses a continuous filament?

Correct Answer: C
Explanation:
FDM uses filament.
Question 2074

Which is the primary environmental impact benefit of AM?

Correct Answer: B
Explanation:
Material recycling means less waste.
Question 2075

Which AM process fuses a powdered layer using a heat source?

Correct Answer: C
Explanation:
SLS fuses powder with heat (laser).
Question 2076

Which is a TRUE statement about AM?

Correct Answer: B
Explanation:
AM enables rapid prototyping.
Question 2077

What is Automation?

Correct Answer: B
Explanation:
Automation uses machines to perform tasks automatically.
Question 2078

Which is a common input device in an automation system?

Correct Answer: A
Explanation:
Sensors detect real-world signals for automation.
Question 2079

SCADA stands for:

Correct Answer: A
Explanation:
SCADA: Supervisory Control and Data Acquisition.
Question 2080

PLC stands for:

Correct Answer: A
Explanation:
PLC means Programmable Logic Controller.
Question 2081

Which is not a benefit of automation?

Correct Answer: C
Explanation:
Lower reliability is not a benefit; automation improves reliability.
Question 2082

Industrial automation is mainly used to:

Correct Answer: D
Explanation:
Automation increases efficiency, safety, and reduces manpower.
Question 2083

Which control system uses feedback to maintain output?

Correct Answer: B
Explanation:
Closed-loop systems use feedback.
Question 2084

Which of the following is NOT a commonly used automation testing tool?

Correct Answer: D
Explanation:
MS Paint is not for automation testing.
Question 2085

What is the main function of an actuator?

Correct Answer: C
Explanation:
Actuators create physical movement.
Question 2086

GUI in SCADA stands for:

Correct Answer: A
Explanation:
GUI is Graphical User Interface.
Question 2087

Distributed Control System (DCS) is used for:

Correct Answer: C
Explanation:
DCS manages distributed processes.
Question 2088

Which is an advantage of automation?

Correct Answer: B
Explanation:
Productivity improves with automation.
Question 2089

In automation, a programmable logic controller is used to:

Correct Answer: B
Explanation:
PLCs automate equipment and processes.
Question 2090

Which of the following is an example of a process automation system?

Correct Answer: B
Explanation:
Industrial robots automate processes.
Question 2091

What does PID stand for in controllers?

Correct Answer: B
Explanation:
PID is a control algorithm.
Question 2092

Which of the following is NOT a component of SCADA?

Correct Answer: C
Explanation:
Printers are not SCADA components.
Question 2093

What is the role of sensors in automation?

Correct Answer: C
Explanation:
Sensors detect and measure variables.
Question 2094

Which protocol is common in industrial automation?

Correct Answer: C
Explanation:
MODBUS is widely used for industrial communication.
Question 2095

Which device converts electrical signals into mechanical movement?

Correct Answer: C
Explanation:
Actuator converts electrical signals to motion.
Question 2096

What is the role of a Human Machine Interface (HMI)?

Correct Answer: A
Explanation:
HMI enables operator interaction with automation systems.
Question 2097

Which system controls several industrial devices from a central point?

Correct Answer: A
Explanation:
DCS provides coordinated control.
Question 2098

In automation testing, a “Test Script” is:

Correct Answer: A
Explanation:
Automates software checks.
Question 2099

Which control system uses pre-programmed instructions?

Correct Answer: B
Explanation:
Sequential control uses set instructions.
Question 2100

Which is an output device in automation?

Correct Answer: B
Explanation:
Actuator is output device.
Question 2101

Industrial robots are specified by:

Correct Answer: D
Explanation:
All define robot capabilities.
Question 2102

Which of these is NOT an industrial automation protocol?

Correct Answer: D
Explanation:
FTP is for file transfer, not automation.
Question 2103

Which automation system is used for water treatment plants?

Correct Answer: A
Explanation:
SCADA monitors and controls water treatment.
Question 2104

What is an actuator’s output?

Correct Answer: C
Explanation:
Motion is actuator output.
Question 2105

Which controller is most common in automation systems?

Correct Answer: C
Explanation:
PID controller widely used.
Question 2106

Which is a component of a DCS?

Correct Answer: D
Explanation:
DCS includes all mentioned.
Question 2107

What is the primary goal of automation?

Correct Answer: D
Explanation:
All are primary automation goals.
Question 2108

Which device is used for motion control in automation?

Correct Answer: B
Explanation:
Actuator controls movement.
Question 2109

What does HMI allow operators to do?

Correct Answer: A
Explanation:
HMI provides monitoring and control.
Question 2110

Which industry uses automation for packaging processes?

Correct Answer: B
Explanation:
Pharma uses automation for packaging.
Question 2111

Which automation system is primarily responsible for real-time process visualization?

Correct Answer: C
Explanation:
SCADA provides visualization.
Question 2112

Which is not a component of DCS?

Correct Answer: C
Explanation:
Printer is not a DCS component.
Question 2113

Which part converts a signal into digital data for processing?

Correct Answer: C
Explanation:
Signal processor digitizes data.
Question 2114

Which is NOT an element of SCADA?

Correct Answer: C
Explanation:
Power supply is not a SCADA element.
Question 2115

In automation testing, what is Selenium used for?

Correct Answer: A
Explanation:
Selenium automates web testing.
Question 2116

What is the main function of a controller in automation?

Correct Answer: B
Explanation:
Controller executes programmed logic.
Question 2117

CAD stands for:

Correct Answer: B
Explanation:
CAD stands for Computer Aided Design.
Question 2118

CAM stands for:

Correct Answer: C
Explanation:
CAM stands for Computer Aided Manufacturing.
Question 2119

Which is NOT a CAD input device?

Correct Answer: D
Explanation:
Printer is not an input device; it is output.
Question 2120

Common file extension for AutoCAD drawing is:

Correct Answer: A
Explanation:
.dwg is the drawing file format.
Question 2121

Which of the following is NOT a solid modeling technique?

Correct Answer: A
Explanation:
Wireframe modeling is not solid modeling.
Question 2122

CNC stands for:

Correct Answer: A
Explanation:
CNC stands for Computer Numerical Control.
Question 2123

G-code in CNC programming is used for:

Correct Answer: A
Explanation:
G-code gives machine instructions.
Question 2124

M06 code in CNC indicates:

Correct Answer: C
Explanation:
M06 is tool change command.
Question 2125

Which software is most popular for 2D drafting?

Correct Answer: A
Explanation:
AutoCAD is widely used for 2D drafting.
Question 2126

Which process produces best quality graphics reproduction?

Correct Answer: D
Explanation:
Plotter is best for graphics
Question 2127

Which is a CAD modeling method?

Correct Answer: B
Explanation:
Geometric modeling is central in CAD.
Question 2128

NC stands for:

Correct Answer: B
Explanation:
NC means Numerical Control.
Question 2129

The main advantage of CAD/CAM integration is:

Correct Answer: B
Explanation:
CAD/CAM uses shared database.
Question 2130

CNC tool movement in Z-axis is:

Correct Answer: C
Explanation:
Z-axis is spindle movement.
Question 2131

In CNC programming, EOB stands for:

Correct Answer: A
Explanation:
EOB is End of Block.
Question 2132

Which CAD modeling type gives the object’s physical boundaries?

Correct Answer: B
Explanation:
Boundary Representation describes limits.
Question 2133

A CNC control most popularly used is:

Correct Answer: A
Explanation:
FANUC is widely used in industry.
Question 2134

M-code in CNC is used for:

Correct Answer: B
Explanation:
M-codes control machine actions.
Question 2135

Interfacing CAD output with CAM involves:

Correct Answer: B
Explanation:
Geometry data is transferred automatically.
Question 2136

Which is NOT a primary benefit of CAD software?

Correct Answer: C
Explanation:
Manual labor increases are not a CAD benefit.
Question 2137

Which extension is used for an AutoCAD drawing file?

Correct Answer: B
Explanation:
AutoCAD uses .dwg for drawings.
Question 2138

Which command is used to save a drawing in AutoCAD?

Correct Answer: A
Explanation:
The SAVE command is used.
Question 2139

What is the primary function of CAM software?

Correct Answer: B
Explanation:
CAM is used for programming machines.
Question 2140

Which CAD modeling is best for 3D printing?

Correct Answer: B
Explanation:
Solid modeling is best for 3D print.
Question 2141

Which is NOT a CAD output device?

Correct Answer: D
Explanation:
Scanner is an input device.
Question 2142

Tool path simulation in CNC is used for:

Correct Answer: A
Explanation:
Simulation helps in error checking.
Question 2143

What does G01 command in CNC do?

Correct Answer: B
Explanation:
G01 indicates linear movement.
Question 2144

In geometric modeling, spline curves are used for:

Correct Answer: B
Explanation:
Correct Answer: B – Complex surfaces
<br>
Explanation:<br>
In geometric modeling, spline curves are mathematical curves used to represent smooth and flexible shapes, making them ideal for complex surfaces like car bodies, aircraft fuselages, and product designs. Unlike straight edges (A), rectangles (C), or simple polygons (D), spline curves can precisely model curved and free-form geometries. Common spline types include B-splines, Bézier curves, and NURBS, which allow designers to control curvature and surface continuity. They are essential in CAD <b>(Computer-Aided Design)</b>, animation, and industrial design for creating realistic, smooth, and adjustable 2D and 3D shapes.
Question 2145

Which one is not a CAD system product?

Correct Answer: C
Explanation:
Materialise is not primarily a CAD product.
Question 2146

What is the use of CAM software?

Correct Answer: A
Explanation:
CAM simulates manufacturing.
Question 2147

Which CNC operation is used to make a hole?

Correct Answer: B
Explanation:
Drilling makes holes.
Question 2148

Which is NOT a feature of modern CAD/CAM systems?

Correct Answer: A
Explanation:
Manual drafting not in CAD/CAM.
Question 2149

Which company develops AutoCAD?

Correct Answer: B
Explanation:
Autodesk develops AutoCAD.
Question 2150

Surface modeling is used to:

Correct Answer: B
Explanation:
Surfaces are modeled for geometry.
Question 2151

What is post-processing in CAM?

Correct Answer: B
Explanation:
Post-processing generates CNC code.
Question 2152

The main advantage of CNC is:

Correct Answer: B
Explanation:
Automatic tool changes enhance CNC.
Question 2153

SolidWorks is primarily for:

Correct Answer: B
Explanation:
SolidWorks specializes in 3D modeling.
Question 2154

Which is NOT a parametric CAD software?

Correct Answer: C
Explanation:
AutoCAD is mainly not parametric.
Question 2155

NURBS in CAD stands for:

Correct Answer: A
Explanation:
NURBS are Non-Uniform Rational B-Splines.
Question 2156

Which is NOT an advantage of CAD?

Correct Answer: D
Explanation:
Higher manual workload is not a CAD advantage.
Question 2157

Which of the following is a renewable energy source?

Correct Answer: C
Explanation:
Solar energy is renewable.
Question 2158

What is the primary fuel for nuclear power plants?

Correct Answer: B
Explanation:
Uranium is the common nuclear fuel.
Question 2159

Which process converts solar energy into electricity using photovoltaic cells?

Correct Answer: C
Explanation:
Photovoltaic cells use PV effect.
Question 2160

Rankine cycle is used in which type of power plant?

Correct Answer: A
Explanation:
Rankine cycle is for steam/thermal power.
Question 2161

Which device converts wind energy into electricity?

Correct Answer: A
Explanation:
Turbine converts wind energy.
Question 2162

Which component of hydroelectric power plant increases water head?

Correct Answer: A
Explanation:
Dam increases head.
Question 2163

In a thermal power plant, what is the function of a boiler?

Correct Answer: B
Explanation:
Boiler generates steam from water.
Question 2164

Geothermal energy is derived from:

Correct Answer: B
Explanation:
Geothermal uses earth heat.
Question 2165

Which plant uses steam turbines for power generation?

Correct Answer: A
Explanation:
Thermal power uses steam turbines.
Question 2166

Which phenomenon does hydroelectric power use?

Correct Answer: B
Explanation:
It converts water's potential and kinetic energy.
Question 2167

What is a major environmental disadvantage of fossil fuel plants?

Correct Answer: B
Explanation:
Fossil plants cause air pollution.
Question 2168

What is the function of a moderator in a nuclear reactor?

Correct Answer: B
Explanation:
Moderator slows down neutrons.
Question 2169

Which energy source is most abundant on Earth?

Correct Answer: C
Explanation:
Solar energy is most abundant.
Question 2170

What is used in tidal power generation?

Correct Answer: C
Explanation:
Tidal generation uses ocean tides.
Question 2171

In solar water heaters, which component heats the water?

Correct Answer: C
Explanation:
Collector absorbs sunlight and heats water.
Question 2172

Which of the following is not a greenhouse gas?

Correct Answer: C
Explanation:
Nitrogen is not a greenhouse gas.
Question 2173

What is the efficiency range of good steam power plant (Rankine cycle)?

Correct Answer: B
Explanation:
Rankine cycle efficiency is 35-45%.
Question 2174

The major fuel for Indian thermal power plants is:

Correct Answer: A
Explanation:
Coal is the prime fuel.
Question 2175

Which country generates all its electricity using renewable energy?

Correct Answer: A
Explanation:
Iceland uses 100% renewables.
Question 2176

What is energy conversion?

Correct Answer: B
Explanation:
Energy conversion changes energy type.
Question 2177

Which of the following power plants has lowest operating cost?

Correct Answer: C
Explanation:
Hydro has lowest operating cost.
Question 2178

Which is an example of non-conventional energy source?

Correct Answer: B
Explanation:
Wind is non-conventional.
Question 2179

Wind velocity is highest in which region?

Correct Answer: B
Explanation:
Offshore winds are strongest.
Question 2180

Nuclear fusion produces energy by:

Correct Answer: B
Explanation:
Fusion combines nuclei.
Question 2181

In biomass power plants, the fuel used is:

Correct Answer: A
Explanation:
Wood, waste, organic residues used.
Question 2182

Ocean thermal energy conversion is based on:

Correct Answer: B
Explanation:
It uses temperature difference.
Question 2183

Which is a secondary energy source?

Correct Answer: A
Explanation:
Electricity is secondary.
Question 2184

What is MHD (Magneto Hydro Dynamic)?

Correct Answer: B
Explanation:
MHD is direct conversion of wind energy.
Question 2185

Which is the main greenhouse gas responsible for global warming?

Correct Answer: B
Explanation:
CO₂ major cause of warming.
Question 2186

Geothermal gradient refers to:

Correct Answer: C
Explanation:
Temperature between earth's core and surface.
Question 2187

What is used to measure solar radiation?

Correct Answer: B
Explanation:
Pyranometer measures solar radiation.
Question 2188

In fuel cells, which energy is converted to electrical?

Correct Answer: B
Explanation:
Fuel cells convert chemical to electrical energy.
Question 2189

Which nuclear reactor component controls fission rate?

Correct Answer: B
Explanation:
Control rods manage fission rate.
Question 2190

What drives atmospheric wind currents?

Correct Answer: A
Explanation:
Equator heating drives winds.
Question 2191

Which turbine is used in wind energy conversion?

Correct Answer: D
Explanation:
Wind turbine converts wind to power.
Question 2192

The main disadvantage of geothermal plants is:

Correct Answer: B
Explanation:
Land subsidence is possible.
Question 2193

What is the solar constant?

Correct Answer: B
Explanation:
Solar constant is sun energy per area at 1 AU.
Question 2194

Series and parallel combination of solar cells is known as:

Correct Answer: B
Explanation:
Solar array is series/parallel solar cell.
Question 2195

Hydroelectric power plant is multipurpose because:

Correct Answer: B
Explanation:
Multipurpose: power, irrigation, flood control.
Question 2196

In hydropower, the function of a surge tank is:

Correct Answer: B
Explanation:
Surge tank buffers pressure variations.
Question 2197

Which of the following is a basic classification of engineering materials?

Correct Answer: C
Explanation:
Engineering materials are classified into metals and non-metals.
Question 2198

Which of these is NOT a property of engineering materials?

Correct Answer: C
Explanation:
Polymorphism is not a material property.
Question 2199

Which is a type of engineering material and a metal?

Correct Answer: D
Explanation:
Ferrous and Non-ferrous metals are types of engineering materials.
Question 2200

Why are pure metals not frequently used in engineering?

Correct Answer: B
Explanation:
Pure metals have lower strength than alloys.
Question 2201

Which alloy contains more than one metal?

Correct Answer: B
Explanation:
Brass is an alloy of copper and zinc.
Question 2202

Crystal structure of mild steel is:

Correct Answer: A
Explanation:
Mild steel has body centred cubic structure.
Question 2203

Vacancies in crystal structure are which type of defect?

Correct Answer: C
Explanation:
Vacancies are point defects.
Question 2204

Which material is NOT ductile?

Correct Answer: D
Explanation:
Glass is brittle and not ductile.
Question 2205

Cooling curves in metals are plots of:

Correct Answer: A
Explanation:
Cooling curve is temperature vs time during solidification.
Question 2206

Interstitial solid solution of carbon in gamma iron is called:

Correct Answer: C
Explanation:
Austenite is carbon in gamma iron.
Question 2207

What is the basic constituent of Monel metal?

Correct Answer: A
Explanation:
Monel contains nickel and copper.
Question 2208

German silver is an alloy of:

Correct Answer: C
Explanation:
German silver: nickel, copper, zinc.
Question 2209

Invar alloy is used for:

Correct Answer: A
Explanation:
Invar is used for making surveying tapes.
Question 2210

Which material is used to make a cold chisel?

Correct Answer: D
Explanation:
High carbon steel is used for cold chisels.
Question 2211

Machining properties of steel are improved by adding:

Correct Answer: A
Explanation:
Sulphur, lead improve machinability.
Question 2212

Eutectoid steel contains what percent of carbon?

Correct Answer: C
Explanation:
Eutectoid steel has about 0.8% carbon.
Question 2213

Which is NOT a non-metallic engineering material?

Correct Answer: C
Explanation:
Copper is a metal.
Question 2214

What is a composite material?

Correct Answer: B
Explanation:
Composites combine multiple materials for properties.
Question 2215

Properties of engineering materials include:

Correct Answer: D
Explanation:
All listed are properties.
Question 2216

The main advantage of alloying metals is:

Correct Answer: B
Explanation:
Alloying improves metal properties.
Question 2217

Heat treatment of steels is done to:

Correct Answer: D
Explanation:
Heat treatment serves all these purposes.
Question 2218

Which ceramics are known for high temperature resistance?

Correct Answer: A
Explanation:
Alumina ceramics resist high temp.
Question 2219

Polymerization results in:

Correct Answer: B
Explanation:
Polymerization creates polymers.
Question 2220

Which is NOT a thermosetting plastic?

Correct Answer: A
Explanation:
PVC is thermoplastic.
Question 2221

Wear resistance is a property of:

Correct Answer: D
Explanation:
All can have wear resistance.
Question 2222

Electrical conductivity is highest in which material?

Correct Answer: B
Explanation:
Copper is excellent conductor.
Question 2223

Which is a type of crystal imperfection?

Correct Answer: D
Explanation:
All listed are imperfections.
Question 2224

Which metal is used to make aircraft bodies?

Correct Answer: B
Explanation:
Aluminum is light, strong, used for aircraft.
Question 2225

Glass is classified as what material?

Correct Answer: C
Explanation:
Glass is a ceramic.
Question 2226

Which material is magnetic?

Correct Answer: C
Explanation:
Iron is ferromagnetic.
Question 2227

The elastic limit of a material is:

Correct Answer: A
Explanation:
Elastic limit is limit for reversible deformation.
Question 2228

Brass is an alloy of:

Correct Answer: B
Explanation:
Brass = copper + zinc.
Question 2229

Thermal conductivity of insulators is:

Correct Answer: B
Explanation:
Insulators have low thermal conductivity.
Question 2230

The crystal structure of diamond is:

Correct Answer: C
Explanation:
Diamond is face centred cubic.
Question 2231

Solder is alloy of:

Correct Answer: B
Explanation:
Solder = lead + tin.
Question 2232

Which is a biodegradable polymer?

Correct Answer: B
Explanation:
Polylactic acid degrades biologically.
Question 2233

Refractory materials are used for:

Correct Answer: B
Explanation:
Refractories withstand high temp.
Question 2234

Polyethylene is classified as:

Correct Answer: A
Explanation:
Polyethylene is thermoplastic.
Question 2235

What is the primary property of glass wool?

Correct Answer: B
Explanation:
Glass wool insulates heat/sound.
Question 2236

Which phase diagram is important for steels?

Correct Answer: A
Explanation:
Iron-carbon diagram governs steel transformations.
Question 2237

In Finite Element Method (FEM), what is discretization?

Correct Answer: A
Explanation:
Discretization is dividing the problem domain into finite elements.
Question 2238

Which element is typically used for 2D structural analysis in FEM?

Correct Answer: A
Explanation:
Triangle elements are commonly used in 2D FEM.
Question 2239

The stiffness matrix in FEM depends on:

Correct Answer: C
Explanation:
It depends on both material and geometry.
Question 2240

What type of boundary condition specifies displacement?

Correct Answer: B
Explanation:
Essential boundary conditions specify displacements.
Question 2241

Which method is used to solve the system of linear equations in FEM?

Correct Answer: C
Explanation:
Both direct and iterative methods are used.
Question 2242

What are degrees of freedom (DOF) in FEM?

Correct Answer: A
Explanation:
DOF are displacements or rotations at nodal points.
Question 2243

What is the role of shape functions in FEM?

Correct Answer: A
Explanation:
Shape functions interpolate variables in elements.
Question 2244

Which is TRUE about mesh refinement?

Correct Answer: A
Explanation:
Refinement improves accuracy but increases computation.
Question 2245

Which element type is better for curved geometries?

Correct Answer: B
Explanation:
Quadratic elements approximate curves better.
Question 2246

Which matrix in FEM represents the system response?

Correct Answer: C
Explanation:
Stiffness matrix relates forces and displacements.
Question 2247

True or False: FEM can handle complex geometries.

Correct Answer: A
Explanation:
FEM is ideal for complex shapes.
Question 2248

What does the phrase "isoparametric element" mean?

Correct Answer: A
Explanation:
Geometry and field use same shape functions.
Question 2249

Which phase of FEM involves applying loads and boundary conditions?

Correct Answer: A
Explanation:
Loads and BCs are applied in pre-processing.
Question 2250

Which is NOT a common FEM application?

Correct Answer: C
Explanation:
DSP is not solved using FEM.
Question 2251

The global stiffness matrix is assembled from:

Correct Answer: B
Explanation:
The global matrix is assembled from elements.
Question 2252

Which method is used for error estimation in FEM?

Correct Answer: A
Explanation:
Residual methods estimate FEM errors.
Question 2253

Which is considered nodal variable in structural FEM?

Correct Answer: B
Explanation:
Displacement is nodal variable.
Question 2254

What is meant by natural boundary condition?

Correct Answer: B
Explanation:
Natural BC uses specified forces.
Question 2255

Which coordinate system is frequently used in 2D FEM?

Correct Answer: A
Explanation:
Cartesian system is common in 2D FEM.
Question 2256

Why is mesh quality important in FEM?

Correct Answer: D
Explanation:
All these are affected by mesh quality.
Question 2257

Which type of numerical integration is used in FEM?

Correct Answer: B
Explanation:
Gaussian quadrature is common.
Question 2258

FEA typically uses which type of method to solve equations?

Correct Answer: B
Explanation:
FEA uses numerical methods.
Question 2259

Which is key advantage of FEM over analytical methods?

Correct Answer: B
Explanation:
FEM can solve complex geometry and loads.
Question 2260

Is FEM applicable to non-linear problems?

Correct Answer: A
Explanation:
FEM can solve non-linear problems too.
Question 2261

What type of elements are beam elements?

Correct Answer: A
Explanation:
Beam elements are one-dimensional.
Question 2262

Which matrix relates nodal displacements to forces?

Correct Answer: B
Explanation:
Stiffness matrix relates displacements and forces.
Question 2263

Which boundary condition type involves known load values?

Correct Answer: B
Explanation:
Natural BC specifies known loads.
Question 2264

What does FE mesh refinement improve?

Correct Answer: A
Explanation:
Refinement improves solution accuracy.
Question 2265

Which solver type is most common in linear FEM?

Correct Answer: A
Explanation:
Direct solvers are common for linear problems.
Question 2266

Which of the following is NOT a shape function property?

Correct Answer: C
Explanation:
Shape functions are continuous.
Question 2267

What is the purpose of post-processing in FEM?

Correct Answer: C
Explanation:
Post-processing visualizes and interprets output.
Question 2268

Which of these is an output variable in structural FEM?

Correct Answer: D
Explanation:
Stress, strain and displacement are outputs.
Question 2269

What is the order of polynomial often used for shape functions in FEM?

Correct Answer: B
Explanation:
Linear or quadratic shape functions are typical.
Question 2270

What is the principle behind FEM?

Correct Answer: A
Explanation:
Principle of minimum potential energy.
Question 2271

What is the approximate solution obtained by FEM called?

Correct Answer: B
Explanation:
FEM produces an approximate solution.
Question 2272

Which is the first phase of FEA?

Correct Answer: B
Explanation:
Pre-processing includes mesh generation.
Question 2273

What is a key disadvantage of very coarse mesh?

Correct Answer: B
Explanation:
Coarse mesh may cause inaccurate results.
Question 2274

Which program element defines geometry and field variables?

Correct Answer: C
Explanation:
Isoparametric elements use same function for geometry and field.
Question 2275

What kind of problems can FEM handle?

Correct Answer: D
Explanation:
FEM can solve various diverse problems.
Question 2276

Which matrix stores element mass properties in FEM?

Correct Answer: B
Explanation:
Mass matrix represents mass distribution.
Question 2277

Which one of the following is NOT a mode of heat transfer?

Correct Answer: D
Explanation:
Diffusion is not a mode of heat transfer.
Question 2278

Fourier’s law is associated with which mode of heat transfer?

Correct Answer: B
Explanation:
Fourier’s law governs heat conduction.
Question 2279

Newton’s law of cooling pertains to which heat transfer mode?

Correct Answer: B
Explanation:
Newton’s law describes convection cooling.
Question 2280

What is the unit of thermal conductivity?

Correct Answer: A
Explanation:
Thermal conductivity unit is W/m-K.
Question 2281

The emissivity of a perfect black body is:

Correct Answer: C
Explanation:
Emissivity of black body equals 1.
Question 2282

Convective heat transfer depends on:

Correct Answer: D
Explanation:
Convection depends on velocity, area, temperature difference.
Question 2283

What is the effect of adding insulation to a wall on heat transfer?

Correct Answer: B
Explanation:
Insulation reduces heat loss.
Question 2284

In radiation heat transfer, energy is transferred by:

Correct Answer: B
Explanation:
Radiation transfers energy by electromagnetic waves.
Question 2285

The Stefan-Boltzmann law is used in:

Correct Answer: B
Explanation:
It relates radiation heat flux to temperature.
Question 2286

Biot number in heat transfer is the ratio of:

Correct Answer: A
Explanation:
Biot number compares internal conduction resistance to external convection.
Question 2287

In steady-state conduction, temperature varies with:

Correct Answer: B
Explanation:
Temperature is constant in time but varies with position.
Question 2288

Which of the following affects convective heat transfer coefficient?

Correct Answer: D
Explanation:
All impact convective coefficient.
Question 2289

Nusselt number is a dimensionless number related to:

Correct Answer: B
Explanation:
Nusselt number deals with convection.
Question 2290

In a heat exchanger, which fluid has higher temperature at the outlet in counterflow arrangement?

Correct Answer: B
Explanation:
Cold fluid outlet temperature can be higher in counterflow.
Question 2291

The thermal boundary layer thickness decreases with:

Correct Answer: A
Explanation:
Higher flow velocities thin boundary layers.
Question 2292

Critical thickness of insulation is:

Correct Answer: A
Explanation:
At critical thickness, heat loss peaks.
Question 2293

Radiation heat transfer does not require:

Correct Answer: A
Explanation:
Radiation can occur without medium.
Question 2294

In natural convection, fluid motion is caused by:

Correct Answer: B
Explanation:
Buoyancy drives natural convection.
Question 2295

Fouling factor in heat exchanger refers to:

Correct Answer: A
Explanation:
Dirt on surfaces causes fouling.
Question 2296

Thermal radiation intensity depends on:

Correct Answer: D
Explanation:
All affect thermal radiation.
Question 2297

Condensation in heat transfer is:

Correct Answer: A
Explanation:
Condensation is vapor to liquid.
Question 2298

In forced convection, fluid motion is:

Correct Answer: B
Explanation:
Forced convection uses pumps/fans.
Question 2299

Heat transfer rate in conduction is proportional to:

Correct Answer: A
Explanation:
Conduction depends on area & temperature gradient.
Question 2300

In the lumped system analysis, Biot number should be:

Correct Answer: A
Explanation:
Small Biot number justifies lumped system.
Question 2301

The overall heat transfer coefficient depends on:

Correct Answer: D
Explanation:
All influence overall coefficient.
Question 2302

Which law states emissivity equals absorptivity in thermal radiation?

Correct Answer: B
Explanation:
Kirchhoff’s law relates emissivity and absorptivity.
Question 2303

Radiation heat transfer is maximum between:

Correct Answer: A
Explanation:
Black bodies emit max radiation.
Question 2304

Which dimensionless number relates momentum and heat transfer?

Correct Answer: A
Explanation:
Prandtl number relates momentum and heat.
Question 2305

Film coefficient in heat transfer refers to:

Correct Answer: A
Explanation:
Film coefficient quantifies convective transfer.
Question 2306

Which factor affects radiation heat transfer?

Correct Answer: D
Explanation:
All these factors influence radiation.
Question 2307

Laminar flow heat transfer is:

Correct Answer: A
Explanation:
Laminar flow is orderly.
Question 2308

Which heat transfer mode involves molecular collision?

Correct Answer: B
Explanation:
Conduction involves molecular collisions.
Question 2309

Heat exchangers are used to:

Correct Answer: A
Explanation:
Heat exchangers transfer heat safely.
Question 2310

Thermal conductivity of insulation materials is:

Correct Answer: C
Explanation:
Insulators have low thermal conductivity.
Question 2311

In convection, heat transfer rate increases with:

Correct Answer: A
Explanation:
Heat transfer rate is higher with velocity.
Question 2312

Radiation heat can travel through:

Correct Answer: C
Explanation:
Radiation travels through vacuum and matter.
Question 2313

Which type of fins have constant cross-sectional area?

Correct Answer: B
Explanation:
Straight fins have uniform area.
Question 2314

The emissivity of a perfect reflector is:

Correct Answer: A
Explanation:
Perfect reflector emissivity is zero.
Question 2315

Nusselt number greater than 1000 indicates:

Correct Answer: C
Explanation:
High Nusselt indicates turbulence.
Question 2316

Overall heat transfer coefficient is measured in:

Correct Answer: A
Explanation:
Unit is Watts per square meter Kelvin.
Question 2317

What is the SI unit of dynamic viscosity?

Correct Answer: A
Explanation:
Pascal Second is unit of dynamic viscosity.
Question 2318

The principle of fluid pressure transmission is:

Correct Answer: B
Explanation:
Pascal’s law states pressure transmits equally.
Question 2319

The buoyant force on a submerged object is equal to:

Correct Answer: B
Explanation:
Archimedes Principle states so.
Question 2320

Streamline flow is:

Correct Answer: B
Explanation:
Streamline flow is laminar.
Question 2321

What is the Reynolds number?

Correct Answer: A
Explanation:
Reynolds number indicates flow regime.
Question 2322

Hydrostatic pressure at a depth is dependent on:

Correct Answer: B
Explanation:
Pressure depends on depth and density.
Question 2323

Which device measures very low pressure differences in fluids?

Correct Answer: A
Explanation:
U-tube measures low pressure.
Question 2324

Incompressible fluid means:

Correct Answer: A
Explanation:
Incompressible fluid has constant density.
Question 2325

The unit weight of a fluid is the product of density and:

Correct Answer: A
Explanation:
Unit weight = density × gravity.
Question 2326

The energy loss due to friction in pipes is evaluated by:

Correct Answer: C
Explanation:
Darcy-Weisbach equation calculates losses.
Question 2327

Which flow condition occurs at Reynolds number less than 2000?

Correct Answer: B
Explanation:
Re < 2000 is laminar flow.
Question 2328

Continuity equation represents conservation of:

Correct Answer: B
Explanation:
Continuity means mass is conserved.
Question 2329

Total head in a pipe flow includes:

Correct Answer: D
Explanation:
Total head is sum of these heads.
Question 2330

Which instrument measures velocity flow rate?

Correct Answer: B
Explanation:
Venturi meter measures flow velocity.
Question 2331

What is a hydraulic jump?

Correct Answer: A
Explanation:
Hydraulic jump is sudden surface rise.
Question 2332

Bernoulli’s equation is based on conservation of:

Correct Answer: B
Explanation:
Bernoulli equation applies energy conservation.
Question 2333

Pressure at a point in a static fluid acts:

Correct Answer: B
Explanation:
Pressure acts equally in all directions.
Question 2334

Surface tension occurs due to:

Correct Answer: B
Explanation:
Cohesive force creates surface tension.
Question 2335

Viscosity is a measure of a fluid’s:

Correct Answer: B
Explanation:
Viscosity is fluid’s resistance to flow.
Question 2336

Dynamic pressure is given by:

Correct Answer: B
Explanation:
Dynamic pressure = ½ρv².
Question 2337

Gauge pressure is:

Correct Answer: B
Explanation:
Gauge pressure is atmospheric referenced.
Question 2338

An ideal fluid is:

Correct Answer: B
Explanation:
Ideal fluid is incompressible and inviscid.
Question 2339

Capillarity is due to:

Correct Answer: B
Explanation:
Capillarity arises from surface tension.
Question 2340

The Bernoulli equation cannot be applied to:

Correct Answer: A
Explanation:
Bernoulli equation assumes laminar, steady, inviscid flow.
Question 2341

What is a streamlined body?

Correct Answer: A
Explanation:
Streamlined minimizes drag force.
Question 2342

Pascal’s law is applied in which device?

Correct Answer: A
Explanation:
Hydraulic press is based on Pascal’s law.
Question 2343

The pressure at the bottom of a liquid column is:

Correct Answer: B
Explanation:
Pressure increases with depth.
Question 2344

Which flow is characterized by random fluid particle movement?

Correct Answer: B
Explanation:
Turbulent flow has randomness.
Question 2345

The Navier-Stokes equation is fundamental to:

Correct Answer: B
Explanation:
Navier-Stokes governs fluid motion.
Question 2346

An orifice meter measures:

Correct Answer: C
Explanation:
Orifice meter measures flow rate.
Question 2347

Surface tension unit in SI is:

Correct Answer: A
Explanation:
Surface tension is Newton per meter.
Question 2348

Fluid flows from:

Correct Answer: B
Explanation:
Fluids flow high to low pressure.
Question 2349

The Bernoulli principle shows:

Correct Answer: B
Explanation:
Total energy conserved along streamline.
Question 2350

What does continuity equation represent?

Correct Answer: B
Explanation:
Continuity means mass is conserved.
Question 2351

The coefficient of viscosity in a fluid determines:

Correct Answer: B
Explanation:
Viscosity affects resistance.
Question 2352

The point through which buoyant force acts is:

Correct Answer: C
Explanation:
Buoyancy acts through center of buoyancy.
Question 2353

The velocity profile of a laminar flow in a pipe is:

Correct Answer: A
Explanation:
Laminar flow velocity profile is parabolic.
Question 2354

Hydrostatic pressure in fluids varies:

Correct Answer: A
Explanation:
Pressure changes with vertical depth.
Question 2355

What is specific gravity?

Correct Answer: B
Explanation:
Specific gravity = density relative to water.
Question 2356

Flow through a pipe with constant area and velocity is:

Correct Answer: A
Explanation:
<p>Steady flow maintains constant velocity and area.</p>
Question 2357

Which law states that pressure exerted on a liquid is transmitted equally in all directions?

Correct Answer: C
Explanation:
Pascal’s Law states pressure in fluid is equal in all directions.
Question 2358

What is the working medium in pneumatic systems?

Correct Answer: C
Explanation:
Pneumatic systems work with compressed air.
Question 2359

Which component stores hydraulic energy and smoothens pulsations?

Correct Answer: C
Explanation:
Accumulator stores energy and damps shocks.
Question 2360

Which hydraulic pump is commonly used for high pressure applications?

Correct Answer: C
Explanation:
Piston pumps generate high pressure.
Question 2361

A pressure relief valve is used for:

Correct Answer: B
Explanation:
Relief valve prevents pressure above safe value.
Question 2362

What does the notation 4/2 valve mean?

Correct Answer: A
Explanation:
4 ports 2 positions directional valve.
Question 2363

Which of the following is a directional control valve?

Correct Answer: C
Explanation:
4/2 valve is directional valve.
Question 2364

In single-acting hydraulic cylinders, the piston returns by:

Correct Answer: A
Explanation:
Spring usually returns piston.
Question 2365

Which valve allows fluid flow in one direction only?

Correct Answer: B
Explanation:
Check valves are one-way valves.
Question 2366

Pressure switches are used to:

Correct Answer: A
Explanation:
Pressure switches control pressure.
Question 2367

What is the main advantage of hydraulic systems over pneumatic?

Correct Answer: B
Explanation:
Hydraulics provide higher power and force.
Question 2368

Typical working pressure of pneumatic systems is around:

Correct Answer: A
Explanation:
Pneumatic systems usually operate near 7 bar.
Question 2369

In hydraulics, the fluid is:

Correct Answer: B
Explanation:
Hydraulics uses incompressible liquids like oil.
Question 2370

Which actuator converts hydraulic energy to mechanical motion?

Correct Answer: C
Explanation:
Cylinders convert hydraulic pressure to motion.
Question 2371

Which actuator produces rotary motion from hydraulic energy?

Correct Answer: A
Explanation:
Hydraulic motors produce rotary motion.
Question 2372

What is the function of a flow control valve in a hydraulic system?

Correct Answer: A
Explanation:
Flow control valves adjust flow rate.
Question 2373

Which fluid property affects compressibility important in pneumatics?

Correct Answer: C
Explanation:
Compressibility affects pneumatic response.
Question 2374

Hydraulic power is transmitted through:

Correct Answer: B
Explanation:
Power transmitted through pressurized fluid.
Question 2375

What devices are used to convert electrical signals to pneumatic?

Correct Answer: B
Explanation:
Solenoid valves control pneumatic circuits.
Question 2376

In a hydraulic system, what is the role of the reservoir?

Correct Answer: A
Explanation:
Reservoir stores hydraulic fluid.
Question 2377

Pneumatic systems are preferred in:

Correct Answer: A
Explanation:
Pneumatics suit clean and explosive environments.
Question 2378

A tandem cylinder is used to:

Correct Answer: C
Explanation:
Used for increasing force.
Question 2379

In pneumatics, the main supply is:

Correct Answer: C
Explanation:
Compressed air is working fluid.
Question 2380

Which valve adjusts speed of cylinder in hydraulic circuits?

Correct Answer: B
Explanation:
Flow control valve regulates speed.
Question 2381

What is the function of a pressure gauge?

Correct Answer: B
Explanation:
Pressure gauges display pressure.
Question 2382

Which type of pump is positive displacement?

Correct Answer: A
Explanation:
Gear pumps are positive displacement types.
Question 2383

Advantages of pneumatic system include:

Correct Answer: A
Explanation:
Pneumatics are simple and clean.
Question 2384

What is the purpose of a shuttle valve?

Correct Answer: B
Explanation:
Shuttle valve selects input source.
Question 2385

What is cavitation in hydraulics?

Correct Answer: A
Explanation:
Cavitation causes vapor bubbles.
Question 2386

What is the function of a relief valve?

Correct Answer: A
Explanation:
Relief valve protects against overpressure.
Question 2387

Which of the following is NOT used in hydraulics?

Correct Answer: B
Explanation:
Compressed air is pneumatic.
Question 2388

Hydraulic fluid should have:

Correct Answer: C
Explanation:
Low compressibility and good lubrication needed.
Question 2389

What is the typical working pressure for hydraulic systems?

Correct Answer: B
Explanation:
Hydraulics often operate near 3000 psi.
Question 2390

In pneumatic circuits, flow control is done by:

Correct Answer: B
Explanation:
Flow rate controlled by flow control valves.
Question 2391

Hydraulic systems use:

Correct Answer: B
Explanation:
Liquids transmit power hydraulically.
Question 2392

Which component is used to convert fluid power into mechanical power?

Correct Answer: C
Explanation:
Actuator produces mechanical power.
Question 2393

What is the principal disadvantage of pneumatics?

Correct Answer: A
Explanation:
Pneumatics tend to be noisy.
Question 2394

In which system is fluid compressibility negligible?

Correct Answer: B
Explanation:
Hydraulic fluids are nearly incompressible.
Question 2395

A hydraulic motor converts:

Correct Answer: B
Explanation:
Hydraulic motors convert fluid to mechanical.
Question 2396

What is a typical application of pneumatics?

Correct Answer: B
Explanation:
Pneumatics used in light assembly and clean environments.
Question 2397

Which is the storage polysaccharide in animals?

Correct Answer: C
Explanation:
Glycogen stores glucose in animals.
Question 2398

The sugar present in RNA is:

Correct Answer: D
Explanation:
Ribose is the pentose in RNA.
Question 2399

Which vitamin prevents neural tube defects in pregnancy?

Correct Answer: C
Explanation:
Folic acid is crucial in fetal neural tube formation.
Question 2400

Name the test for reducing sugars.

Correct Answer: A
Explanation:
Benedict’s detects reducing sugars.
Question 2401

The pH of blood is approximately:

Correct Answer: B
Explanation:
Normal blood pH is ~7.4.
Question 2402

Which disease is caused by deficiency of insulin?

Correct Answer: B
Explanation:
Insulin deficiency leads to diabetes.
Question 2403

Amino acids are linked by which bond in proteins?

Correct Answer: B
Explanation:
Proteins are formed by peptide bonds.
Question 2404

Which is the “suicide bag” of a cell?

Correct Answer: A
Explanation:
Lysosomes contain digestive enzymes.
Question 2405

The primary structure of protein refers to:

Correct Answer: B
Explanation:
Primary structure is the amino acid sequence.
Question 2406

The most active site of protein synthesis is:

Correct Answer: B
Explanation:
Ribosomes assemble proteins.
Question 2407

Mitochondrial DNA is:

Correct Answer: A
Explanation:
Mitochondrial DNA (mtDNA) is a petite, looped molecule composed of two DNA strands. It resides within the mitochondria, the cell's energy generators. The configuration of mitochondrial DNA closely resembles the circular DNA characteristic of bacteria.
<b>Option A</b> is correct because mitochondrial DNA is circular and double stranded.
Question 2408

The enzyme that digests protein in the stomach is:

Correct Answer: A
Explanation:
Pepsin digests proteins in gastric juice.
Question 2409

Which metal is present in hemoglobin?

Correct Answer: C
Explanation:
Hemoglobin has iron in its heme group.
Question 2410

The main function of vitamin K is:

Correct Answer: B
Explanation:
Vitamin K is important in coagulation.
Question 2411

The “lock and key model” is for:

Correct Answer: A
Explanation:
Describes enzyme-substrate specificity.
Question 2412

Which process forms ATP directly in glycolysis?

Correct Answer: A
Explanation:
ATP is formed by substrate-level phosphorylation in glycolysis.
Question 2413

Most of the body’s metabolic energy is produced at which cellular site?

Correct Answer: C
Explanation:
Mitochondria are cell’s powerhouses.
Question 2414

Which test is used for the detection of ketone bodies in urine?

Correct Answer: B
Explanation:
Rothera’s detects urine ketones.
Question 2415

Glycogen is mainly stored in:

Correct Answer: B
Explanation:
Liver and muscles store glycogen.
Question 2416

Deficiency of which vitamin causes Pellagra?

Correct Answer: B
Explanation:
Niacin (B3) deficiency causes pellagra.
Question 2417

Which disease is due to deficiency of Vitamin C?

Correct Answer: A
Explanation:
Scurvy is due to lack of vitamin C.
Question 2418

Which part of the cell is called “powerhouse”?

Correct Answer: D
Explanation:
Mitochondria are called powerhouse.
Question 2419

Which of the following is a coenzyme?

Correct Answer: B
Explanation:
NAD+ is a coenzyme in many redox reactions.
Question 2420

Which lipid is essential for brain cell membranes?

Correct Answer: D
Explanation:
Sphingomyelin is vital for nerve cell membranes.
Question 2421

The main nitrogenous excretory product in humans is:

Correct Answer: A
Explanation:
Urea is the main excretory product.
Question 2422

Which is the hereditary material?

Correct Answer: C
Explanation:
DNA is hereditary material.
Question 2423

Which fat-soluble vitamin is an antioxidant?

Correct Answer: C
Explanation:
Vitamin E acts as an antioxidant.
Question 2424

The “Cori Cycle” links muscle and liver via which metabolite?

Correct Answer: B
Explanation:
Lactate shuttles between liver & muscle.
Question 2425

Which amino acid carries ammonia to the liver?

Correct Answer: B
Explanation:
Glutamine is a transporter of ammonia.
Question 2426

Which hormone increases blood sugar?

Correct Answer: B
Explanation:
Glucagon increases blood glucose.
Question 2427

Major energy reserve in the human body is:

Correct Answer: C
Explanation:
Fat is the main energy reserve.
Question 2428

Hyperbilirubinemia leads to:

Correct Answer: C
Explanation:
Too much bilirubin causes jaundice.
Question 2429

Enzymes mostly belong to the class of:

Correct Answer: B
Explanation:
Enzymes are proteins.
Question 2430

Which element is required for thyroid hormone synthesis?

Correct Answer: A
Explanation:
Iodine is crucial for thyroid hormones.
Question 2431

What is the normal fasting blood glucose range (mg/dL)?

Correct Answer: B
Explanation:
Normal fasting glucose: 70–110 mg/dL.
Question 2432

A competitive enzyme inhibitor:

Correct Answer: B
Explanation:
Competitive inhibitors bind active site.
Question 2433

Which of the following molecules is a disaccharide?

Correct Answer: C
Explanation:
Maltose is a disaccharide.
Question 2434

Transamination requires coenzyme:

Correct Answer: B
Explanation:
Pyridoxal phosphate is required for transamination.
Question 2435

Which protein protects from blood loss during injury?

Correct Answer: C
Explanation:
Fibrinogen clots blood.
Question 2436

The main function of hemoglobin is to transport:

Correct Answer: C
Explanation:
Hemoglobin carries oxygen in blood.
Question 2437

Which of the following tools is commonly used for sequence alignment?

Correct Answer: B
Explanation:
BLAST is widely used for sequence alignment.
Question 2438

Who coined the term "Bioinformatics"?

Correct Answer: B
Explanation:
Pauline Hogeweg coined the term bioinformatics.
Question 2439

Which is a primary nucleotide sequence database?

Correct Answer: A
Explanation:
EMBL is a primary DNA sequence database.
Question 2440

The process of comparing two biological sequences is called:

Correct Answer: C
Explanation:
Alignment compares sequences.
Question 2441

Which database stores protein structures?

Correct Answer: C
Explanation:
PDB (Protein Data Bank) stores 3D protein structures.
Question 2442

Which of the following is NOT a bioinformatics application?

Correct Answer: D
Explanation:
Stone tool making is not relevant.
Question 2443

Which is the standard format for nucleotide sequence submission?

Correct Answer: A
Explanation:
FASTA is a standard sequence format.
Question 2444

SWISS-PROT is a database for:

Correct Answer: B
Explanation:
SWISS-PROT is a protein sequence database.
Question 2445

The stepwise computer-based instructions to analyze data are called:

Correct Answer: A
Explanation:
Algorithm is a stepwise procedure for analysis.
Question 2446

Which of the following represents "in silico" studies?

Correct Answer: B
Explanation:
In silico = computational analysis.
Question 2447

What is Genomics?

Correct Answer: C
Explanation:
Genomics studies DNA and whole genomes.
Question 2448

Which is the main goal of the Human Genome Project?

Correct Answer: C
Explanation:
Goal was to sequence human genome.
Question 2449

Which is an application of molecular docking?

Correct Answer: B
Explanation:
Molecular docking aids drug design.
Question 2450

A motif in sequence analysis refers to:

Correct Answer: B
Explanation:
A motif is a conserved region or pattern.
Question 2451

The primary output of a sequence alignment is:

Correct Answer: B
Explanation:
Main output is alignment and similarity.
Question 2452

Which method is used for prediction of genes in DNA?

Correct Answer: C
Explanation:
Various gene finding algorithms are used.
Question 2453

Which database contains information about biological pathways?

Correct Answer: A
Explanation:
KEGG hosts metabolic and pathway data.
Question 2454

FASTA format consists of:

Correct Answer: B
Explanation:
FASTA has a header line and sequence section.
Question 2455

Which organism’s genome was first completely sequenced?

Correct Answer: C
Explanation:
ΦX174 viral genome was first sequenced.
Question 2456

A phylogenetic tree depicts:

Correct Answer: A
Explanation:
Phylogenetic trees show evolutionary relations.
Question 2457

A sequence with high identity to another is called:

Correct Answer: C
Explanation:
High identity sequences are homologs.
Question 2458

Which of the following is not a nucleotide database?

Correct Answer: C
Explanation:
SWISS-PROT stores proteins, not DNA/RNA.
Question 2459

Which alignment type compares all residues of both sequences?

Correct Answer: C
Explanation:
Global alignment aligns full sequences.
Question 2460

What is the function of BLAST?

Correct Answer: C
Explanation:
BLAST finds regions of similarity.
Question 2461

Which of the following is NOT part of bioinformatics workflow?

Correct Answer: A
Explanation:
Wet-lab is not in silico.
Question 2462

GenBank is maintained by:

Correct Answer: A
Explanation:
GenBank is an NCBI resource.
Question 2463

Which algorithm is famous for global sequence alignment?

Correct Answer: B
Explanation:
Needleman-Wunsch is for global alignment.
Question 2464

Which algorithm is widely used for local sequence alignment?

Correct Answer: A
Explanation:
Smith-Waterman is for local alignment.
Question 2465

Which of the following is a reference protein sequence database?

Correct Answer: A
Explanation:
SWISS-PROT stores reference protein sequences.
Question 2466

Homology modeling predicts:

Correct Answer: B
Explanation:
Homology modeling predicts protein 3D structure.
Question 2467

A bioinformatics pipeline is:

Correct Answer: B
Explanation:
A pipeline is ordered computing steps.
Question 2468

Which format is NOT used for protein structure files?

Correct Answer: C
Explanation:
xls is not a structure format.
Question 2469

Annotation in bioinformatics refers to:

Correct Answer: B
Explanation:
Annotation gives meaning and marks features.
Question 2470

The term "dry lab" refers to:

Correct Answer: A
Explanation:
Dry labs use computers, not traditional experiment.
Question 2471

Which is a step in motif detection?

Correct Answer: B
Explanation:
HMMs are used in motif finding.
Question 2472

Genome assembly refers to:

Correct Answer: B
Explanation:
Assembly puts fragments in right order.
Question 2473

Major advantage of in silico drug design is:

Correct Answer: B
Explanation:
In silico design speeds drug discovery.
Question 2474

Which year was SWISS-PROT created?

Correct Answer: C
Explanation:
SWISS-PROT began in 1987.
Question 2475

The human genome approximates:

Correct Answer: B
Explanation:
Human genome ≈ 3 billion bp.
Question 2476

In bioinformatics, a "phylogenetic analysis" is used to:

Correct Answer: B
Explanation:
Phylogenetic analysis deduces evolution.
Question 2477

Which device is used to measure blood pressure?

Correct Answer: C
Explanation:
Sphygmomanometer measures blood pressure.
Question 2478

Which instrument is used for recording the electrical activity of the heart?

Correct Answer: B
Explanation:
ECG (Electrocardiograph) records cardiac activity.
Question 2479

The normal value of blood pressure is:

Correct Answer: B
Explanation:
Normal adult blood pressure is 120/80 mmHg.
Question 2480

Which of the following detects action potentials in nerves?

Correct Answer: B
Explanation:
Microelectrodes are used for neural recordings.
Question 2481

Electroencephalography (EEG) records signals from:

Correct Answer: B
Explanation:
EEG is for brain signal measurement.
Question 2482

Which is a physiological transducer?

Correct Answer: D
Explanation:
All listed devices are types of transducers.
Question 2483

Silver-silver chloride electrodes are mainly used for:

Correct Answer: B
Explanation:
These electrodes are used for bioelectric signals.
Question 2484

The amplifier in bioinstrumentation serves to:

Correct Answer: A
Explanation:
Amplifiers boost small biosignals.
Question 2485

Which device monitors oxygen saturation in blood?

Correct Answer: B
Explanation:
Pulse oximeter measures SpO₂.
Question 2486

The main function of a transducer is to:

Correct Answer: C
Explanation:
Transducers change one form of energy into another.
Question 2487

What is used to record muscle electrical activity?

Correct Answer: B
Explanation:
EMG records muscle biopotentials.
Question 2488

Lysosomes are called:

Correct Answer: B
Explanation:
Lysosomes contain digestive enzymes.
Question 2489

Which parameter does the stethoscope monitor?

Correct Answer: C
Explanation:
Stethoscope picks up body sounds.
Question 2490

A Wheatstone bridge is used for:

Correct Answer: C
Explanation:
Used for detecting resistance change (strain).
Question 2491

Piezoelectric transducers produce voltage when:

Correct Answer: C
Explanation:
Compression of piezo material generates voltage.
Question 2492

An ECG signal is characterized by:

Correct Answer: A
Explanation:
An ECG trace shows PQRST.
Question 2493

Which of the following is a noninvasive measurement?

Correct Answer: B
Explanation:
Pulse oximetry is noninvasive.
Question 2494

Telemetry in bioinstrumentation is used for:

Correct Answer: B
Explanation:
Telemetry enables remote patient monitoring.
Question 2495

The major component of a biosensor is:

Correct Answer: B
Explanation:
Bioreceptor detects analyte.
Question 2496

Beer-Lambert Law is used in:

Correct Answer: B
Explanation:
Beer-Lambert relates absorbance to concentration.
Question 2497

The output of a thermocouple is:

Correct Answer: B
Explanation:
Temperature change generates voltage.
Question 2498

Which device is used for electrical activity in the brain?

Correct Answer: B
Explanation:
EEG measures electrical brain signals.
Question 2499

Biosensors convert biological signals into:

Correct Answer: B
Explanation:
Biosensors output electrical signals.
Question 2500

A pulse oximeter employs light at which wavelengths?

Correct Answer: A
Explanation:
Pulse ox uses red and infrared light.
Question 2501

Which instrument maps heart arrhythmia over 24 hours?

Correct Answer: A
Explanation:
Holter monitor records ECG for 24 hours.
Question 2502

The microelectrode is mostly used for recording:

Correct Answer: C
Explanation:
Microelectrode records from single neurons.
Question 2503

A strain gauge is typically used for measuring:

Correct Answer: C
Explanation:
Strain gauge measures strain/force.
Question 2504

Common use of photodiode in medical instruments:

Correct Answer: B
Explanation:
Photodiodes detect light signals.
Question 2505

Which parameter is measured by a spirometer?

Correct Answer: B
Explanation:
Spirometer records air/volume during breathing.
Question 2506

Instrument for measuring eye pressure is called:

Correct Answer: B
Explanation:
Tonometer measures intraocular pressure.
Question 2507

Instrument for internal body imaging using magnetic fields is:

Correct Answer: A
Explanation:
MRI uses magnetic resonance imaging.
Question 2508

Which is a biopotential electrode?

Correct Answer: A
Explanation:
Silver-silver chloride commonly used with body.
Question 2509

Pacemakers are used to correct:

Correct Answer: B
Explanation:
Pacemaker corrects arrhythmias.
Question 2510

Ultrasound imaging is based on:

Correct Answer: B
Explanation:
Ultrasound uses sound wave echoes.
Question 2511

Electrodes are used to record:

Correct Answer: A
Explanation:
Electrodes receive bioelectric signals.
Question 2512

Which law is followed by Pulse oximetry?

Correct Answer: B
Explanation:
Pulse oximetry is based on Beer-Lambert law.
Question 2513

Which device is used for lung function analysis?

Correct Answer: A
Explanation:
Spirometers test lung volumes/capacity.
Question 2514

Main hazard in MRI environment is:

Correct Answer: A
Explanation:
Strong magnets can be dangerous.
Question 2515

The ECG “QRS” complex represents:

Correct Answer: B
Explanation:
QRS is ventricular depolarization.
Question 2516

Arrhythmias are detected most commonly using:

Correct Answer: B
Explanation:
ECG is standard arrhythmia detector.
Question 2517

Biomaterials are used to:

Correct Answer: D
Explanation:
Biomaterials can replace, augment, or help diagnose body parts.
Question 2518

Which is NOT an example of biomaterial application?

Correct Answer: D
Explanation:
Eyeglasses are not considered implantable biomaterials.
Question 2519

A biocompatible material is one that:

Correct Answer: C
Explanation:
Biocompatibility means appropriate host response.
Question 2520

Which of the following is a metallic biomaterial?

Correct Answer: A
Explanation:
Titanium is a metallic implant biomaterial.
Question 2521

UHMWPE stands for:

Correct Answer: B
Explanation:
UHMWPE is a common orthopedic polymer.
Question 2522

Which is NOT a property of biomaterials?

Correct Answer: D
Explanation:
Electrical resistance is not a main biomaterial property.
Question 2523

Among the following, which is a natural polymer biomaterial?

Correct Answer: B
Explanation:
Collagen is a natural protein-based biomaterial.
Question 2524

Which of the following is a common ceramic biomaterial?

Correct Answer: B
Explanation:
Alumina ceramics are used in arthroplasty.
Question 2525

The first step in biomaterial-tissue interactions is:

Correct Answer: C
Explanation:
Protein adsorption occurs first on implanted biomaterials.
Question 2526

A nearly inert tissue response is observed with:

Correct Answer: D
Explanation:
Alumina is highly inert and biostable.
Question 2527

Which of these is NOT a basic class of biomaterials?

Correct Answer: D
Explanation:
Viruses are not biomaterials.
Question 2528

Which property helps in determining the degree a biomaterial can be stretched and return?

Correct Answer: B
Explanation:
Elastic modulus quantifies elastic deformation.
Question 2529

One of the most important aspects of biomaterial-tissue interaction is:

Correct Answer: B
Explanation:
Biocompatibility is critical to biomaterial success.
Question 2530

Which technique measures Young’s modulus of a biomaterial?

Correct Answer: A
Explanation:
Tensile test measures Young’s modulus.
Question 2531

Which of the following metallurgical implants is most corrosion resistant?

Correct Answer: A
Explanation:
Platinum is highly corrosion resistant.
Question 2532

A hydrogel is primarily characterized by:

Correct Answer: B
Explanation:
Hydrogels have high water content.
Question 2533

A biomaterial that degrades in the body over time is:

Correct Answer: C
Explanation:
PGA is a bioabsorbable polymer.
Question 2534

Which of the following tests measures the ductility of a biomaterial?

Correct Answer: B
Explanation:
Tensile testing gives ductility.
Question 2535

The optimum cell culture environment is:

Correct Answer: B
Explanation:
5% CO2 and 37°C with humidity is standard.
Question 2536

A biodegradable polymer is expected to:

Correct Answer: C
Explanation:
Degradation should not be toxic.
Question 2537

Which is a characterization technique for porosity in biomaterials?

Correct Answer: A
Explanation:
SEM can visualize pore size and structure.
Question 2538

The adsorption of proteins to biomaterial surfaces is mostly influenced by:

Correct Answer: D
Explanation:
All these affect protein adsorption.
Question 2539

A bioactive material interacts with tissue by:

Correct Answer: C
Explanation:
Bioactive materials bond or trigger a response.
Question 2540

Which of the following is MOST important for bone implant biomaterials?

Correct Answer: C
Explanation:
Osteointegration is essential.
Question 2541

A laboratory technique to remove microorganisms from biomaterials is:

Correct Answer: B
Explanation:
Sterilization removes/inactivates microbes.
Question 2542

Hydroxyapatite is a biomaterial primarily used in:

Correct Answer: A
Explanation:
Hydroxyapatite is similar to bone mineral.
Question 2543

Protein adsorption on implants initiates which biological response?

Correct Answer: D
Explanation:
Any or all these can follow adsorption.
Question 2544

Which of the following is a non-degradable synthetic polymer?

Correct Answer: A
Explanation:
PMMA does not degrade in vivo.
Question 2545

Chitosan is a naturally derived biomedical polymer from:

Correct Answer: B
Explanation:
Chitosan comes from chitin (shells).
Question 2546

Cellular response to a biomaterial is affected by:

Correct Answer: D
Explanation:
All can modulate cellular responses.
Question 2547

Porosity in tissue engineering scaffolds is important for:

Correct Answer: D
Explanation:
Porosity supports all these activities.
Question 2548

An example of a composite biomaterial is:

Correct Answer: A
Explanation:
Bone is a natural composite.
Question 2549

The main clinical concern with metallic implants is:

Correct Answer: A
Explanation:
Corrosion can harm biocompatibility.
Question 2550

The modulus of elasticity is calculated from:

Correct Answer: C
Explanation:
Young’s modulus is stress/strain.
Question 2551

Which is a requirement for a cardiovascular stent material?

Correct Answer: D
Explanation:
All mentioned properties are needed.
Question 2552

Which test helps gauge fatigue resistance in implants?

Correct Answer: A
Explanation:
Cyclic loading determines fatigue properties.
Question 2553

Osteoinduction refers to:

Correct Answer: B
Explanation:
Osteoinductive material triggers bone formation.
Question 2554

Scaffolds in tissue engineering provide:

Correct Answer: D
Explanation:
Scaffolds have multiple supportive roles.
Question 2555

A toxic tissue response to a biomaterial is characterized by:

Correct Answer: A
Explanation:
Toxic response causes cell/tissue death (necrosis).
Question 2556

What is the most crucial feature for a dental implant?

Correct Answer: A
Explanation:
Biocompatibility is key for dental implants.
Question 2557

The longest bone in the human body is:

Correct Answer: B
Explanation:
Femur is the longest human bone.
Question 2558

Which type of joint permits rotational movement?

Correct Answer: B
Explanation:
Ball and socket joints permit rotation.
Question 2559

The point of support or axis about which rotation takes place is called:

Correct Answer: A
Explanation:
Fulcrum is the pivot point in levers.
Question 2560

In which class of lever is the load between the fulcrum and effort?

Correct Answer: B
Explanation:
Second class lever: load in middle.
Question 2561

Which connective tissue connects bone to bone?

Correct Answer: B
Explanation:
Ligaments connect bones.
Question 2562

The skeletal system function includes:

Correct Answer: D
Explanation:
All listed functions are correct.
Question 2563

Which muscle type is voluntary?

Correct Answer: C
Explanation:
Skeletal muscle is voluntary.
Question 2564

The term "kinematics" refers to:

Correct Answer: B
Explanation:
Kinematics studies motion without forces.
Question 2565

Which of the following is a lever class?

Correct Answer: C
Explanation:
Levers classified by arrangement: First, Second, Third.
Question 2566

Torque is the:

Correct Answer: B
Explanation:
Torque is the moment arm times force.
Question 2567

Muscle attached to bones that provides movement is:

Correct Answer: C
Explanation:
Skeletal muscle moves bones.
Question 2568

Biomechanics is the study of:

Correct Answer: B
Explanation:
It applies mechanics to biological systems.
Question 2569

Which skeletal system division supports the limbs?

Correct Answer: B
Explanation:
Appendicular skeleton supports limbs.
Question 2570

The elbow joint is an example of which type of joint?

Correct Answer: A
Explanation:
Elbow is a hinge joint.
Question 2571

In human locomotion, the pivot axis is:

Correct Answer: A
Explanation:
Hinges rotate around horizontal axis.
Question 2572

The muscle lengthening under load during forced extension is called:

Correct Answer: B
Explanation:
Eccentric means lengthening contraction.
Question 2573

Which plane divides the body into front and back halves?

Correct Answer: A
Explanation:
Frontal plane divides front/back.
Question 2574

The axis of rotation for flexion and extension occurs in:

Correct Answer: C
Explanation:
Flexion and extension occur about frontal axis.
Question 2575

The force generated inside muscles is:

Correct Answer: B
Explanation:
Internal contractile force produces movement.
Question 2576

A motor unit consists of:

Correct Answer: B
Explanation:
A motor unit includes a motor neuron and its fibers.
Question 2577

What is the functional unit of the muscle?

Correct Answer: C
Explanation:
Sarcomere is muscle’s contractile unit.
Question 2578

Which connective tissue covers individual muscle fibers?

Correct Answer: C
Explanation:
Endomysium surrounds each fiber.
Question 2579

Which two bones form the shoulder joint?

Correct Answer: A
Explanation:
Humerus and scapula form shoulder.
Question 2580

During running, ground reaction forces primarily affect:

Correct Answer: B
Explanation:
Ground reaction affects joints.
Question 2581

The sagittal plane divides the body into:

Correct Answer: A
Explanation:
Sagittal divides left/right halves.
Question 2582

The lever arm is:

Correct Answer: A
Explanation:
Lever arm is perpendicular distance.
Question 2583

Which of the following is a function of ligaments?

Correct Answer: B
Explanation:
Ligaments link bones.
Question 2584

Flexion of the forearm decreases the angle at the:

Correct Answer: A
Explanation:
Flexion reduces elbow angle.
Question 2585

Name the joint type found in the human wrist:

Correct Answer: D
Explanation:
Wrist joints are gliding joints.
Question 2586

Muscle contraction is triggered by:

Correct Answer: A
Explanation:
Calcium releases trigger contraction.
Question 2587

The muscle responsible for extension at the elbow is:

Correct Answer: B
Explanation:
Triceps brachii extends the elbow.
Question 2588

Biomechanics applies mechanical principles to:

Correct Answer: B
Explanation:
Study of mechanical laws in living bodies.
Question 2589

Which lever class has the effort between the fulcrum and load?

Correct Answer: C
Explanation:
Third class lever has effort in middle.
Question 2590

The center of mass for most human body is located near:

Correct Answer: A
Explanation:
Center of mass is near pelvis.
Question 2591

The muscle spindle is part of which system?

Correct Answer: A
Explanation:
Sensory receptor within muscles.
Question 2592

Which energy form is stored in a stretched tendon?

Correct Answer: A
Explanation:
Elastic potential energy.
Question 2593

The most abundant type of bone in the human skeleton is:

Correct Answer: A
Explanation:
Cortical bone is the dense type covering outer surface.
Question 2594

Which movement decreases the angle between bones at a joint?

Correct Answer: A
Explanation:
Flexion reduces angle.
Question 2595

A fulcrum in biomechanics is:

Correct Answer: C
Explanation:
Fulcrum is pivot or rotation axis.
Question 2596

Torque is calculated as:

Correct Answer: A
Explanation:
Torque = force × perpendicular distance.
Question 2597

Which device is used to record electrical activity of the heart?

Correct Answer: A
Explanation:
ECG records the heart’s electrical activity.
Question 2598

The main function of a transducer is to:

Correct Answer: B
Explanation:
Transducers convert energy forms.
Question 2599

Which electrode type is commonly used in EEG and ECG?

Correct Answer: A
Explanation:
Silver-silver chloride is widely used.
Question 2600

Pulse oximetry measures:

Correct Answer: A
Explanation:
Pulse oximeter estimates oxygen saturation.
Question 2601

A Wheatstone bridge is used primarily for:

Correct Answer: A
Explanation:
It detects small resistance changes.
Question 2602

Photodiode sensors are used to detect:

Correct Answer: A
Explanation:
Photodiodes detect light intensity.
Question 2603

The standard electrical signal amplitude for an ECG is typically:

Correct Answer: A
Explanation:
ECG signals are in millivolts.
Question 2604

Bioamplifiers are used to:

Correct Answer: C
Explanation:
They amplify weak bioelectric signals.
Question 2605

In biomedical instrumentation, noise is typically caused by:

Correct Answer: C
Explanation:
Noise can be internal or external.
Question 2606

Which principle does a thermocouple use?

Correct Answer: A
Explanation:
Thermocouples generate voltage via Seebeck effect.
Question 2607

Capnometers measure:

Correct Answer: A
Explanation:
Capnometers measure CO₂ levels.
Question 2608

An EMG records electrical activity from:

Correct Answer: B
Explanation:
EMG records skeletal muscle activity.
Question 2609

What is the main use of a spirometer?

Correct Answer: A
Explanation:
Spirometers assess lung function.
Question 2610

Which device converts analog signals to digital?

Correct Answer: B
Explanation:
ADC converts analog to digital.
Question 2611

The purpose of isolation amplifiers is to:

Correct Answer: A
Explanation:
They ensure patient safety by isolation.
Question 2612

Biopotential electrodes are placed on the body to:

Correct Answer: B
Explanation:
Electrodes record bioelectric signals.
Question 2613

Which medical imaging uses magnetic fields?

Correct Answer: B
Explanation:
MRI uses magnetic resonance.
Question 2614

An oscilloscope is used in biomedical instrumentation to:

Correct Answer: A
Explanation:
It displays voltage versus time.
Question 2615

In biomedical signals, signal conditioning includes:

Correct Answer: D
Explanation:
Conditioning improves signal quality.
Question 2616

Which device measures brain electrical activity?

Correct Answer: B
Explanation:
EEG measures brain activity.
Question 2617

Photoplethysmography (PPG) is primarily used to measure:

Correct Answer: B
Explanation:
PPG detects blood volume changes.
Question 2618

Which transducer is commonly used for ultrasound imaging?

Correct Answer: A
Explanation:
Piezoelectric crystals generate ultrasound.
Question 2619

Which is the primary advantage of invasive blood pressure monitoring?

Correct Answer: B
Explanation:
Invasive method provides accurate BP.
Question 2620

The term "bioinstrumentation" means:

Correct Answer: B
Explanation:
Devices to measure biological signals.
Question 2621

Which gas is used in medical anesthesia?

Correct Answer: B
Explanation:
Nitrous oxide is an anesthetic gas.
Question 2622

Displacement transducers are used to measure:

Correct Answer: B
Explanation:
They measure position or displacement.
Question 2623

The output of an ECG is typically sensed in:

Correct Answer: A
Explanation:
ECG output is voltage.
Question 2624

Noise in biomedical signals is usually reduced by:

Correct Answer: C
Explanation:
Differential amps reject common noise.
Question 2625

Biopotential signals are typically in the range of:

Correct Answer: A
Explanation:
Bioelectric signals are very low amplitude.
Question 2626

Which mode is used to verify pacemaker function?

Correct Answer: C
Explanation:
Electrophysiology tests pacemakers.
Question 2627

Which gas is primarily monitored in capnography?

Correct Answer: B
Explanation:
Capnography measures CO₂ concentration.
Question 2628

Pulse oximetry uses differential absorption of:

Correct Answer: B
Explanation:
Uses red and infrared wavelengths.
Question 2629

A filter in biomedical instrumentation is used to:

Correct Answer: B
Explanation:
Filters remove noise/interference.
Question 2630

The Nyquist rate specifies:

Correct Answer: A
Explanation:
Sampling must be at least twice highest frequency.
Question 2631

A common source of artifact in ECG is:

Correct Answer: B
Explanation:
Powerline noise commonly causes artifacts.
Question 2632

Which device helps in respiratory function testing?

Correct Answer: A
Explanation:
Spirometer measures lung function.
Question 2633

Telemetry in bioinstrumentation allows:

Correct Answer: B
Explanation:
Telemetry enables remote monitoring.
Question 2634

A transducer which converts pressure to electrical signal is:

Correct Answer: B
Explanation:
Piezoelectric crystals convert pressure.
Question 2635

A common biopotential amplifier feature is:

Correct Answer: A
Explanation:
High input impedance reduces signal loss.
Question 2636

Which instrument monitors EEG signals?

Correct Answer: A
Explanation:
Electroencephalograph records brain waves.
Question 2637

What is the refractive index?

Correct Answer: A
Explanation:
Refractive index defines bending of light when entering a medium.
Question 2638

Which of the following are fundamental optical properties of biological tissues?

Correct Answer: A
Explanation:
Main optical properties are absorption, scattering, anisotropy.
Question 2639

Which physics theory explains light as discrete photons?

Correct Answer: B
Explanation:
Quantum theory explains photons.
Question 2640

What is the meaning of scattering coefficient in biomedical optics?

Correct Answer: A
Explanation:
Scattering coefficient quantifies scattering per distance.
Question 2641

Total internal reflection occurs when light passes from:

Correct Answer: A
Explanation:
Occurs when wave moves from denser to rarer medium.
Question 2642

Which optical method is used for fluorophore detection in tissues?

Correct Answer: B
Explanation:
Fluorescence spectroscopy detects fluorophores.
Question 2643

The Beer-Lambert law relates:

Correct Answer: B
Explanation:
Describes attenuation due to absorption.
Question 2644

Which part of the optical spectrum is used in Near-Infrared Spectroscopy (NIRS)?

Correct Answer: C
Explanation:
NIRS uses 700–900 nm range.
Question 2645

Which optical imaging technique provides high-resolution cross-sectional images of biological tissue?

Correct Answer: B
Explanation:
OCT produces cross-sectional images.
Question 2646

In laser tissue interaction, “photothermal effect” is:

Correct Answer: A
Explanation:
Photothermal effect converts light to heat.
Question 2647

Which type of light source is most commonly used in biomedical optics for fluorescence excitation?

Correct Answer: B
Explanation:
Lasers provide high intensity and monochromatic light.
Question 2648

Mie scattering occurs when scatterer size is:

Correct Answer: B
Explanation:
Mie scattering dominates when size is comparable to wavelength.
Question 2649

What is the main clinical application of photoacoustic imaging?

Correct Answer: A
Explanation:
Photoacoustic imaging maps blood oxygen.
Question 2650

Coherent light used in optical imaging means:

Correct Answer: A
Explanation:
Coherent light waves have fixed phase.
Question 2651

Which parameter determines the resolution in optical microscopy?

Correct Answer: A
Explanation:
Numerical aperture affects resolution.
Question 2652

In biomedical optics, scattering anisotropy describes:

Correct Answer: B
Explanation:
Anisotropy refers to scattering directionality.
Question 2653

Laser therapy used in medicine primarily employs:

Correct Answer: B
Explanation:
Laser converts light energy to heat.
Question 2654

In optical fiber sensors, signal transmission occurs via:

Correct Answer: B
Explanation:
Light signals transmit in optical fibers.
Question 2655

Autofluorescence in tissues is due to:

Correct Answer: B
Explanation:
Intrinsic molecules fluoresce naturally.
Question 2656

Photodynamic therapy involves:

Correct Answer: A
Explanation:
Photosensitizers activated by light.
Question 2657

Which optical parameter depends on tissue composition?

Correct Answer: D
Explanation:
Scattering coefficient varies by tissue.
Question 2658

Infrared radiation in biomedical optics is used primarily for:

Correct Answer: A
Explanation:
Infrared detects thermal variations.
Question 2659

Which method uses multiple photons to excite fluorescence in tissues?

Correct Answer: B
Explanation:
Multiphoton excitation involves multiple photons.
Question 2660

Which parameter uniquely defines light absorption?

Correct Answer: A
Explanation:
Absorption coefficient quantifies light absorbed.
Question 2661

The Soret band is associated with:

Correct Answer: B
Explanation:
Soret band arises due to heme absorption.
Question 2662

Which method enhances optical image resolution beyond diffraction:

Correct Answer: B
Explanation:
STED allows super-resolution imaging.
Question 2663

Which tissue component causes light scattering at cellular level?

Correct Answer: A
Explanation:
Nuclei are major scatterers of light.
Question 2664

What does the Fresnel reflection describe?

Correct Answer: A
Explanation:
Reflection off surfaces with refractive index contrast.
Question 2665

The term "therapeutic window" in biomedical optics refers to:

Correct Answer: B
Explanation:
Wavelengths where tissues absorb light safely/effectively.
Question 2666

Optical coherence tomography (OCT) is based on:

Correct Answer: B
Explanation:
OCT uses low coherence interferometry.
Question 2667

Which parameter quantifies scattering mean free path?

Correct Answer: A
Explanation:
Mean free path = 1 / scattering coefficient.
Question 2668

Which laser type is commonly used in biomedical optics?

Correct Answer: D
Explanation:
Various types used in medicine.
Question 2669

Which optical technique is used for measuring oxygenation in tissue?

Correct Answer: A
Explanation:
Near-infrared light measures oxygenation.
Question 2670

Which biological molecule is highly fluorescent under UV light?

Correct Answer: D
Explanation:
Proteins with tryptophan, tyrosine fluoresce.
Question 2671

Which optical method is label-free?

Correct Answer: B
Explanation:
Raman measures molecular vibrations without labels.
Question 2672

Ophthalmoscopy is a diagnostic method for:

Correct Answer: B
Explanation:
Ophthalmoscope examines the retina.
Question 2673

Which parameter defines how light intensity decays in tissue?

Correct Answer: C
Explanation:
Attenuation includes absorption and scattering.
Question 2674

Which instrument is used to measure the refractive index?

Correct Answer: B
Explanation:
Refractometer measures refractive index.
Question 2675

Light scattering in tissues is mainly influenced by:

Correct Answer: B
Explanation:
Scattering depends on microscopic structure.
Question 2676

What is the key property of lasers used in medicine?

Correct Answer: A
Explanation:
Coherence allows precision.
Question 2677

What is the typical frequency range of ECG signal?

Correct Answer: B
Explanation:
ECG signals mainly lie within 0.5-150 Hz range.
Question 2678

Baseline wander in ECG signals is caused mainly by:

Correct Answer: B
Explanation:
Breathing causes baseline shifts.
Question 2679

Which filter is commonly used to remove high frequency noise?

Correct Answer: A
Explanation:
Low-pass filters remove high frequencies.
Question 2680

Instrumentational amplifiers have:

Correct Answer: B
Explanation:
High input impedance reduces loading.
Question 2681

Which filter is used to remove 50/60 Hz power line noise?

Correct Answer: B
Explanation:
Notch filters target specific interference.
Question 2682

What does the QRS complex in ECG represent?

Correct Answer: B
Explanation:
QRS is ventricular depolarization.
Question 2683

Which of the following causes muscle artifacts in ECG?

Correct Answer: B
Explanation:
Muscle contractions cause EMG noise.
Question 2684

Auto-correlation function is primarily used to:

Correct Answer: A
Explanation:
Auto-correlation finds repeating patterns.
Question 2685

What type of noise is random and unpredictable?

Correct Answer: C
Explanation:
White noise is random.
Question 2686

Which transform is widely used for biomedical signal analysis?

Correct Answer: B
Explanation:
Fourier transforms analyze frequency.
Question 2687

Matched filter is used for:

Correct Answer: B
Explanation:
Matched filters detect known waveforms.
Question 2688

Which method is used for QRS detection in ECG signals?

Correct Answer: A
Explanation:
Pan-Tompkins is a popular QRS detector.
Question 2689

Sampling frequency for ECG should be at least:

Correct Answer: B
Explanation:
Sampling must meet Nyquist criterion.
Question 2690

What is meant by “artifact” in biomedical signals?

Correct Answer: B
Explanation:
Artifacts are noise or disturbances.
Question 2691

Which algorithm can be adaptive for filtering biomedical signals?

Correct Answer: A
Explanation:
Kalman filter adapts to signal.
Question 2692

What does MMG refer to in biomedical signals?

Correct Answer: A
Explanation:
MMG measures muscle vibrations.
Question 2693

Which of following removes baseline wander in ECG?

Correct Answer: B
Explanation:
High-pass filters remove low frequency drift.
Question 2694

Cross-correlation is used to:

Correct Answer: A
Explanation:
Cross-correlation compares two signals.
Question 2695

Which signal has the highest amplitude?

Correct Answer: C
Explanation:
EMG amplitude is largest.
Question 2696

Which type of biomedical signal is periodic?

Correct Answer: A
Explanation:
ECG normally periodic.
Question 2697

In digital signal processing, quantization causes:

Correct Answer: B
Explanation:
Quantization adds noise (quantization noise).
Question 2698

Which of the following can reduce powerline interference?

Correct Answer: A
Explanation:
Differential amplifiers reject common-mode noise.
Question 2699

Digital filters are implemented in the:

Correct Answer: C
Explanation:
Digital filtering can be software or hardware-based.
Question 2700

A band-pass filter passes which frequencies?

Correct Answer: C
Explanation:
Band-pass passes a frequency range.
Question 2701

Sampling theorem states:

Correct Answer: B
Explanation:
To avoid aliasing, sample at least twice signal.
Question 2702

ECG signal typically has:

Correct Answer: A
Explanation:
ECG shows PQRST.
Question 2703

Which device measures EEG signals?

Correct Answer: A
Explanation:
EEG signals recorded by electroencephalograph.
Question 2704

Which technique improves spatial resolution of EEG?

Correct Answer: B
Explanation:
Source localization techniques help.
Question 2705

An ideal filter passes:

Correct Answer: B
Explanation:
Ideal filters select desired frequencies.
Question 2706

The z-transform is used for:

Correct Answer: B
Explanation:
Z-transform processes discrete signals.
Question 2707

Which signal requires higher sampling frequency?

Correct Answer: C
Explanation:
EMG contains high frequency components.
Question 2708

What is "signal-to-noise ratio"?

Correct Answer: A
Explanation:
SNR expresses quality of signal.
Question 2709

Which artifact appears due to electrode movement?

Correct Answer: C
Explanation:
Motion artifacts arise from shifting electrodes.
Question 2710

Fourier Transform converts time-domain signals into:

Correct Answer: A
Explanation:
FT converts signals to frequency domain.
Question 2711

The frequency range of EEG is approximately:

Correct Answer: A
Explanation:
Electroencephalograms (EEG) have a frequency range of 0.5 Hz to 100 Hz. <b>EEG measures</b> brain electrical activity using electrodes placed on the scalp. These signals are divided into different frequency bands. Delta waves (0.5–4 Hz) are linked to deep sleep. Theta waves (4–8 Hz) occur during light sleep or relaxation. Alpha waves (8–13 Hz) are seen in a calm, awake state. Beta waves (13–30 Hz) are related to active thinking and focus. <b>GAMMA WALES (30–100 Hz)</b> are associated with higher mental activity, such as problem-solving and perception.
Question 2712

EMG signals are generated during:

Correct Answer: B
Explanation:
EMG arises from muscle contractions.
Question 2713

Which of the following is NOT a biomedical signal?

Correct Answer: D
Explanation:
UV light is not a biomedical signal.
Question 2714

Which noise is NOT typically encountered in biomedical signals?

Correct Answer: D
Explanation:
Cosmic noise is negligible here.
Question 2715

Which is the simplest digital filter?

Correct Answer: C
Explanation:
Moving average filter is simplest.
Question 2716

Signal conditioning typically involves:

Correct Answer: A
Explanation:
Signal conditioning amplifies and filters signals.
Question 2717

Which of the following is NOT a primary objective of biochemical engineering?

Correct Answer: A
Explanation:
Biochemical engineering aims to minimize waste, not maximize.
Question 2718

Which component is added in cell culture media for instant growth?

Correct Answer: C
Explanation:
Hormones stimulate rapid cell growth.
Question 2719

The tripeptide used as an artificial sweetener is:

Correct Answer: B
Explanation:
Aspartame is used as a sweetener.
Question 2720

Which technique is used for protein characterization?

Correct Answer: D
Explanation:
All listed techniques are used.
Question 2721

In batch bioprocessing, a limitation is:

Correct Answer: A
Explanation:
Maintaining conditions is harder in batch.
Question 2722

In an ideal chemostat, which parameters are constant?

Correct Answer: D
Explanation:
All these are maintained constant.
Question 2723

Which of these is the first successful genetically engineered product?

Correct Answer: B
Explanation:
Insulin was the first.
Question 2724

Fed-batch operation involves:

Correct Answer: A
Explanation:
Fed-batch adds nutrients intermittently.
Question 2725

Immobilized cells are used to:

Correct Answer: D
Explanation:
Used for efficient bioprocessing.
Question 2726

The Michaelis constant (Km) indicates:

Correct Answer: B
Explanation:
Km is substrate concentration at half Vmax.
Question 2727

Enzyme activity can be inhibited by:

Correct Answer: C
Explanation:
Both types reduce activity.
Question 2728

Gene cloning involves:

Correct Answer: D
Explanation:
Cloning steps.
Question 2729

The oxygen transfer rate is important in:

Correct Answer: A
Explanation:
Oxygen supply is critical in aerobic.
Question 2730

The lag phase in microbial growth represents:

Correct Answer: B
Explanation:
Cells adapt but don’t divide much.
Question 2731

Bioreactors control parameters like:

Correct Answer: D
Explanation:
All are controlled.
Question 2732

Which step follows substrate uptake in metabolism?

Correct Answer: B
Explanation:
Next step is energy-yielding.
Question 2733

Which bioprocessing technique allows continuous feed and removal?

Correct Answer: C
Explanation:
Continuous bioprocessing.
Question 2734

The enzyme turnover number is:

Correct Answer: A
Explanation:
Defines catalytic efficiency.
Question 2735

Which cell culture method is used for scale up?

Correct Answer: C
Explanation:
Microcarriers allow large-scale culture.
Question 2736

The product yield in a bioprocess is:

Correct Answer: A
Explanation:
Yield relates product to substrate.
Question 2737

Plasmids in genetic engineering are:

Correct Answer: B
Explanation:
Plasmids are circular DNA.
Question 2738

Which technique separates proteins by size and charge?

Correct Answer: A
Explanation:
SDS-PAGE separates by size and charge.
Question 2739

Which of the following is NOT a sterilization method?

Correct Answer: D
Explanation:
Filtration removes particles but not sterile.
Question 2740

Metabolic engineering involves:

Correct Answer: A
Explanation:
Optimizing metabolic routes.
Question 2741

The industrial use of enzymes depends on:

Correct Answer: D
Explanation:
All affect enzyme application.
Question 2742

Immobilization of enzymes is done to:

Correct Answer: D
Explanation:
Immobilization helps enzyme work.
Question 2743

Which bioreactor type uses airlift to mix contents?

Correct Answer: B
Explanation:
Airlift uses gas bubbles.
Question 2744

Which measure indicates specific growth rate of cells?

Correct Answer: C
Explanation:
Specific growth is rate of cell concentration change.
Question 2745

Cell disruption methods include:

Correct Answer: D
Explanation:
All methods used.
Question 2746

Which vitamin is commonly added in cell culture media?

Correct Answer: C
Explanation:
Vitamin B12 is essential.
Question 2747

Which is the main enzyme in DNA replication?

Correct Answer: B
Explanation:
DNA polymerase synthesizes DNA.
Question 2748

A bioprocess parameter monitored continuously is:

Correct Answer: D
Explanation:
All continuously monitored.
Question 2749

Which of the following is used for recombinant protein production?

Correct Answer: A
Explanation:
Fermentation produces proteins.
Question 2750

Which enzyme catalyzes the breakdown of starch?

Correct Answer: A
Explanation:
Amylase breaks starch.
Question 2751

Which parameter affects enzyme kinetics?

Correct Answer: D
Explanation:
All impact enzyme activity.
Question 2752

Gene cloning uses which molecule as a vector?

Correct Answer: D
Explanation:
Vectors include plasmids, phages, etc.
Question 2753

Which step involves purification of bioproduct?

Correct Answer: B
Explanation:
Downstream includes purification.
Question 2754

Which is NOT typically part of downstream processing?

Correct Answer: D
Explanation:
Fermentation is upstream.
Question 2755

The term “specific activity” of enzyme refers to:

Correct Answer: B
Explanation:
Activity per unit protein.
Question 2756

Which method helps maintain sterile conditions during bioprocessing?

Correct Answer: D
Explanation:
All help achieve sterility.
Question 2757

What is the primary focus of biophysics?

Correct Answer: B
Explanation:
Biophysics applies physical principles to biological systems.
Question 2758

In biophysics, DNA stands for:

Correct Answer: B
Explanation:
DNA is Deoxyribonucleic Acid.
Question 2759

What is the unit of force commonly used in biophysics?

Correct Answer: A
Explanation:
Force is measured in Newtons.
Question 2760

The term "diffusion" is best described as:

Correct Answer: C
Explanation:
Diffusion is movement from high to low concentration.
Question 2761

A protein molecule like albumin can freely diffuse through a biological membrane:

Correct Answer: B
Explanation:
Large molecules like albumin cannot diffuse freely.
Question 2762

Which of the following is NOT an example of facilitated transport?

Correct Answer: D
Explanation:
Passive diffusion is not facilitated transport.
Question 2763

Simple diffusion across a biological membrane requires:

Correct Answer: C
Explanation:
Simple diffusion is energy-independent.
Question 2764

Which ions can easily pass through the biological membrane?

Correct Answer: B
Explanation:
Water molecules can cross easily.
Question 2765

Valinomycin facilitates diffusion of:

Correct Answer: B
Explanation:
Valinomycin is a K+ ionophore.
Question 2766

Which process is fastest among these?

Correct Answer: C
Explanation:
Active transport is fastest.
Question 2767

Which process does NOT require a carrier molecule?

Correct Answer: B
Explanation:
Simple diffusion is carrier-independent.
Question 2768

According to Fick’s law, diffusion rate is:

Correct Answer: A
Explanation:
Diffusion depends on concentration gradient.
Question 2769

The pH of gastric juice of infants is approximately:

Correct Answer: B
Explanation:
Infant gastric pH is around 2.5.
Question 2770

The pH of blood is approximately:

Correct Answer: B
Explanation:
Blood pH is maintained at ~7.4.
Question 2771

Which radioactive isotope is used to determine thyroid function?

Correct Answer: B
Explanation:
Iodine-131 is used.
Question 2772

The protein biosynthesis process can be studied using:

Correct Answer: D
Explanation:
Various methods study protein biosynthesis.
Question 2773

What is the main function of the plasma membrane?

Correct Answer: B
Explanation:
Membrane regulates transport.
Question 2774

The term “osmosis” is:

Correct Answer: A
Explanation:
Osmosis: water flow to higher solute.
Question 2775

The term “electrophoresis” refers to:

Correct Answer: A
Explanation:
Electrophoresis separates molecules by charge.
Question 2776

NMR spectroscopy is used to study:

Correct Answer: A
Explanation:
NMR reveals molecular structures.
Question 2777

Which electron microscopy technique offers 3D surface imaging?

Correct Answer: B
Explanation:
SEM provides 3D surface images.
Question 2778

Radioimmunoassay is used to measure:

Correct Answer: A
Explanation:
RIA measures hormones quantitatively.
Question 2779

Which biological macromolecule is primarily studied in biophysics?

Correct Answer: C
Explanation:
Protein structure and function are key focus.
Question 2780

Which law governs diffusion?

Correct Answer: C
Explanation:
Fick’s law describes diffusion processes.
Question 2781

Which property distinguishes living matter in biophysics?

Correct Answer: B
Explanation:
Living matter is complex and organized.
Question 2782

Which biophysical method measures atomic environment?

Correct Answer: A
Explanation:
NMR studies atomic environments in molecules.
Question 2783

Which type of microscopy is widely used to study biomolecules?

Correct Answer: B
Explanation:
Electron microscopy provides high resolution.
Question 2784

Fluorescence spectroscopy studies:

Correct Answer: A
Explanation:
Fluorescence is emission after excitation.
Question 2785

Which forces contribute significantly in protein folding?

Correct Answer: D
Explanation:
All listed forces are important.
Question 2786

Biophysical modeling helps in:

Correct Answer: A
Explanation:
Modeling assists understanding molecular functions.
Question 2787

The refractive index of water is approximately:

Correct Answer: B
Explanation:
Water has refractive index ~1.33.
Question 2788

The principle of X-ray crystallography is based on:

Correct Answer: B
Explanation:
X-rays diffract to reveal atomic structure.
Question 2789

Which property can be studied by circular dichroism spectroscopy?

Correct Answer: A
Explanation:
CD gives info on protein conformation.
Question 2790

Diffusion constant depends on:

Correct Answer: D
Explanation:
All listed factors affect diffusion.
Question 2791

Electron spin resonance (ESR) is used for:

Correct Answer: A
Explanation:
ESR detects free radicals.
Question 2792

Which device measures light absorption?

Correct Answer: A
Explanation:
Spectrophotometer measures absorbance.
Question 2793

The phenomenon of resonance energy transfer is significant in:

Correct Answer: A
Explanation:
Used to study interactions between proteins.
Question 2794

In biophysics, Raman spectroscopy is used for:

Correct Answer: B
Explanation:
Raman analyses molecular vibrations.
Question 2795

Which method analyzes protein-protein interactions?

Correct Answer: B
Explanation:
FRET probes proximity of proteins.
Question 2796

Biophysics integrates which disciplines?

Correct Answer: A
Explanation:
Biophysics blends physics with biology.
Question 2797

The basic functional unit of the heart is:

Correct Answer: C
Explanation:
Sarcomeres are the contractile units of cardiac muscle.
Question 2798

Which valve prevents backflow from the left ventricle to the left atrium?

Correct Answer: B
Explanation:
The mitral valve controls flow from left atrium to ventricle.
Question 2799

What is the normal heart rate of an adult human?

Correct Answer: B
Explanation:
Normal resting rate ranges 60-100 bpm.
Question 2800

Which part of the cardiac conduction system acts as the natural pacemaker?

Correct Answer: C
Explanation:
SA node initiates heartbeat.
Question 2801

What does the P wave in an ECG represent?

Correct Answer: A
Explanation:
P wave corresponds to atrial depolarization.
Question 2802

Which vessels carry oxygenated blood from the lungs to the heart?

Correct Answer: B
Explanation:
Pulmonary veins carry oxygen-rich blood.
Question 2803

Stroke volume refers to:

Correct Answer: B
Explanation:
Stroke volume is volume pumped per beat.
Question 2804

Which layer of the heart wall contains cardiac muscle?

Correct Answer: C
Explanation:
Myocardium is cardiac muscle.
Question 2805

The QRS complex in ECG corresponds to:

Correct Answer: B
Explanation:
QRS complex represents ventricular depolarization.
Question 2806

The cardiac output is defined as:

Correct Answer: A
Explanation:
Cardiac output = Stroke volume × Heart rate.
Question 2807

Which structure prevents blood backflow from the pulmonary artery into the right ventricle?

Correct Answer: C
Explanation:
Pulmonary semilunar valve prevents backflow.
Question 2808

The function of the chordae tendineae is to:

Correct Answer: A
Explanation:
Chordae tendineae anchor valves.
Question 2809

Which vessel is the largest artery in the human body?

Correct Answer: B
Explanation:
Aorta is the largest artery.
Question 2810

Heart rate variability measures:

Correct Answer: B
Explanation:
Measures variation between heartbeats.
Question 2811

The T wave on an ECG represents:

Correct Answer: C
Explanation:
T wave stands for ventricular repolarization.
Question 2812

Which of the following is a pacemaker cell?

Correct Answer: C
Explanation:
SA node cells have pacemaker activity.
Question 2813

The term “afterload” refers to:

Correct Answer: B
Explanation:
Afterload is pressure resisting ejection.
Question 2814

The timing between heartbeats is measured by:

Correct Answer: C
Explanation:
RR interval measures time between beats.
Question 2815

The fastest electrical conduction in the heart occurs in:

Correct Answer: C
Explanation:
Purkinje fibers conduct fastest.
Question 2816

Which heart chamber has the thickest muscular wall?

Correct Answer: C
Explanation:
Left ventricle requires highest pressure.
Question 2817

The cardioinhibitory center is located in the:

Correct Answer: B
Explanation:
Located in the medulla.
Question 2818

Which blood vessels connect arteries and veins?

Correct Answer: A
Explanation:
Capillaries facilitate exchange.
Question 2819

What is the normal pressure in the left ventricle during systole?

Correct Answer: A
Explanation:
Approximately 120 mmHg.
Question 2820

The phase of the cardiac cycle during which ventricles fill with blood is:

Correct Answer: B
Explanation:
Diastole allows ventricular filling.
Question 2821

Which of the following ECG leads records electrical activity between right arm and left arm?

Correct Answer: A
Explanation:
Lead I is RA to LA.
Question 2822

Which muscle protein is responsible for thick filament in muscle contraction?

Correct Answer: C
Explanation:
Myosin forms thick filament.
Question 2823

Which wave corresponds to atrial repolarization in ECG?

Correct Answer: D
Explanation:
Atrial repolarization is masked.
Question 2824

The primary pacemaker in the heart is:

Correct Answer: B
Explanation:
SA node initiates heartbeats.
Question 2825

The thickness of the right ventricle wall is approximately:

Correct Answer: A
Explanation:
Right ventricle wall is thinner.
Question 2826

Which of the following causes the “lub” sound in the heart?

Correct Answer: A
Explanation:
“Lub” is AV valve closure.
Question 2827

The sinoatrial node is located in:

Correct Answer: B
Explanation:
SA node is in right atrium.
Question 2828

In the cardiac conduction system, impulse delay occurs in:

Correct Answer: B
Explanation:
AV node delays impulse.
Question 2829

Stroke volume is normally about:

Correct Answer: A
Explanation:
Stroke volume: ~70 mL per beat.
Question 2830

Which ion channel is mainly responsible for cardiac action potential depolarization?

Correct Answer: A
Explanation:
Sodium influx causes depolarization.
Question 2831

The time between two successive heartbeats is called:

Correct Answer: A
Explanation:
R-R interval measures heart cycle duration.
Question 2832

Coronary arteries supply blood to:

Correct Answer: B
Explanation:
They supply myocardium.
Question 2833

The AV node is located in the:

Correct Answer: A
Explanation:
AV node lies in the interatrial septum.
Question 2834

What causes the heart to contract?

Correct Answer: A
Explanation:
Electrical signals coordinate contraction.
Question 2835

Which of the following has the fastest conduction velocity?

Correct Answer: C
Explanation:
Purkinje fibers conduct fastest.
Question 2836

Which technique provides electrical mapping of heart activity?

Correct Answer: A
Explanation:
ECG records cardiac electrical activity.
Question 2837

The device used for measuring blood pressure in clinics is called:

Correct Answer: A
Explanation:
Sphygmomanometer measures blood pressure.
Question 2838

The normal range of adult human pulse rate is:

Correct Answer: B
Explanation:
Normal pulse rate ranges 60-100 beats per minute.
Question 2839

Which instrument records electrical activity of the brain?

Correct Answer: B
Explanation:
EEG records brain's electrical signals.
Question 2840

Pulse oximeter measures:

Correct Answer: B
Explanation:
Pulse oximeter measures blood oxygen saturation.
Question 2841

Which safety standard is widely used for medical electrical equipment?

Correct Answer: B
Explanation:
IEC 60601 specifies safety requirements.
Question 2842

A defibrillator is used to:

Correct Answer: C
Explanation:
Defibrillator corrects cardiac arrhythmia.
Question 2843

Which device measures the volume of air inhaled and exhaled?

Correct Answer: A
Explanation:
Spirometer measures lung volume.
Question 2844

Catheterization in clinical setting is used for:

Correct Answer: C
Explanation:
Catheters provide access to vessels and cavities.
Question 2845

Which monitor continuously displays heart rate and ECG waves?

Correct Answer: A
Explanation:
Holter monitor tracks ECG over time.
Question 2846

Which parameter is NOT measured by typical bedside monitors?

Correct Answer: C
Explanation:
Blood glucose needs separate devices.
Question 2847

Which device is used for non-invasive cardiac output measurement?

Correct Answer: C
Explanation:
Impedance cardiography estimates cardiac output.
Question 2848

Which imaging technique uses sound waves?

Correct Answer: C
Explanation:
Ultrasound uses sound waves.
Question 2849

Portable oxygen concentrators are used to:

Correct Answer: A
Explanation:
They provide enriched oxygen.
Question 2850

Biotelemetry refers to:

Correct Answer: A
Explanation:
Remote data acquisition and transmission.
Question 2851

Which device is primarily used to maintain airway patency?

Correct Answer: B
Explanation:
Endotracheal tube maintains airway.
Question 2852

The main utility of ventilators is to:

Correct Answer: A
Explanation:
Ventilators mechanically support breathing.
Question 2853

Biomedical waste disposal requires:

Correct Answer: B
Explanation:
Proper treatment ensures safety.
Question 2854

Which of the following provides continuous blood pressure monitoring?

Correct Answer: A
Explanation:
Arterial lines provide beat-to-beat monitoring.
Question 2855

Alarm limits in patient monitoring systems are:

Correct Answer: A
Explanation:
Alerts clinicians to abnormalities.
Question 2856

In medical instrumentation, “zero drift” refers to:

Correct Answer: A
Explanation:
Zero drift causes baseline shift.
Question 2857

The instrument that measures blood oxygen saturation:

Correct Answer: B
Explanation:
Pulse oximeter estimates saturation.
Question 2858

Which gas is commonly used for anesthetic purposes?

Correct Answer: C
Explanation:
Nitrous oxide is a common anesthetic.
Question 2859

The main function of a nebulizer is to:

Correct Answer: B
Explanation:
Nebulizers aerosolize drugs.
Question 2860

Clinical engineering primarily focuses on:

Correct Answer: B
Explanation:
They manage healthcare technology.
Question 2861

A medical device classified as Class III requires:

Correct Answer: C
Explanation:
Class III devices are high-risk.
Question 2862

Which device monitors intracranial pressure?

Correct Answer: B
Explanation:
ICP catheters measure pressure in brain.
Question 2863

The term ISO 13485 relates to:

Correct Answer: A
Explanation:
ISO 13485 is for med device QMS.
Question 2864

Which type of sensor detects pressure changes in blood vessels?

Correct Answer: D
Explanation:
Strain gauges detect pressure changes.
Question 2865

The function of a defibrillator is to:

Correct Answer: A
Explanation:
Restore heart rhythm by electric shock.
Question 2866

Which instrument records muscle electrical activities?

Correct Answer: C
Explanation:
EMG records muscle bioelectric signals.
Question 2867

What is the main risk of electromagnetic interference in clinical devices?

Correct Answer: A
Explanation:
EM interference can cause errors.
Question 2868

Biotelemetry systems are used for:

Correct Answer: A
Explanation:
Remote patient monitoring remotely.
Question 2869

In a hospital, preventive maintenance aims to:

Correct Answer: B
Explanation:
Prevent issues before breakdowns.
Question 2870

Which device is used in dialysis?

Correct Answer: B
Explanation:
Artificial kidney filters blood.
Question 2871

Which imaging technology is based on X-rays?

Correct Answer: B
Explanation:
CT scan uses X-rays.
Question 2872

Who is responsible for clinical engineering in hospitals?

Correct Answer: B
Explanation:
Biomedical engineers manage clinical tech.
Question 2873

The primary role of clinical engineers is:

Correct Answer: B
Explanation:
Managing and maintaining medical tech.
Question 2874

ISO 14971 standard relates to:

Correct Answer: A
Explanation:
ISO 14971 covers device risk management.
Question 2875

Capnography measures:

Correct Answer: B
Explanation:
Capnography measures CO2 concentration.
Question 2876

Which device measures cardiac output noninvasively?

Correct Answer: B
Explanation:
Impedance cardiography estimates cardiac output.
Question 2877

Who is considered the father of Genetic Engineering?

Correct Answer: C
Explanation:
Paul Berg pioneered genetic engineering.
Question 2878

The technique used to amplify DNA is called:

Correct Answer: B
Explanation:
PCR amplifies DNA.
Question 2879

What is the function of restriction enzymes in genetic engineering?

Correct Answer: A
Explanation:
Restriction enzymes cut DNA.
Question 2880

Which vector is commonly used for cloning large DNA fragments?

Correct Answer: D
Explanation:
YACs carry large DNA.
Question 2881

CRISPR-Cas9 technology is primarily used for:

Correct Answer: B
Explanation:
CRISPR allows precise gene modifications.
Question 2882

Which method is used to introduce foreign DNA into bacterial cells?

Correct Answer: A
Explanation:
Electroporation facilitates DNA uptake.
Question 2883

The first genetically modified organism created was:

Correct Answer: B
Explanation:
GM bacterium was the first.
Question 2884

Which enzyme covalently joins DNA fragments?

Correct Answer: C
Explanation:
DNA ligase joins DNA fragments.
Question 2885

Which genetic element controls gene transcription?

Correct Answer: A
Explanation:
Promoters initiate transcription.
Question 2886

Gene therapy aims to:

Correct Answer: B
Explanation:
Gene therapy corrects gene defects.
Question 2887

The “transgenic organism” contains:

Correct Answer: B
Explanation:
Transgenics have foreign genes.
Question 2888

Which of the following is a common host used in genetic engineering?

Correct Answer: D
Explanation:
All used as hosts.
Question 2889

What is a plasmid?

Correct Answer: B
Explanation:
Plasmid is an extrachromosomal DNA.
Question 2890

What is the role of a reporter gene in genetic engineering?

Correct Answer: A
Explanation:
Reporter genes indicate expression.
Question 2891

Which method separates DNA strands by size for analysis?

Correct Answer: B
Explanation:
Gel electrophoresis separates DNA.
Question 2892

What is a commonly used selectable marker gene for bacteria?

Correct Answer: B
Explanation:
Ampicillin resistance is widely used.
Question 2893

The lac operon in E. coli is involved in:

Correct Answer: B
Explanation:
Lac operon regulates lactose usage.
Question 2894

Ethidium bromide is used to:

Correct Answer: C
Explanation:
It intercalates DNA for gel imaging.
Question 2895

Which system is used for gene editing in human cells?

Correct Answer: D
Explanation:
All are gene editing tools.
Question 2896

Which gel is usually used for separating DNA in agarose gel electrophoresis?

Correct Answer: B
Explanation:
Agarose is standard for DNA.
Question 2897

Blue-white screening is used to:

Correct Answer: A
Explanation:
It identifies recombinants.
Question 2898

Which enzyme synthesizes complementary DNA (cDNA) from RNA?

Correct Answer: C
Explanation:
Reverse transcriptase produces cDNA.
Question 2899

In PCR, denaturation occurs at:

Correct Answer: C
Explanation:
High temp (~95°C) separates strands.
Question 2900

Which genetic engineering technique allows DNA insertion into plants?

Correct Answer: B
Explanation:
Agrobacterium transfers DNA into plants.
Question 2901

Which of the following is a biological vector?

Correct Answer: D
Explanation:
All used as vectors.
Question 2902

Which molecule carries amino acids to ribosomes?

Correct Answer: B
Explanation:
tRNA delivers amino acids.
Question 2903

Southern blotting is used to detect:

Correct Answer: C
Explanation:
Southern blot for DNA.
Question 2904

What is “gene silencing”?

Correct Answer: B
Explanation:
Gene silencing suppresses expression.
Question 2905

Which key component is required for cloning?

Correct Answer: D
Explanation:
All are essential.
Question 2906

The Human Genome Project was primarily aimed to:

Correct Answer: A
Explanation:
Project sequenced entire human DNA.
Question 2907

Which process replicates specific DNA sequences exponentially?

Correct Answer: A
Explanation:
PCR amplifies DNA exponentially.
Question 2908

CRISPR-Cas9 gene editing works by:

Correct Answer: B
Explanation:
Cas9 cuts DNA at target site.
Question 2909

Which is NOT a step in recombinant DNA technology?

Correct Answer: C
Explanation:
Fermentation is bioprocessing, not direct step.
Question 2910

Genetically modified crops can be designed for:

Correct Answer: D
Explanation:
Multiple traits are targeted.
Question 2911

Which method detects gene expression?

Correct Answer: A
Explanation:
Northern blot detects RNA levels.
Question 2912

Which is an ethical concern for genetic engineering?

Correct Answer: D
Explanation:
All concerns exist.
Question 2913

Which enzyme is used to remove RNA primer during DNA replication?

Correct Answer: A
Explanation:
DNA pol I removes primers.
Question 2914

Reporter genes produce:

Correct Answer: B
Explanation:
Reporter genes indicate expression using signals.
Question 2915

Which of the following is a method to screen libraries in genetic engineering?

Correct Answer: D
Explanation:
All are screening techniques.
Question 2916

Which genetically engineered product was first approved for human therapy?

Correct Answer: A
Explanation:
Recombinant insulin was first approved.
Question 2917

Which imaging modality uses ionizing radiation to produce images?

Correct Answer: C
Explanation:
X-ray imaging uses ionizing radiation.
Question 2918

CT scan was invented by:

Correct Answer: A
Explanation:
Hounsfield invented CT scanner.
Question 2919

Which medical imaging technique has the best soft tissue contrast?

Correct Answer: C
Explanation:
MRI provides superior soft tissue contrast.
Question 2920

The primary energy source of PET (Positron Emission Tomography) is:

Correct Answer: C
Explanation:
PET images are based on positron annihilation.
Question 2921

Which contrast agents are commonly used in MRI?

Correct Answer: C
Explanation:
Gadolinium enhances MRI images.
Question 2922

In ultrasound imaging, the term "Doppler effect" is used to measure:

Correct Answer: B
Explanation:
Doppler ultrasound measures blood flow.
Question 2923

Which of the following does NOT use ionizing radiation?

Correct Answer: C
Explanation:
MRI uses magnetic fields and radiofrequency.
Question 2924

The first step in X-ray imaging is:

Correct Answer: B
Explanation:
X-rays are emitted for imaging.
Question 2925

Which of the following imaging techniques uses sound waves?

Correct Answer: C
Explanation:
Ultrasound relies on sound waves.
Question 2926

Which of these medical imaging methods provides 3D cross-sectional images?

Correct Answer: C
Explanation:
CT provides 3D cross-sectional scans.
Question 2927

MRI contrast agents improve images by:

Correct Answer: A
Explanation:
Contrast agents alter magnetic properties.
Question 2928

In medical imaging, “spatial resolution” refers to:

Correct Answer: B
Explanation:
Spatial resolution is detail perception.
Question 2929

Which imaging technique is contraindicated in patients with pacemakers?

Correct Answer: B
Explanation:
MRI’s magnetic field affects pacemakers.
Question 2930

The unit Gray (Gy) is used for measuring:

Correct Answer: A
Explanation:
Gray quantifies absorbed radiation dose.
Question 2931

Which modality is most commonly used to image bones?

Correct Answer: C
Explanation:
X-ray effectively images bones.
Question 2932

Which imaging technique uses radioisotopes?

Correct Answer: C
Explanation:
Nuclear medicine uses radiotracers.
Question 2933

Attenuation coefficient in imaging is related to:

Correct Answer: A
Explanation:
Attenuation measures photon loss.
Question 2934

What does the TI-weighted MRI image emphasize?

Correct Answer: B
Explanation:
T1 weighting highlights fat signal.
Question 2935

Which imaging method is fastest?

Correct Answer: D
Explanation:
X-ray projections are quickest.
Question 2936

Doppler ultrasound can evaluate:

Correct Answer: A
Explanation:
Doppler measures flow velocity.
Question 2937

In CT imaging, Hounsfield units measure:

Correct Answer: B
Explanation:
Hounsfield units represent X-ray attenuation.
Question 2938

Positron emission tomography detects:

Correct Answer: A
Explanation:
PET scans detect gamma photons from annihilation.
Question 2939

Which imaging uses ionizing radiation and contrast media?

Correct Answer: A
Explanation:
X-ray angiography uses contrast and ionizing radiation.
Question 2940

Which of the following factors affect image quality?

Correct Answer: D
Explanation:
All influence image quality.
Question 2941

The principle of Echocardiography is:

Correct Answer: B
Explanation:
Uses reflected ultrasound waves.
Question 2942

Which modality is best for soft tissue visualization?

Correct Answer: C
Explanation:
MRI best differentiates soft tissues.
Question 2943

Functional MRI primarily measures:

Correct Answer: B
Explanation:
Changes in blood oxygen levels.
Question 2944

Which is NOT a risk of X-ray imaging?

Correct Answer: D
Explanation:
No electrical shock risk.
Question 2945

A radiotracer commonly used in PET scans is:

Correct Answer: B
Explanation:
FDG is commonly used in PET.
Question 2946

X-rays with shorter wavelengths have:

Correct Answer: B
Explanation:
Shorter wavelength means higher energy.
Question 2947

Magnetic resonance signal originates from:

Correct Answer: B
Explanation:
Hydrogen nuclei generate MRI signal.
Question 2948

In ultrasound, the attenuation of sound depends on:

Correct Answer: A
Explanation:
Higher frequency increases attenuation.
Question 2949

Which of the following imaging technologies is radiation-free?

Correct Answer: B
Explanation:
MRI does not use ionizing radiation.
Question 2950

The SPECT imaging technique uses:

Correct Answer: A
Explanation:
SPECT uses gamma cameras.
Question 2951

In diagnostic imaging, contrast media are used to:

Correct Answer: A
Explanation:
Contrast agents increase tissue visibility.
Question 2952

Which of the following advanced imaging shows metabolic activity?

Correct Answer: C
Explanation:
PET highlights metabolism.
Question 2953

Doppler shift is used in ultrasound to measure:

Correct Answer: B
Explanation:
Frequency changes measure velocity.
Question 2954

Ultrasound gel is applied to:

Correct Answer: A
Explanation:
Gel improves transmission of sound.
Question 2955

Tomography refers to:

Correct Answer: B
Explanation:
Tomography provides slices of tissue.
Question 2956

Radiation exposure in diagnostic imaging is measured in:

Correct Answer: A
Explanation:
Sievert measures biological effect.
Question 2957

Which agency is primarily responsible for medical device regulation in the USA?

Correct Answer: A
Explanation:
FDA regulates medical devices in the United States.
Question 2958

Medical devices are classified based on:

Correct Answer: B
Explanation:
Device risk determines classification.
Question 2959

Which of the following is a Class III medical device?

Correct Answer: C
Explanation:
Implantable pacemakers are Class III due to high risk.
Question 2960

What does IEC 60601 standard refer to?

Correct Answer: B
Explanation:
IEC 60601 ensures electrical safety and performance.
Question 2961

Design controls in medical device development include:

Correct Answer: A
Explanation:
Design controls ensure product safety and efficacy.
Question 2962

Usability engineering in medical devices focuses on:

Correct Answer: B
Explanation:
Ensures safe and effective human-device interaction.
Question 2963

ISO 13485 standard addresses:

Correct Answer: B
Explanation:
ISO 13485 is QMS specific for medical devices.
Question 2964

Risk management in medical device design is guided by:

Correct Answer: A
Explanation:
ISO 14971 covers risk management.
Question 2965

Which biomaterial is commonly used in orthopedic implants?

Correct Answer: A
Explanation:
Titanium is widely used in orthopedic implants.
Question 2966

The purpose of validation in medical device development is:

Correct Answer: B
Explanation:
Validation confirms performance meets requirements.
Question 2967

CE marking on a medical device indicates:

Correct Answer: B
Explanation:
CE mark indicates compliance with EU directives.
Question 2968

Life cycle model commonly used in medical devices is:

Correct Answer: B
Explanation:
V-model integrates verification and validation.
Question 2969

Main consideration in selecting implant materials is:

Correct Answer: B
Explanation:
Biocompatibility is essential.
Question 2970

FDA 510(k) process requires:

Correct Answer: B
Explanation:
510(k) demonstrates substantial equivalence.
Question 2971

Good device user manual includes:

Correct Answer: D
Explanation:
Complete manuals provide all these.
Question 2972

Which is an example of diagnostic device?

Correct Answer: B
Explanation:
X-ray machine is diagnostic.
Question 2973

Design verification checks whether:

Correct Answer: B
Explanation:
Verification ensures design input is met.
Question 2974

Clinical evaluation in devices involves:

Correct Answer: B
Explanation:
Evaluation collects safety and performance data.
Question 2975

Definition of biomaterial:

Correct Answer: B
Explanation:
Biomaterials interact with biological systems.
Question 2976

Challenge in medical device design includes:

Correct Answer: D
Explanation:
All listed challenges are important.
Question 2977

Sterilization means:

Correct Answer: B
Explanation:
Sterilization kills or removes all microbes.
Question 2978

Medical implant power source is usually:

Correct Answer: B
Explanation:
Battery powers implants.
Question 2979

Ergonomics in device design focuses on:

Correct Answer: B
Explanation:
Ergonomics deals with user safety.
Question 2980

Wireless patient monitoring uses:

Correct Answer: B
Explanation:
Bluetooth enables wireless monitoring.
Question 2981

Risk management in device development aims:

Correct Answer: B
Explanation:
Aim is to reduce hazards.
Question 2982

Software specialization key for medical devices:

Correct Answer: B
Explanation:
Real-time programming required.
Question 2983

Software standard for medical devices:

Correct Answer: B
Explanation:
IEC 62304 defines software development.
Question 2984

First development stage is:

Correct Answer: B
Explanation:
Idea precedes development.
Question 2985

Materials not used in medical devices:

Correct Answer: C
Explanation:
Raw tissues are not device components.
Question 2986

FDA approval requires:

Correct Answer: A
Explanation:
Safety and efficacy demonstrated.
Question 2987

Biocompatibility means:

Correct Answer: C
Explanation:
Compatibility with biological tissue.
Question 2988

Example of dialysis device:

Correct Answer: B
Explanation:
Artificial kidney performs dialysis.
Question 2989

Medical imaging method using X-rays:

Correct Answer: B
Explanation:
CT uses X-rays.
Question 2990

Clinical engineer job:

Correct Answer: B
Explanation:
Manages medical technology.
Question 2991

Clinical engineer role:

Correct Answer: B
Explanation:
Technology management.
Question 2992

ISO 14971 relates to:

Correct Answer: B
Explanation:
Risk management standard.
Question 2993

Medical oxygen saturation measured by:

Correct Answer: B
Explanation:
Pulse oximeter.
Question 2994

Ultrasound probes use:

Correct Answer: A
Explanation:
Piezoelectric crystals generate ultrasound.
Question 2995

Medical device software development requirement:

Correct Answer: B
Explanation:
Compliance essential.
Question 2996

Medical device label must include:

Correct Answer: D
Explanation:
Complete labeling required.
Question 2997

Most common energy source in implanted devices:

Correct Answer: A
Explanation:
Battery power most common.
Question 2998

Medical device user interface design aims:

Correct Answer: B
Explanation:
Safety and efficiency prioritized.
Question 2999

Quality management standard for medical devices:

Correct Answer: B
Explanation:
ISO 13485 is specific for medical devices.
Question 3000

Medical device fault tree analysis is used for:

Correct Answer: A
Explanation:
Analyzes cause of faults.
Question 3001

Wireless medical telemetry operates on:

Correct Answer: B
Explanation:
RF commonly used.
Question 3002

Medical device validation includes:

Correct Answer: D
Explanation:
Validation is comprehensive.
Question 3003

Monitoring arterial blood pressure invasively uses:

Correct Answer: B
Explanation:
Arterial catheter provides continuous BP.
Question 3004

In medical device risk management, hazard identification is:

Correct Answer: A
Explanation:
Listing potential hazards.
Question 3005

Medical device usability testing involves:

Correct Answer: A
Explanation:
Focus on user needs and safety.
Question 3006

Medical device software must comply with:

Correct Answer: C
Explanation:
IEC 62304 covers software.
Question 3007

In device design, prototype development is:

Correct Answer: B
Explanation:
Prototype is first physical model.
Question 3008

Medical device labelling is crucial for:

Correct Answer: D
Explanation:
All listed.
Question 3009

Medical device certification is required to:

Correct Answer: B
Explanation:
Ensures legal marketing.
Question 3010

The process of identifying and analyzing potential faults is:

Correct Answer: A
Explanation:
FTA identifies causes of failures.
Question 3011

An echocardiography machine uses:

Correct Answer: A
Explanation:
Echocardiography relies on ultrasound.
Question 3012

Medical device event reports are submitted to:

Correct Answer: D
Explanation:
Manufacturers and regulators notified.
Question 3013

Automated external defibrillators (AEDs) are designed to:

Correct Answer: B
Explanation:
AEDs deliver corrective shocks.
Question 3014

An implanted pacemaker is powered by:

Correct Answer: A
Explanation:
Battery powers pacemaker.
Question 3015

Software risk in medical devices is mitigated by:

Correct Answer: C
Explanation:
Risk management essential for safety.
Question 3016

The process control in medical device manufacturing ensures:

Correct Answer: A
Explanation:
Control maintains quality.
Question 3017

An example of a Class I medical device is:

Correct Answer: A
Explanation:
Scalpels are Class I devices.
Question 3018

Safety testing of medical devices includes:

Correct Answer: D
Explanation:
Safety testing covers all these.
Question 3019

An essential document in medical device design is the:

Correct Answer: B
Explanation:
Design history file documents process.
Question 3020

What is the main component of the tissues in our body?

Correct Answer: A
Explanation:
Tissues consist primarily of specialized cells.
Question 3021

Tissue engineering is a branch of:

Correct Answer: A
Explanation:
It is a branch of biotechnology.
Question 3022

Which approach of tissue engineering facilitates self-repair of tissues?

Correct Answer: B
Explanation:
Histoconductive approach facilitates self-repair.
Question 3023

Which cells are the main source for stem cell therapy in tissue engineering?

Correct Answer: B
Explanation:
Mesenchymal stem cells are widely used.
Question 3024

A scaffold in tissue engineering primarily serves as:

Correct Answer: A
Explanation:
Scaffolds provide support for cells.
Question 3025

Which material property is important for scaffolds?

Correct Answer: A
Explanation:
Scaffolds must be biocompatible.
Question 3026

Which technique is used to create 3D tissue-engineered constructs?

Correct Answer: D
Explanation:
3D bioprinting fabricates complex tissues.
Question 3027

Growth factors in tissue engineering:

Correct Answer: A
Explanation:
Growth factors regulate cell behavior.
Question 3028

Hydrogels used in tissue engineering are characterized by:

Correct Answer: A
Explanation:
Hydrogels mimic the extracellular matrix.
Question 3029

Which bioreactor type is suitable for cartilage tissue engineering?

Correct Answer: D
Explanation:
Various bioreactors support cartilage growth.
Question 3030

Decellularized organs are used as:

Correct Answer: B
Explanation:
They provide natural extracellular matrix.
Question 3031

Which stem cells can differentiate into any cell type?

Correct Answer: B
Explanation:
Embryonic stem cells are pluripotent.
Question 3032

What is the main risk with allogeneic tissue transplantation?

Correct Answer: A
Explanation:
Immune rejection is a significant risk.
Question 3033

Electrospinning is used for:

Correct Answer: A
Explanation:
Creates fibrous scaffold materials.
Question 3034

What is the use of the extracellular matrix in tissue engineering?

Correct Answer: B
Explanation:
ECM supports and guides cells.
Question 3035

Which growth factor primarily promotes angiogenesis?

Correct Answer: B
Explanation:
VEGF is the key angiogenic factor.
Question 3036

Stem cells are cultured in vitro primarily to:

Correct Answer: D
Explanation:
All are purposes of stem cell culture.
Question 3037

Which biomaterial is widely used in bone tissue engineering?

Correct Answer: B
Explanation:
Hydroxyapatite resembles bone mineral.
Question 3038

The term “biodegradability” in scaffolds means:

Correct Answer: A
Explanation:
Biodegradable scaffolds degrade safely.
Question 3039

Which of the following is NOT an approach in tissue engineering?

Correct Answer: D
Explanation:
Cryotherapy is a treatment method.
Question 3040

Cells seeded on scaffolds mainly attach via:

Correct Answer: A
Explanation:
Integrins mediate cell adhesion.
Question 3041

The mechanical property important in scaffolds is:

Correct Answer: B
Explanation:
Tensile strength ensures support.
Question 3042

In tissue engineering, "bioreactor" is:

Correct Answer: A
Explanation:
Bioreactors provide controlled culture environment.
Question 3043

Which of these is a natural polymer?

Correct Answer: C
Explanation:
Collagen is natural.
Question 3044

Mesenchymal stem cells are typically isolated from:

Correct Answer: A
Explanation:
Bone marrow is a key MSC source.
Question 3045

Which of the following is a synthetic polymer?

Correct Answer: C
Explanation:
PLA is synthetic.
Question 3046

Growth factor TGF-beta is mainly involved in:

Correct Answer: C
Explanation:
TGF-beta promotes fibrosis.
Question 3047

The major challenge in tissue engineering is:

Correct Answer: C
Explanation:
Immune rejection hinders success.
Question 3048

Decellularization is:

Correct Answer: A
Explanation:
It removes cells leaving matrix.
Question 3049

Which of the following cells have unlimited proliferation?

Correct Answer: A
Explanation:
Pluripotent stem cells can self-renew.
Question 3050

Vascularization in engineered tissue is essential for:

Correct Answer: A
Explanation:
Blood vessel formation is critical.
Question 3051

Which method is used for scaffold sterilization?

Correct Answer: D
Explanation:
All methods can be used.
Question 3052

Which biochemical factor enhances stem cell differentiation?

Correct Answer: B
Explanation:
Growth factors guide differentiation.
Question 3053

Articular cartilage tissue engineering aims to:

Correct Answer: A
Explanation:
Targets cartilage repair.
Question 3054

Liver tissue engineering focuses on:

Correct Answer: A
Explanation:
Liver function recovery is goal.
Question 3055

Which stem cell type can generate all three germ layers?

Correct Answer: C
Explanation:
Pluripotent cells differentiate broadly.
Question 3056

Scaffold pore size impacts:

Correct Answer: B
Explanation:
Pore size affects biology.
Question 3057

Biosensors in tissue engineering provide:

Correct Answer: A
Explanation:
Biosensors monitor tissue conditions.
Question 3058

Which bioreactor parameter is critical for oxygen supply?

Correct Answer: A
Explanation:
Agitation enhances oxygen transfer.
Question 3059

Human skin equivalents are developed to:

Correct Answer: D
Explanation:
Used for research and therapy.
Question 3060

Tissue engineering aims to overcome:

Correct Answer: D
Explanation:
All are addressed by tissue engineering.
Question 3061

Hydrogels mimic:

Correct Answer: B
Explanation:
Hydrogels replicate ECM properties.
Question 3062

In stem cell therapy, “explant culture” refers to:

Correct Answer: B
Explanation:
Explant culture grows tissue pieces.
Question 3063

Which growth factor induces endothelial cell proliferation?

Correct Answer: A
Explanation:
FGF-2 promotes endothelial growth.
Question 3064

Which of the following is NOT true about Nitinol?

Correct Answer: C
Explanation:
Nitinol is a metal alloy, not a composite.
Question 3065

Extracellular matrix provides:

Correct Answer: D
Explanation:
ECM fulfills all these roles.
Question 3066

Who is the key member of a rehabilitation team responsible for physical mobility?

Correct Answer: A
Explanation:
Physiotherapists focus on physical mobility restoration.
Question 3067

Primary disability refers to:

Correct Answer: A
Explanation:
Primary disability is the initial loss caused by injury/disease.
Question 3068

Which device assists a person with impaired hand function?

Correct Answer: B
Explanation:
Myoelectric hands restore hand movement.
Question 3069

The main role of an orthotist in rehabilitation is to:

Correct Answer: B
Explanation:
Orthotists design assistive braces.
Question 3070

Which principle is crucial in designing assistive devices for different age groups?

Correct Answer: A
Explanation:
Devices must be appropriate for mental and physical age.
Question 3071

Assistive technology assessment must consider:

Correct Answer: A
Explanation:
Assessment demands comprehensive user understanding.
Question 3072

Which principle helps in reducing recovery errors in rehabilitation devices?

Correct Answer: A
Explanation:
Systems must allow error recovery to improve safety.
Question 3073

What role does a rehabilitation nurse play?

Correct Answer: B
Explanation:
Rehabilitation nurses monitor therapy and patient progress.
Question 3074

Visual augmentation devices are designed for:

Correct Answer: B
Explanation:
They help visually impaired users.
Question 3075

Which rehabilitation technology is used for speech improvement?

Correct Answer: B
Explanation:
Electronic devices aid speech production and communication.
Question 3076

Functional diagnosis in rehabilitation primarily assesses:

Correct Answer: B
Explanation:
It focuses on patient abilities and needs.
Question 3077

Which device supports mobility for lower limb impairment?

Correct Answer: D
Explanation:
Prosthetic legs replace lost limbs.
Question 3078

Ergonomics in rehabilitation device design aims to:

Correct Answer: B
Explanation:
Ergonomics makes devices safe and easy to use.
Question 3079

Cochlear implants are primarily used for:

Correct Answer: B
Explanation:
Cochlear implants improve hearing.
Question 3080

Which rehabilitation device is used to prevent edema in wheelchair users?

Correct Answer: A
Explanation:
Leg lifters reduce swelling by movement.
Question 3081

Lip reading rehabilitation helps primarily with:

Correct Answer: B
Explanation:
It aids patients with hearing loss.
Question 3082

Robotics in rehabilitation engineering is used for:

Correct Answer: B
Explanation:
Robots assist in therapy and movement.
Question 3083

Assistive devices characterization involves:

Correct Answer: A
Explanation:
Characterization identifies device performance.
Question 3084

The term "adaptability" in rehabilitation device design means:

Correct Answer: B
Explanation:
<b>Correct Answer: B – Accommodation of user needs and environment changes
</b><br>
<b>Explanation:<br>
</b>In rehabilitation device design, adaptability refers to the device’s ability to adjust according to the user’s evolving physical abilities, therapy progress, and environmental conditions. This means the device can be modified in terms of size, support, resistance, or functionality to suit different stages of recovery or varying user requirements. For example, an adjustable wheelchair or prosthetic limb that can be fine-tuned for comfort, mobility, and daily activities demonstrates adaptability. It is not just about multiple functions <b>(A) or fixed properties (C); the key is responsive adjustment to changing user needs and contexts.</b>
Question 3085

Which rehabilitation team member specializes in communication disorders?

Correct Answer: B
Explanation:
Speech pathologists address communication.
Question 3086

Primary prevention in rehabilitation engineering involves:

Correct Answer: B
Explanation:
Primary prevention aims to stop disease before it occurs.
Question 3087

What device can assist with upper limb prosthetic control?

Correct Answer: A
Explanation:
Myoelectric signals provide natural control.
Question 3088

Which principle focuses on the simplicity and intuitive operation of devices?

Correct Answer: B
Explanation:
User-friendly design enables better device use.
Question 3089

Why is the principle of proper positioning important in assistive device design?

Correct Answer: A
Explanation:
Proper positioning enhances comfort and safety.
Question 3090

What does the term “mental and chronological age appropriateness” refer to?

Correct Answer: B
Explanation:
Devices must suit user cognitive and physical ages.
Question 3091

Which device is commonly used to assist walking?

Correct Answer: B
Explanation:
Crutches support walking mobility.
Question 3092

Visual substitution devices serve to:

Correct Answer: B
Explanation:
They substitute vision using other senses.
Question 3093

Principles of ergonomics in rehabilitation include all except:

Correct Answer: C
Explanation:
Aesthetics is less prioritized.
Question 3094

The role of a social worker in rehabilitation is to:

Correct Answer: B
Explanation:
Social workers address social/psychological needs.
Question 3095

What is a major function of assistive technology in rehabilitation?

Correct Answer: B
Explanation:
Assistive devices empower independence.
Question 3096

Which device records muscle electrical activity?

Correct Answer: C
Explanation:
EMG records electrical signals from muscles.
Question 3097

How does a rehabilitation nurse contribute?

Correct Answer: B
Explanation:
They monitor and support therapy.
Question 3098

What is the role of a speech pathologist?

Correct Answer: B
Explanation:
They address communication impairments.
Question 3099

What are the dos and don’ts of rehabilitation nursing?

Correct Answer: B
Explanation:
Focus on safety and independence.
Question 3100

Which is the main aim of assistive device characterization?

Correct Answer: A
Explanation:
Characterization evaluates device function.
Question 3101

The principle of "allowance for recovery from errors" improves:

Correct Answer: B
Explanation:
Allows users to manage mistakes safely.
Question 3102

Why is adaptability important in rehabilitation devices?

Correct Answer: A
Explanation:
Correct Answer: Option A – Allows the device to meet changing user needs

Explanation:
Adaptability is a crucial feature in rehabilitation devices because users’ physical abilities, therapy goals, and recovery stages often change over time. A device that can adjust its settings, configuration, or functionality ensures that it continues to provide appropriate support, resistance, or assistance as the user progresses. For example, an adaptable exoskeleton or orthotic can modify its movement range or support level to match improved strength or mobility. Without adaptability, devices may become less effective, limit rehabilitation outcomes, or require frequent replacements, making adaptability essential for long-term, personalized therapy and improved patient independence.
Question 3103

What is the purpose of music and dance therapy in rehabilitation?

Correct Answer: B
Explanation:
Music and dance therapy improve mental health.
Question 3104

Which type of prosthesis uses muscle bioelectrical signals for control?

Correct Answer: B
Explanation:
Myoelectric prostheses use muscle signals.
Question 3105

Which is NOT a role of biomedical engineer in rehabilitation?

Correct Answer: C
Explanation:
Counseling is done by psychologists.
Question 3106

Environmental control systems in rehabilitation primarily assist with:

Correct Answer: A
Explanation:
Assist daily living through environment.
Question 3107

Why is principle of simplicity important in device design?

Correct Answer: A
Explanation:
Simplicity improves usability and safety.
Question 3108

Assistive technology assessment includes:

Correct Answer: D
Explanation:
Assessment is holistic.
Question 3109

Which rehabilitation device helps patients with impaired hand movements?

Correct Answer: B
Explanation:
Myoelectric hand assists hand function.
Question 3110

Assessment in rehabilitation involves:

Correct Answer: D
Explanation:
Comprehensive assessment covers multiple aspects.
Question 3111

What is the primary function of a prosthesis?

Correct Answer: B
Explanation:
A prosthesis replaces a missing limb or body part.
Question 3112

Which material is commonly used for making lightweight prosthetic sockets?

Correct Answer: B
Explanation:
Polypropylene offers a good balance of strength and weight for sockets.
Question 3113

What is the term for the remaining part of the limb after amputation?

Correct Answer: D
Explanation:
The residual limb is the remaining part of an amputated limb.
Question 3114

Which type of prosthesis is controlled by muscle electrical signals?

Correct Answer: C
Explanation:
Myoelectric prostheses use electrical activity to control movement.
Question 3115

What is an orthosis designed to do?

Correct Answer: B
Explanation:
Orthosis supports or corrects body function.
Question 3116

Which joint movement does a prosthetic elbow imitate?

Correct Answer: A
Explanation:
Elbow prostheses allow flexion and extension.
Question 3117

Which of these is a common upper limb prosthetic terminal device?

Correct Answer: A
Explanation:
Hooks are often used for gripping tasks.
Question 3118

What does a modular prosthetic limb mean?

Correct Answer: B
Explanation:
Modular prosthetics have interchangeable parts.
Question 3119

What is the role of a pylon in prosthetic limbs?

Correct Answer: A
Explanation:
Pylon links socket to prosthetic foot.
Question 3120

Which factor primarily affects prosthetic comfort?

Correct Answer: A
Explanation:
Socket fit is critical for comfort.
Question 3121

In lower limb prosthetics, what is “suspension”?

Correct Answer: B
Explanation:
Suspension secures prosthesis to the residual limb.
Question 3122

Which material is commonly used for making prosthetic feet?

Correct Answer: A
Explanation:
Carbon fiber is lightweight and durable.
Question 3123

Which of the following is not a type of orthosis?

Correct Answer: D
Explanation:
CT scan is an imaging technique, not an orthosis.
Question 3124

What is the primary aim of orthotic management?

Correct Answer: B
Explanation:
Orthoses control or assist movement.
Question 3125

Which of the following is a thermoplastic often used to fabricate orthoses?

Correct Answer: A
Explanation:
Polypropylene is widely used for thermoplastic orthoses.
Question 3126

What is the function of a knee-ankle-foot orthosis (KAFO)?

Correct Answer: C
Explanation:
KAFO stabilizes knee and ankle joints.
Question 3127

Which component in prosthetics absorbs shock during walking?

Correct Answer: C
Explanation:
Shock absorbers cushion impact.
Question 3128

What type of prosthetic foot allows for energy storage and return?

Correct Answer: B
Explanation:
Dynamic response feet store and release energy to aid gait.
Question 3129

Which of the following best describes the "suction suspension" system?

Correct Answer: A
Explanation:
Suction suspension creates negative pressure to hold limb.
Question 3130

What does “prosthetic gait training” focus on?

Correct Answer: B
Explanation:
Training to use prosthetic limb effectively.
Question 3131

Which prosthetic hand allows powered grip?

Correct Answer: C
Explanation:
Myoelectric hands use electrical signals for powered grip.
Question 3132

Transtibial amputation refers to amputation at which site?

Correct Answer: A
Explanation:
Transtibial means below the knee.
Question 3133

Which orthosis is commonly used for scoliosis?

Correct Answer: B
Explanation:
Boston brace corrects scoliosis in thoracic/lumbar region.
Question 3134

What is “plinth therapy” in rehabilitation?

Correct Answer: A
Explanation:
Plinth therapy uses tables for exercises.
Question 3135

Which of these is a basic principle of prosthetic socket design?

Correct Answer: A
Explanation:
Pressure must be evenly distributed for comfort.
Question 3136

Which of the following materials is non-biodegradable and commonly used in prosthetics?

Correct Answer: A
Explanation:
Polyethylene is durable and non-biodegradable.
Question 3137

In prosthetics, what is “terminal device”?

Correct Answer: C
Explanation:
Terminal device is the functional end of prosthesis.
Question 3138

Which prosthetic joint adjusts resistance to knee flexion and extension?

Correct Answer: C
Explanation:
Pneumatic or hydraulic systems control joint resistance.
Question 3139

What is the key function of the “suspension system” in prosthetics?

Correct Answer: A
Explanation:
Suspension secures prosthesis in place.
Question 3140

Which component of an orthosis controls joint movement?

Correct Answer: A
Explanation:
Joints regulate motion allowed.
Question 3141

Which prosthetic foot type is suitable for low activity users?

Correct Answer: A
Explanation:
SACH foot is simple and durable.
Question 3142

What is the advantage of “microprocessor controlled” prosthetic knees?

Correct Answer: B
Explanation:
Microprocessor knees adapt to walking patterns.
Question 3143

Which of the following is a common complication of amputees?

Correct Answer: A
Explanation:
Phantom limb pain is a frequent post-amputation complication.
Question 3144

The “shuffle gait” is characteristic of which prosthetic issue?

Correct Answer: B
Explanation:
Poor socket fit alters gait.
Question 3145

Which assessment tool evaluates prosthetic fit and function?

Correct Answer: C
Explanation:
PFT measures prosthetic performance.
Question 3146

What is “creep” in prosthetic materials?

Correct Answer: A
Explanation:
Creep causes slow deformation.
Question 3147

Which therapy is commonly integrated with prosthetic training?

Correct Answer: A
Explanation:
Occupational therapy aids functional use.
Question 3148

A “bilateral prosthesis” refers to?

Correct Answer: C
Explanation:
Bilateral means both sides.
Question 3149

What parameter is crucial for assessing prosthetic suspension?

Correct Answer: B
Explanation:
Suspension must provide stable attachment.
Question 3150

Pneumatic control in prosthetic knees provides:

Correct Answer: B
Explanation:
Pneumatic systems regulate knee movement.
Question 3151

Which of the following is an advantage of carbon fiber in prosthetics?

Correct Answer: B
Explanation:
Carbon fiber offers strength with low weight.
Question 3152

Which instrument measures muscle electrical activity?

Correct Answer: B
Explanation:
EMG records muscle electrical signals.
Question 3153

“Terminal devices” in upper limb prostheses mainly restore:

Correct Answer: B
Explanation:
Terminal devices restore hand or tool function.
Question 3154

Which material has shape memory effect used in prosthetics?

Correct Answer: A
Explanation:
Nitinol exhibits shape memory.
Question 3155

The principle “allowance for error” in device design refers to:

Correct Answer: B
Explanation:
Designs should allow error correction by users.
Question 3156

Which type of prosthesis is a “body-powered” system?

Correct Answer: A
Explanation:
Body-powered uses muscles and cables to control.
Question 3157

Which is a common socket design for trans-femoral prosthesis?

Correct Answer: A
Explanation:
Ischial containment socket provides pelvic stability.
Question 3158

An appropriate shoe for someone with flat feet in prosthetics?

Correct Answer: B
Explanation:
Arch support provides needed stability for flat feet.
Question 3159

How often should prosthetic devices undergo maintenance?

Correct Answer: B
Explanation:
Regular maintenance ensures safety and function.
Question 3160

Which of the following can be used to measure gait analysis?

Correct Answer: A
Explanation:
Force platforms record ground reaction forces during gait.
Question 3161

The measurement of residual limb volume changes helps to:

Correct Answer: A
Explanation:
Volume changes affect socket fit.
Question 3162

Which of following is used for upper limb prosthesis control?

Correct Answer: A
Explanation:
Myoelectric signals enable user control.
Question 3163

Which equipment is commonly used for size reduction in pharmaceutical industries?

Correct Answer: A
Explanation:
Ball mills are widely used for grinding and size reduction.
Question 3164

Reynolds number helps to determine:

Correct Answer: A
Explanation:
Reynolds number distinguishes laminar and turbulent flow.
Question 3165

The process of removing solvent by evaporation is called:

Correct Answer: A
Explanation:
Drying removes solvent via evaporation.
Question 3166

Which type of filtration is used to remove suspended particles?

Correct Answer: A
Explanation:
Microfiltration removes suspended solids.
Question 3167

In pharmaceutical mixing, which parameter is important?

Correct Answer: D
Explanation:
Viscosity, density and solubility affect mixing.
Question 3168

Which energy transfer mode primarily occurs in drying?

Correct Answer: D
Explanation:
Convection plays a main role in drying.
Question 3169

Which gauge is used to measure pressure in a pharmaceutical process?

Correct Answer: A
Explanation:
Manometers measure pressure.
Question 3170

Which of the following materials is resistant to corrosion?

Correct Answer: A
Explanation:
316 stainless steel is corrosion resistant.
Question 3171

What is the main goal of pharmaceutical crystallization?

Correct Answer: A
Explanation:
Crystallization purifies compounds.
Question 3172

An ideal pharmaceutical filter should:

Correct Answer: A
Explanation:
Filters remove particles and let fluids pass.
Question 3173

The purpose of using a spray dryer is:

Correct Answer: A
Explanation:
Spray dryers convert liquids to powders.
Question 3174

Which fluid flow is characterized by chaotic movement?

Correct Answer: B
Explanation:
The correct answer is <b>B. Turbulent flow.</b>
<br>
Turbulent flow is a type of fluid motion characterized by irregular, chaotic, and rapid fluctuations of fluid particles. In this flow, the fluid moves in random directions, creating eddies, vortices, and mixing effects. <b>Turbulent flow</b> usually occurs at high velocities or high Reynolds numbers and is commonly observed in rivers, pipelines, and air movement around vehicles. In contrast, laminar flow is smooth and orderly, where fluid particles move in parallel layers without disturbance. Steady flow refers to flow conditions that remain constant over time, while uniform flow indicates that the velocity remains the same at every point in the fluid. Therefore, chaotic movement is the defining feature of turbulent flow.
Question 3175

Which equipment is used for centrifugal separation?

Correct Answer: A
Explanation:
Decanter centrifuge separates by spinning.
Question 3176

In pharmaceutical drying, the “wet bulb temperature” measures:

Correct Answer: B
Explanation:
Wet bulb reflects evaporative cooling.
Question 3177

What is the primary function of a fluid bed dryer?

Correct Answer: B
Explanation:
Fluid bed dryer suspends solids in hot air.
Question 3178

Size separation techniques in pharmaceuticals include:

Correct Answer: D
Explanation:
Various methods separate particles by size.
Question 3179

Water activity in pharmaceuticals affects:

Correct Answer: B
Explanation:
Water activity influences shelf life.
Question 3180

Which drying method is suitable for heat sensitive drugs?

Correct Answer: B
Explanation:
Freeze drying preserves heat sensitive drugs.
Question 3181

In distillation, “fractionating column” is used for:

Correct Answer: B
Explanation:
Fractionating column improves separation.
Question 3182

Which pharmaceutical process uses the Laplace equation?

Correct Answer: D
Explanation:
The correct answer is D. Droplet formation.
<br>
The Laplace equation is widely used in pharmaceutical engineering to explain the pressure difference that exists across the surface of a liquid droplet or bubble due to surface tension. This principle plays a crucial role in processes involving emulsions, aerosols, suspensions, and spray drying, where droplet formation and stability are important. According to the Laplace equation, smaller droplets possess higher internal pressure because of greater surface curvature. Understanding this relationship helps in controlling particle size, stability, and formulation quality in pharmaceutical manufacturing. The equation is therefore especially significant in studying and optimizing droplet formation processes in pharmaceutical and chemical industries.
Question 3183

The HETP in distillation columns stands for:

Correct Answer: A
Explanation:
HETP quantifies column efficiency.
Question 3184

Which of the following is a characteristic of ideal mixing?

Correct Answer: A
Explanation:
Ideal mixing has uniform concentration.
Question 3185

Pharmaceutical powder flowability is affected by:

Correct Answer: D
Explanation:
All influence powder flow.
Question 3186

Which process depends on capillary action in pharmaceuticals?

Correct Answer: A
Explanation:
Granulation involves capillary forces.
Question 3187

Which equipment measures viscosity?

Correct Answer: A
Explanation:
Viscometers measure fluid viscosity.
Question 3188

Which factor influences evaporation rate the most?

Correct Answer: D
Explanation:
Multiple factors affect evaporation.
Question 3189

The binary distillation process involves:

Correct Answer: A
Explanation:
Binary distillation separates two-component mixtures.
Question 3190

The purpose of “chilling” in pharmaceutical drying is to:

Correct Answer: A
Explanation:
Chilling maintains drug stability.
Question 3191

Which technique is used for sterilizing heat-sensitive pharmaceuticals?

Correct Answer: B
Explanation:
Gamma radiation sterilizes without heat.
Question 3192

Which form of mixing provides the highest shear stress?

Correct Answer: B
Explanation:
Colloidal mixers produce high shear.
Question 3193

What is the main purpose of granulation?

Correct Answer: A
Explanation:
Granulation improves handling and compression.
Question 3194

Which pharmaceutical unit operation involves particle size reduction by impact?

Correct Answer: A
Explanation:
Crushing applies impact force.
Question 3195

Centrifugal pumps are preferred in pharmaceuticals because they:

Correct Answer: B
Explanation:
They offer continuous, uniform flow.
Question 3196

Which parameter is important for pharmaceutical drying?

Correct Answer: A
Explanation:
Moisture removal is key.
Question 3197

Principle of distillation relies on differences in:

Correct Answer: A
Explanation:
Boiling point differences enable separation.
Question 3198

The process of “sublimation” is:

Correct Answer: C
Explanation:
Sublimation is direct solid-to-gas transition.
Question 3199

Which of the following detects particle size distribution?

Correct Answer: B
Explanation:
Laser diffraction measures size distribution.
Question 3200

Extractive distillation is useful for:

Correct Answer: A
Explanation:
Separates mixtures difficult for normal distillation.
Question 3201

Which of the following is a non-Newtonian fluid?

Correct Answer: B
Explanation:
Honey exhibits variable viscosity.
Question 3202

Which drying technique is mainly used for herbal extracts?,

Correct Answer: C
Explanation:
Freeze drying preserves heat-sensitive compounds.
Question 3203

Typical unit operation in pharmaceutical manufacturing is:

Correct Answer: A
Explanation:
Granulation is common in pharma.
Question 3204

Which packaging reduces moisture and contamination?

Correct Answer: B
Explanation:
Aluminum foil offers good barrier.
Question 3205

Why is particle size important in tablet formulation?

Correct Answer: A
Explanation:
Sizes affect drug release profiles.
Question 3206

Which of the following influences evaporation in drying?

Correct Answer: D
Explanation:
All impact evaporation.
Question 3207

What is the primary purpose of a prosthesis?

Correct Answer: A
Explanation:
A prosthesis replaces a missing body part to restore function.
Question 3208

Which material is commonly used to make lightweight prosthetic sockets?

Correct Answer: A
Explanation:
Polypropylene is favored due to its light weight and durability.
Question 3209

What is the residual limb known as in prosthetics?

Correct Answer: A
Explanation:
The part of the limb remaining after amputation is called a stump.
Question 3210

What kind of prosthesis is controlled by electrical signals from muscles?

Correct Answer: B
Explanation:
Myoelectric prosthesis uses muscle electrical signals.
Question 3211

An orthosis is designed for:

Correct Answer: B
Explanation:
Orthoses provide support and correction to body parts.
Question 3212

Which movement is allowed by a prosthetic elbow joint?

Correct Answer: A
Explanation:
Prosthetic elbow joints allow flexion and extension movements.
Question 3213

A common terminal device for upper limb prosthetics is:

Correct Answer: B
Explanation:
Hooks are widely used terminal devices for gripping.
Question 3214

What does modular prosthesis mean?

Correct Answer: B
Explanation:
Modular prostheses have interchangeable components.
Question 3215

What is the function of the pylon in a prosthetic limb?

Correct Answer: A
Explanation:
Pylon connects socket and foot parts.
Question 3216

Socket fit is important because:

Correct Answer: A
Explanation:
Good fit ensures comfort and device control.
Question 3217

In lower limb prosthetics, suspension refers to:

Correct Answer: B
Explanation:
Suspension secures the prosthesis to residual limb.
Question 3218

Which material is often used in prosthetic feet for durability?

Correct Answer: C
Explanation:
Carbon fiber is durable and lightweight.
Question 3219

Which of these is NOT an orthosis?

Correct Answer: C
Explanation:
CT scan is imaging, not an orthosis.
Question 3220

The main aim of orthotic management is:

Correct Answer: B
Explanation:
Orthoses help control and support movement.
Question 3221

Which thermoplastic is common in orthoses fabrication?

Correct Answer: A
Explanation:
Polypropylene is widely used due to moldability.
Question 3222

A Knee-Ankle-Foot Orthosis (KAFO) is used to:

Correct Answer: C
Explanation:
KAFO stabilizes knee and ankle joints.
Question 3223

Shock absorption in prosthetic limbs is provided by:

Correct Answer: A
Explanation:
Specially designed shock absorbers reduce impact.
Question 3224

Energy storing foot prostheses:

Correct Answer: B
Explanation:
They enhance walking efficiency.
Question 3225

Suction suspension works by:

Correct Answer: A
Explanation:
Creates negative pressure for suspension.
Question 3226

Prosthetic gait training primarily teaches:

Correct Answer: B
Explanation:
Focuses on effective walking.
Question 3227

Power grip prosthetic hands are mostly:

Correct Answer: B
Explanation:
Myoelectric hands allow powered grip.
Question 3228

Transtibial amputation occurs:

Correct Answer: B
Explanation:
Below knee amputation is transtibial.
Question 3229

Which orthosis is most used for scoliosis?

Correct Answer: B
Explanation:
Boston brace is common for scoliosis.
Question 3230

Plinth therapy is:

Correct Answer: A
Explanation:
Exercises performed on plinth (therapy table).
Question 3231

A key design principle of sockets is to:

Correct Answer: A
Explanation:
Proper weight distribution is critical.
Question 3232

Which of these prosthetic materials is non-biodegradable?

Correct Answer: A
Explanation:
Polyethylene does not biodegrade.
Question 3233

Terminal device in upper limb prosthetics is:

Correct Answer: B
Explanation:
Terminal device is the functional end.
Question 3234

Prosthetic knees with pneumatic swing control provide:

Correct Answer: B
Explanation:
Pneumatic knees allow controlled flexion.
Question 3235

Suspension system in prosthetics:

Correct Answer: A
Explanation:
Suspension maintains prosthesis attachment.
Question 3236

Between these, which controls joint movement in orthoses?

Correct Answer: A
Explanation:
Orthotic joints control mobility.
Question 3237

SACH foot is:

Correct Answer: A
Explanation:
SACH foot is simple and stable.
Question 3238

Microprocessor-controlled prosthetic knees:

Correct Answer: B
Explanation:
Provide adaptive control.
Question 3239

Most common complaint post-amputation is:

Correct Answer: A
Explanation:
Many patients experience phantom limb sensations.
Question 3240

“Shuffle gait” indicates:

Correct Answer: B
Explanation:
Poor fit affects gait.
Question 3241

Prosthetic functional testing assesses:

Correct Answer: C
Explanation:
Functionality and mobility are assessed.
Question 3242

“Creep” in materials means:

Correct Answer: B
Explanation:
Creep means slow permanent deformation.
Question 3243

Occupational therapy in prosthetics focuses on:

Correct Answer: B
Explanation:
Therapy improves functional independence.
Question 3244

Bilateral prosthetics means:

Correct Answer: B
Explanation:
Bilateral means both sides.
Question 3245

Key factor for assessing prosthetic suspension is:

Correct Answer: B
Explanation:
Suspension should provide stability.
Question 3246

Carbon fiber in prosthetics offers:

Correct Answer: B
Explanation:
Carbon fiber is both strong and light.
Question 3247

EMG records:

Correct Answer: C
Explanation:
EMG measures muscle bioelectric signals.
Question 3248

Terminal devices restore:

Correct Answer: B
Explanation:
Terminal devices restore hand function.
Question 3249

Which material exhibits shape memory?

Correct Answer: A
Explanation:
Nitinol alloys have shape memory.
Question 3250

“Allowance for error” means:

Correct Answer: B
Explanation:
Devices should allow error recovery.
Question 3251

Body-powered prostheses are controlled by:

Correct Answer: A
Explanation:
Use muscles and cables.
Question 3252

Ischial containment socket is for:

Correct Answer: B
Explanation:
Used in above knee prostheses.
Question 3253

Appropriate shoe for flat foot patients includes:

Correct Answer: A
Explanation:
Arch supports prevent complications.
Question 3254

How often should prosthetic devices undergo maintenance?

Correct Answer: A
Explanation:
Regular maintenance ensures usability.
Question 3255

Gait analysis uses:

Correct Answer: A
Explanation:
Force platforms monitor walking forces.
Question 3256

Residual limb volume affects:

Correct Answer: A
Explanation:
Changes influence fit.
Question 3257

Which prosthetic control uses muscle bioelectrical signals?

Correct Answer: A
Explanation:
Myoelectric control uses EMG signals.
Question 3258

Which ion is primarily responsible for the generation of action potentials?

Correct Answer: B
Explanation:
Sodium influx initiates action potentials.
Question 3259

Neuron-to-neuron communication occurs at the:

Correct Answer: C
Explanation:
Synapses mediate communication between neurons.
Question 3260

What is deep brain stimulation commonly used to treat?

Correct Answer: B
Explanation:
DBS modulates brain activity in Parkinson’s.
Question 3261

Which device records electrical activity of the brain?

Correct Answer: B
Explanation:
EEG records brain electrical signals.
Question 3262

Microelectrode arrays are used for:

Correct Answer: B
Explanation:
MEAs record and stimulate neural tissue.
Question 3263

The term "neuroplasticity" refers to:

Correct Answer: B
Explanation:
Neuroplasticity is brain’s adaptive capacity.
Question 3264

Brain-machine interfaces primarily translate:

Correct Answer: B
Explanation:
BMI converts brain signals to external device commands.
Question 3265

Neuroprosthetics aim to:

Correct Answer: B
Explanation:
Neuroprosthetics replace lost neural functions.
Question 3266

Which neural tissue property determines signal speed?

Correct Answer: A
Explanation:
Signal speed depends on axon diameter & myelin.
Question 3267

In extracellular recordings, the signal represents:

Correct Answer: C
Explanation:
It captures extracellular electrical fields.
Question 3268

Which imaging modality uses magnetic fields and radio waves to image neural tissue?

Correct Answer: C
Explanation:
MRI uses magnetic fields for detailed imaging.
Question 3269

Spinal cord stimulators are used for:

Correct Answer: A
Explanation:
They alleviate chronic pain.
Question 3270

Which neurotransmitter is primarily inhibitory in the CNS?

Correct Answer: C
Explanation:
GABA is the main inhibitory neurotransmitter.
Question 3271

Electroencephalogram signals are typically in the range of:

Correct Answer: A
Explanation:
EEG signals range between 0.5 and 100 Hz.
Question 3272

Functional electrical stimulation (FES) is used to:

Correct Answer: B
Explanation:
FES induces muscle contraction via electrical pulses.
Question 3273

Which brain region is targeted for motor prosthetic control?

Correct Answer: B
Explanation:
Motor cortex controls voluntary movement.
Question 3274

Which factor most affects electrode impedance in neural recordings?

Correct Answer: A
Explanation:
Impedance varies with electrode properties.
Question 3275

The term “stimulation threshold” in neural stimulation means:

Correct Answer: A
Explanation:
It defines minimum stimulus to elicit response.
Question 3276

Which neural signal feature is used in brain-computer interfaces?

Correct Answer: A
Explanation:
Both amplitude and frequency are important.
Question 3277

Which advances have improved microelectrode performance?

Correct Answer: A
Explanation:
Size reduction and flexibility enhance performance.
Question 3278

Neuromodulation therapies modulate:

Correct Answer: B
Explanation:
They alter neural signaling to achieve therapy.
Question 3279

Which implant allows restoring hearing in severe deafness?

Correct Answer: A
Explanation:
Cochlear implants bypass damaged auditory pathways.
Question 3280

Neural tissue engineering primarily uses:

Correct Answer: A
Explanation:
Stem cells supported by scaffolds regenerate tissue.
Question 3281

Action potentials propagate along neurons by:

Correct Answer: C
Explanation:
Saltatory conduction speeds up propagation.
Question 3282

Which frequency bands are typical for EEG alpha waves?

Correct Answer: A
Explanation:
Alpha waves lie in 8–13 Hz range.
Question 3283

Central nervous system comprises:

Correct Answer: A
Explanation:
CNS consists of brain and spinal cord.
Question 3284

The primary purpose of neural prosthetics is:

Correct Answer: B
Explanation:
Neural prosthetics restore neural functions.
Question 3285

Nerve conduction velocity measures:

Correct Answer: A
Explanation:
It quantifies nerve signal speed.
Question 3286

Which factor influences neural electrode biocompatibility?

Correct Answer: A
Explanation:
Surface properties affect tissue response.
Question 3287

The term “plasticity” in neural engineering refers to:

Correct Answer: A
Explanation:
Plasticity is neural adaptability.
Question 3288

Neurofeedback therapy uses:

Correct Answer: A
Explanation:
Patients get feedback on brain signals for self-regulation.
Question 3289

In neural signal processing, filtering aims to:

Correct Answer: A
Explanation:
Filters improve signal-to-noise ratio.
Question 3290

Which neurotransmitter is excitatory in most brain regions?

Correct Answer: B
Explanation:
Glutamate is the main excitatory neurotransmitter.
Question 3291

Microstimulation in the brain is used to:

Correct Answer: B
Explanation:
Microstimulation activates targeted neurons.
Question 3292

Which technique measures the brain’s metabolic activity?

Correct Answer: A
Explanation:
fMRI assesses metabolic changes related to activity.
Question 3293

In neural engineering, “glial scarring” is:

Correct Answer: B
Explanation:
Glial scars limit implant functionality.
Question 3294

Neural electrodes are often coated with:

Correct Answer: B
Explanation:
Conductive polymers improve electrode interface.
Question 3295

Which method is used to visualize neuron structures?

Correct Answer: A
Explanation:
Fluorescence microscopy reveals neuron morphology.
Question 3296

Which factor affects neural signal amplitude?

Correct Answer: D
Explanation:
All influence signal amplitude.
Question 3297

Brain-computer interfaces (BCIs) can control:

Correct Answer: D
Explanation:
BCIs can operate various devices.
Question 3298

The Kelley criterion is associated with:

Correct Answer: B
Explanation:
Used in signal detection theory.
Question 3299

Which device records electromyographic signals?

Correct Answer: B
Explanation:
EMG records electrical activity of muscles.
Question 3300

The main safety concern with implanted neural devices is:

Correct Answer: B
Explanation:
Implant biocompatibility is crucial.
Question 3301

Which programming language is widely used in neural data analysis?

Correct Answer: A
Explanation:
Python has extensive neural data libraries.
Question 3302

Which brain wave frequency is associated with deep sleep?

Correct Answer: A
Explanation:
Delta waves characterize deep sleep.
Question 3303

Nanoparticles improve drug delivery primarily due to their:

Correct Answer: A
Explanation:
Large surface area enhances interaction and delivery.
Question 3304

What characteristic allows nanoparticles to cross cell membranes?

Correct Answer: A
Explanation:
Nanoscale size enables cell membrane penetration.
Question 3305

Which property is typical of quantum dots used in medical imaging?

Correct Answer: A
Explanation:
Quantum dots exhibit size-dependent fluorescence.
Question 3306

Gold nanoparticles are often used in cancer therapy because they:

Correct Answer: B
Explanation:
Gold NPs improve radiotherapy efficiency.
Question 3307

PEGylation of nanoparticles helps in:

Correct Answer: A
Explanation:
PEGylation prolongs circulation by evading immunity.
Question 3308

Which of the following nanocarriers is lipid-based?

Correct Answer: B
Explanation:
Liposomes are lipid bilayer vesicles.
Question 3309

The enhanced permeability and retention (EPR) effect helps nanoparticles:

Correct Answer: B
Explanation:
EPR enables nanoparticle accumulation in tumors.
Question 3310

What is a major challenge of nanomedicine in clinical translation?

Correct Answer: A
Explanation:
Scaling production while maintaining quality is hard.
Question 3311

Which imaging modality can be enhanced using iron oxide nanoparticles?

Correct Answer: B
Explanation:
Iron oxide NPs improve MRI contrast.
Question 3312

Nanoparticles can induce toxicity mainly due to:

Correct Answer: A
Explanation:
Higher surface reactivity can cause toxicity.
Question 3313

Passive targeting in nanomedicine relies on:

Correct Answer: B
Explanation:
Passive targeting exploits EPR effect.
Question 3314

Which nanomaterial is known for its high mechanical strength and electrical conductivity?

Correct Answer: B
Explanation:
Carbon nanotubes possess exceptional strength and conductivity.
Question 3315

Drug release from nanoparticles can be triggered by:

Correct Answer: D
Explanation:
Various triggers are exploited for controlled release.
Question 3316

Which property of nanoparticles affects their biodistribution?

Correct Answer: D
Explanation:
All listed properties influence biodistribution.
Question 3317

Nanotechnology used in wound healing includes:

Correct Answer: A
Explanation:
Silver nanoparticles have antimicrobial properties.
Question 3318

Which of the following is NOT a nanomedicine drug delivery system?

Correct Answer: D
Explanation:
Tablets are conventional dosage forms.
Question 3319

Nanoparticle surface modification improves:

Correct Answer: A
Explanation:
Surface modifications can extend circulation.
Question 3320

Magnetic nanoparticles are used in:

Correct Answer: A
Explanation:
They enhance MRI contrast and allow guidance.
Question 3321

Nanoparticle aggregation can impact:

Correct Answer: D
Explanation:
Aggregation affects many biological behaviors.
Question 3322

Functionalizing nanoparticles with antibodies aids in:

Correct Answer: B
Explanation:
Antibodies provide specific targeting.
Question 3323

Quantum dots differ from bulk semiconductors due to:

Correct Answer: B
Explanation:
Quantum dots exhibit quantum size effects.
Question 3324

Polymeric nanoparticles are preferred due to their:

Correct Answer: B
Explanation:
Polymeric NPs degrade safely and allow release.
Question 3325

Which nanomaterial is used for gene delivery?

Correct Answer: D
Explanation:
Multiple materials serve as gene carriers.
Question 3326

Passive targeting exploits:

Correct Answer: B
Explanation:
Leaky tumor vessels enable passive targeting.
Question 3327

Nanotechnology allows drug delivery to:

Correct Answer: B
Explanation:
Nanocarriers improve targeting to diseased sites.
Question 3328

Nanoparticles can improve cancer therapy by:

Correct Answer: B
Explanation:
They enhance therapeutic selectivity and reduce toxicity.
Question 3329

Nanoparticles used in photothermal therapy absorb:

Correct Answer: B
Explanation:
Near-infrared light penetrates tissues effectively.
Question 3330

Biodegradable nanoparticles typically degrade via:

Correct Answer: A
Explanation:
Hydrolytic degradation is common in polymer NPs.
Question 3331

Nanoparticles size is typically:

Correct Answer: A
Explanation:
Nanomaterials usually fall within 1 to 100 nm scale.
Question 3332

Nanoshells are used for:

Correct Answer: B
Explanation:
Nanoshells have applications in therapy and imaging.
Question 3333

Gold nanoparticles exhibit:

Correct Answer: B
Explanation:
Gold NPs demonstrate surface plasmon resonance.
Question 3334

Nanotoxicity can be caused by:

Correct Answer: A
Explanation:
Toxicity depends on multiple particle properties.
Question 3335

Nanocarriers can cross biological barriers such as:

Correct Answer: D
Explanation:
Nanocarriers facilitate transport across various barriers.
Question 3336

Advantages of nanomedicine over conventional therapy include:

Correct Answer: D
Explanation:
All these advantages improve therapeutic outcomes.
Question 3337

What is the function of liposomes in drug delivery?

Correct Answer: B
Explanation:
Liposomes carry and release drugs selectively.
Question 3338

The term “functionalization” of nanoparticles means:

Correct Answer: A
Explanation:
Functional groups enhance targeting and stability.
Question 3339

Carbon nanotubes in medicine are noted for:

Correct Answer: A
Explanation:
They have unique electrical and mechanical properties.
Question 3340

Which nanoparticles are commonly used in MRI contrast agents?

Correct Answer: B
Explanation:
Iron oxide magnetic nanoparticles improve MRI contrast.
Question 3341

What property of nanoparticles greatly influences cellular uptake?

Correct Answer: A
Explanation:
Size and charge affect interaction with cells.
Question 3342

Which nanomaterial is most suitable for photodynamic therapy?

Correct Answer: C
Explanation:
Porphyrin nanoparticles generate reactive oxygen species.
Question 3343

Nanoparticles with hydrophilic surfaces tend to:

Correct Answer: B
Explanation:
Hydrophilic surfaces reduce protein adsorption and immune detection.
Question 3344

Who is considered the pioneer of modern medical robotics?

Correct Answer: A
Explanation:
Joseph Engelberger is known as the father of robotics.
Question 3345

The da Vinci Surgical System is primarily used for which type of surgery?

Correct Answer: B
Explanation:
da Vinci system enhances minimally invasive procedures.
Question 3346

In Medical Robotics, the term 'haptic feedback' refers to:

Correct Answer: A
Explanation:
Haptic feedback allows tactile sensation during robotic surgery.
Question 3347

Which component allows a surgeon to control robotic arms remotely?

Correct Answer: B
Explanation:
Surgeon console translates surgeon's movements to robot.
Question 3348

Robotic-assisted surgery typically offers which advantage over conventional surgery?

Correct Answer: B
Explanation:
Robotics improve precision and control.
Question 3349

Which of the following is a common disadvantage of robotic surgery?

Correct Answer: B
Explanation:
Cost and complexity are significant drawbacks.
Question 3350

The main application area of medical robotics includes:

Correct Answer: B
Explanation:
Medical robots are used in surgical and therapeutic procedures.
Question 3351

The use of robotics in rehabilitation enables:

Correct Answer: A
Explanation:
Robotics aid in therapy and movement retraining.
Question 3352

Which technology allows robots to operate autonomously in medical applications?

Correct Answer: A
Explanation:
AI enables autonomous robotic functions.
Question 3353

Robotic arms in surgery are controlled by:

Correct Answer: A
Explanation:
Surgeons control robots via consoles.
Question 3354

The surgeon's console in robotic surgery provides:

Correct Answer: A
Explanation:
Console enables surgeon control and vision.
Question 3355

Robotic systems increase surgeon's:

Correct Answer: B
Explanation:
Robotics help filter out tremors and improve precision.
Question 3356

Haptic feedback in medical robotics improves:

Correct Answer: A
Explanation:
Haptics give touch sensation enhancing control.
Question 3357

Robotic arms in surgery allow:

Correct Answer: D
Explanation:
Robotic arms provide precise intricate movements.
Question 3358

The da Vinci robotic system is classified as a:

Correct Answer: C
Explanation:
Da Vinci is a surgical robot used clinically.
Question 3359

Which sensor type in medical robotics measures force?

Correct Answer: C
Explanation:
Strain gauges are used to measure force.
Question 3360

Telerobotic surgery allows:

Correct Answer: A
Explanation:
Surgeons operate remotely via telerobotics.
Question 3361

Robotic surgery may improve:

Correct Answer: A
Explanation:
Improved dexterity and precision are key benefits.
Question 3362

Which part of the robotic system transmits surgeon's commands to instruments?

Correct Answer: B
Explanation:
Control system interprets and executes commands.
Question 3363

In medical robotics, end-effectors refer to:

Correct Answer: B
Explanation:
End-effectors interact with tissues.
Question 3364

Robotic rehabilitation devices help:

Correct Answer: B
Explanation:
Rehabilitation robots aid therapy and mobility.
Question 3365

Common energy source for medical robots is:

Correct Answer: B
Explanation:
Electricity powers most medical robots.
Question 3366

Advantages of robotic-assisted surgery include:

Correct Answer: A
Explanation:
Robotic surgery offers minimally invasive benefits.
Question 3367

Which robotic system allows surgeons to operate from a console?

Correct Answer: A
Explanation:
da Vinci system uses surgeon console.
Question 3368

What role do sensors play in surgical robotics?

Correct Answer: A
Explanation:
Sensors monitor position, force, and safety.
Question 3369

Which imaging technology is often integrated with robotic surgery?

Correct Answer: C
Explanation:
Endoscopic cameras provide visuals during surgery.
Question 3370

In teleoperation, latency refers to:

Correct Answer: A
Explanation:
Latency is delay in remote operation data.
Question 3371

Robotic arms typically have:

Correct Answer: B
Explanation:
Flexible arms allow complex maneuvers.
Question 3372

What is 'collaborative robot' (cobot)?

Correct Answer: B
Explanation:
Cobots assist humans and ensure safety.
Question 3373

Haptic devices provide:

Correct Answer: B
Explanation:
Haptics give tactile sensation.
Question 3374

The main challenge in medical robotics is:

Correct Answer: B
Explanation:
High cost and system complexity limit adoption.
Question 3375

Which surgical field has widely adopted robotic systems?

Correct Answer: B
Explanation:
Urology is an early and major adopter.
Question 3376

Robots help reduce surgeon fatigue by:

Correct Answer: B
Explanation:
Robotics filter tremors and enhance comfort.
Question 3377

Power sources for implantable robotic devices typically include:

Correct Answer: A
Explanation:
Batteries are most commonly used.
Question 3378

Visual feedback during robotic surgery is provided by:

Correct Answer: B
Explanation:
3D cameras provide detailed surgical views.
Question 3379

What is the role of software in surgical robotics?

Correct Answer: A
Explanation:
Software interprets commands and controls robot.
Question 3380

Which material is preferred for surgical robotic instruments?

Correct Answer: A
Explanation:
Titanium offers strength and biocompatibility.
Question 3381

What is the primary function of robotic exoskeletons in rehabilitation?

Correct Answer: B
Explanation:
Exoskeletons support patient movement.
Question 3382

Which of the following is true about teleoperated robotic surgery?

Correct Answer: B
Explanation:
Teleoperation indicates remote surgeon control.
Question 3383

The 'zero gravity' feature in robotic surgery aims to:

Correct Answer: A
Explanation:
Zero gravity cancels tremor and fatigue.
Question 3384

What type of sensors detect forces exerted by surgical instruments?

Correct Answer: C
Explanation:
Force sensors measure applied surgical pressures.
Question 3385

Medical robot calibration aims to:

Correct Answer: B
Explanation:
Calibration guarantees accuracy and precision.
Question 3386

Which programming language is commonly used for developing robotic control software?

Correct Answer: A
Explanation:
Python is widely used in robotics software.
Question 3387

Robotic surgery helps reduce patient trauma by:

Correct Answer: B
Explanation:
Robotics enables minimally invasive surgery.
Question 3388

Which imaging modality is most commonly integrated with robotic surgery?

Correct Answer: D
Explanation:
Endoscopic cameras provide visual feedback.
Question 3389

What advancement improves control in robotic prostheses?

Correct Answer: A
Explanation:
Myoelectric systems give intuitive control.
Question 3390

What is the primary goal of Advanced Process Control (APC)?

Correct Answer: B
Explanation:
APC optimizes plant efficiency and maintains stability.
Question 3391

Model Predictive Control (MPC) relies on:

Correct Answer: A
Explanation:
MPC uses process models for predictive control.
Question 3392

Which of the following is not essential for APC implementation?

Correct Answer: B
Explanation:
Hierarchical networks are optional for APC.
Question 3393

A basic element of a PID control loop is:

Correct Answer: A
Explanation:
PID controller is fundamental to feedback control.
Question 3394

Feedforward control uses which information?

Correct Answer: A
Explanation:
Feedforward anticipates and corrects measured disturbances.
Question 3395

What is dead time in process control?

Correct Answer: B
Explanation:
Dead time is the lag between input change and system response.
Question 3396

Cascade control architecture requires:

Correct Answer: A
Explanation:
Cascade control uses two or more linked loops.
Question 3397

Which variable is manipulated in APC?

Correct Answer: C
Explanation:
The manipulated variable is adjusted by the controller.
Question 3398

In adaptive control, the controller parameters:

Correct Answer: B
Explanation:
Adaptive controllers learn and update automatically.
Question 3399

Multi-variable control handles:

Correct Answer: B
Explanation:
APC often manages multiple process variables.
Question 3400

Setpoint tracking refers to:

Correct Answer: B
Explanation:
Good tracking reduces error between process value and setpoint.
Question 3401

MPC optimization is recalculated:

Correct Answer: B
Explanation:
MPC recalculates control moves at each step.
Question 3402

A benefit of APC is:

Correct Answer: A
Explanation:
APC smoothens operation and reduces equipment wear.
Question 3403

Which disturbance variable is measured and used to improve control?

Correct Answer: C
Explanation:
Feedforward control uses measured disturbances.
Question 3404

Inferential control in APC is used for:

Correct Answer: B
Explanation:
Estimation is used when direct measurement is unavailable.
Question 3405

Dead-time compensation is often achieved with:

Correct Answer: B
Explanation:
Smith Predictor compensates for dead time.
Question 3406

An effective model in APC should be:

Correct Answer: B
Explanation:
Good models should match process behavior well.
Question 3407

Constraint handling in MPC ensures:

Correct Answer: A
Explanation:
MPC can keep process variables within limits.
Question 3408

An output variable in APC is:

Correct Answer: B
Explanation:
Output variables are the process variables being controlled.
Question 3409

Real-time optimization (RTO) in process plants aims at:

Correct Answer: B
Explanation:
RTO optimizes plant profitability in real-time.
Question 3410

Supervisory control is:

Correct Answer: A
Explanation:
Supervisory control manages multiple lower-level controls.
Question 3411

A constraint in a control problem is:

Correct Answer: B
Explanation:
Constraints keep the process safely within limits.
Question 3412

What does “robustness” in control refer to?

Correct Answer: B
Explanation:
Robust control handles variability and disturbance.
Question 3413

The manipulated variable is:

Correct Answer: A
Explanation:
The controller manipulates this variable.
Question 3414

A predictive controller requires:

Correct Answer: B
Explanation:
Predictive control relies on process models.
Question 3415

Which feature distinguishes feedback from feedforward control?

Correct Answer: A
Explanation:
Feedback corrects errors in the output.
Question 3416

Real time data acquisition in APC is critical for:

Correct Answer: A
Explanation:
Real-time data ensures accurate control moves.
Question 3417

In process control, a “disturbance” is:

Correct Answer: A
Explanation:
Disturbances are process-affecting variables.
Question 3418

Cross-coupling in multi-variable control means:

Correct Answer: A
Explanation:
Multiple variables affect each other in process.
Question 3419

Which one is a performance index in control systems?

Correct Answer: A
Explanation:
ISE quantifies total control error over time.
Question 3420

Process control horizon in MPC refers to:

Correct Answer: A
Explanation:
Control horizon defines look-ahead for control moves.
Question 3421

The optimizer in APC adjusts:

Correct Answer: B
Explanation:
Optimizer calculates best variable settings.
Question 3422

Which software is commonly used for APC in industry?

Correct Answer: B
Explanation:
Matlab and Simulink have APC toolboxes.
Question 3423

Integral action in PID control eliminates:

Correct Answer: B
Explanation:
Integral action removes long-term offset.
Question 3424

If a controller gain is too high, the process may:

Correct Answer: B
Explanation:
High gain can lead to instability.
Question 3425

Why is tuning of controllers important in APC?

Correct Answer: A
Explanation:
Proper tuning enhances control and stability.
Question 3426

A decoupler in MIMO control is used to:

Correct Answer: A
Explanation:
Decouplers minimize unwanted variable interactions.
Question 3427

Which APC method can handle non-linear processes?

Correct Answer: B
Explanation:
NMPC manages process non-linearities.
Question 3428

A DCS in process industries stands for:

Correct Answer: A
Explanation:
DCS is a common automation architecture.
Question 3429

Computational Fluid Dynamics is primarily used to:

Correct Answer: A
Explanation:
CFD numerically solves fluid flow and heat transfer.
Question 3430

Which basic law forms the foundation of CFD?

Correct Answer: B
Explanation:
Navier-Stokes equations describe fluid motion.
Question 3431

In CFD, discretization means:

Correct Answer: A
Explanation:
Domain is divided into cells or finite volumes.
Question 3432

What does a mesh in CFD represent?

Correct Answer: A
Explanation:
Mesh is grid of points/volumes for calculation.
Question 3433

Which method is NOT standard for discretization in CFD?

Correct Answer: D
Explanation:
Mass spectrometry is not a numerical method.
Question 3434

CFD can solve which type of problem?

Correct Answer: D
Explanation:
All flow regimes can be simulated in CFD.
Question 3435

To model turbulence in CFD, which model is often used?

Correct Answer: B
Explanation:
k-epsilon is common for turbulence.
Question 3436

What does “boundary condition” specify in a CFD simulation?

Correct Answer: A
Explanation:
Boundary conditions define field behavior at boundaries.
Question 3437

Conservation of mass in CFD is enforced using:

Correct Answer: B
Explanation:
Continuity equation ensures mass conservation.
Question 3438

Which variable is NOT a primary variable in fluid simulation?

Correct Answer: D
Explanation:
Frequency is not a basic CFD variable.
Question 3439

The CFL condition in CFD ensures:

Correct Answer: A
Explanation:
CFL relates time step and mesh size for stability.
Question 3440

Which process converts a partial differential equation to algebraic equations?

Correct Answer: A
Explanation:
Discretization creates algebraic forms.
Question 3441

A solution that does not change with time is called:

Correct Answer: B
Explanation:
Steady solutions are time-invariant.
Question 3442

"Mesh independence" means:

Correct Answer: A
Explanation:
Mesh-independent solution is robust.
Question 3443

Which technique reduces calculation error by using smaller time steps?

Correct Answer: D
Explanation:
All can help with smaller time steps.
Question 3444

Main advantage of Finite Volume Method in CFD is:

Correct Answer: A
Explanation:
FVM is conservative for mass/energy.
Question 3445

The "iteration" process in CFD refers to:

Correct Answer: A
Explanation:
Iteration refines solution until consistent.
Question 3446

Staggered grid avoids pressure-velocity coupling problems in:

Correct Answer: A
Explanation:
Staggered arrangements solve velocity-pressure issues.
Question 3447

Wall function in CFD is used for:

Correct Answer: A
Explanation:
Wall functions treat near-wall turbulence.
Question 3448

Which error reduces with mesh refinement?

Correct Answer: A
Explanation:
Mesh refinement reduces discretization error.
Question 3449

Which flow assumption is made in incompressible CFD?

Correct Answer: A
Explanation:
Incompressible means constant density.
Question 3450

What is the main goal of turbulence modeling in CFD?

Correct Answer: B
Explanation:
Models represent averaged turbulence effects.
Question 3451

A very fine mesh leads to:

Correct Answer: A
Explanation:
Finer grids require more computation.
Question 3452

Reynolds Number shows ratio of:

Correct Answer: A
Explanation:
Determines laminar vs turbulent flow.
Question 3453

For high-speed compressible flows, which equation is crucial?

Correct Answer: B
Explanation:
Energy equation required for compressibility.
Question 3454

In CFD, “residual” indicates:

Correct Answer: A
Explanation:
Residuals show error at each step.
Question 3455

Implicit solvers in CFD are:

Correct Answer: A
Explanation:
Implicit schemes often allow larger steps.
Question 3456

Solver convergence criterion is usually based on:

Correct Answer: A
Explanation:
Convergence typically means residual drops below a limit.
Question 3457

CFD software can provide:

Correct Answer: D
Explanation:
CFD output includes many field variables.
Question 3458

The SIMPLE algorithm in CFD stands for:

Correct Answer: A
Explanation:
SIMPLE is a pressure-velocity coupling algorithm.
Question 3459

Grid cell aspect ratio mainly affects:

Correct Answer: A
Explanation:
High aspect ratios can reduce accuracy.
Question 3460

Post-processing in CFD includes:

Correct Answer: A
Explanation:
Post-processing shows and analyzes results.
Question 3461

A “coarse mesh” can lead to:

Correct Answer: A
Explanation:
Coarse mesh misses details.
Question 3462

“Ghost cells” are used in CFD for:

Correct Answer: A
Explanation:
Ghost cells apply boundary conditions.
Question 3463

Heat transfer by convection in CFD is modeled via:

Correct Answer: A
Explanation:
Energy equation models heat transport.
Question 3464

The Pressure Correction equation helps:

Correct Answer: A
Explanation:
Corrects for continuity violations.
Question 3465

CFD validation ensures:

Correct Answer: A
Explanation:
Validation compares simulation to reality.
Question 3466

What is “VOF method” in CFD commonly used for?

Correct Answer: A
Explanation:
VOF tracks interfaces between fluids.
Question 3467

The result of a converged steady CFD simulation should:

Correct Answer: A
Explanation:
Converged results are steady.
Question 3468

Which of the following is NOT a CFD application?

Correct Answer: B
Explanation:
DNA sequencing isn't a CFD task.
Question 3469

What is the primary aim of chemical reaction engineering?

Correct Answer: A
Explanation:
Chemical reaction engineering optimizes reactor performance and safety.
Question 3470

A batch reactor is:

Correct Answer: B
Explanation:
Batch reactors operate as closed systems for a set time.
Question 3471

For a first order reaction, the rate law is:

Correct Answer: A
Explanation:
First order reactions: rate proportional to concentration.
Question 3472

The order of a reaction is determined by:

Correct Answer: A
Explanation:
Order is a kinetic property, found experimentally.
Question 3473

Which reactor provides the same composition at inlet and outlet?

Correct Answer: A
Explanation:
CSTR keeps same concentration throughout.
Question 3474

Space time (τ) in a reactor is:

Correct Answer: A
Explanation:
Space time = V/F.
Question 3475

In a plug flow reactor (PFR), the fluid moves:

Correct Answer: D
Explanation:
PFR has no axial mixing.
Question 3476

An increase in temperature usually causes reaction rate to:

Correct Answer: A
Explanation:
Higher temperature increases rate constant.
Question 3477

Catalysts affect reactions by:

Correct Answer: B
Explanation:
Catalysts lower activation energy.
Question 3478

A zero-order reaction rate depends on:

Correct Answer: C
Explanation:
Zero order: rate is independent of concentration.
Question 3479

Arrhenius equation links rate constant with:

Correct Answer: B
Explanation:
Arrhenius law relates k and temperature.
Question 3480

Maximum gas conversion generally occurs in:

Correct Answer: C
Explanation:
Plug Flow Reactor gives higher conversion.
Question 3481

The Thiele modulus is associated with:

Correct Answer: B
Explanation:
Thiele modulus: internal diffusion & reaction in catalyst.
Question 3482

Pseudo-first order reactions:

Correct Answer: B
Explanation:
Excess of one reactant makes it seem first order.
Question 3483

An ideal CSTR achieves steady-state when:

Correct Answer: B
Explanation:
At steady-state, inflow = outflow concentration.
Question 3484

Residence time distribution (RTD) analysis is useful for:

Correct Answer: B
Explanation:
RTD describes flow patterns in real reactors.
Question 3485

For a reversible reaction at equilibrium:

Correct Answer: A
Explanation:
Equilibrium: rates are balanced.
Question 3486

Which reactor is best for autocatalytic reactions?

Correct Answer: C
Explanation:
Autocatalytic reactions often handled in batch reactors.
Question 3487

In a gas-solid catalytic reactor the controlling step can be:

Correct Answer: C
Explanation:
Either step can limit overall rate.
Question 3488

Conversion (X) for a plug flow reactor is given by:

Correct Answer: A
Explanation:
For PFR: conversion follows exponential relation.
Question 3489

Heat effects in exothermic reactions cause:

Correct Answer: B
Explanation:
Exothermic reactions may create hot spots.
Question 3490

In parallel reactions, selectivity towards desired product is increased by:

Correct Answer: B
Explanation:
Operating conditions influence selectivity.
Question 3491

Effectiveness factor in heterogeneous catalysis is:

Correct Answer: A
Explanation:
It compares actual to ideal rates in catalyst.
Question 3492

Which law relates the rate of reaction to concentration for elementary reactions?

Correct Answer: B
Explanation:
Law of mass action defines rate expressions.
Question 3493

A continuous stirred tank reactor (CSTR) has:

Correct Answer: A
Explanation:
Perfect mixing characterizes CSTR.
Question 3494

Plug flow reactors are more appropriate when:

Correct Answer: B
Explanation:
PFR yields higher conversion for given volume.
Question 3495

Gas-liquid reactions are influenced by:

Correct Answer: A
Explanation:
Interphase mass transfer is often limiting.
Question 3496

Selectivity in parallel reactions is defined as:

Correct Answer: A
Explanation:
Selectivity measures how much desired over undesired makes.
Question 3497

Escape of catalyst particles from a reactor affects:

Correct Answer: A
Explanation:
Catalyst loss reduces conversion.
Question 3498

Pressure drop in a packed bed reactor leads to:

Correct Answer: B
Explanation:
Drop affects flow and contact time.
Question 3499

A first order reaction in a batch reactor follows:

Correct Answer: A
Explanation:
Batch reactors follow exponential decay.
Question 3500

Most suitable reactor for highly exothermic reactions is:

Correct Answer: B
Explanation:
Staged CSTRs manage heat better.
Question 3501

Half-life of first-order reaction depends on:

Correct Answer: B
Explanation:
Half-life = 0.693/k.
Question 3502

Reactor volume for desired conversion increases as:

Correct Answer: B
Explanation:
More volume needed for higher conversion at same rate.
Question 3503

Levenspiel plot is used for:

Correct Answer: B
Explanation:
Levenspiel plots help design reactors.
Question 3504

Which reactor is commonly used for enzyme-catalyzed reactions?

Correct Answer: C
Explanation:
Immobilized enzyme often in packed beds.
Question 3505

Plug flow assumption is valid when:

Correct Answer: B
Explanation:
Negligible axial mixing: plug flow.
Question 3506

Autothermal reactors utilize:

Correct Answer: B
Explanation:
Autothermal reactors use reaction heat for operation.
Question 3507

Conversion in a reactor can be increased by:

Correct Answer: A
Explanation:
Endothermic conversion rises with heat.
Question 3508

Catalysis refers to:

Correct Answer: C
Explanation:
Catalyst accelerates a reaction without being consumed.
Question 3509

A catalyst increases reaction rate by:

Correct Answer: B
Explanation:
It lowers activation energy required.
Question 3510

Enzymes are examples of:

Correct Answer: C
Explanation:
Enzymes are biological catalysts.
Question 3511

In heterogeneous catalysis, the catalyst is:

Correct Answer: B
Explanation:
Different physical phase in heterogeneous catalysis.
Question 3512

The substance whose presence speeds up a reaction is called:

Correct Answer: B
Explanation:
Catalyst increases the reaction rate.
Question 3513

Which process commonly uses solid catalysts?

Correct Answer: C
Explanation:
Ammonia synthesis (Haber process) uses solid catalysts.
Question 3514

The ability of a catalyst to direct product formation is called:

Correct Answer: B
Explanation:
Selectivity gives preferred product.
Question 3515

Homogeneous catalysis takes place when:

Correct Answer: A
Explanation:
Same phase for both in homogeneous catalysis.
Question 3516

Which of these is NOT a property of a good catalyst?

Correct Answer: B
Explanation:
Cost is not a beneficial property.
Question 3517

The “poisoning” of a catalyst means:

Correct Answer: B
Explanation:
Catalyst poisons reduce efficiency.
Question 3518

Intermediate compounds form in which catalysis?

Correct Answer: A
Explanation:
Homogeneous catalysis often creates intermediates.
Question 3519

In enzyme catalysis, the reaction takes place at:

Correct Answer: A
Explanation:
Enzyme's active site binds substrate.
Question 3520

A promoter in catalysis is:

Correct Answer: B
Explanation:
Promoters boost catalyst efficiency.
Question 3521

Solid acid catalysts are commonly used in:

Correct Answer: B
Explanation:
Cracking in oil refineries uses acid catalysts.
Question 3522

The “Turnover frequency” (TOF) of a catalyst is:

Correct Answer: B
Explanation:
TOF measures catalyst efficiency.
Question 3523

Which one can cause catalyst deactivation?

Correct Answer: D
Explanation:
All can deactivate catalysts.
Question 3524

A catalyst that remains unchanged after reaction shows:

Correct Answer: B
Explanation:
Catalysts are not consumed.
Question 3525

Zeolites are an example of:

Correct Answer: A
Explanation:
Zeolites are used in solid acid catalysis.
Question 3526

Which property of catalysts is measured by “surface area”?

Correct Answer: B
Explanation:
Active site availability depends on surface area.
Question 3527

Which catalyst is used in the hydrogenation of vegetable oils?

Correct Answer: C
Explanation:
Nickel is standard for hydrogenation.
Question 3528

Catalysts work by:

Correct Answer: B
Explanation:
Catalysts lower energy barrier by altering pathway.
Question 3529

Enzyme specificity is due to:

Correct Answer: A
Explanation:
Active site matches only certain molecules.
Question 3530

Which is an example of enzyme-catalyzed reaction?

Correct Answer: D
Explanation:
Many biological reactions use enzymes.
Question 3531

Catalysts are mainly characterized by:

Correct Answer: B
Explanation:
Surface and reactivity are key traits.
Question 3532

A solid catalyst is regenerated by:

Correct Answer: A
Explanation:
Heating can remove poisons/fouling.
Question 3533

Which reaction uses a vanadium oxide catalyst?

Correct Answer: A
Explanation:
Contact process oxidizes SO2 to SO3.
Question 3534

Le Chatelier’s principle in catalysis states:

Correct Answer: B
Explanation:
Equilibrium is achieved faster.
Question 3535

Temperature sensitivity of catalyst is determined by:

Correct Answer: A
Explanation:
Arrhenius equation links rate, temperature, energy.
Question 3536

The effectiveness factor in catalysis expresses:

Correct Answer: A
Explanation:
Compares practical to theoretical efficiency.
Question 3537

Negative catalysis refers to:

Correct Answer: B
Explanation:
Negative catalysts reduce reaction rate.
Question 3538

A support in catalysis serves to:

Correct Answer: A
Explanation:
Supports disperse the catalyst.
Question 3539

Which catalyst is used for catalytic converters in cars?

Correct Answer: A
Explanation:
Platinum is a common auto catalyst.
Question 3540

Acid catalysis is fundamental in:

Correct Answer: D
Explanation:
Acids are important in multiple reactions.
Question 3541

Fischer-Tropsch synthesis uses which type of catalyst?

Correct Answer: A
Explanation:
Iron and cobalt are used for FT.
Question 3542

Catalyst inhibitors are used to:

Correct Answer: A
Explanation:
Inhibitors slow reaction by decreasing activity.
Question 3543

A good solid catalyst should have:

Correct Answer: B
Explanation:
High surface and porosity enable more activity.
Question 3544

Enzyme catalyzed reactions often show:

Correct Answer: B
Explanation:
Enzyme reactions usually obey MM kinetics.
Question 3545

Catalyst deactivation by coking means:

Correct Answer: A
Explanation:
Coking blocks active sites with carbon residue.
Question 3546

Transition metals are widely used as:

Correct Answer: B
Explanation:
Many transition metals act as catalysts.
Question 3547

What is the main aim of biochemical engineering?

Correct Answer: B
Explanation:
Biochemical engineering focuses on optimizing bioprocesses and enzyme activity.
Question 3548

Which equipment maintains sterility during fermentation?

Correct Answer: B
Explanation:
Fermenters are designed for sterile operations.
Question 3549

The ideal chemostat maintains:

Correct Answer: A
Explanation:
Chemostats keep several parameters constant.
Question 3550

Batch culture can be described as:

Correct Answer: B
Explanation:
Batch culture is a closed system.
Question 3551

A fed-batch process is useful for:

Correct Answer: B
Explanation:
Fed-batch avoids substrate inhibition.
Question 3552

The basic unit of protein is:

Correct Answer: B
Explanation:
Proteins are built from amino acids.
Question 3553

Cell disruption is required for:

Correct Answer: A
Explanation:
Cell disruption allows recovery of cell contents.
Question 3554

The Luedeking-Piret model predicts:

Correct Answer: A
Explanation:
It links microbial growth with product formation.
Question 3555

Immobilized enzymes are frequently used in:

Correct Answer: B
Explanation:
Immobilized enzymes favor continuous processing.
Question 3556

In a chemostat, dilution rate is:

Correct Answer: A
Explanation:
Dilution rate = F/V, affects growth.
Question 3557

What is the main advantage of continuous culture?

Correct Answer: B
Explanation:
Conditions remain stable for long durations.
Question 3558

Which organism is most used for industrial ethanol fermentation?

Correct Answer: B
Explanation:
Saccharomyces cerevisiae is key yeast for ethanol.
Question 3559

pH control in fermentation often uses:

Correct Answer: B
Explanation:
Buffers and acid/base regulate pH.
Question 3560

A bioreactor’s impeller is used for:

Correct Answer: B
Explanation:
Impellers promote mixing and aeration.
Question 3561

Downstream processing mainly involves:

Correct Answer: B
Explanation:
Main focus is purification and recovery.
Question 3562

Michaelis-Menten kinetics describes:

Correct Answer: B
Explanation:
It explains reaction rates for enzymes.
Question 3563

Specific growth rate (μ) is:

Correct Answer: B
Explanation:
μ describes how fast cells multiply.
Question 3564

The log phase of microbial growth represents:

Correct Answer: B
Explanation:
Cells divide at a constant, fast rate.
Question 3565

A limiting substrate is:

Correct Answer: B
Explanation:
Limiting substrate controls maximum growth.
Question 3566

Perfusion bioreactor keeps:

Correct Answer: B
Explanation:
Perfusion maintains high density with medium flow.
Question 3567

Membrane bioreactors allow:

Correct Answer: A
Explanation:
They filter products from cells.
Question 3568

A common vector for genetic engineering is:

Correct Answer: B
Explanation:
Plasmids carry recombinant genes.
Question 3569

Enzyme inhibition that is reversed by increasing substrate concentration is:

Correct Answer: B
Explanation:
Competitive inhibitors compete with substrate.
Question 3570

Fed-batch reactors are typically used to:

Correct Answer: B
Explanation:
Fed-batch helps prevent substrate inhibition.
Question 3571

Diauxic growth refers to:

Correct Answer: A
Explanation:
Cells adjust when shifting from one carbon source to another.
Question 3572

Bioreactor baffles are used for:

Correct Answer: A
Explanation:
Baffles stop vortexing, promote mixing.
Question 3573

Process used to break cells via rapid pressure drop is:

Correct Answer: B
Explanation:
French press lyses cells using high pressure.
Question 3574

Bulk oxygen transfer in a fermenter is measured by:

Correct Answer: A
Explanation:
kLa quantifies oxygen transfer.
Question 3575

The term “metabolic flux” explains:

Correct Answer: B
Explanation:
Flux tracks pathway rates.
Question 3576

Microbial cell factories are systems that:

Correct Answer: B
Explanation:
Microbes are engineered for production.
Question 3577

Enzyme denaturation typically results from:

Correct Answer: A
Explanation:
Extreme conditions unfold proteins.
Question 3578

Continuous sterilizers in industry often use:

Correct Answer: B
Explanation:
Continuous sterilizers use plate exchangers.
Question 3579

The effectiveness factor of an immobilized enzyme reflects:

Correct Answer: A
Explanation:
Shows actual vs. ideal reaction rates.
Question 3580

The first commercial genetically engineered drug was:

Correct Answer: B
Explanation:
Insulin was first recombinant therapeutic.
Question 3581

Metabolic engineering involves:

Correct Answer: B
Explanation:
Pathways are tailored for targets.
Question 3582

In fermentation, lag phase is characterized by:

Correct Answer: A
Explanation:
Cells adapt before dividing.
Question 3583

The major advantage of using immobilized cells is:

Correct Answer: B
Explanation:
Cell immobilization helps continuous processing.
Question 3584

The Lineweaver-Burk plot is used to:

Correct Answer: A
Explanation:
It provides straight line analysis for enzymes.
Question 3585

Trickling filters are mainly used for:

Correct Answer: B
Explanation:
Trickling filters use biofilms for cleaning water.
Question 3586

Which organism is commonly used to produce single cell protein?

Correct Answer: B
Explanation:
Yeasts and fungi are common SCP sources.
Question 3587

What is the SI unit of dynamic viscosity?

Correct Answer: A
Explanation:
Dynamic viscosity is measured in pascal-seconds.
Question 3588

The Reynolds number helps predict:

Correct Answer: A
Explanation:
Reynolds number indicates flow type.
Question 3589

In fluid flow, Bernoulli’s equation represents the conservation of:

Correct Answer: A
Explanation:
Bernoulli’s principle is about energy conservation.
Question 3590

What is the critical Reynolds number for flow in a pipe?

Correct Answer: C
Explanation:
2300 is the approximate critical Reynolds number.
Question 3591

The flow where fluid layers slide past one another smoothly is called:

Correct Answer: A
Explanation:
Laminar flow is smooth and orderly.
Question 3592

The ratio of inertial force to viscous force is:

Correct Answer: B
Explanation:
Reynolds number is inertial over viscous forces.
Question 3593

What does the continuity equation express?

Correct Answer: A
Explanation:
Continuity equation is mass conservation.
Question 3594

The no-slip boundary condition implies:

Correct Answer: A
Explanation:
Fluid velocity at the wall is zero.
Question 3595

Pascal’s law relates to:

Correct Answer: A
Explanation:
Pressure applied is transmitted equally in all directions.
Question 3596

Which instrument measures pressure in fluids?

Correct Answer: A
Explanation:
Manometer is used to measure fluid pressure.
Question 3597

Hydrostatic pressure at depth h in a fluid is:

Correct Answer: A
Explanation:
Hydrostatic pressure depends on density, gravity, depth.
Question 3598

Drag force experienced by an object moving through fluid depends on:

Correct Answer: A
Explanation:
Drag approximately varies with square of velocity.
Question 3599

Flow in which velocity at a point does not change with time is:

Correct Answer: A
Explanation:
Steady flow has constant velocity at a point over time.
Question 3600

Hydraulic diameter is used to characterize flow in:

Correct Answer: A
Explanation:
Hydraulic diameter accounts for non-circular cross sections.
Question 3601

Kinematic viscosity is:

Correct Answer: A
Explanation:
Kinematic viscosity = μ / ρ.
Question 3602

The boundary layer is the region where:

Correct Answer: A
Explanation:
Velocity gradient exists in boundary layer.
Question 3603

What is the significance of Mach number?

Correct Answer: A
Explanation:
Mach number indicates compressibility effects.
Question 3604

Froude number is relevant in:

Correct Answer: A
Explanation:
Froude number quantifies gravity effect in open channels.
Question 3605

In turbulent flow, velocity fluctuations occur:

Correct Answer: A
Explanation:
Turbulent flow has chaotic velocity fluctuations.
Question 3606

Poiseuille’s law describes:

Correct Answer: A
Explanation:
Poiseuille’s law is for viscous laminar pipe flow.
Question 3607

Manometer fluid should have:

Correct Answer: A
Explanation:
Higher density increases sensitivity.
Question 3608

Surface tension arises due to:

Correct Answer: A
Explanation:
Surface tension results from molecular cohesive forces.
Question 3609

Which theory explains the velocity profile in laminar flow?

Correct Answer: B
Explanation:
Navier-Stokes equations model velocity profiles.
Question 3610

A Venturi meter measures:

Correct Answer: A
Explanation:
Flow rate is calculated from pressure drop.
Question 3611

Hydraulic jump occurs when:

Correct Answer: A
Explanation:
Hydraulic jump is transition from high to low velocity.
Question 3612

Which dimensionless number relates inertial to gravitational forces?

Correct Answer: B
Explanation:
Froude number compares inertial & gravity forces.
Question 3613

The velocity of fluid molecules near a stationary wall is:

Correct Answer: B
Explanation:
No slip condition states velocity at wall is zero.
Question 3614

Incompressible flow assumes:

Correct Answer: A
Explanation:
Incompressible flows have constant density.
Question 3615

Which parameter affects the lift generation on a wing?

Correct Answer: A
Explanation:
Lift depends strongly on velocity.
Question 3616

The transition from laminar to turbulent flow is influenced by:

Correct Answer: A
Explanation:
Flow conditions determine transition point.
Question 3617

A pitot tube measures:

Correct Answer: C
Explanation:
Pitot tube provides total pressure in flow.
Question 3618

Porosity of a medium is:

Correct Answer: A
Explanation:
Porosity quantifies void fraction.
Question 3619

Newtonian fluids have:

Correct Answer: A
Explanation:
Newtonian fluids maintain constant viscosity.
Question 3620

Turbulent kinetic energy is dissipated mainly by:

Correct Answer: A
Explanation:
Viscosity converts turbulent energy to heat.
Question 3621

The Prandtl number is the ratio of:

Correct Answer: A
Explanation:
Prandtl number relates viscosity and thermal conductivity.
Question 3622

Boundary layer thickness decreases with:

Correct Answer: A
Explanation:
Higher velocity thins the boundary layer.
Question 3623

Sink flow refers to:

Correct Answer: A
Explanation:
Sink flow has flow converging inward.
Question 3624

Flow separation occurs due to:

Correct Answer: A
Explanation:
Adverse pressure gradients cause separation.
Question 3625

In flow through pipes, Darcy-Weisbach equation is used to calculate:

Correct Answer: A
Explanation:
It quantifies frictional pressure drop.
Question 3626

Which equipment measures velocity profiles in fluid flows?

Correct Answer: A
Explanation:
LDAs measure velocity in flow fields.
Question 3627

What does flow visualization help understand?

Correct Answer: A
Explanation:
Visualization reveals flow behavior.
Question 3628

Shear stress in a fluid is:

Correct Answer: A
Explanation:
Shear stress relates to velocity gradient.
Question 3629

Circulation in fluid mechanics is:

Correct Answer: A
Explanation:
Circulation quantifies rotation strength.
Question 3630

Stokes’ law is applicable for:

Correct Answer: A
Explanation:
Stokes’ law calculates drag in laminar flow.
Question 3631

Flow regime visualization distinguishes between:

Correct Answer: A
Explanation:
The technique shows laminar and turbulent zones.
Question 3632

The Weber number signifies the ratio of:

Correct Answer: A
Explanation:
Weber number relates inertia to surface tension.
Question 3633

Which process is commonly used for primary treatment of wastewater?

Correct Answer: A
Explanation:
Sedimentation removes suspended solids.
Question 3634

BOD in environmental engineering stands for:

Correct Answer: A
Explanation:
BOD measures oxygen required by microbes.
Question 3635

Activated sludge process is used for:

Correct Answer: C
Explanation:
Activated sludge is part of secondary treatment.
Question 3636

Which gas is a major contributor to acid rain?

Correct Answer: B
Explanation:
SO2 causes acid rain.
Question 3637

Which of the following is a common method of solid waste disposal?

Correct Answer: A
Explanation:
Incineration destroys waste by burning.
Question 3638

The main cause of eutrophication is:

Correct Answer: A
Explanation:
Nutrient overload causes excessive algae growth.
Question 3639

What type of filtration removes microorganisms?

Correct Answer: B
Explanation:
Ultrafiltration removes bacteria and viruses.
Question 3640

Primary source of ground water contamination is:

Correct Answer: A
Explanation:
Industrial waste often contaminates groundwater.
Question 3641

Which pollutant is mainly responsible for ozone layer depletion?

Correct Answer: C
Explanation:
Chlorofluorocarbons (CFCs) damage ozone.
Question 3642

Noise pollution is measured in:

Correct Answer: A
Explanation:
Decibels (dB) measure noise.
Question 3643

Which method is used for nitrogen removal in wastewater?

Correct Answer: A
Explanation:
Biological nitrification and denitrification remove nitrogen.
Question 3644

Which of the following is a pathogenic indicator in water?

Correct Answer: A
Explanation:
Coliform presence indicates fecal contamination.
Question 3645

Flocculation is:

Correct Answer: B
Explanation:
Flocculation aggregates particles for easier removal.
Question 3646

The common disinfectant used in water treatment is:

Correct Answer: A
Explanation:
Chlorination is widely used.
Question 3647

Which process reduces Biological Oxygen Demand (BOD) in water?

Correct Answer: B
Explanation:
Microbial degradation lowers BOD.
Question 3648

The pH of rainwater affected by acid rain is typically:

Correct Answer: B
Explanation:
Acid rain results in pH below 5.5.
Question 3649

Heavy metals in wastewater are removed by:

Correct Answer: A
Explanation:
Precipitation forms insoluble metal compounds.
Question 3650

Anaerobic digestion in wastewater treatment produces:

Correct Answer: A
Explanation:
Methane gas is produced biologically.
Question 3651

Which of the following is an example of renewable energy source?

Correct Answer: C
Explanation:
Solar power is renewable.
Question 3652

Biofilters in environmental engineering are primarily used for:

Correct Answer: A
Explanation:
Biofilters biologically treat contaminated air.
Question 3653

Which process is used to treat sewage biologically?

Correct Answer: A
Explanation:
Activated sludge is a biological process.
Question 3654

Water hardness is caused mainly by:

Correct Answer: A
Explanation:
Calcium and magnesium cause hardness.
Question 3655

What is the main source of suspended solids in wastewater?

Correct Answer: A
Explanation:
Domestic and industrial effluents carry solids.
Question 3656

Bioaccumulation refers to:

Correct Answer: A
Explanation:
Pollutants concentrate in organisms.
Question 3657

The term "eutrophication" means:

Correct Answer: A
Explanation:
Nutrient enrichment leads to ecosystem imbalance.
Question 3658

Which device measures particulate matter in the air?

Correct Answer: A
Explanation:
Nephelometers detect suspended particles.
Question 3659

The major greenhouse gas emitted from biomass burning is:

Correct Answer: B
Explanation:
Carbon dioxide is main product of combustion.
Question 3660

Noise pollution is primarily measured in:

Correct Answer: A
Explanation:
Decibel scale measures sound intensity.
Question 3661

Which of the following is a common water treatment method to remove pathogens?

Correct Answer: A
Explanation:
Chlorine disinfects water effectively.
Question 3662

The term "biochemical oxygen demand" (BOD) indicates:

Correct Answer: B
Explanation:
BOD is oxygen used by microbes.
Question 3663

Which of the following pollutants causes photochemical smog?

Correct Answer: B
Explanation:
NOx react with sunlight to form smog.
Question 3664

The function of scrubbers in air pollution control is to:

Correct Answer: A
Explanation:
Scrubbers clean air emissions.
Question 3665

Which process describes conversion of pollutants using microorganisms?

Correct Answer: A
Explanation:
Biodegradation breaks contaminants biologically.
Question 3666

Fluoride contamination in water is treated by:

Correct Answer: A
Explanation:
Activated alumina adsorbs fluoride ions.
Question 3667

Which pollutant is responsible for global warming besides CO2?

Correct Answer: A
Explanation:
Methane is a potent greenhouse gas.
Question 3668

Effluent treatment plants are typically used in:

Correct Answer: A
Explanation:
Industries require effluent treatment.
Question 3669

Sedimentation basins are designed to:

Correct Answer: A
Explanation:
Settling helps solid removal.
Question 3670

The pH scale measures:

Correct Answer: A
Explanation:
pH quantifies hydrogen ion concentration.
Question 3671

Anaerobic bacteria in wastewater treatment:

Correct Answer: B
Explanation:
Anaerobic microbes digest waste in absence of oxygen.
Question 3672

Minimum dissolved oxygen required to sustain aquatic life is approximately:

Correct Answer: B
Explanation:
Aquatic life typically needs 5 mg/L DO.
Question 3673

Which of the following is a biological treatment method?

Correct Answer: A
Explanation:
Activated sludge is biological process.
Question 3674

Fluoride toxicity can lead to:

Correct Answer: A
Explanation:
High fluoride causes skeletal fluorosis.
Question 3675

Which compound is a major greenhouse gas emitted from landfill sites?

Correct Answer: A
Explanation:
Landfills produce methane via decomposition.
Question 3676

Which is an example of point source pollution?

Correct Answer: A
Explanation:
Point sources have identifiable discharge points.
Question 3677

The main objective of effluent treatment is:

Correct Answer: A
Explanation:
Effluent treatment reduces environmental pollution.
Question 3678

Which is not a method for odor control in waste treatment?

Correct Answer: D
Explanation:
Thermal oxidation is less common for odor.
Question 3679

A common by-product of wastewater anaerobic digestion is:

Correct Answer: B
Explanation:
Methane gas is produced during digestion.
Question 3680

The chemostat principle is used in:

Correct Answer: A
Explanation:
Chemostats maintain steady microbial growth.
Question 3681

What is the main nitrogen source in ammonium nitrate fertilizer?

Correct Answer: C
Explanation:
Ammonium nitrate contains nitrogen as NH4+ and NO3-.
Question 3682

Which nutrient is the primary component of phosphate fertilizers?

Correct Answer: A
Explanation:
Phosphate fertilizers supply phosphorus (P).
Question 3683

What is urea?

Correct Answer: B
Explanation:
Urea is a high nitrogen content fertilizer.
Question 3684

Potassium sulfate fertilizer primarily provides which nutrient?

Correct Answer: A
Explanation:
Potassium sulfate delivers potassium (K).
Question 3685

Granulation in fertilizer production is used to:

Correct Answer: A
Explanation:
Granulation improves fertilizer physical properties.
Question 3686

Nitrogen in fertilizers is important because it helps:

Correct Answer: B
Explanation:
Nitrogen is essential for leaf and stem growth.
Question 3687

Triple super phosphate (TSP) contains primarily:

Correct Answer: A
Explanation:
TSP provides concentrated phosphorus (P2O5).
Question 3688

Blending fertilizers involves:

Correct Answer: B
Explanation:
Blending mixes fertilizers without chemical reaction.
Question 3689

Which fertilizer is commonly used to supply sulfur?

Correct Answer: A
Explanation:
Ammonium sulfate supplies nitrogen and sulfur.
Question 3690

The main disadvantage of ammonium chloride fertilizer is:

Correct Answer: B
Explanation:
Ammonium chloride acidifies soil.
Question 3691

NPK fertilizers provide:

Correct Answer: C
Explanation:
NPK fertilizers supply N, P, and K nutrients.
Question 3692

Which fertilizer is commonly used in alkaline soils?

Correct Answer: A
Explanation:
Calcium nitrate is preferred in alkaline soils.
Question 3693

Controlled-release fertilizers are designed to:

Correct Answer: B
Explanation:
Controlled-release fertilizers supply nutrients gradually.
Question 3694

Gypsum (CaSO4·2H2O) is used as:

Correct Answer: B
Explanation:
Gypsum provides calcium and sulfur.
Question 3695

Purpose of urease inhibitors in urea fertilizers:

Correct Answer: B
Explanation:
Urease inhibitors reduce nitrogen losses.
Question 3696

Phosphogypsum is a by-product of:

Correct Answer: B
Explanation:
Phosphogypsum is produced during superphosphate making.
Question 3697

Gas lost by volatilization from urea fertilizers:

Correct Answer: B
Explanation:
Urea can release ammonia to atmosphere.
Question 3698

Micronutrients are important because:

Correct Answer: B
Explanation:
Micronutrients are essential even in trace amounts.
Question 3699

Major safety concern with ammonium nitrate:

Correct Answer: B
Explanation:
Ammonium nitrate is potentially explosive.
Question 3700

Zinc sulfate primarily supplies:

Correct Answer: A
Explanation:
Zinc sulfate supplies zinc.
Question 3701

Organic fertilizers mainly help by:

Correct Answer: B
Explanation:
Organics improve soil health.
Question 3702

Fertilizer solubility affects:

Correct Answer: A
Explanation:
Solubility influences nutrient release.
Question 3703

Transforming raw materials into fertilizers is:

Correct Answer: D
Explanation:
Manufacturing converts raw materials to final product.
Question 3704

Superphosphate is produced by reacting phosphate rock with:

Correct Answer: A
Explanation:
Phosphate rock treated with sulfuric acid produces superphosphate.
Question 3705

Nitrogen rich fertilizer commonly used:

Correct Answer: A
Explanation:
Ammonium nitrate is rich nitrogen source.
Question 3706

Potassium chloride fertilizer provides:

Correct Answer: A
Explanation:
Potassium chloride is potassium source.
Question 3707

Urea hydrolysis forms:

Correct Answer: A
Explanation:
Urea breaks down into ammonia and CO2.
Question 3708

Phosphorus deficiency symptoms include:

Correct Answer: A
Explanation:
Phosphorus is critical for root systems.
Question 3709

Nitrogen fixation is:

Correct Answer: A
Explanation:
Nitrogen fixation converts atmospheric nitrogen to ammonia.
Question 3710

Plant nutrient uptake is called:

Correct Answer: B
Explanation:
Plants absorb nutrients via roots.
Question 3711

Controlled-release fertilizers:

Correct Answer: B
Explanation:
Designed for slow nutrient release.
Question 3712

Gypsum is used as:

Correct Answer: B
Explanation:
Gypsum provides calcium and sulfur.
Question 3713

Urease inhibitors help by:

Correct Answer: B
Explanation:
They slow nitrogen loss by inhibiting urea hydrolysis.
Question 3714

Phosphogypsum is a by-product of:

Correct Answer: B
Explanation:
Formed during superphosphate manufacturing.
Question 3715

Loss of nitrogen as ammonia gas during fertilization is called:

Correct Answer: B
Explanation:
Volatilization causes ammonia gas loss.
Question 3716

Micronutrients in fertilizers:

Correct Answer: B
Explanation:
Micronutrients are essential trace elements.
Question 3717

Ammonium nitrate may pose risk due to:

Correct Answer: B
Explanation:
It is an explosive hazard under conditions.
Question 3718

Zinc sulfate supplies which nutrient?

Correct Answer: A
Explanation:
Zinc is supplied by zinc sulfate.
Question 3719

What is the main source of renewable energy?

Correct Answer: B
Explanation:
Solar energy is a primary renewable source.
Question 3720

The efficiency of a heat engine is defined as:

Correct Answer: A
Explanation:
Efficiency = Work out / Heat in.
Question 3721

Which law states conservation of energy?

Correct Answer: A
Explanation:
Energy is conserved (first law).
Question 3722

The Rankine cycle is used primarily in:

Correct Answer: B
Explanation:
Rankine cycle models steam turbines.
Question 3723

In energy conversion, cogeneration means:

Correct Answer: A
Explanation:
Cogeneration simultaneously produces power and heat.
Question 3724

The primary energy is converted to electrical energy in:

Correct Answer: A
Explanation:
Generators convert mechanical to electrical energy.
Question 3725

Which of the following is a fossil fuel?

Correct Answer: B
Explanation:
Coal is a common fossil fuel.
Question 3726

Energy stored in chemical bonds is called:

Correct Answer: C
Explanation:
Chemical energy is bond energy.
Question 3727

Which fuel has highest energy content per unit weight?

Correct Answer: B
Explanation:
Hydrogen has very high energy density by weight.
Question 3728

Conversion efficiency of photovoltaic solar cells is approximately:

Correct Answer: B
Explanation:
Typical commercial solar cells efficiency is about 15-20%.
Question 3729

In wind energy, power generated is proportional to:

Correct Answer: B
Explanation:
Power scales with cube of wind speed.
Question 3730

Which form of energy is not renewable?

Correct Answer: C
Explanation:
Natural gas is fossil fuel, non-renewable.
Question 3731

Energy stored in an elevated object is:

Correct Answer: B
Explanation:
Potential energy relates to position.
Question 3732

Which type of power plant uses nuclear fission?

Correct Answer: C
Explanation:
Nuclear plants use fission.
Question 3733

Exergy is a measure of:

Correct Answer: B
Explanation:
Exergy is maximum useful work conceivably extracted.
Question 3734

Which energy storage technology uses compressed air?

Correct Answer: C
Explanation:
Compressed Air Energy Storage stores energy as compressed air.
Question 3735

The first law of thermodynamics is a law of:

Correct Answer: B
Explanation:
Energy cannot be created or destroyed.
Question 3736

Cogeneration improves:

Correct Answer: B
Explanation:
Cogeneration boosts overall efficiency.
Question 3737

Which fuel is considered a biofuel?

Correct Answer: A
Explanation:
Ethanol is produced from biomass.
Question 3738

Energy efficiency of coal-fired thermal power plants is approximately:

Correct Answer: A
Explanation:
Typical coal plants are around 30-40% efficient.
Question 3739

In a thermal power plant, the condenser:

Correct Answer: A
Explanation:
Condensers convert exhaust steam to liquid.
Question 3740

Energy loss in transmission of electricity is largely due to:

Correct Answer: A
Explanation:
Resistance causes I^2R losses in transmission.
Question 3741

The Carnot cycle efficiency depends on:

Correct Answer: A
Explanation:
Maximum efficiency depends on temperature difference.
Question 3742

Which is a renewable energy resource?

Correct Answer: C
Explanation:
Wind is renewable.
Question 3743

Electrochemical energy storage is achieved primarily by:

Correct Answer: B
Explanation:
Batteries store energy electrochemically.
Question 3744

In solar thermal energy, energy is harvested from:

Correct Answer: A
Explanation:
Solar thermal collects heat from the sun.
Question 3745

The advantage of supercritical steam in power generation is:

Correct Answer: A
Explanation:
Supercritical steam cycles increase plant efficiency.
Question 3746

Flywheel energy storage stores energy as:

Correct Answer: A
Explanation:
Flywheels store kinetic rotational energy.
Question 3747

Which is an example of an emerging green energy technology?

Correct Answer: A
Explanation:
Fuel cells generate clean energy.
Question 3748

Which factor mainly limits the efficiency of solar cells?

Correct Answer: B
Explanation:
Quantum efficiency limits solar cell conversion.
Question 3749

Combined Cycle Power Plants use:

Correct Answer: C
Explanation:
They combine gas and steam turbines for efficiency.
Question 3750

Energy density of gasoline is about:

Correct Answer: A
Explanation:
Gasoline has approx. 44 MJ/kg energy density.
Question 3751

Thermoelectric generators convert:

Correct Answer: A
Explanation:
They directly convert a temperature gradient to electricity.
Question 3752

Fundamental particle in nuclear energy is:

Correct Answer: C
Explanation:
Nuclear fission involves neutrons.
Question 3753

The most abundant fossil fuel in the world is:

Correct Answer: A
Explanation:
Coal is abundant fossil fuel.
Question 3754

Heat pumps operate based on:

Correct Answer: B
Explanation:
Heat pumps transfer heat against gradient.
Question 3755

Energy losses during transmission can be reduced by:

Correct Answer: A
Explanation:
Higher voltage lines have less loss.
Question 3756

Which of the following is a fossil fuel?

Correct Answer: B
Explanation:
Coal is a fossil fuel.
Question 3757

The unit of power is:

Correct Answer: A
Explanation:
Watt is SI unit of power.
Question 3758

What is corrosion?

Correct Answer: B
Explanation:
Corrosion involves oxidation of metal atoms to ions.
Question 3759

Which type of corrosion is most difficult to detect?

Correct Answer: B
Explanation:
Pitting corrosion is localized and hard to detect.
Question 3760

Pilling-Bedworth Ratio (PBR) less than 1 indicates:

Correct Answer: B
Explanation:
PBR <1 means oxide layer is thin and non-protective.
Question 3761

Galvanic corrosion occurs when:

Correct Answer: A
Explanation:
Galvanic corrosion needs dissimilar metals, electrolytes.
Question 3762

What is the anodic reaction in corrosion?

Correct Answer: B
Explanation:
Anode loses electrons by metal oxidation.
Question 3763

Cathodic protection involves:

Correct Answer: A
Explanation:
Cathodic protection reduces corrosion by strangling anodic dissolution.
Question 3764

Which metal corrodes preferentially and protects other metals when connected?

Correct Answer: B
Explanation:
Zinc acts as sacrificial anode.
Question 3765

Crevice corrosion is caused due to:

Correct Answer: A
Explanation:
Oxygen depletion in crevices leads to corrosion.
Question 3766

Passivation refers to:

Correct Answer: B
Explanation:
Passivation creates stable film on metal.
Question 3767

Which of following is a common corrosion inhibitor?

Correct Answer: A
Explanation:
Chromates are effective corrosion inhibitors.
Question 3768

The rate of corrosion depends on:

Correct Answer: A
Explanation:
Multiple factors influence corrosion rate.
Question 3769

Corrosion resulting in uniform thinning over entire surface is:

Correct Answer: B
Explanation:
General corrosion affects whole surface evenly.
Question 3770

What is the effect of increasing oxygen concentration on corrosion?

Correct Answer: A
Explanation:
Oxygen supports cathodic reaction.
Question 3771

Electrochemical corrosion requires:

Correct Answer: A
Explanation:
All parts needed to complete corrosion circuit.
Question 3772

Stress corrosion cracking occurs due to:

Correct Answer: A
Explanation:
Combined stress and environment causes cracking.
Question 3773

Which of the following is a method to prevent corrosion?

Correct Answer: A
Explanation:
Protective coatings reduce corrosion.
Question 3774

Rust is primarily:

Correct Answer: A
Explanation:
Rust is hydrated iron oxide.
Question 3775

Sacrificial anode cathodic protection mainly uses which metal?

Correct Answer: B
Explanation:
Zinc preferentially corrodes and protects iron.
Question 3776

Passivating metals include:

Correct Answer: A
Explanation:
These metals form protective oxide layers.
Question 3777

Which process measures corrosion rate?

Correct Answer: A
Explanation:
Weight loss over time quantifies corrosion rate.
Question 3778

Galvanic series is:

Correct Answer: A
Explanation:
Galvanic series indicates metals' relative nobility.
Question 3779

Corrosion inhibitors work by:

Correct Answer: A
Explanation:
Inhibitors generally block reactive sites.
Question 3780

Pitting corrosion is:

Correct Answer: B
Explanation:
Pitting causes deep pits or holes.
Question 3781

Stress corrosion cracking primarily affects:

Correct Answer: B
Explanation:
Requires stress and corrosion simultaneously.
Question 3782

Which layer protects stainless steel from corrosion?

Correct Answer: A
Explanation:
Chromium oxide layer imparts passivity.
Question 3783

Cathodic protection is commonly used on:

Correct Answer: A
Explanation:
It prevents corrosion on metal surfaces in contact with water.
Question 3784

Impressed current cathodic protection requires:

Correct Answer: A
Explanation:
Power supply provides protective current.
Question 3785

Corrosion potential difference between two metals causes:

Correct Answer: A
Explanation:
Potential difference drives galvanic corrosion.
Question 3786

Which corrosion type involves microbial activity?

Correct Answer: B
Explanation:
Certain microbes accelerate corrosion.
Question 3787

Stress corrosion cracks often initiate at:

Correct Answer: A
Explanation:
Cracks start at stress concentrators.
Question 3788

Metal passivation creates:

Correct Answer: B
Explanation:
Passivation forms thin protective oxide.
Question 3789

Cyclic polarization curves are used to study:

Correct Answer: A
Explanation:
It helps analyze corrosion behavior.
Question 3790

Which condition accelerates corrosion?

Correct Answer: A
Explanation:
Humid warm conditions favor corrosion.
Question 3791

Role of oxygen in aqueous corrosion is:

Correct Answer: B
Explanation:
Oxygen acts as cathodic reactant.
Question 3792

Electrochemical corrosion cell requires:

Correct Answer: A
Explanation:
Complete circuit is essential.
Question 3793

Corrosion scale formation can:

Correct Answer: B
Explanation:
Scale can protect metal by forming barrier.
Question 3794

Which is an effective rust prevention method?

Correct Answer: A
Explanation:
Coatings block corrosive agents.
Question 3795

Electrochemical corrosion is reversible?

Correct Answer: B
Explanation:
Corrosion is generally not reversible.
Question 3796

Oxidation occurs at:

Correct Answer: A
Explanation:
Anode is oxidation site.
Question 3797

Which is commonly used to measure corrosion rate?

Correct Answer: A
Explanation:
Weight loss over time gives corrosion rate.
Question 3798

Anodic protection is suitable for:

Correct Answer: A
Explanation:
Active metals can be protected anodically.
Question 3799

What is the primary goal of food processing?

Correct Answer: C
Explanation:
Food processing aims to increase shelf life and improve flavor.
Question 3800

Homogenization in milk processing is used to:

Correct Answer: B
Explanation:
Homogenization reduces size of fat globules for even distribution.
Question 3801

Which method is used for drying food using hot gas?

Correct Answer: C
Explanation:
Spray drying removes moisture using hot gas.
Question 3802

Pasteurization of food primarily aims to:

Correct Answer: B
Explanation:
Pasteurization reduces pathogens, improving safety.
Question 3803

What does the term "canning" refer to in food processing?

Correct Answer: B
Explanation:
Canning uses sealed containers to preserve food.
Question 3804

The D-value in thermal processing refers to:

Correct Answer: A
Explanation:
D-value is the time to reduce microbes by one log cycle.
Question 3805

Which of the following is NOT a method of food preservation?

Correct Answer: D
Explanation:
Boiling alone without preservation techniques doesn’t preserve food.
Question 3806

Which enzyme is heat-resistant and used to measure blanching effectiveness?

Correct Answer: B
Explanation:
Peroxidase is more heat resistant and indicates blanching success.
Question 3807

What is the principle behind freeze-drying?

Correct Answer: A
Explanation:
Freeze-drying removes moisture by sublimation under low pressure.
Question 3808

Which of the following is an example of high acid food?

Correct Answer: B
Explanation:
High acid foods like citrus have pH below 4.6.
Question 3809

Which factor most influences the rate of microbial destruction in thermal processing?

Correct Answer: B
Explanation:
Temperature mainly controls microbial kill rate.
Question 3810

What role do enzymes play in food spoilage?

Correct Answer: B
Explanation:
Enzymes catalyze food breakdown accelerating spoilage.
Question 3811

Spray drying is mostly used in processing which type of food?

Correct Answer: B
Explanation:
Spray drying is common for drying milk into powder.
Question 3812

Which of the following is a key purpose of blanching?

Correct Answer: A
Explanation:
Blanching slows spoilage by inactivating enzymes.
Question 3813

What does "hermetically sealed" mean in food packaging?

Correct Answer: A
Explanation:
Hermetic seals block air, moisture, and microbes.
Question 3814

Which of the following is used as a stabilizer in ice cream?

Correct Answer: A
Explanation:
Gelatin stabilizes texture in ice cream.
Question 3815

What is the pH threshold below which foods are considered high acid?

Correct Answer: B
Explanation:
Foods below pH 4.6 are high acid and safer from pathogens.
Question 3816

What is the typical temperature for High Temperature Short Time (HTST) pasteurization?

Correct Answer: B
Explanation:
HTST pasteurizes milk rapidly at 71°C for 15 seconds.
Question 3817

What does osmotic drying involve in food processing?

Correct Answer: B
Explanation:
Osmotic drying uses solutes to draw water out of food.
Question 3818

What is the main objective of microbial destruction in thermal processing?

Correct Answer: B
Explanation:
Thermal processing aims to ensure safety and prolonged shelf life.
Question 3819

Which food processing method uses radiation to kill microbes?

Correct Answer: B
Explanation:
Irradiation uses ionizing radiation to kill microorganisms.
Question 3820

What is the commonly used preservative in jam production?

Correct Answer: B
Explanation:
High sugar concentration preserves jams by reducing water activity.
Question 3821

Which process is commonly used to extract oil from oilseeds?

Correct Answer: B
Explanation:
Solvent extraction is commonly used to extract oils from seeds.
Question 3822

The process of fermentation primarily involves:

Correct Answer: B
Explanation:
Fermentation is microbial conversion of sugars into acids or alcohol.
Question 3823

Which unit operation is size reduction by cutting, grinding or crushing?

Correct Answer: C
Explanation:
Size reduction includes cutting, grinding, or crushing.
Question 3824

What is the function of antioxidants in food?

Correct Answer: B
Explanation:
Antioxidants prevent oxidation and spoilage.
Question 3825

Which technique is used for the concentration of liquids by evaporation?

Correct Answer: B
Explanation:
Evaporation removes water to concentrate liquids.
Question 3826

Which food processing technology produces powder from liquid by rapidly drying it with hot air?

Correct Answer: B
Explanation:
Spray drying converts liquid food to powder rapidly with hot air.
Question 3827

In food processing, pH below 4.6 makes the food:

Correct Answer: B
Explanation:
Foods below pH 4.6 are classified as high acid foods.
Question 3828

Which type of heating uses microwaves to heat food?

Correct Answer: C
Explanation:
Microwave heating uses electromagnetic waves to heat food internally.
Question 3829

What is the principle of canning food?

Correct Answer: A
Explanation:
Canning removes air and seals food to prevent spoilage.
Question 3830

Which method is used for drying temperature-sensitive foods?

Correct Answer: B
Explanation:
Freeze drying preserves quality of temperature-sensitive foods.
Question 3831

What is the role of emulsifiers in food?

Correct Answer: B
Explanation:
Emulsifiers stabilize oil-water mixtures in foods.
Question 3832

The process that breaks down fat molecules in milk is called:

Correct Answer: A
Explanation:
Homogenization breaks fat molecules to prevent separation.
Question 3833

Energy used in Food Processing is usually measured in:

Correct Answer: C
Explanation:
Kilowatt-hour is a common unit for process energy.
Question 3834

Which of the following is a natural preservative?

Correct Answer: A
Explanation:
Salt is a natural and ancient food preservative.
Question 3835

What type of packaging is used to prevent light exposure?

Correct Answer: A
Explanation:
Opaque packaging protects food from light damage.
Question 3836

Which method is used to separate suspended solids from liquids?

Correct Answer: A
Explanation:
Filtration removes suspended solids from liquids.
Question 3837

What is the commonly used method of food preservation in dairy industry?

Correct Answer: A
Explanation:
Pasteurization is widely used to kill pathogens in milk.
Question 3838

Which parameter influences water activity in foods?

Correct Answer: D
Explanation:
Water activity depends on temperature, humidity, and solutes.
Question 3839

Which of the following is used as a sweetener in processed foods?

Correct Answer: D
Explanation:
Sucrose, glucose, and fructose are common sweeteners.
Question 3840

Shelf life of food can be increased by:

Correct Answer: D
Explanation:
Multiple methods collectively improve shelf life.
Question 3841

What is heat transfer?

Correct Answer: B
Explanation:
Heat transfer is the flow of thermal energy from a high-temperature body to a lower temperature body.
Question 3842

Which of the following is NOT a method of heat transfer?

Correct Answer: D
Explanation:
Insulation is a prevention method, not a heat transfer method.
Question 3843

Heat transfer through solids occurs mainly by:

Correct Answer: B
Explanation:
Heat transfer through solids primarily occurs by conduction.
Question 3844

The rate of heat transfer through conduction is given by:

Correct Answer: A
Explanation:
Conduction heat transfer rate is given by Fourier’s law.
Question 3845

The unit of thermal conductivity is:

Correct Answer: A
Explanation:
Thermal conductivity is measured in watts per meter kelvin (W/m K).
Question 3846

Convective heat transfer is produced by:

Correct Answer: B
Explanation:
Convection involves heat transfer due to fluid motion.
Question 3847

The heat transfer coefficient in convection depends on:

Correct Answer: B
Explanation:
Convective heat transfer coefficient depends on fluid velocity, properties, and surface conditions.
Question 3848

Which law models the heat radiation from a blackbody?

Correct Answer: C
Explanation:
Stefan-Boltzmann law describes radiation from blackbodies.
Question 3849

The emissivity of a surface is defined as:

Correct Answer: B
Explanation:
Emissivity is the ratio of radiation emitted by a surface to that emitted by a perfect blackbody.
Question 3850

Heat transfer by radiation requires:

Correct Answer: C
Explanation:
Radiation can transfer heat through a vacuum without any medium.
Question 3851

In a composite wall, the overall thermal resistance is:

Correct Answer: A
Explanation:
Thermal resistances in series add up to give overall resistance.
Question 3852

In heat exchanger design, fouling factor accounts for:

Correct Answer: C
Explanation:
Fouling factor represents thermal resistance from deposits on surfaces.
Question 3853

The Nusselt number is a dimensionless number representing:

Correct Answer: A
Explanation:
Nusselt number indicates the enhancement of heat transfer by convection compared to conduction.
Question 3854

In forced convection, heat transfer is enhanced by:

Correct Answer: B
Explanation:
Forced convection uses external force to increase fluid velocity and heat transfer.
Question 3855

The critical radius of insulation is:

Correct Answer: C
Explanation:
Critical radius is where adding insulation beyond it reduces heat loss.
Question 3856

The Biot number is used to assess:

Correct Answer: A
Explanation:
Biot number compares internal conduction resistance with surface convection resistance.
Question 3857

The overall heat transfer coefficient combines:

Correct Answer: A
Explanation:
Overall coefficient accounts for all resistances in series.
Question 3858

The Prandtl number relates:

Correct Answer: A
Explanation:
Prandtl number is the ratio of momentum to thermal diffusivity.
Question 3859

Radiation heat transfer between two surfaces depends on:

Correct Answer: A
Explanation:
Radiative heat exchange depends on emissivities and view factors.
Question 3860

In laminar flow over a flat plate, the thermal boundary layer is:

Correct Answer: A
Explanation:
Thermal boundary layer is thinner in laminar flow.
Question 3861

In conduction, the temperature distribution in steady state through a plane wall is:

Correct Answer: A
Explanation:
Temperature varies linearly in steady-state conduction.
Question 3862

The effectiveness of a heat exchanger is defined as:

Correct Answer: A
Explanation:
Effectiveness compares actual to maximum possible heat transfer.
Question 3863

In boiling heat transfer, the surface is:

Correct Answer: A
Explanation:
Surface temperature exceeds saturation temperature to cause boiling.
Question 3864

The Rayleigh number relates to:

Correct Answer: A
Explanation:
Rayleigh number quantifies buoyancy driven flow.
Question 3865

Thermal diffusivity is:

Correct Answer: A
Explanation:
Thermal diffusivity measures heat conduction rate relative to storage.
Question 3866

The Stefan-Boltzmann constant value is approximately:

Correct Answer: A
Explanation:
Stefan-Boltzmann constant is 5.67e-8 W/m² K^4.
Question 3867

Fins are used to:

Correct Answer: A
Explanation:
Fins increase the area for heat dissipation.
Question 3868

The convective heat transfer coefficient, h, increases with:

Correct Answer: A
Explanation:
Higher fluid velocity enhances convective heat transfer.
Question 3869

The parallel flow heat exchanger has:

Correct Answer: A
Explanation:
In parallel flow, fluids move in same direction.
Question 3870

In a counterflow heat exchanger, the temperature profile is:

Correct Answer: A
Explanation:
Counterflow heat exchanger achieves better temperature gradients.
Question 3871

In boiling, the nucleate boiling region is characterized by:

Correct Answer: A
Explanation:
Nucleate boiling features vapor bubble formation.
Question 3872

The critical heat flux in boiling is:

Correct Answer: A
Explanation:
Critical heat flux is max heat transfer before film boiling.
Question 3873

The heat exchanger used for condensing steam is called:

Correct Answer: A
Explanation:
Shell and tube condensers are used for steam condensation.
Question 3874

In steady state conduction, heat transfer through cylindrical wall is given by:

Correct Answer: A
Explanation:
Heat conduction through cylinder follows logarithmic relation.
Question 3875

LMTD stands for:

Correct Answer: A
Explanation:
LMTD is the log mean temperature difference in heat exchangers.
Question 3876

The overall heat transfer coefficient is affected by:

Correct Answer: D
Explanation:
Overall heat transfer coefficient depends on multiple factors.
Question 3877

The main mode of heat transfer in a vacuum flask is:

Correct Answer: C
Explanation:
Vacuum flasks mainly lose heat by radiation.
Question 3878

Thermal conductivity of gases generally:

Correct Answer: A
Explanation:
Thermal conductivity of gases increases with temperature.
Question 3879

The effectiveness-NTU method is used for:

Correct Answer: A
Explanation:
Effectiveness-NTU method helps analyze heat exchanger performance.
Question 3880

What does PPE stand for?

Correct Answer: A
Explanation:
PPE stands for Personal Protective Equipment used to protect workers from hazards.
Question 3881

Which is the leading cause of accidents in industries?

Correct Answer: B
Explanation:
Falls are the leading cause of workplace injuries.
Question 3882

Which class of fire extinguisher is used for electrical fires?

Correct Answer: C
Explanation:
Class C extinguishers are for electrical fires.
Question 3883

What is the first step to take during a fire emergency?

Correct Answer: C
Explanation:
Sounding the fire alarm alerts everyone to evacuate.
Question 3884

Which of the following is NOT a physical hazard?

Correct Answer: C
Explanation:
Chemicals are chemical hazards, not physical.
Question 3885

What type of safety equipment should be used when working with loud machinery?

Correct Answer: B
Explanation:
Ear plugs or muffs protect hearing from loud noise.
Question 3886

Which color indicates a radiation hazard?

Correct Answer: D
Explanation:
Purple is commonly used to indicate radiation hazards.
Question 3887

What is the meaning of the safety sign with a yellow background and black symbol?

Correct Answer: A
Explanation:
Yellow signs warn of potential hazards.
Question 3888

How often should fire extinguishers be inspected?

Correct Answer: B
Explanation:
Fire extinguishers should be inspected every six months.
Question 3889

Which one is a chemical hazard?

Correct Answer: C
Explanation:
Corrosive chemicals are chemical hazards.
Question 3890

What does the acronym "LOCKOUT TAGOUT" mean?

Correct Answer: A
Explanation:
Lockout Tagout is a safety procedure to isolate energy sources.
Question 3891

What is the purpose of a Safety Data Sheet (SDS)?

Correct Answer: B
Explanation:
SDS gives detailed info on chemicals and safe handling.
Question 3892

What does the "PASS" acronym stand for in fire extinguisher use?

Correct Answer: A
Explanation:
PASS stands for Pull, Aim, Squeeze, Sweep.
Question 3893

Which type of helmet provides electrical insulation?

Correct Answer: B
Explanation:
Class B helmets provide electrical insulation.
Question 3894

When should a safety helmet be worn?

Correct Answer: C
Explanation:
Helmets must be worn at all times in hazardous zones.
Question 3895

What is the safe way to carry a ladder?

Correct Answer: C
Explanation:
Carrying ladder horizontally close to the body is safe.
Question 3896

Which device automatically breaks circuit in case of overload?

Correct Answer: B
Explanation:
MCB (Miniature Circuit Breaker) breaks circuit on overload.
Question 3897

Which of the following is a biological hazard?

Correct Answer: A
Explanation:
Mold spores are biological hazards.
Question 3898

Which is the safest footwear type in an industrial environment?

Correct Answer: C
Explanation:
Steel toe boots protect feet from heavy falling objects.
Question 3899

Which is the best practice after handling hazardous chemicals?

Correct Answer: A
Explanation:
Washing hands thoroughly removes chemical residues.
Question 3900

What does OSHA stand for?

Correct Answer: A
Explanation:
OSHA is Occupational Safety and Health Administration.
Question 3901

Which is the main purpose of industrial safety signs?

Correct Answer: B
Explanation:
Safety signs warn and instruct about workplace hazards.
Question 3902

Which kind of fire extinguisher should be used on flammable liquids?

Correct Answer: B
Explanation:
Class B extinguishers are for flammable liquids.
Question 3903

What protective gear is essential for welding operations?

Correct Answer: B
Explanation:
Welding helmets protect eyes and face from sparks and radiation.
Question 3904

How should hazardous waste be disposed of?

Correct Answer: C
Explanation:
Hazardous waste must be disposed following regulations.
Question 3905

What is the main hazard with confined spaces?

Correct Answer: B
Explanation:
Confined spaces may contain toxic gases or lack oxygen.
Question 3906

Which of the following is NOT part of fire prevention?

Correct Answer: C
Explanation:
Ignoring spills increases fire hazards.
Question 3907

The presence of which gas is most commonly monitored in confined spaces?

Correct Answer: A
Explanation:
Oxygen levels are critical for confined space safety.
Question 3908

What is the main cause of electrical accidents in the workplace?

Correct Answer: A
Explanation:
Improper grounding can cause severe electrical shocks.
Question 3909

Which method is best to learn about hazardous chemicals?

Correct Answer: A
Explanation:
SDS provide detailed information on chemicals.
Question 3910

What is the proper response to a minor chemical spill?

Correct Answer: B
Explanation:
Minor spills should be cleaned safely following procedure.
Question 3911

Ergonomics in the workplace focuses on:

Correct Answer: B
Explanation:
Ergonomics aims to improve comfort and reduce injury.
Question 3912

Which type of glove is suitable for handling acids?

Correct Answer: B
Explanation:
Rubber gloves resist chemical acids.
Question 3913

What is the purpose of a safety audit?

Correct Answer: B
Explanation:
Safety audits evaluate safety performance for improvement.
Question 3914

Which of these is a psychological hazard at work?

Correct Answer: A
Explanation:
Stress is a workplace psychological hazard.
Question 3915

How often should industrial safety training be conducted?

Correct Answer: B
Explanation:
Regular training ensures up-to-date safety.
Question 3916

What action should be taken if you notice a hazard?

Correct Answer: A
Explanation:
Hazards should be reported promptly for correction.
Question 3917

Which equipment protects respiratory system?

Correct Answer: B
Explanation:
Respirators protect against airborne hazards.
Question 3918

What’s the safest way to lift heavy objects?

Correct Answer: A
Explanation:
Proper lifting technique prevents back injury.
Question 3919

What is the minimum clearance distance for power lines?

Correct Answer: B
Explanation:
Minimum clearance around power lines is 3 meters for safety.
Question 3920

Which type of bonding is predominant in metals?

Correct Answer: C
Explanation:
Metallic bonding is predominant in metals, involving a sea of delocalized electrons.
Question 3921

What is the basic unit of crystalline solids?

Correct Answer: B
Explanation:
Unit cell is the basic repeating unit in a crystal lattice.
Question 3922

The Mohs scale measures:

Correct Answer: B
Explanation:
Mohs scale is used to measure mineral hardness.
Question 3923

Which crystal system has all sides unequal and no axes at right angles?

Correct Answer: D
Explanation:
Triclinic crystals have no right angles and unequal axes.
Question 3924

Dislocations in crystals are mainly responsible for:

Correct Answer: B
Explanation:
Dislocations enable plastic deformation in crystals.
Question 3925

The grain size in metals affects:

Correct Answer: B
Explanation:
Finer grains generally increase strength and toughness.
Question 3926

Which of the following is a ferrous metal?

Correct Answer: C
Explanation:
Cast iron is a ferrous metal containing iron.
Question 3927

What is annealing in metallurgy?

Correct Answer: B
Explanation:
Annealing involves heating and slow cooling to soften metals.
Question 3928

Ceramics are generally:

Correct Answer: B
Explanation:
Ceramics are brittle and electrical insulators.
Question 3929

Which test measures the hardness of materials by indentation?

Correct Answer: B
Explanation:
Brinnell test measures hardness by indentation.
Question 3930

The phase diagram represents:

Correct Answer: B
Explanation:
Phase diagrams show phase stability with temperature and composition.
Question 3931

Fatigue failure occurs due to:

Correct Answer: B
Explanation:
Fatigue failure is caused by repeated loading cycles.
Question 3932

Which of the following is a point defect in crystals?

Correct Answer: C
Explanation:
Vacancy is a missing atom, a point defect.
Question 3933

What does the term ductility mean?

Correct Answer: B
Explanation:
Ductility is the ability to undergo plastic deformation.
Question 3934

The property of metals to return to original shape after stress removal is:

Correct Answer: B
Explanation:
Elasticity is the ability to regain shape after deformation.
Question 3935

Which strengthens materials by refining grain size?

Correct Answer: B
Explanation:
Grain boundaries block dislocation motion, strengthening material.
Question 3936

Which is a non-metallic engineering material?

Correct Answer: C
Explanation:
Glass is a non-metallic material.
Question 3937

Creep in materials refers to:

Correct Answer: B
Explanation:
Creep is slow deformation under constant stress over time.
Question 3938

Which of the following is used to study crystal structure?

Correct Answer: B
Explanation:
X-ray diffraction reveals crystal structure.
Question 3939

What is the effect of alloying on metals?

Correct Answer: B
Explanation:
Alloying changes properties of metals.
Question 3940

The term isotropy means:

Correct Answer: B
Explanation:
Isotropic materials have the same properties in all directions.
Question 3941

The yield strength indicates:

Correct Answer: B
Explanation:
Yield strength is stress where plastic deformation starts.
Question 3942

Corrosion resistance can be improved by:

Correct Answer: A
Explanation:
Coatings and alloying improve corrosion resistance.
Question 3943

Which testing method is used to detect surface cracks?

Correct Answer: B
Explanation:
Magnetic particle testing reveals surface cracks.
Question 3944

Plastic deformation in metals is due to:

Correct Answer: B
Explanation:
Dislocation movement causes plastic deformation.
Question 3945

What is the main mechanism of strengthening in precipitation hardening?

Correct Answer: B
Explanation:
Precipitates hinder dislocation movement.
Question 3946

Phase transformation in materials can be influenced by:

Correct Answer: D
Explanation:
Phase changes depend on temperature, pressure, and composition.
Question 3947

Which is a property of amorphous solids?

Correct Answer: B
Explanation:
Amorphous solids have isotropic properties.
Question 3948

Fatigue life of a material is:

Correct Answer: A
Explanation:
Fatigue life is life under cyclic loading.
Question 3949

The hardness of a material is related to:

Correct Answer: A
Explanation:
Hardness relates to plastic deformation resistance.
Question 3950

Which metallurgical process removes impurities by oxidation?

Correct Answer: C
Explanation:
Refining removes impurities by oxidation.
Question 3951

The term “toughness” means:

Correct Answer: A
Explanation:
Toughness is energy absorbed before fracture.
Question 3952

Which test is used to measure impact strength?

Correct Answer: A
Explanation:
Charpy test measures impact strength.
Question 3953

Which material type is typically used for high strength and low weight applications?

Correct Answer: D
Explanation:
Aluminum alloys provide strength with low weight.
Question 3954

What causes creep in metals?

Correct Answer: B
Explanation:
Creep occurs at high temperature under sustained load.
Question 3955

Which of the following is a component of steel?

Correct Answer: B
Explanation:
Carbon is the main alloying element in steel.
Question 3956

The slip system in crystals involves:

Correct Answer: A
Explanation:
Slip systems indicate dislocation movement planes.
Question 3957

Which atomic packing factor (APF) corresponds to FCC structure?

Correct Answer: B
Explanation:
FCC has an APF of 0.74.
Question 3958

Which type of material failure occurs without significant deformation?

Correct Answer: B
Explanation:
Brittle failure happens abruptly with little deformation.
Question 3959

The arrangement of atoms in a glass is:

Correct Answer: B
Explanation:
Glass has an amorphous atomic structure.
Question 3960

What is mass transfer?

Correct Answer: C
Explanation:
Mass transfer refers to the movement of mass due to concentration differences.
Question 3961

Which of the following must exist for mass transfer to occur?

Correct Answer: D
Explanation:
Mass transfer occurs due to differences in concentration, chemical potential, or pressure.
Question 3962

Fick’s first law relates mass flux to:

Correct Answer: A
Explanation:
Fick’s first law states mass flux is proportional to concentration gradient.
Question 3963

The unit of diffusion coefficient D is:

Correct Answer: A
Explanation:
Diffusion coefficient units are square meters per second (m²/s).
Question 3964

What does the Schmidt number represent?

Correct Answer: A
Explanation:
Schmidt number is the ratio of momentum diffusivity to mass diffusivity.
Question 3965

Mass transfer by convection occurs when:

Correct Answer: B
Explanation:
Convection involves mass transfer with fluid motion.
Question 3966

Which operation is an example of mass transfer?

Correct Answer: A
Explanation:
Distillation involves mass transfer between phases.
Question 3967

In gas absorption, the absorbing liquid:

Correct Answer: B
Explanation:
The liquid absorbs gas in gas absorption.
Question 3968

Which of the following is true for molecular diffusion?

Correct Answer: A
Explanation:
Molecular diffusion depends primarily on concentration gradient.
Question 3969

The driving force for mass transfer is:

Correct Answer: C
Explanation:
Mass transfer is driven by concentration differences.
Question 3970

Interphase mass transfer occurs between:

Correct Answer: C
Explanation:
Interphase transfer happens between different physical phases.
Question 3971

The flux of a species is:

Correct Answer: B
Explanation:
Flux is mass transfer per unit area per unit time.
Question 3972

Which of the following influences mass transfer coefficient?

Correct Answer: D
Explanation:
Mass transfer coefficient depends on fluid velocity, temperature, and viscosity.
Question 3973

Which equation is used to estimate diffusion flux?

Correct Answer: C
Explanation:
Fick’s first law estimates diffusion flux.
Question 3974

Which factor reduces the rate of mass transfer?

Correct Answer: B
Explanation:
Higher viscosity decreases mass transfer rate.
Question 3975

In liquid-liquid extraction, mass transfer happens between:

Correct Answer: A
Explanation:
Liquid-liquid extraction involves immiscible liquids.
Question 3976

Mass transfer coefficients can be enhanced by:

Correct Answer: A
Explanation:
Turbulence enhances mass transfer coefficients.
Question 3977

Which dimensionless number is used for characterizing mass transfer?

Correct Answer: B
Explanation:
Schmidt number characterizes mass transfer.
Question 3978

The typical unit for mass flux is:

Correct Answer: C
Explanation:
Mass flux units are kg per square meter per second.
Question 3979

Diffusion is slower in:

Correct Answer: C
Explanation:
Diffusion is slowest in solids.
Question 3980

Equipments used for gas-liquid mass transfer are:

Correct Answer: A
Explanation:
Absorbers and strippers facilitate gas-liquid mass transfer.
Question 3981

The concentration boundary layer affects:

Correct Answer: B
Explanation:
Concentration boundary layer affects mass transfer.
Question 3982

The term "humidification" refers to:

Correct Answer: B
Explanation:
Humidification adds moisture to air.
Question 3983

In distillation, mass transfer occurs between:

Correct Answer: A
Explanation:
Mass transfer in distillation occurs between liquid and vapor.
Question 3984

Mass transfer in packed beds depends on:

Correct Answer: D
Explanation:
All these factors affect mass transfer in packed beds.
Question 3985

The main driving force in chromatography is:

Correct Answer: B
Explanation:
Concentration difference drives chromatography.
Question 3986

Molecular weight affects:

Correct Answer: B
Explanation:
Molecular weight inversely affects diffusion coefficient.
Question 3987

In solvent extraction, the solute moves:

Correct Answer: B
Explanation:
Solute transfers from raffinate to solvent during extraction.
Question 3988

Which of these is an equipment used for gas absorption?

Correct Answer: A
Explanation:
Tray columns are used for gas absorption.
Question 3989

Drying process involves mass transfer of:

Correct Answer: B
Explanation:
Drying transfers moisture from solid to vapor phase.
Question 3990

The unit operation that separates components based on differences in volatilities is:

Correct Answer: A
Explanation:
Distillation separates based on volatility.
Question 3991

Henry’s law relates:

Correct Answer: A
Explanation:
Henry’s law relates gas solubility to partial pressure.
Question 3992

The non-dimensional number relating viscous forces to inertial forces in mass transfer is:

Correct Answer: A
Explanation:
Reynolds number relates viscous to inertial forces.
Question 3993

In gas absorption, "height of transfer unit" (HTU) signifies:

Correct Answer: B
Explanation:
HTU is height for 63% of total transfer.
Question 3994

Which equation describes the diffusion in stagnant gases?

Correct Answer: A
Explanation:
Fick’s law governs diffusion in stagnant gases.
Question 3995

Mass transfer is generally faster in:

Correct Answer: B
Explanation:
Mass transfer rates are highest in gases.
Question 3996

The term "raoult’s law" is associated with:

Correct Answer: A
Explanation:
Raoult’s law relates vapor pressures in ideal solutions.
Question 3997

The main controlling resistance in gas absorption is often:

Correct Answer: A
Explanation:
Gas phase resistance often controls absorption rate.
Question 3998

The basis for design of distillation column is:

Correct Answer: A
Explanation:
Design is based on mass and energy balances.
Question 3999

The effectiveness of a mass transfer operation is given by:

Correct Answer: A
Explanation:
Effectiveness compares actual and max mass transfer.
Question 4000

In gas absorption, the gas leaving the liquid is:

Correct Answer: B
Explanation:
Gas leaving the liquid is less saturated than entering.
Question 4001

The packing in mass transfer equipment helps by:

Correct Answer: A
Explanation:
Packing increases surface area for mass transfer.
Question 4002

What is the typical size range of nanoparticles?

Correct Answer: C
Explanation:
Nanoparticles generally range from 1 to 100 nanometers in size.
Question 4003

Which approach involves building nanomaterials atom by atom?

Correct Answer: B
Explanation:
Bottom-up approach builds nanomaterials from atoms or molecules.
Question 4004

Which carbon nanostructure consists of a single layer of graphite rolled into a tube?

Correct Answer: C
Explanation:
Carbon nanotubes are single sheets of graphite rolled into tubes.
Question 4005

Which property primarily causes increased reactivity of nanoparticles?

Correct Answer: B
Explanation:
High surface area enhances reactivity of nanoparticles.
Question 4006

Which technique is commonly used for the fabrication of nanoparticles?

Correct Answer: D
Explanation:
Lithography is a precise fabrication technique for nanoparticles.
Question 4007

Nanomaterials are used in which of the following applications?

Correct Answer: D
Explanation:
Nanomaterials have diverse applications including drug delivery and sensors.
Question 4008

Which is a characteristic of nanomaterials compared to bulk materials?

Correct Answer: B
Explanation:
Nanomaterials have significantly higher surface area to volume ratio.
Question 4009

What is the main driving force behind self-assembly of nanoparticles?

Correct Answer: C
Explanation:
Reduction of surface energy drives the self-assembly of nanoparticles.
Question 4010

Which nanomaterial displays both electrical conductor and semiconductor behavior based on structure?

Correct Answer: C
Explanation:
Carbon nanotubes can behave as conductors or semiconductors.
Question 4011

Which method is a top-down approach to nanomaterial fabrication?

Correct Answer: B
Explanation:
Mechanical milling is a top-down approach reducing bulk to nanoscale.
Question 4012

Nanoparticles exhibit quantum confinement effects because:

Correct Answer: B
Explanation:
Quantum confinement occurs due to electron confinement in small spaces.
Question 4013

In nanotechnology, the significance of lithography is:

Correct Answer: B
Explanation:
Lithography enables nanoscale pattern creation.
Question 4014

Which technique is suitable for characterizing the size of nanoparticles?

Correct Answer: B
Explanation:
TEM is widely used to visualize nanoparticle size.
Question 4015

What allows nanomaterials to be used as catalysts?

Correct Answer: B
Explanation:
Active sites on large surface area improve catalytic activity.
Question 4016

Which is NOT a typical property enhanced in nanomaterials?

Correct Answer: C
Explanation:
Bulk density usually decreases, not enhances.
Question 4017

Carbon quantum dots are known for:

Correct Answer: B
Explanation:
Carbon quantum dots show strong fluorescence.
Question 4018

Functionalization of nanoparticles is important to:

Correct Answer: B
Explanation:
Functionalization modifies surface chemistry for targeted applications.
Question 4019

Which of the following nanostructures provides high mechanical strength?

Correct Answer: B
Explanation:
Carbon nanotubes are known for exceptional strength.
Question 4020

Green synthesis in nanotechnology refers to:

Correct Answer: B
Explanation:
Green synthesis uses eco-friendly biological processes.
Question 4021

Nanotechnology can improve energy storage devices by:

Correct Answer: A
Explanation:
Large surface area increases capacity and efficiency.
Question 4022

Which carbon allotrope is used as a reinforcing agent in nanocomposites?

Correct Answer: C
Explanation:
Graphene is used as a nano-reinforcement agent.
Question 4023

The main challenge in nanomaterial synthesis is:

Correct Answer: A
Explanation:
Scaling synthesis for industry remains challenging.
Question 4024

Which scanning technique provides 3D surface morphology at nanoscale?

Correct Answer: A
Explanation:
AFM provides nanoscale 3D surface morphology.
Question 4025

Nanomaterials improve drug delivery by:

Correct Answer: B
Explanation:
Nanomaterials enable targeted and controlled drug release.
Question 4026

Surface plasmon resonance in nanoparticles is related to:

Correct Answer: B
Explanation:
SPR affects optical properties used in sensing.
Question 4027

Which property of nanoparticles affects their toxicity?

Correct Answer: A
Explanation:
Size and shape influence nanoparticle interactions with cells.
Question 4028

Which nanofabrication method uses gas phase precursors to deposit thin films?

Correct Answer: A
Explanation:
CVD deposits films using gaseous precursors.
Question 4029

Which of the following are fullerenes?

Correct Answer: A
Explanation:
Fullerenes are spherical carbon nanostructures.
Question 4030

Quantum dots have:

Correct Answer: A
Explanation:
Quantum dots effects arise from discrete energy levels.
Question 4031

Which is a bottom-up nanofabrication technique?

Correct Answer: C
Explanation:
Electrochemical deposition builds materials atom-by-atom.
Question 4032

Which of the following properties is NOT enhanced at nanoscale?

Correct Answer: B
Explanation:
Melting point often decreases at nanoscale.
Question 4033

Which element is fundamental to most nanomaterials?

Correct Answer: B
Explanation:
Carbon plays a key role in many nanomaterials.
Question 4034

The process of self-assembly in nanotechnology refers to:

Correct Answer: B
Explanation:
Self-assembly is the spontaneous organization of nanostructures.
Question 4035

Nanotechnology uses which scale?

Correct Answer: C
Explanation:
Nanotechnology deals with materials at the nanometer scale.
Question 4036

Which nanostructure resembles a cage of 60 carbon atoms?

Correct Answer: B
Explanation:
Fullerenes are spherical cages of carbon atoms.
Question 4037

Nanoparticle synthesis by laser pyrolysis involves:

Correct Answer: B
Explanation:
Laser pyrolysis uses laser heating to form nanoparticles.
Question 4038

Which characterization technique measures particle size distribution in suspensions?

Correct Answer: A
Explanation:
Dynamic light scattering measures particle sizes in colloids.
Question 4039

Nanostructured materials often display:

Correct Answer: B
Explanation:
Nanomaterials exhibit unique properties compared to bulk.
Question 4040

Carbon nanotubes are:

Correct Answer: A
Explanation:
CNTs are 1D nanotubes.
Question 4041

In nanotechnology, titania nanoparticles are commonly used for:

Correct Answer: A
Explanation:
Titania is widely used in photocatalysis.
Question 4042

What are primary feedstocks in petrochemical industry?

Correct Answer: A
Explanation:
Natural gas and crude oil are main petroleum feedstocks.
Question 4043

Which process converts crude oil to ethylene?

Correct Answer: B
Explanation:
Steam cracking produces ethylene from hydrocarbons.
Question 4044

Most common catalyst in catalytic reforming is?

Correct Answer: B
Explanation:
Platinum on alumina is common reforming catalyst.
Question 4045

Which petrochemical is a primary raw material for plastics?

Correct Answer: A
Explanation:
Ethylene is key monomer for many plastics.
Question 4046

The process of separating crude oil into fractions is called?

Correct Answer: B
Explanation:
Fractional distillation separates crude oil.
Question 4047

Octane number indicates:

Correct Answer: A
Explanation:
Higher octane means better knocking resistance.
Question 4048

The primary reaction in fluid catalytic cracking (FCC) is:

Correct Answer: C
Explanation:
FCC involves catalytic cracking of heavy hydrocarbons.
Question 4049

Which is a typical olefin used in petrochemical processes?

Correct Answer: A
Explanation:
Propylene is a widely used olefin.
Question 4050

Hydrocracking requires which of the following?

Correct Answer: A
Explanation:
Hydrocracking uses hydrogen and catalyst.
Question 4051

What is the main product of delayed coking?

Correct Answer: A
Explanation:
Delayed coking produces petroleum coke.
Question 4052

Which petrochemical is used to produce synthetic rubber?

Correct Answer: A
Explanation:
Butadiene is a monomer for synthetic rubber.
Question 4053

Which method is used to remove sulfur compounds from petroleum?

Correct Answer: A
Explanation:
Hydrotreating removes sulfur.
Question 4054

Tar from petroleum refining is used mostly for?

Correct Answer: A
Explanation:
Tar is primarily used in road construction.
Question 4055

Which gas is a major raw material for methanol production?

Correct Answer: A
Explanation:
Natural gas is major feedstock for methanol.
Question 4056

Which process is used to remove heavy ends from crude oil?

Correct Answer: D
Explanation:
All mentioned methods remove heavy ends.
Question 4057

Which product is produced by polymerization of ethylene?

Correct Answer: A
Explanation:
Polyethylene is from ethylene polymerization.
Question 4058

Which feedstock is preferred for catalytic reforming?

Correct Answer: A
Explanation:
Light naphtha is best feedstock.
Question 4059

Which byproduct is recycled in catalytic reforming?

Correct Answer: A
Explanation:
Hydrogen is recycled to prevent catalyst poisoning.
Question 4060

Which petrochemical is a precursor for nylon?

Correct Answer: A
Explanation:
Adipic acid is used to produce nylon.
Question 4061

Which catalyst is commonly used in hydrodesulfurization?

Correct Answer: A
Explanation:
Cobalt-Molybdenum catalysts remove sulfur.
Question 4062

Which process increases octane number without increasing lead content?

Correct Answer: B
Explanation:
Reforming improves octane without lead.
Question 4063

Which component of crude oil has highest boiling point?

Correct Answer: C
Explanation:
Residue has highest boiling point.
Question 4064

Which petrochemical is key for producing polystyrene?

Correct Answer: A
Explanation:
Styrene is monomer for polystyrene.
Question 4065

Which refining process uses catalysts to break large hydrocarbons?

Correct Answer: B
Explanation:
Fluid catalytic cracking breaks large molecules.
Question 4066

Which product is obtained from alkylation in petrochemical refining?

Correct Answer: A
Explanation:
Alkylation produces high octane gasoline.
Question 4067

Which unit process improves stability and quality of fuels?

Correct Answer: A
Explanation:
Hydrotreating improves fuel quality.
Question 4068

Which process converts heavy fractions into lighter ones at moderate temperature?

Correct Answer: A
Explanation:
Visbreaking thermally reduces heavy fractions.
Question 4069

Ethylene oxide is mainly used to produce?

Correct Answer: B
Explanation:
Ethylene oxide makes ethylene glycol.
Question 4070

Which of the following is not a typical petrochemical?

Correct Answer: D
Explanation:
Ammonia is generally made from nitrogen, not petrochemicals.
Question 4071

Which process is commonly used for desulfurization of heavy oil?

Correct Answer: A
Explanation:
Hydrodesulfurization removes sulfur.
Question 4072

Which process produces synthetic gasoline from synthesis gas?

Correct Answer: A
Explanation:
Fischer-Tropsch converts syngas to fuels.
Question 4073

Which is the main component of natural gas?

Correct Answer: B
Explanation:
Methane is main natural gas component.
Question 4074

Which refining process reduces viscosity of heavy oils?

Correct Answer: A
Explanation:
Visbreaking reduces viscosity.
Question 4075

Catalytic reforming converts:

Correct Answer: A
Explanation:
Reforming converts paraffins to aromatics.
Question 4076

Which method measures octane rating of gasoline?

Correct Answer: A
Explanation:
ASTM D613 measures octane rating.
Question 4077

Which is a product of thermal cracking?

Correct Answer: A
Explanation:
Thermal cracking produces olefins like ethylene.
Question 4078

Which catalyst is used in fluid catalytic cracking?

Correct Answer: A
Explanation:
Zeolite catalysts are used in FCC.
Question 4079

Which factor influences catalytic reforming performance?

Correct Answer: D
Explanation:
All these factors affect reforming.
Question 4080

Which diagram shows the flow of materials and equipment?

Correct Answer: A
Explanation:
Process flow diagram represents material and equipment flow.
Question 4081

What is the purpose of Piping and Instrumentation Diagram (P&ID)?

Correct Answer: B
Explanation:
P&ID details piping and instrumentation.
Question 4082

The main factor in plant site selection is:

Correct Answer: B
Explanation:
Raw material availability is primary for site selection.
Question 4083

Which of the following is NOT included in plant design?

Correct Answer: C
Explanation:
Marketing is outside the scope of plant design.
Question 4084

What is pilot plant used for?

Correct Answer: B
Explanation:
Pilot plants test process feasibility.
Question 4085

Which is an advantage of batch processing?

Correct Answer: B
Explanation:
Batch processing offers operational flexibility.
Question 4086

In designing a chemical plant, which is most important?

Correct Answer: A
Explanation:
Safety is paramount in plant design.
Question 4087

What does equipment layout ensure?

Correct Answer: B
Explanation:
Ensures efficient flow of materials and personnel.
Question 4088

Which is a temporary document in plant design?

Correct Answer: A
Explanation:
PFD is preliminary for process understanding.
Question 4089

Which document shows location and size of all pipes?

Correct Answer: B
Explanation:
P&ID shows pipe and instrument details.
Question 4090

Energy balance in plant design pertains to:

Correct Answer: B
Explanation:
Energy balance involves heat transfer calculations.
Question 4091

The major chemical plant layout types include:

Correct Answer: A
Explanation:
Common layouts are process, product, fixed.
Question 4092

In plant design, factor of safety is:

Correct Answer: A
Explanation:
Safety factor accounts for unexpected stresses.
Question 4093

Which is NOT a process variable in plant design?

Correct Answer: C
Explanation:
Color is not a process variable.
Question 4094

Which equipment is used for heat exchange?

Correct Answer: C
Explanation:
Heat exchangers transfer heat between fluids.
Question 4095

The study of fluid behavior around equipment relates to:

Correct Answer: B
Explanation:
Fluid dynamics studies fluid motions.
Question 4096

Which parameter affects piping stress?

Correct Answer: D
Explanation:
Fluid velocity, material, and temperature affect piping stress.
Question 4097

Which of the following is plant safety equipment?

Correct Answer: A
Explanation:
Relief valves protect from overpressure.
Question 4098

In process design, recycle stream is used to:

Correct Answer: A
Explanation:
Recycle reduces waste and improves efficiency.
Question 4099

Which factor is NOT considered for plant layout?

Correct Answer: C
Explanation:
Color theme is aesthetic, not layout factor.
Question 4100

The main role of chemical engineer in plant design is:

Correct Answer: A
Explanation:
Chemical engineers optimize processes.
Question 4101

Which equipment separates liquids based on boiling points?

Correct Answer: A
Explanation:
Distillation separates by boiling point.
Question 4102

What is the purpose of instrumentation in plants?

Correct Answer: A
Explanation:
Instrumentation controls and monitors processes.
Question 4103

Which is NOT part of plant economy?

Correct Answer: C
Explanation:
Marketing cost is not usually plant economy.
Question 4104

The material balance law is based on:

Correct Answer: A
Explanation:
Mass balance follows conservation of mass.
Question 4105

What is a bottleneck in plant design?

Correct Answer: A
Explanation:
Bottleneck limits overall plant capacity.
Question 4106

Which factor is major in plant capacity calculation?

Correct Answer: A
Explanation:
Capacity relates to production rate.
Question 4107

Which equipment is used for fluid agitation?

Correct Answer: C
Explanation:
Agitators mix fluids in vessels.
Question 4108

Pipe material selection depends on:

Correct Answer: D
Explanation:
All affect pipe material choice.
Question 4109

Which is NOT a typical plant design document?

Correct Answer: B
Explanation:
Marketing brochures are not design docs.
Question 4110

In plant design, HAZOP study is related to:

Correct Answer: A
Explanation:
HAZOP assesses hazards and operability.
Question 4111

What is flow assurance in plant design?

Correct Answer: A
Explanation:
Flow assurance ensures fluids flow without issues.
Question 4112

Which software is commonly used for plant simulation?

Correct Answer: A
Explanation:
Aspen Plus is used for process simulation.
Question 4113

Which of the following is used for stress analysis in plants?

Correct Answer: A
Explanation:
FEA is used for stress analysis.
Question 4114

Which document shows electrical wiring in plant?

Correct Answer: A
Explanation:
Wiring diagram details electrical connections.
Question 4115

Where is the control room located in plant design?

Correct Answer: B
Explanation:
Control rooms house operators to monitor plant.
Question 4116

Which method is used for estimating plant cost?

Correct Answer: A
Explanation:
Factorial method estimates plant cost.
Question 4117

Which code guides chemical plant design?

Correct Answer: A
Explanation:
ASME code provides guidelines for design.
Question 4118

What is a polymer?

Correct Answer: B
Explanation:
Polymers are made of repeating molecular units called monomers.
Question 4119

Which process involves joining small molecules into long chains?

Correct Answer: A
Explanation:
Polymerization forms polymers by bonding monomers.
Question 4120

What is a monomer?

Correct Answer: A
Explanation:
Monomers are small molecules that combine to form polymers.
Question 4121

Which of the following is a natural polymer?

Correct Answer: B
Explanation:
Proteins are natural polymers.
Question 4122

Which polymer is widely used in plastic bags?

Correct Answer: B
Explanation:
Polyethylene is used in plastic bags.
Question 4123

What type of polymerization forms water as a byproduct?

Correct Answer: B
Explanation:
Condensation polymerization releases small molecules like water.
Question 4124

Which polymer is known as nylon?

Correct Answer: B
Explanation:
Nylon is a polyamide.
Question 4125

What property refers to a polymer’s ability to return to original shape after stress?

Correct Answer: B
Explanation:
Elasticity is the ability to regain shape.
Question 4126

Thermoplastics can be:

Correct Answer: A
Explanation:
Thermoplastics can be reheated and reshaped.
Question 4127

Which polymer is known for its use in bulletproof vests?

Correct Answer: A
Explanation:
Kevlar is used in bulletproof materials.
Question 4128

Which polymerization method involves free radicals?

Correct Answer: B
Explanation:
Addition polymerization often uses free radicals.
Question 4129

What is the glass transition temperature?

Correct Answer: C
Explanation:
Glass transition is from rigid to rubbery.
Question 4130

Which is an example of a copolymer?

Correct Answer: B
Explanation:
Buna-S is a copolymer of styrene and butadiene.
Question 4131

What is cross-linking in polymers?

Correct Answer: A
Explanation:
Cross-linking forms bonds between chains.
Question 4132

Which polymer is biodegradable?

Correct Answer: B
Explanation:
Polylactic acid biodegrades naturally.
Question 4133

Which testing method measures polymer hardness?

Correct Answer: C
Explanation:
Durometer measures polymer hardness.
Question 4134

What is molecular weight distribution?

Correct Answer: A
Explanation:
Molecular weight distribution shows chain length variation.
Question 4135

Which is a thermosetting polymer?

Correct Answer: A
Explanation:
Polyester is a thermosetting material.
Question 4136

What is polymer degradation?

Correct Answer: B
Explanation:
Degradation breaks polymer chains.
Question 4137

Which polymer processing method injects molten polymer into molds?

Correct Answer: A
Explanation:
Injection molding fills molds with molten polymer.
Question 4138

Which polymer is a synthetic rubber?

Correct Answer: B
Explanation:
<b>Buna-N</b> is a synthetic rubber made by polymerizing butadiene and acrylonitrile. It is widely used because of its excellent resistance to oil, fuel, and chemicals. Unlike natural rubber, Buna-N is manufactured artificially in industries to meet specific industrial needs. It is commonly used in making fuel hoses, seals, gaskets, gloves, and conveyor belts. Synthetic rubbers like Buna-N are important in modern industries because they are durable, flexible, and can withstand harsh environmental conditions better than many natural materials.
Question 4139

What is gel permeation chromatography used for?

Correct Answer: A
Explanation:
GPC measures polymer molecular weight.
Question 4140

Which polymer is used for electrical insulation?

Correct Answer: D
Explanation:
Various polymers are used for insulation.
Question 4141

Which characteristic affects polymer crystallinity?

Correct Answer: A
Explanation:
Regular polymer chains promote crystallinity.
Question 4142

Which of the following is a plasticizer?

Correct Answer: A
Explanation:
Plasticizers increase polymer flexibility.
Question 4143

Which polymer property describes resistance to flow?

Correct Answer: B
Explanation:
Viscosity measures flow resistance.
Question 4144

Which polymer class softens on heating and hardens on cooling?

Correct Answer: A
Explanation:
Thermoplastics soften when heated.
Question 4145

Polymer blends are:

Correct Answer: A
Explanation:
Blends are physical mixtures.
Question 4146

What affects polymer tensile strength?

Correct Answer: A
Explanation:
Higher molecular weight and crosslinking increase strength.
Question 4147

Vulcanization is:

Correct Answer: B
Explanation:
Vulcanization cross-links rubber.
Question 4148

Which polymer is commonly used as an impact-resistant plastic?

Correct Answer: B
Explanation:
Polycarbonate is impact resistant.
Question 4149

Which polymerization technique uses catalysts to control molecular weight?

Correct Answer: A
Explanation:
Ziegler-Natta catalysts control polymer structure.
Question 4150

What is the effect of branching in polymers?

Correct Answer: B
Explanation:
Branching reduces crystallinity.
Question 4151

Which method is used to study polymer thermal stability?

Correct Answer: A
Explanation:
TGA measures thermal stability.
Question 4152

Which of the following is largely amorphous?

Correct Answer: C
Explanation:
Polystyrene is mostly amorphous.
Question 4153

What does number average molecular weight represent?

Correct Answer: A
Explanation:
Number average is average of molecule weights.
Question 4154

Which characteristic is typical of elastomers?

Correct Answer: B
Explanation:
Elastomers show large reversible deformation.
Question 4155

Which additive improves polymer flame retardancy?

Correct Answer: B
Explanation:
Flame retardants reduce combustibility.
Question 4156

What is the primary purpose of process control?

Correct Answer: D
Explanation:
Process control monitors and regulates variables to maintain desired output.
Question 4157

Which of the following term correctly represents transient nature of a process?

Correct Answer: B
Explanation:
A dynamic state represents the transient nature of a process where system variables change with time. In this condition, parameters such as temperature, pressure, or flow rate are continuously varying before reaching stability. Dynamic behavior is important in engineering and industrial systems because it helps analyze how processes respond to changes or disturbances. Unlike steady state, where conditions remain constant, the dynamic state focuses on transitions and adjustments. Understanding dynamic processes is essential for designing efficient control systems and improving operational performance and safety.
Question 4158

In feedback control, the action is based on:

Correct Answer: A
Explanation:
Feedback uses output measurements to adjust control.
Question 4159

The device that compares measured value with setpoint is called:

Correct Answer: B
Explanation:
Controller compares measured value with setpoint.
Question 4160

Proportional control action is:

Correct Answer: B
Explanation:
Output is proportional to error magnitude.
Question 4161

In a PI controller, "I" stands for:

Correct Answer: B
Explanation:
Integral term accumulates error over time.
Question 4162

Derivative control action anticipates:

Correct Answer: B
Explanation:
Derivative action predicts future error trends.
Question 4163

Which is an example of final control element?

Correct Answer: B
Explanation:
Control valves physically adjust process variables.
Question 4164

Dead time in control system refers to:

Correct Answer: B
Explanation:
Dead time is delay in system response.
Question 4165

The process variable in a temperature control system is:

Correct Answer: B
Explanation:
Process variable is the measured temperature.
Question 4166

Feedforward control aims to:

Correct Answer: B
Explanation:
Feedforward anticipates disturbance effects.
Question 4167

Reset windup occurs in:

Correct Answer: B
Explanation:
Integrator saturation causes reset windup.
Question 4168

The transfer function relates:

Correct Answer: A
Explanation:
Transfer function defines input-output relationship.
Question 4169

In process control, hysteresis means:

Correct Answer: B
Explanation:
Hysteresis is output difference depending on input direction.
Question 4170

The steady-state error in a control system is:

Correct Answer: C
Explanation:
Steady-state error is error after system settles.
Question 4171

A controller that reduces steady-state error is:

Correct Answer: B
Explanation:
Integral control eliminates steady-state error.
Question 4172

In a cascade control system, the primary controller is:

Correct Answer: A
Explanation:
Master controller drives the secondary controller.
Question 4173

Which sensor measures flow rate?

Correct Answer: B
Explanation:
Flowmeter measures flow rate.
Question 4174

The valve used for proportional control is:

Correct Answer: B
Explanation:
Globe valves provide proportional control.
Question 4175

What does a PID controller use?

Correct Answer: C
Explanation:
PID uses proportional, integral and derivative actions.
Question 4176

An advantage of feedforward control is:

Correct Answer: B
Explanation:
Feedforward anticipates disturbances before effect.
Question 4177

Which term describes system stability?

Correct Answer: B
Explanation:
Stable system reaches desired output.
Question 4178

Process gain is:

Correct Answer: B
Explanation:
Process gain is output/input ratio.
Question 4179

Tuning a PID controller involves adjusting:

Correct Answer: A
Explanation:
PID tuning adjusts all three gains.
Question 4180

Which control mode eliminates offset error?

Correct Answer: B
Explanation:
Integral control removes offset error.
Question 4181

In a control loop, actuator is:

Correct Answer: A
Explanation:
Actuator executes control output.
Question 4182

What is the function of a transmitter?

Correct Answer: C
Explanation:
Transmitter sends sensor signals to controller.
Question 4183

Which characteristic curve shows controller output vs error?

Correct Answer: B
Explanation:
Controller transfer curve relates output to error.
Question 4184

Integral time constant represents:

Correct Answer: A
Explanation:
Integral time controls integral action speed.
Question 4185

The term "reset" in control terminology refers to:

Correct Answer: B
Explanation:
Reset commonly refers to integral action.
Question 4186

Overshoot in control system is:

Correct Answer: A
Explanation:
Overshoot is exceeding the setpoint.
Question 4187

In PID tuning, which term helps reduce overshoot?

Correct Answer: C
Explanation:
Derivative action damps overshoot.
Question 4188

Valve positioner is used to:

Correct Answer: A
Explanation:
Positioner ensures accurate valve positioning.
Question 4189

Dead time compensation can be achieved using:

Correct Answer: A
Explanation:
Smith predictor compensates dead time.
Question 4190

Proportional band is:

Correct Answer: A
Explanation:
Proportional band defines error range for controller output.
Question 4191

Process variable deviation from setpoint is called:

Correct Answer: A
Explanation:
Error is difference between PV and SP.
Question 4192

Which controller mode reacts to rate of error change?

Correct Answer: C
Explanation:
Derivative reacts to rate of change.
Question 4193

In control loops, which sensor has fastest response?

Correct Answer: A
Explanation:
Thermocouples respond quickly.
Question 4194

Which instrument measures pressure in process control?

Correct Answer: A
Explanation:
Manometer measures pressure.
Question 4195

The effect of saturation in a control valve is:

Correct Answer: A
Explanation:
Saturation means valve cannot open further.
Question 4196

What is thermodynamics?

Correct Answer: A
Explanation:
Thermodynamics studies heat, work, and energy interactions.
Question 4197

Zeroth law of thermodynamics helps to define:

Correct Answer: A
Explanation:
It establishes thermal equilibrium and temperature concept.
Question 4198

First law of thermodynamics is a statement of:

Correct Answer: A
Explanation:
Energy cannot be created or destroyed.
Question 4199

Second law of thermodynamics states that:

Correct Answer: B
Explanation:
Entropy of isolated system tends to increase.
Question 4200

What is entropy?

Correct Answer: B
Explanation:
Entropy quantifies disorder in a system.
Question 4201

Which cycle is ideal for heat engines?

Correct Answer: A
Explanation:
Carnot cycle defines maximum efficiency.
Question 4202

A perfect gas is one that:

Correct Answer: D
Explanation:
Perfect gas assumes ideal behavior.
Question 4203

Enthalpy is defined as:

Correct Answer: B
Explanation:
Enthalpy = Internal energy + PV.
Question 4204

The internal energy of an ideal gas depends on:

Correct Answer: C
Explanation:
Internal energy depends only on temperature.
Question 4205

An isothermal process occurs at:

Correct Answer: A
Explanation:
Isothermal means constant temperature.
Question 4206

Adiabatic process means:

Correct Answer: A
Explanation:
No heat exchange with surroundings.
Question 4207

Specific heat at constant pressure is always:

Correct Answer: C
Explanation:
Cp is always greater than Cv.
Question 4208

Why does heat flow occur?

Correct Answer: A
Explanation:
Heat flows from hot to cold.
Question 4209

Clausius statement of second law states:

Correct Answer: A
Explanation:
Heat flow from cold to hot needs external work.
Question 4210

Which of the following is a state function?

Correct Answer: C
Explanation:
Internal energy is a state function.
Question 4211

Work done during free expansion of gas is:

Correct Answer: A
Explanation:
Free expansion does no work on surroundings.
Question 4212

Entropy change in reversible process is:

Correct Answer: A
Explanation:
Entropy remains constant in reversible processes.
Question 4213

Heat capacity ratio (γ) is defined as:

Correct Answer: A
Explanation:
Gamma = Cp divided by Cv.
Question 4214

Isobaric process occurs at:

Correct Answer: A
Explanation:
Isobaric means constant pressure.
Question 4215

Thermal efficiency is ratio of:

Correct Answer: A
Explanation:
Efficiency = work output / heat input.
Question 4216

Which of these is unit of entropy?

Correct Answer: B
Explanation:
Entropy unit is Joules per Kelvin.
Question 4217

P-V diagram shows relationship between:

Correct Answer: A
Explanation:
Pressure vs volume is shown on P-V diagram.
Question 4218

The work done in an isochoric process is:

Correct Answer: B
Explanation:
Volume constant means no work done.
Question 4219

A saturated vapor is:

Correct Answer: B
Explanation:
Saturated vapor coexists with liquid.
Question 4220

Which law correlates pressure, volume, and temperature of gases?

Correct Answer: C
Explanation:
Ideal gas law correlates P, V, T.
Question 4221

Gibbs free energy is used to predict:

Correct Answer: A
Explanation:
Gibbs energy indicates spontaneity.
Question 4222

Which is a path function?

Correct Answer: A
Explanation:
Work depends on path taken.
Question 4223

An isentropic process is:

Correct Answer: A
Explanation:
Isentropic means entropy constant.
Question 4224

Heat engines convert:

Correct Answer: A
Explanation:
Heat engines convert thermal energy into work.
Question 4225

Which property of pure substance is independent of mass?

Correct Answer: C
Explanation:
Pressure is intensive property.
Question 4226

Work done in reversible expansion of ideal gas:

Correct Answer: A
Explanation:
Work is max in reversible process.
Question 4227

The Kelvin scale is based on:

Correct Answer: A
Explanation:
Kelvin defined by water triple point.
Question 4228

Steam quality refers to:

Correct Answer: A
Explanation:
Steam quality defines vapor fraction.
Question 4229

Which cycle is ideal for refrigeration?

Correct Answer: A
Explanation:
Carnot cycle defines maximum refrigeration efficiency.
Question 4230

The internal energy of ideal gas depends mainly on:

Correct Answer: A
Explanation:
Internal energy depends on temperature.
Question 4231

Specific heat at constant volume Cv is:

Correct Answer: A
Explanation:
Cv is heat capacity at constant volume.
Question 4232

Which process occurs at constant temperature?

Correct Answer: A
Explanation:
Isothermal means constant temperature.
Question 4233

The foundation of all thermodynamics laws is:

Correct Answer: A
Explanation:
Energy conservation forms law basis.
Question 4234

For spontaneous process, change in Gibbs free energy is:

Correct Answer: C
Explanation:
Spontaneous processes have negative Gibbs change.
Question 4235

What is the role of an energy-separating agent (ESA)?

Correct Answer: A
Explanation:
ESA performs heat transfer such as vaporization.
Question 4236

Which of the following is NOT a disadvantage of a mass-separating agent (MSA)?

Correct Answer: D
Explanation:
MSA quantities are usually limited and defined by feed.
Question 4237

Which separation process is best when volatility difference between species is small?

Correct Answer: C
Explanation:
Extractive distillation increases volatility difference using MSA.
Question 4238

What is added when vapors leaving a distillation column are difficult to condense?

Correct Answer: D
Explanation:
ESA helps vaporize or condense vapors in separation.
Question 4239

Which process exploits difference in melting points?

Correct Answer: A
Explanation:
Crystallization separates based on melting point.
Question 4240

Separation using porous membranes is based on:

Correct Answer: D
Explanation:
Membranes separate based on permeability.
Question 4241

Which separation technique is based on electric charge and diffusivity?

Correct Answer: B
Explanation:
Electrophoresis separates charged particles.
Question 4242

What determines equipment size in separation processes?

Correct Answer: A
Explanation:
Mass transfer rate affects equipment size.
Question 4243

Which property does not govern extent of separation?

Correct Answer: C
Explanation:
Temperature affects feed state but not extent.
Question 4244

Which method separates oxygen-rich and nitrogen-rich components?

Correct Answer: D
Explanation:
Distillation uses boiling point differences.
Question 4245

Which detector is selective for electronegative compounds in chromatography?

Correct Answer: B
Explanation:
ECD is selective for electronegative solutes.
Question 4246

Van Deemter equation predicts:

Correct Answer: B
Explanation:
Van Deemter equation finds optimum flow velocity.
Question 4247

Most common carrier gases in gas chromatography are:

Correct Answer: A
Explanation:
He, Ar, and N2 are commonly used inert gases.
Question 4248

Which phase equilibrium method is useful in multistage separation?

Correct Answer: A
Explanation:
Flash calculations aid in multistage design.
Question 4249

What is a liquid-liquid extraction?

Correct Answer: A
Explanation:
It separates immiscible liquids based on solubility.
Question 4250

Which technique uses adsorption for separation?

Correct Answer: D
Explanation:
Ion exchange is an adsorption technique.
Question 4251

Which equipment is used to separate suspensions?

Correct Answer: A
Explanation:
Filtration removes suspended solids.
Question 4252

Which separation process involves change of phases?

Correct Answer: A
Explanation:
Phase changes separate components.
Question 4253

What is the main purpose of stripping?

Correct Answer: A
Explanation:
Stripping removes volatile components.
Question 4254

Which process is used in drying solids?

Correct Answer: A
Explanation:
Drying removes moisture via evaporation.
Question 4255

What is the basis of crystallization?

Correct Answer: A
Explanation:
Crystallization separates by solubility differences.
Question 4256

In membrane separation, selectivity depends on:

Correct Answer: A
Explanation:
Pore size determines selectivity.
Question 4257

Which property is essential for adsorbents?

Correct Answer: A
Explanation:
High surface area increases adsorption capacity.
Question 4258

Leaching involves:

Correct Answer: A
Explanation:
Leaching extracts soluble parts using solvents.
Question 4259

Which is not a typical liquid-liquid extraction solvent?

Correct Answer: D
Explanation:
Miscible solvents usually don’t separate phases.
Question 4260

Which factors affect separation efficiency?

Correct Answer: C
Explanation:
Various process parameters influence efficiency.
Question 4261

Ion exchange resin is used to:

Correct Answer: A
Explanation:
Ion exchange removes unwanted ions.
Question 4262

Gas absorption differs from distillation because:

Correct Answer: A
Explanation:
Gas absorption dissolves gases into liquids.
Question 4263

Which unit is a key component in distillation?

Correct Answer: A
Explanation:
Fractionating column separates components by volatility.
Question 4264

Flash distillation is:

Correct Answer: A
Explanation:
Flash distillation vaporizes part of liquid.
Question 4265

Electrophoresis separates molecules based on:

Correct Answer: B
Explanation:
Electrophoresis uses electric charge.
Question 4266

Which equation predicts plate efficiency in chromatography?

Correct Answer: A
Explanation:
Van Deemter equation describes column efficiency.
Question 4267

Co-current extraction differs from counter-current in:

Correct Answer: A
Explanation:
Co-current and counter-current differ in flow directions.
Question 4268

Which property is important for design of separation columns?

Correct Answer: A
Explanation:
Mass transfer governs column performance.
Question 4269

Membrane fouling causes:

Correct Answer: B
Explanation:
Fouling decreases membrane efficiency.
Question 4270

Which principle does adsorption follow?

Correct Answer: A
Explanation:
Adsorption is surface accumulation.
Question 4271

Which is a physical separation method?

Correct Answer: A
Explanation:
Distillation is physical separation.
Question 4272

What is the liquid phase called in gas absorption?

Correct Answer: A
Explanation:
Absorbent is the liquid phase.
Question 4273

Which technique is used to separate isotopes?

Correct Answer: C
Explanation:
Centrifugation separates isotopes.
Question 4274

Which is the strongest head shape for pressure vessels?

Correct Answer: A
Explanation:
Hemispherical heads withstand pressure efficiently.
Question 4275

The most economical head for cylindrical vessels operating above 15 atm is:

Correct Answer: A
Explanation:
Ellipsoidal heads balance cost and strength.
Question 4276

Hair pin type exchanger refers to a:

Correct Answer: A
Explanation:
Double pipe heat exchangers are called hair pin type.
Question 4277

Permissible slot velocity determines:

Correct Answer: A
Explanation:
Slot velocity controls bubble cap numbers.
Question 4278

Foamy liquor is best handled in:

Correct Answer: A
Explanation:
Long tube evaporators handle foamy liquor.
Question 4279

Water is used as coolant due to its:

Correct Answer: A
Explanation:
High specific heat makes water an efficient coolant.
Question 4280

The conical roof is used for:

Correct Answer: A
Explanation:
Conical roofs are common for cylindrical tanks.
Question 4281

Which tray is preferred for gases with high dust content?

Correct Answer: A
Explanation:
Bubble cap trays handle dusty gases better.
Question 4282

The Reynolds number for turbulent flow in pipes is generally:

Correct Answer: C
Explanation:
Above 4000 is usually turbulent flow.
Question 4283

Corrosion allowance in equipment design is:

Correct Answer: A
Explanation:
Extra thickness compensates corrosion loss.
Question 4284

The major function of a vapor-liquid separator is:

Correct Answer: A
Explanation:
Separates vapor from liquid efficiently.
Question 4285

Which factor affects pressure drop in packed towers?

Correct Answer: D
Explanation:
Pressure drop depends on many factors.
Question 4286

In heat exchanger design, fouling factor is:

Correct Answer: A
Explanation:
Deposits add resistance to heat transfer.
Question 4287

The tube pitch in heat exchangers is:

Correct Answer: A
Explanation:
Tube pitch is center-to-center distance.
Question 4288

Which sealing method is used for moving shafts?

Correct Answer: A
Explanation:
Mechanical seals prevent leaks around shafts.
Question 4289

Which equipment is used for agitation in reactors?

Correct Answer: A
Explanation:
Agitators mix reactants effectively.
Question 4290

Vortex formation in reactors should be avoided because:

Correct Answer: A
Explanation:
Vortex reduces effective mixing.
Question 4291

In safety valve design, the set pressure is:

Correct Answer: A
Explanation:
Set pressure is valve opening pressure.
Question 4292

Which factor controls the overall heat transfer coefficient?

Correct Answer: D
Explanation:
Many factors influence heat transfer coefficient.
Question 4293

The term “hold-up” in a reactor means:

Correct Answer: A
Explanation:
Hold-up is liquid volume retained.
Question 4294

In shell and tube heat exchangers, baffles:

Correct Answer: A
Explanation:
Baffles increase heat transfer by flow control.
Question 4295

Which test is used for leak detection in pressure vessels?

Correct Answer: A
Explanation:
Hydrostatic test checks leaks.
Question 4296

Condenser in distillation columns is used for:

Correct Answer: A
Explanation:
Condensers cool vapor to liquid.
Question 4297

Trays in distillation columns provide:

Correct Answer: A
Explanation:
Trays facilitate phase contact for mass transfer.
Question 4298

The aspect ratio of a column is:

Correct Answer: A
Explanation:
Aspect ratio is column height divided by diameter.
Question 4299

In equipment design, stress concentration occurs at:

Correct Answer: A
Explanation:
Stress concentrates near abrupt changes.
Question 4300

Which is a method to improve mixing in tanks?

Correct Answer: D
Explanation:
All contribute to better mixing.
Question 4301

Which head type is commonly used in low-pressure storage tanks?

Correct Answer: A
Explanation:
Flat heads are common at low pressure.
Question 4302

What is the primary function of a reflux in distillation?

Correct Answer: A
Explanation:
Reflux improves distillate purity.
Question 4303

In shell and tube heat exchangers, tube material choice depends on:

Correct Answer: D
Explanation:
All factors are important.
Question 4304

In process equipment design, factor of safety ensures:

Correct Answer: A
Explanation:
Safety factor accounts for unknowns.
Question 4305

Which testing method evaluates weld quality?

Correct Answer: A
Explanation:
Radiography detects internal weld defects.
Question 4306

The purpose of demisters is to:

Correct Answer: A
Explanation:
Demisters remove entrained liquids.
Question 4307

Equilibrium stage height in distillation is called:

Correct Answer: B
Explanation:
Stage height measures theoretical plate thickness.
Question 4308

Which of these devices measures flow rate?

Correct Answer: A
Explanation:
Orifice plates are common flowmeters.
Question 4309

Which vessel design avoids reinforcements for openings by oversizing the pad?

Correct Answer: B
Explanation:
Over-sizing pads can lead to unsafe design.
Question 4310

Which equipment uses trays and packing to enhance mass transfer?

Correct Answer: A
Explanation:
Distillation columns utilize trays and packing.
Question 4311

The term “tube pitch” refers to:

Correct Answer: A
Explanation:
Pitch is center-to-center spacing.
Question 4312

Foundations are broadly classified into:

Correct Answer: A
Explanation:
Foundations are broadly classified as shallow and deep based on depth.
Question 4313

Which is the most commonly used shallow foundation?

Correct Answer: D
Explanation:
Spread footing transmits load to subsoil directly, most common.
Question 4314

Strap footings are used when:

Correct Answer: A
Explanation:
Strap footings connect isolated footings with long spacing.
Question 4315

Maximum differential settlement allowed on clay soils as per IS code?

Correct Answer: A
Explanation:
IS recommends max 28 mm differential settlement on clay soils.
Question 4316

Deep foundation for bridges commonly used is:

Correct Answer: C
Explanation:
Well foundations are common for bridges.
Question 4317

Disadvantage of circular shape for well foundation is:

Correct Answer: A
Explanation:
Circular wells have larger diameter than minimum needed.
Question 4318

Horizontal forces acting on well foundations include:

Correct Answer: A
Explanation:
Multiple horizontal forces affect well foundations.
Question 4319

Rotation about the y-axis in foundations is called:

Correct Answer: A
Explanation:
Pitching is rotation about y-axis.
Question 4320

Spread footing is another name for:

Correct Answer: A
Explanation:
Spread footings support individual columns.
Question 4321

Which is commonly used pile type for foundation?

Correct Answer: D
Explanation:
All are used depending on soil and structure.
Question 4322

What is the key function of machine foundations?

Correct Answer: A
Explanation:
Machine foundations manage vibrations and dynamic forces.
Question 4323

Raft foundation is preferred when:

Correct Answer: A
Explanation:
Rafts distribute heavy loads over large area.
Question 4324

Which soil is considered most unsuitable for shallow foundations?

Correct Answer: D
Explanation:
Peat has low bearing capacity and high compressibility.
Question 4325

Grillage foundation is suitable for:

Correct Answer: A
Explanation:
Grillage foundation supports heavy loads on weak soils.
Question 4326

Which test provides direct measure of soil bearing capacity?

Correct Answer: A
Explanation:
Plate load test measures bearing capacity.
Question 4327

Minimum depth for foundation on soil as per IS code is about:

Correct Answer: A
Explanation:
Minimum depth typically recommended is 1 meter.
Question 4328

What is factor of safety in foundation engineering?

Correct Answer: A
Explanation:
FOS = ultimate load capacity / allowable load.
Question 4329

Which type of foundation consists of interconnected footings?

Correct Answer: A
Explanation:
Combined footings support multiple columns.
Question 4330

Which of the following is a deep foundation?

Correct Answer: A
Explanation:
Piles transfer load to deep soil layers.
Question 4331

Purpose of pile driving is to:

Correct Answer: A
Explanation:
Piles are driven deep to reach strong strata.
Question 4332

Well foundation is mainly used for:

Correct Answer: A
Explanation:
Wells support heavy bridge loads.
Question 4333

Which test measures soil shear strength?

Correct Answer: A
Explanation:
Direct shear test measures shear strength.
Question 4334

Which foundation type is suitable for expansive soils?

Correct Answer: A
Explanation:
Piles bypass weak expansive soils.
Question 4335

Bearing capacity factor depends on which property?

Correct Answer: D
Explanation:
All affect bearing capacity.
Question 4336

Assuming isotropic soil means:

Correct Answer: A
Explanation:
Isotropic means uniform properties.
Question 4337

Ultimate bearing capacity includes:

Correct Answer: A
Explanation:
All mentioned factors influence ultimate capacity.
Question 4338

What is the purpose of soil stabilization?

Correct Answer: A
Explanation:
Stabilization improves soil properties.
Question 4339

Which soil characteristic influences compressibility?

Correct Answer: B
Explanation:
Clay content greatly affects compressibility.
Question 4340

Machine foundation design considers:

Correct Answer: A
Explanation:
Design must account for dynamic loading.
Question 4341

Which foundation type is suitable for sloping ground?

Correct Answer: A
Explanation:
Stepped footings accommodate slopes.
Question 4342

Minimum contact pressure for raft foundation is:

Correct Answer: B
Explanation:
Typical minimum contact pressure is 50 kN/m².
Question 4343

Which foundation type is preferred in poor soil conditions?

Correct Answer: A
Explanation:
Piles transfer load to stronger strata.
Question 4344

What is the purpose of geotextiles in foundations?

Correct Answer: A
Explanation:
Geotextiles reinforce and filter soil.
Question 4345

Driving formula relates:

Correct Answer: A
Explanation:
Driving formula estimates pile penetration from energy.
Question 4346

Minimum spacing between piles is usually:

Correct Answer: A
Explanation:
Standard spacing is 3 times pile diameter.
Question 4347

Bored piles differ from driven piles in that:

Correct Answer: A
Explanation:
Bored piles are constructed in-situ.
Question 4348

Settlement refers to:

Correct Answer: A
Explanation:
Settlement is vertical downward movement.
Question 4349

Which method measures soil permeability?

Correct Answer: A
Explanation:
Constant head test evaluates permeability.
Question 4350

Load transfer mechanism in friction piles is:

Correct Answer: A
Explanation:
Friction piles transfer load via skin friction.
Question 4351

Effective stress is:

Correct Answer: A
Explanation:
Effective stress accounts for soil strength.
Question 4352

Which foundation is most economical for weak soils?

Correct Answer: A
Explanation:
Raft foundation spreads load over a large area.
Question 4353

Seismic forces are considered in foundation design by:

Correct Answer: A
Explanation:
Seismic design accounts for all earthquake forces.
Question 4354

A well foundation consists of:

Correct Answer: A
Explanation:
Major components define well foundation.
Question 4355

Wash boring is:

Correct Answer: A
Explanation:
Wash boring collects soil samples.
Question 4356

Which parameter affects bearing capacity?

Correct Answer: D
Explanation:
All influence bearing capacity.
Question 4357

Ultimate bearing capacity is:

Correct Answer: A
Explanation:
Ultimate bearing load causes failure.
Question 4358

Shallow foundations are suited when:

Correct Answer: A
Explanation:
Strong soil near surface favors shallow foundations.
Question 4359

Retaining walls are designed to:

Correct Answer: A
Explanation:
Walls resist soil lateral pressure.
Question 4360

Which foundation minimizes differential settlement?

Correct Answer: A
Explanation:
Raft spreads load reducing differential settlement.
Question 4361

Soil exploration includes:

Correct Answer: D
Explanation:
All these steps form soil exploration.
Question 4362

What are loading aprons designed to accommodate?

Correct Answer: A
Explanation:
Loading aprons accommodate parked aircraft for boarding and ground services.
Question 4363

Runways are generally aligned based on:

Correct Answer: A
Explanation:
Runways align with prevailing winds to reduce crosswind effects.
Question 4364

Maximum longitudinal gradient recommended for type A airports as per ICAO is:

Correct Answer: A
Explanation:
ICAO recommends max 1.5% longitudinal gradient for type A airports.
Question 4365

What is the full form of RTOL in airport engineering?

Correct Answer: A
Explanation:
RTOL means Reduced Take-Off and Landing.
Question 4366

Airport elevation is measured from:

Correct Answer: A
Explanation:
Elevation is height above Mean Sea Level.
Question 4367

What is meant by runway end safety area (RESA)?

Correct Answer: A
Explanation:
RESA provides extra area to reduce overrun risks.
Question 4368

Taxiway width for type D airports typically is:

Correct Answer: A
Explanation:
Width is 22.5 meters for type D airports.
Question 4369

Wind rose diagrams are used to:

Correct Answer: A
Explanation:
Wind roses summarize wind behavior for runway design.
Question 4370

Which airport area hosts passenger boarding, check-in, lounges?

Correct Answer: A
Explanation:
Terminal area serves passenger needs.
Question 4371

Runway threshold markings indicate:

Correct Answer: A
Explanation:
Threshold marks beginning of landing portion.
Question 4372

Runway shoulders provide:

Correct Answer: A
Explanation:
Shoulders support aircraft straying from runway.
Question 4373

What is the standard unit for runway length correction due to altitude?

Correct Answer: A
Explanation:
Runway length increases 7% per 300 m elevation.
Question 4374

Which of these factors affects runway length requirements?

Correct Answer: A
Explanation:
Length depends on aircraft, elevation, and temperature.
Question 4375

The direction number of runway 09 corresponds to:

Correct Answer: A
Explanation:
Runway 09 corresponds to 90 degrees.
Question 4376

Which lighting helps pilots align with runway centerline?

Correct Answer: A
Explanation:
Centerline lights guide landing alignment.
Question 4377

The longitudinal gradient of a runway should not exceed:

Correct Answer: A
Explanation:
Max longitudinal slope is usually 1.5%.
Question 4378

Which type of pavement is used for runways?

Correct Answer: A
Explanation:
Runways use rigid or flexible pavements.
Question 4379

What is taxiway?

Correct Answer: A
Explanation:
Taxiways connect runways and aprons.
Question 4380

The term “apron” in airports refers to:

Correct Answer: A
Explanation:
Apron is area for aircraft parking and service.
Question 4381

Which of the following is NOT a runway marking?

Correct Answer: A
Explanation:
Taxiways have separate markings.
Question 4382

A wind rose is plot of:

Correct Answer: A
Explanation:
Wind rose depicts wind direction and frequency.
Question 4383

Which is the primary consideration in airport layout?

Correct Answer: A
Explanation:
Safety and efficiency guide layout design.
Question 4384

What is the significance of a displaced threshold?

Correct Answer: A
Explanation:
Displaced threshold moves landing zone earlier.
Question 4385

Which device assists pilots during low visibility landing?

Correct Answer: A
Explanation:
ILS provides guidance for bad weather landings.
Question 4386

Runway end lights are typically:

Correct Answer: A
Explanation:
Runway end lights are red.
Question 4387

What is the width of runway for type A airports as per ICAO?

Correct Answer: A
Explanation:
Type A runway width is 45 meters.
Question 4388

Which of the following is used to reduce runway hydroplaning?

Correct Answer: A
Explanation:
Grooved surfaces improve water drainage.
Question 4389

Which is the purpose of runway end safety area (RESA)?

Correct Answer: A
Explanation:
RESA provides safety beyond runway ends.
Question 4390

What is the term for vertical clearance of trees or structures near runway?

Correct Answer: A
Explanation:
Obstacle limitation surface defines clearance.
Question 4391

Which of the following is NOT a primary airport function?

Correct Answer: A
Explanation:
Maintenance is supportive, not primary.
Question 4392

Which area connects runway to apron?

Correct Answer: A
Explanation:
Taxiways connect runways and aprons.
Question 4393

Taxiways are marked by which color lighting?

Correct Answer: A
Explanation:
Blue lights outline taxiways.
Question 4394

What is the full form of PAPI lighting system?

Correct Answer: A
Explanation:
PAPI helps pilots judge glide slope.
Question 4395

What does NOT affect runway length?

Correct Answer: A
Explanation:
Terminal size does not affect runway length.
Question 4396

Runway markings are designed to:

Correct Answer: A
Explanation:
Markings aid pilot navigation.
Question 4397

Where is the air traffic control tower usually located?

Correct Answer: A
Explanation:
ATC towers have full runway visibility.
Question 4398

Maximum effective gradient on a runway for type B airport as per ICAO is:

Correct Answer: A
Explanation:
ICAO sets max effective gradient at 1%.
Question 4399

Runway friction coefficient is essential for:

Correct Answer: A
Explanation:
Friction affects braking performance.
Question 4400

Runway end safety area (RESA) length is typically:

Correct Answer: A
Explanation:
RESA length minimum is 90 meters.
Question 4401

What provides end support for a bridge superstructure?

Correct Answer: B
Explanation:
Abutments provide end support to bridge superstructure.
Question 4402

The flow area available for free flow of water under a bridge is called:

Correct Answer: A
Explanation:
Linear waterway is the effective flow area.
Question 4403

Freeboard on a bridge refers to:

Correct Answer: A
Explanation:
Freeboard is the clearance above highest flood level.
Question 4404

Which foundation is most suitable for bridges in deep water?

Correct Answer: A
Explanation:
Well foundations are used in deep water.
Question 4405

The term "skew bridge" means:

Correct Answer: A
Explanation:
Skew bridges have abutments/piers at angles other than perpendicular.
Question 4406

Which part of a bridge connects the bridge to road embankments?

Correct Answer: A
Explanation:
Approach connects road to bridge.
Question 4407

In bridge design, the span refers to:

Correct Answer: A
Explanation:
Span is distance between supports.
Question 4408

Wing walls in bridges serve to:

Correct Answer: A
Explanation:
Wing walls prevent soil erosion near abutments.
Question 4409

The load transmitted from bridge superstructure to substructure is:

Correct Answer: C
Explanation:
Load transfer medium carries loads to substructure.
Question 4410

The minimum clearance between bridge superstructure and highest flood level is called:

Correct Answer: A
Explanation:
Freeboard ensures safety from flooding.
Question 4411

The major cause of scour near bridge foundations is:

Correct Answer: A
Explanation:
High velocity flow causes erosion around foundations.
Question 4412

Which bridge type has load carried mainly by cables?

Correct Answer: A
Explanation:
Suspension bridges use cables for load support.
Question 4413

Bearing in bridges is used to:

Correct Answer: A
Explanation:
Bearings transmit loads and permit movements.
Question 4414

Caisson foundation is:

Correct Answer: A
Explanation:
Caissons are used underwater for foundations.
Question 4415

The dead load of a bridge includes:

Correct Answer: A
Explanation:
The correct answer is A. Weight of bridge structure itself.

In structural engineering, the term dead load refers to the permanent and immovable load acting on a bridge throughout its service life. It primarily includes the self-weight of the bridge structure, such as girders, decks, piers, parapets, and other fixed components. These loads remain constant and are considered during the design phase to ensure structural stability and safety. In contrast, vehicle load and live load are variable loads caused by moving traffic or pedestrians, while wind load is an environmental force acting externally on the structure. Hence, the self-weight of the bridge alone is categorized as the dead load of a bridge.
Question 4416

Which bridge type is constructed by cantilever arms?

Correct Answer: A
Explanation:
Cantilever bridges use projecting beams.
Question 4417

The structural system of a bridge deck usually includes:

Correct Answer: A
Explanation:
Deck consists of girders and slabs.
Question 4418

Wind load on bridges is considered as:

Correct Answer: A
Explanation:
Wind imposes lateral forces.
Question 4419

Which test determines soil permeability near bridge site?

Correct Answer: A
Explanation:
Permeability test measures seepage.
Question 4420

The component that transfers load from superstructure to substructure is:

Correct Answer: A
Explanation:
Bearings distribute load to substructure.
Question 4421

In arch bridges, main load transfer mechanism is:

Correct Answer: A
Explanation:
Arches carry loads by compression.
Question 4422

Structural steel for bridges is usually:

Correct Answer: A
Explanation:
High tensile steel is preferred.
Question 4423

Which component prevents lateral displacement of bridge decks?

Correct Answer: A
Explanation:
Cross bracing stabilizes lateral movements.
Question 4424

What is the typical span range for slab bridges?

Correct Answer: A
Explanation:
Slab bridges are suited for short spans.
Question 4425

Which bridge type has cables directly supporting the bridge deck?

Correct Answer: A
Explanation:
Cable stayed bridges have cables connected directly.
Question 4426

Caisson sinking is easiest when:

Correct Answer: A
Explanation:
Sandy soils allow easier penetration.
Question 4427

Which of these affects live load in bridge design?

Correct Answer: A
Explanation:
Live load depends mainly on traffic.
Question 4428

Freeboard is designed to accommodate:

Correct Answer: A
Explanation:
Freeboard ensures clearance over floods.
Question 4429

When is a skeletal bridge used?

Correct Answer: A
Explanation:
Skeletal bridges use less material.
Question 4430

Approach roads in bridges are designed to:

Correct Answer: A
Explanation:
Approach roads connect ground to bridge.
Question 4431

Which bridge foundation type is most expensive?

Correct Answer: A
Explanation:
Well foundations involve costly underwater work.
Question 4432

Pier of a bridge serves as:

Correct Answer: A
Explanation:
Piers provide intermediate vertical support.
Question 4433

Which bridge component transmits loads to foundation?

Correct Answer: A
Explanation:
Substructure transfers load to foundation.
Question 4434

Cantilever bridges are suitable for:

Correct Answer: A
Explanation:
Cantilever bridges span large distances.
Question 4435

What is the purpose of expansion joints in bridges?

Correct Answer: A
Explanation:
Expansion joints allow movement due to temperature changes.
Question 4436

The foundation must be designed to prevent:

Correct Answer: A
Explanation:
Foundation prevents excessive settlement.
Question 4437

Wing walls provide:

Correct Answer: A
Explanation:
Wing walls retain earth on approaches.
Question 4438

The clear span of a bridge is:

Correct Answer: A
Explanation:
Clear span excludes support widths.
Question 4439

Which was NOT traditionally used as building material for bridges?

Correct Answer: D
Explanation:
Plastic is modern, not traditional.
Question 4440

Suspension bridges use:

Correct Answer: A
Explanation:
Main load supported by cables.
Question 4441

What is scour in bridge engineering?

Correct Answer: A
Explanation:
Scour erodes soil near foundations.
Question 4442

Approach slab provides:

Correct Answer: A
Explanation:
Approach slab prevents bump between bridge and road.
Question 4443

Which bridge type consists of flat slabs supported directly by piers?

Correct Answer: A
Explanation:
Slab bridges have flat decks spanning piers.
Question 4444

The term for failure due to repeated load cycles is:

Correct Answer: A
Explanation:
Fatigue failure results from repeated stresses.
Question 4445

Which element allows longitudinal movement of the bridge?

Correct Answer: A
Explanation:
Expansion joints accommodate thermal expansion.
Question 4446

What is a building material?

Correct Answer: A
Explanation:
Building material is any substance used to construct a structure.
Question 4447

Which of the following are basic building materials?

Correct Answer: A
Explanation:
Wood, cement and bricks form basic materials.
Question 4448

Inorganic building materials include:

Correct Answer: A
Explanation:
Inorganic materials are non-living materials.
Question 4449

Which is NOT an inorganic building material?

Correct Answer: A
Explanation:
Wood is an organic material.
Question 4450

What is the main constituent of cement?

Correct Answer: A
Explanation:
Calcium silicates form the bulk in cement.
Question 4451

Gypsum is used in construction to make:

Correct Answer: A
Explanation:
Plaster of Paris is primarily made from gypsum.
Question 4452

Which test is used to assess brick quality?

Correct Answer: A
Explanation:
Compressive strength determines brick quality.
Question 4453

The standard size of a brick is approximately:

Correct Answer: A
Explanation:
Standard brick size is 190x90x90 mm.
Question 4454

What is curing of concrete?

Correct Answer: A
Explanation:
Curing helps development of strength.
Question 4455

Which of the following is a cement admixture?

Correct Answer: A
Explanation:
Fly ash is an admixture improving concrete.
Question 4456

Which aggregates have particle size between 4.75 mm to 20 mm?

Correct Answer: A
Explanation:
Coarse aggregates size range as specified.
Question 4457

The water-cement ratio affects:

Correct Answer: A
Explanation:
Water-cement ratio controls strength.
Question 4458

The specific gravity of good quality building stone should be:

Correct Answer: A
Explanation:
Specific gravity greater than 2.7 is ideal.
Question 4459

Which stone is commonly used for flooring?

Correct Answer: A
Explanation:
Marble used for decorative floors.
Question 4460

What is the purpose of reinforcement in concrete?

Correct Answer: A
Explanation:
Reinforcement improves tensile capacity.
Question 4461

Which material is used as a water-proofing agent?

Correct Answer: A
Explanation:
Bitumen forms waterproof layers.
Question 4462

Lime used in construction is primarily derived from:

Correct Answer: A
Explanation:
Lime is obtained by calcining calcium carbonate.
Question 4463

Which type of cement gains strength rapidly?

Correct Answer: A
Explanation:
Rapid hardening cement gains strength quicker.
Question 4464

Which tests measure aggregate size distribution?

Correct Answer: A
Explanation:
Sieve analysis measures particle sizes.
Question 4465

Which paint is suitable for steel exposed to weather?

Correct Answer: A
Explanation:
Enamel paints protect steel surfaces.
Question 4466

Which is the process of mixing cement, sand and water?

Correct Answer: A
Explanation:
Mortar is a mixture for bonding bricks.
Question 4467

The initial setting time of cement is the time from mixing to:

Correct Answer: A
Explanation:
Initial setting defines workability loss.
Question 4468

Which natural fibre is used for reinforcing plaster?

Correct Answer: A
Explanation:
Hemp fibers reinforce plaster.
Question 4469

Which of these is used in concrete as a mineral admixture?

Correct Answer: A
Explanation:
Fly ash improves concrete properties.
Question 4470

Which of the following bricks absorb less than 20% water?

Correct Answer: A
Explanation:
First class bricks absorb less water.
Question 4471

Which is a property of good building stone?

Correct Answer: A
Explanation:
Strength and durability define good stone.
Question 4472

The most commonly used cement is:

Correct Answer: A
Explanation:
OPC is widely used.
Question 4473

Which timber defect is due to fungal attack?

Correct Answer: A
Explanation:
Dry rot is fungal decay.
Question 4474

Which is a thermoplastic building material?

Correct Answer: A
Explanation:
PVC softens when heated.
Question 4475

What is the purpose of sand in concrete?

Correct Answer: A
Explanation:
Sand fills spaces improving mix density.
Question 4476

The term “workability” in concrete refers to:

Correct Answer: A
Explanation:
Workability affects ease of concrete use.
Question 4477

Why is aggregate grading important?

Correct Answer: A
Explanation:
Proper grading ensures compact mix.
Question 4478

Which timber species is commonly used in construction?

Correct Answer: B
Explanation:
Pine is widely used for its availability.
Question 4479

Which pigment is used in paints for better UV protection?

Correct Answer: A
Explanation:
Titanium dioxide blocks UV rays effectively.
Question 4480

Which of the following is considered a lightweight aggregate?

Correct Answer: A
Explanation:
Expanded clay reduces concrete density.
Question 4481

Moisture content in wood is expressed as:

Correct Answer: A
Explanation:
Moisture is expressed as weight percentage.
Question 4482

Which is used as a water reducing agent in concrete?

Correct Answer: A
Explanation:
Superplasticizers reduce water needed.
Question 4483

Which type of stone is widely used in ornamental work?

Correct Answer: A
Explanation:
Marble is prized for appearance.
Question 4484

Ashlar masonry is:

Correct Answer: A
Explanation:
Ashlar uses finely dressed stones.
Question 4485

What is concrete technology?

Correct Answer: A
Explanation:
Concrete technology deals with properties and usage of concrete.
Question 4486

Concrete mainly consists of:

Correct Answer: A
Explanation:
Concrete comprises cement, water, and aggregates.
Question 4487

Which test measures the workability of concrete?

Correct Answer: A
Explanation:
Slump test determines workability.
Question 4488

Which is the typical slump value for medium workability concrete?

Correct Answer: A
Explanation:
Medium workability slump is 50-100 mm.
Question 4489

Setting time of cement is important for:

Correct Answer: A
Explanation:
Setting time affects workability and strength.
Question 4490

Which type of cement gains strength rapidly?

Correct Answer: A
Explanation:
Rapid hardening cement cures faster.
Question 4491

The term curing in concrete means:

Correct Answer: A
Explanation:
Curing promotes hydration and strength development.
Question 4492

Water-cement ratio significantly affects:

Correct Answer: A
Explanation:
Water-cement ratio impacts strength and durability.
Question 4493

Which aggregate type improves concrete strength?

Correct Answer: A
Explanation:
Coarse aggregates contribute to strength.
Question 4494

Which admixture improves concrete workability without water addition?

Correct Answer: A
Explanation:
Superplasticizers improve flow without extra water.
Question 4495

Concrete tensile strength is approximately:

Correct Answer: A
Explanation:
Tensile strength is about 10%-15% of compressive.
Question 4496

Concrete creep is:

Correct Answer: A
Explanation:
Creep is long-term deformation under stress.
Question 4497

Concrete shrinkage causes:

Correct Answer: A
Explanation:
Shrinkage leads to cracking due to volume reduction.
Question 4498

Which test assesses compressive strength of concrete?

Correct Answer: A
Explanation:
Cube test measures compressive strength.
Question 4499

Which is a lightweight concrete aggregate?

Correct Answer: A
Explanation:
Expanded clay reduces concrete weight.
Question 4500

Pozzolanic cement improves:

Correct Answer: A
Explanation:
Pozzolana enhances durability and chemical resistance.
Question 4501

Which concrete type is best for cold weather?

Correct Answer: A
Explanation:
Air entrained concrete resists freeze-thaw cycles.
Question 4502

Which method evaluates concrete workability besides slump?

Correct Answer: A
Explanation:
Compaction factor test also measures workability.
Question 4503

Initial setting time of cement indicates:

Correct Answer: A
Explanation:
Initial setting is loss of plasticity.
Question 4504

Which factor is NOT a cause of concrete deterioration?

Correct Answer: A
Explanation:
Over curing is generally beneficial.
Question 4505

What is the effect of increasing water content in concrete?

Correct Answer: A
Explanation:
Excess water reduces strength.
Question 4506

Which of the following is a mineral admixture?

Correct Answer: A
Explanation:
Fly ash is a common mineral admixture.
Question 4507

What does concrete maturity indicate?

Correct Answer: A
Explanation:
Maturity relates to strength progression.
Question 4508

Which method tests concrete durability?

Correct Answer: A
Explanation:
RCPT assesses permeability and durability.
Question 4509

Which test detects cracks in concrete non-destructively?

Correct Answer: A
Explanation:
UPV detects internal flaws.
Question 4510

In mix design, the primary objective is:

Correct Answer: A
Explanation:
Design aims for required performance.
Question 4511

Which concrete is resistant to chemical attack?

Correct Answer: A
Explanation:
SRC resists sulphate chemicals.
Question 4512

Which is a special concrete type?

Correct Answer: A
Explanation:
HPC has improved properties.
Question 4513

Which construction chemical improves concrete waterproofing?

Correct Answer: A
Explanation:
Water repellents improve waterproofing.
Question 4514

Which factor influences concrete permeability?

Correct Answer: D
Explanation:
All these affect permeability.
Question 4515

Slump test fails to assess:

Correct Answer: A
Explanation:
Slump test does not assess segregation.
Question 4516

Which admixture accelerates concrete setting?

Correct Answer: A
Explanation:
Calcium chloride is a common accelerator.
Question 4517

Which type of aggregate has highest durability?

Correct Answer: A
Explanation:
Granite is durable.
Question 4518

The typical water-cement ratio range for normal concrete is:

Correct Answer: A
Explanation:
Common W/C ratio is 0.4-0.6.
Question 4519

Concrete with entrained air is better in:

Correct Answer: A
Explanation:
Air entrainment improves freeze-thaw durability.
Question 4520

Which material is a common coarse aggregate?

Correct Answer: A
Explanation:
Gravel is a coarse aggregate.
Question 4521

Which of the following is not a phase of construction management?

Correct Answer: D
Explanation:
Project being is not a recognized construction management phase.
Question 4522

Who is considered the father of modern project management?

Correct Answer: A
Explanation:
Henry Gantt introduced the Gantt chart, a key project management tool.
Question 4523

The primary objective of project scheduling is:

Correct Answer: B
Explanation:
Scheduling defines activity sequences and timelines for projects.
Question 4524

In CPM, the critical path is:

Correct Answer: B
Explanation:
Critical path determines the minimum project duration.
Question 4525

What is crashing in project management?

Correct Answer: A
Explanation:
Crashing reduces total project time by adding resources.
Question 4526

Which document specifies detailed estimates, drawings, and tender documents?

Correct Answer: A
Explanation:
DPR contains comprehensive project details.
Question 4527

PERT stands for:

Correct Answer: A
Explanation:
PERT is a method for project time analysis.
Question 4528

The slack in a project activity is:

Correct Answer: A
Explanation:
Slack is the allowable delay without affecting overall project time.
Question 4529

In project cost management, indirect costs are:

Correct Answer: A
Explanation:
Indirect costs include overheads and administrative expenses.
Question 4530

Which scheduling method uses a network diagram?

Correct Answer: A
Explanation:
CPM and PERT use network diagrams.
Question 4531

Lead time in project management indicates:

Correct Answer: A
Explanation:
Lead time allows overlap of dependent tasks.
Question 4532

Earned Value Management (EVM) integrates:

Correct Answer: A
Explanation:
EVM evaluates project performance and progress.
Question 4533

Gantt charts primarily represent:

Correct Answer: A
Explanation:
Gantt charts depict project schedules.
Question 4534

In risk management, mitigation means:

Correct Answer: A
Explanation:
Mitigation aims to reduce adverse risk effects.
Question 4535

Which of the following is a project resource?

Correct Answer: A
Explanation:
Labor is a key resource.
Question 4536

Work Breakdown Structure (WBS) helps in:

Correct Answer: A
Explanation:
WBS breaks down projects into task hierarchies.
Question 4537

Crashing a project increases:

Correct Answer: A
Explanation:
Crashing reduces duration but may increase cost.
Question 4538

The term "Float" or "Slack" indicates:

Correct Answer: A
Explanation:
Float allows schedule flexibility.
Question 4539

The responsibility for making payments in construction lies with:

Correct Answer: A
Explanation:
Client makes payments to contractors.
Question 4540

What is the main purpose of tender documents?

Correct Answer: A
Explanation:
Tender documents provide contract scope for bidding.
Question 4541

A bar chart shows:

Correct Answer: A
Explanation:
Bar charts visualize scheduling.
Question 4542

The critical path is the path which:

Correct Answer: A
Explanation:
Critical path determines minimum project duration.
Question 4543

EVM variance analysis helps to determine:

Correct Answer: A
Explanation:
EV variance shows if project is on schedule and budget.
Question 4544

Critical Chain Project Management mainly focuses on:

Correct Answer: A
Explanation:
Critical Chain manages resources and reduces project duration.
Question 4545

In resource leveling, the aim is to:

Correct Answer: A
Explanation:
Resource leveling balances demands.
Question 4546

Which contract type has fixed price?

Correct Answer: A
Explanation:
Lump sum contracts specify fixed total price.
Question 4547

The main function of project scheduling is to:

Correct Answer: A
Explanation:
Scheduling organizes task timing.
Question 4548

Project crashing reduces project duration by:

Correct Answer: A
Explanation:
Crashing allocates more resources.
Question 4549

Buffer in project management serves as:

Correct Answer: A
Explanation:
Buffers mitigate risks and delays.
Question 4550

What is a milestone in project management?

Correct Answer: A
Explanation:
Milestones mark key points.
Question 4551

The term "Earned Value" in project management is:

Correct Answer: A
Explanation:
EV is the earned worth of completed work.
Question 4552

Which software is commonly used for project scheduling?

Correct Answer: A
Explanation:
Microsoft Project is used in project scheduling.
Question 4553

Cost control in construction project involves:

Correct Answer: A
Explanation:
Cost control ensures project cost adherence.
Question 4554

Integrated project management includes:

Correct Answer: A
Explanation:
Integrated management covers all aspects.
Question 4555

Project risk management aims to:

Correct Answer: A
Explanation:
Risk management proactively handles uncertainties.
Question 4556

Which estimation method is suitable for preliminary budget?

Correct Answer: A
Explanation:
Approximate estimate is used early.
Question 4557

Construction productivity can be improved by:

Correct Answer: A
Explanation:
Planning and tech boost productivity.
Question 4558

Lead time is the:

Correct Answer: A
Explanation:
Lead time includes total activity time.
Question 4559

What is the function of a project monitor?

Correct Answer: A
Explanation:
Monitors help track and control projects.
Question 4560

What is the primary goal of construction safety?

Correct Answer: C
Explanation:
The main goal is to prevent accidents and ensure safety.
Question 4561

Which agency sets safety standards on construction sites in the US?

Correct Answer: A
Explanation:
OSHA regulates workplace safety including construction.
Question 4562

Which is an example of personal protective equipment (PPE)?

Correct Answer: A
Explanation:
Safety harnesses protect workers at heights.
Question 4563

What is a common cause of falls in construction?

Correct Answer: A
Explanation:
Unsafe scaffolds are a leading fall hazard.
Question 4564

Proper ladder use includes:

Correct Answer: A
Explanation:
Ladders should be stable and inspected before use.
Question 4565

What safety measure should be taken near overhead power lines?

Correct Answer: A
Explanation:
Maintain minimum safe distance from power lines.
Question 4566

Confined spaces are hazardous due to:

Correct Answer: A
Explanation:
Confined spaces may have oxygen deficiency and toxic gases.
Question 4567

What does "lockout/tagout" ensure?

Correct Answer: A
Explanation:
Lockout/tagout prevents accidental release of energy.
Question 4568

Which is a safe practice for handling chemicals?

Correct Answer: A
Explanation:
Proper storage and labeling prevent accidents.
Question 4569

Which of these is a common cause of electrical accidents?

Correct Answer: A
Explanation:
Overloaded circuits cause electrical hazards.
Question 4570

What does a safety data sheet (SDS) provide?

Correct Answer: A
Explanation:
SDS details chemical hazards and handling.
Question 4571

Which is the best way to prevent trench collapse?

Correct Answer: A
Explanation:
Proper support prevents trench failures.
Question 4572

What is the minimum height for fall protection requirement?

Correct Answer: A
Explanation:
Falls from 6 feet or more require protection.
Question 4573

What is the function of a fire extinguisher?

Correct Answer: A
Explanation:
Extinguishers help control fires.
Question 4574

Scaffolds must be inspected:

Correct Answer: A
Explanation:
Regular inspections ensure scaffold safety.
Question 4575

What is meant by PPE replacement?

Correct Answer: A
Explanation:
Damaged PPE must be promptly replaced.
Question 4576

Who is responsible for site safety?

Correct Answer: A
Explanation:
Safety is shared responsibility.
Question 4577

Emergency evacuation plans should be:

Correct Answer: A
Explanation:
Plans must be clear and rehearsed.
Question 4578

Which is a safe method for lifting heavy loads?

Correct Answer: A
Explanation:
Proper technique prevents injuries.
Question 4579

What is the allowed maximum step height in a ladder?

Correct Answer: A
Explanation:
Step height should be safe and easy to use.
Question 4580

Who proposed the theory of elastic rebound to explain earthquake origin?

Correct Answer: A
Explanation:
Harry Reid proposed the elastic rebound theory.
Question 4581

Which scale is commonly used for measuring earthquake magnitude?

Correct Answer: A
Explanation:
Richter scale measures earthquake magnitude.
Question 4582

What is the range of depth of focus for shallow earthquakes?

Correct Answer: A
Explanation:
Shallow earthquakes occur up to 70 km depth.
Question 4583

Which type of seismic wave causes most damage in earthquakes?

Correct Answer: A
Explanation:
Surface waves typically cause maximum ground shaking.
Question 4584

What is base isolation in earthquake engineering?

Correct Answer: A
Explanation:
Base isolation reduces seismic forces on structures.
Question 4585

Seismic retrofitting aims at:

Correct Answer: A
Explanation:
Retrofitting enhances existing building resilience.
Question 4586

What is meant by natural period of a structure?

Correct Answer: A
Explanation:
Natural period is duration of free vibration.
Question 4587

Which soil is most susceptible to liquefaction?

Correct Answer: A
Explanation:
Loose saturated sands liquefy under shaking.
Question 4588

The earthquake zone with maximum risk in India is:

Correct Answer: A
Explanation:
Zone V is the highest seismic risk area.
Question 4589

What is the function of a seismic hazard map?

Correct Answer: A
Explanation:
Seismic hazard maps assist in planning.
Question 4590

The Modified Mercalli Intensity scale measures:

Correct Answer: A
Explanation:
Mercalli scale quantifies observed earthquake effects.
Question 4591

What does the term "moment magnitude" represent?

Correct Answer: A
Explanation:
Moment magnitude relates to earthquake energy.
Question 4592

Which design approach incorporates dynamic analysis of structures under seismic loading?

Correct Answer: A
Explanation:
Response spectrum method models seismic loads dynamically.
Question 4593

The term "seismic base shear" refers to:

Correct Answer: A
Explanation:
Base shear is the design seismic lateral force.
Question 4594

Which is a common structural damping system?

Correct Answer: A
Explanation:
Viscous dampers reduce seismic vibrations.
Question 4595

Soil-structure interaction affects:

Correct Answer: A
Explanation:
SSI impacts building dynamics during earthquakes.
Question 4596

Which of the following increases earthquake resiliency?

Correct Answer: A
Explanation:
Flexibility allows energy dissipation.
Question 4597

What is an accelerograph?

Correct Answer: A
Explanation:
Accelerographs capture seismic accelerations.
Question 4598

The phenomenon of resonance in structures occurs when:

Correct Answer: A
Explanation:
Resonance leads to amplified oscillations.
Question 4599

The term (retrofit) in seismic engineering means:

Correct Answer: A
Explanation:
Retrofitting enhances earthquake resistance.
Question 4600

Which building materials improve earthquake resistance?

Correct Answer: A
Explanation:
RC and steel provide strength and ductility.
Question 4601

Seismic zonation maps indicate:

Correct Answer: A
Explanation:
Zonation maps guide construction accordingly.
Question 4602

Which of the following is a measure of building stiffness?

Correct Answer: A
Explanation:
Stiffness influences natural frequency.
Question 4603

Base isolation technique helps to:

Correct Answer: A
Explanation:
Isolators decouple building from ground shakes.
Question 4604

Dynamic analysis of structures requires:

Correct Answer: A
Explanation:
All three influence dynamic response.
Question 4605

An earthquakes epicenter is:

Correct Answer: A
Explanation:
Epicenter lies above the hypocenter.
Question 4606

Which seismic wave is the fastest?

Correct Answer: A
Explanation:
P waves are the fastest seismic waves.
Question 4607

What is the primary cause of an earthquake?

Correct Answer: A
Explanation:
Energy release causes seismic waves.
Question 4608

What kind of foundation is best for earthquake zones?

Correct Answer: A
Explanation:
Deep foundations transfer load to stable soil.
Question 4609

Which factor increases ground shaking during an earthquake?

Correct Answer: A
Explanation:
Soft soils amplify seismic waves.
Question 4610

What is liquefaction?

Correct Answer: A
Explanation:
Soil temporarily behaves like liquid when shaken.
Question 4611

The duration of strong ground motion is called:

Correct Answer: A
Explanation:
Strong ground motion duration affects damage.
Question 4612

Which organization provides seismic design codes?

Correct Answer: A
Explanation:
IS and others publish seismic codes.
Question 4613

Which term defines the speed at which a building oscillates?

Correct Answer: A
Explanation:
Natural frequency dictates oscillation speed.
Question 4614

The primary purpose of seismic design is:

Correct Answer: A
Explanation:
Design ensures safety under seismic events.
Question 4615

The term "response spectrum" refers to:

Correct Answer: A
Explanation:
Response spectrum helps design structures for seismic loads.
Question 4616

What is meant by damping in seismic design?

Correct Answer: A
Explanation:
Damping reduces oscillations.
Question 4617

Which type of retrofitting technique is cheapest and simplest?

Correct Answer: D
Explanation:
Restricting wall openings is cost-effective.
Question 4618

How can building ductility be improved?

Correct Answer: A
Explanation:
Steel reinforcement provides ductility.
Question 4619

Buildings with irregular geometry are:

Correct Answer: A
Explanation:
Irregular buildings have uneven seismic response.
Question 4620

Which of the following is used for seismic isolation?

Correct Answer: A
Explanation:
Elastomeric bearings allow movement and reduce force.
Question 4621

What is a seismic zone map?

Correct Answer: A
Explanation:
Seismic maps help identify earthquake-prone areas.
Question 4622

What does PGA stand for in seismic design?

Correct Answer: A
Explanation:
PGA is maximum ground acceleration during earthquake.
Question 4623

Which factor affects the response of a building to an earthquake?

Correct Answer: A
Explanation:
Dynamic properties determine response.
Question 4624

Buildings with base isolation:

Correct Answer: A
Explanation:
Isolation reduces forces on superstructure.
Question 4625

What is the principal load carried by a column?

Correct Answer: A
Explanation:
Columns primarily carry axial compressive forces.
Question 4626

The slenderness ratio of a column is:

Correct Answer: A
Explanation:
Slenderness ratio assesses buckling tendency.
Question 4627

The critical load of a column is given by:

Correct Answer: A
Explanation:
Euler’s formula calculates buckling load.
Question 4628

What is buckling?

Correct Answer: A
Explanation:
Buckling is lateral instability under compression.
Question 4629

In reinforced concrete, steel provides resistance to:

Correct Answer: A
Explanation:
Steel carries tensile forces.
Question 4630

In beam design, the neutral axis passes through:

Correct Answer: A
Explanation:
Neutral axis is axis of zero stress.
Question 4631

The modulus of rupture is related to:

Correct Answer: A
Explanation:
Modulus of rupture measures bending strength.
Question 4632

In steel, yield point represents:

Correct Answer: A
Explanation:
Yield point indicates start of plastic deformation.
Question 4633

The maximum bending moment in a simply supported beam with central point load is:

Correct Answer: A
Explanation:
Maximum moment is PL/4 at mid-span.
Question 4634

Shear stress in a rectangular beam is maximum at:

Correct Answer: A
Explanation:
Shear stress peaks at neutral axis.
Question 4635

Poisson’s ratio for most steels lies approximately within:

Correct Answer: A
Explanation:
Typical steel values about 0.3.
Question 4636

Which of the following is a statically determinate structure?

Correct Answer: A
Explanation:
Simply supported beams are statically determinate.
Question 4637

The load factor accounts for:

Correct Answer: A
Explanation:
Load factor adds safety margin.
Question 4638

Moment of inertia measures:

Correct Answer: A
Explanation:
Inertia impacts flexural rigidity.
Question 4639

Elastic limit is:

Correct Answer: A
Explanation:
Elastic limit is stress limit for elastic behavior.
Question 4640

Which of the following is a composite material?

Correct Answer: A
Explanation:
Reinforced concrete combines steel and concrete.
Question 4641

The term “ductility” means:

Correct Answer: A
Explanation:
Ductility involves plastic deformation.
Question 4642

Which test evaluates steel yield strength?

Correct Answer: A
Explanation:
Yield strength is measured by tensile testing.
Question 4643

A cantilever beam is supported:

Correct Answer: A
Explanation:
Cantilevers have single support.
Question 4644

Allowable stress design is based on:

Correct Answer: A
Explanation:
Ensures stresses do not exceed limits.
Question 4645

The neutral axis experiences:

Correct Answer: A
Explanation:
Neutral axis has zero normal stress.
Question 4646

A beam loaded uniformly will have its maximum bending moment at:

Correct Answer: A
Explanation:
Mid-span experiences max bending moment.
Question 4647

Poisson effect describes:

Correct Answer: A
Explanation:
Poisson’s ratio relates lateral to axial strain.
Question 4648

The elastic modulus is a measure of:

Correct Answer: A
Explanation:
Modulus of elasticity quantifies stiffness.
Question 4649

Which property affects beam deflection?

Correct Answer: A
Explanation:
Deflection depends on beam geometry and material.
Question 4650

Shear force is zero where:

Correct Answer: A
Explanation:
Zero shear corresponds to max bending moment.
Question 4651

The maximum tensile stress in a beam occurs:

Correct Answer: A
Explanation:
Bottom fiber experiences tension in sagging beam.
Question 4652

Which is a plastic load-bearing material?

Correct Answer: A
Explanation:
Steel yields but supports loads.
Question 4653

In flexural formula, c refers to:

Correct Answer: A
Explanation:
c is max fiber distance.
Question 4654

The term “buckling” is associated with:

Correct Answer: A
Explanation:
Buckling occurs in compression.
Question 4655

Largest bending moment in a simply supported beam with central point load is:

Correct Answer: A
Explanation:
PL/4 is the maximum bending moment formula.
Question 4656

The purpose of stirrups in RC beam is:

Correct Answer: A
Explanation:
Stirrups provide shear reinforcement.
Question 4657

Effective depth in beam section is:

Correct Answer: A
Explanation:
Effective depth locates tensile reinforcement.
Question 4658

Which is a statically indeterminate structure?

Correct Answer: A
Explanation:
Fixed beams have redundant supports.
Question 4659

The modulus of rupture is test related to:

Correct Answer: A
Explanation:
It measures concrete’s flexural strength.
Question 4660

Steel reinforcements in concrete are provided for:

Correct Answer: A
Explanation:
Concrete is weak in tension; reinforcements carry it.
Question 4661

What does the neutral axis in bending indicate?

Correct Answer: A
Explanation:
Neutral axis is zero stress position.
Question 4662

In beam bending, the fibers below neutral axis are under:

Correct Answer: A
Explanation:
Bottom fibers experience tension in sagging.
Question 4663

The shape factor in beam design accounts for:

Correct Answer: A
Explanation:
Shape factor modifies strength based on geometry.
Question 4664

What is soil porosity?

Correct Answer: A
Explanation:
Porosity is the volume of voids divided by total soil volume.
Question 4665

Atterberg limits determine?

Correct Answer: A
Explanation:
Atterberg limits define soil plastic and liquid states.
Question 4666

The effective stress principle was proposed by?

Correct Answer: A
Explanation:
Terzaghi formulated effective stress concept.
Question 4667

The maximum dry density is determined by?

Correct Answer: A
Explanation:
Proctor test finds optimum dry density.
Question 4668

Soil permeability is a measure of?

Correct Answer: A
Explanation:
Permeability quantifies water transmissibility.
Question 4669

Consolidation of soil refers to?

Correct Answer: A
Explanation:
Consolidation is the decrease in volume under pressure.
Question 4670

What is the angle of repose?

Correct Answer: A
Explanation:
Angle of repose is max stable soil slope.
Question 4671

Quick clay is named for?

Correct Answer: A
Explanation:
Quick clay loses strength suddenly on disturbance.
Question 4672

The ratio of shear stress to normal stress at failure is?

Correct Answer: A
Explanation:
Shear strength is proportional to normal stress by friction.
Question 4673

What is the typical specific gravity of soil solids?

Correct Answer: A
Explanation:
Average soil solids have specific gravity about 2.65.
Question 4674

What soil type has highest permeability?

Correct Answer: A
Explanation:
Gravel allows easier water flow.
Question 4675

Shear strength of soil is governed by?

Correct Answer: A
Explanation:
Shear strength depends on cohesion and friction.
Question 4676

Which soil test measures shear strength?

Correct Answer: A
Explanation:
Direct shear test provides shear strength parameters.
Question 4677

Coefficient of permeability depends on?

Correct Answer: A
Explanation:
Porosity and fluid properties affect permeability.
Question 4678

Liquefaction occurs in?

Correct Answer: A
Explanation:
Loose saturated sands may liquefy during an earthquake.
Question 4679

The angle of internal friction is?

Correct Answer: A
Explanation:
Friction angle is soils internal shear resistance.
Question 4680

Saturated soil means?

Correct Answer: A
Explanation:
Saturation indicates voids fully water-filled.
Question 4681

Standard Penetration Test (SPT) measures?

Correct Answer: A
Explanation:
SPT estimates soil strength and density.
Question 4682

What is the purpose of soil compaction?

Correct Answer: A
Explanation:
Compaction densifies soil, improving load capacity.
Question 4683

Soil classification is based on?

Correct Answer: A
Explanation:
Classification uses particle size and Atterberg limits.
Question 4684

What is Remote Sensing?

Correct Answer: A
Explanation:
Remote sensing involves collecting information from a distance, typically using satellite or airborne sensors.
Question 4685

Which type of radiation is commonly used in remote sensing?

Correct Answer: A
Explanation:
Electromagnetic radiation is most used for sensing Earth’s surface.
Question 4686

What does GIS stand for?

Correct Answer: A
Explanation:
GIS stands for Geographic Information System.
Question 4687

Which sensor type captures data with many narrow spectral bands?

Correct Answer: A
Explanation:
Hyperspectral sensors capture contiguous narrow spectral bands.
Question 4688

Resolution that refers to the size of the pixel in remote sensing images is?

Correct Answer: A
Explanation:
Spatial resolution relates to pixel size.
Question 4689

Temporal resolution in remote sensing indicates?

Correct Answer: A
Explanation:
Temporal resolution is revisit frequency.
Question 4690

Which platform offers the highest spatial resolution images?

Correct Answer: A
Explanation:
Airborne sensors can capture fine spatial details.
Question 4691

Which GIS operation overlays multiple thematic maps?

Correct Answer: A
Explanation:
Overlay combines multiple spatial layers.
Question 4692

What is radiometric resolution in remote sensing?

Correct Answer: A
Explanation:
Radiometric resolution defines sensitivity to energy differences.
Question 4693

What is the function of a Digital Elevation Model (DEM)?

Correct Answer: A
Explanation:
DEM provides elevation information.
Question 4694

Which remote sensing technique is best for mapping vegetation health?

Correct Answer: A
Explanation:
NDVI is widely used for vegetation monitoring.
Question 4695

Which remote sensing sensor operates actively by emitting signals?

Correct Answer: A
Explanation:
Radar transmits and receives signals.
Question 4696

Which coordinate system is primarily used in GIS?

Correct Answer: A
Explanation:
Geographic coordinate system is commonly used.
Question 4697

Which term describes the process of correcting satellite images to match true ground positions?

Correct Answer: A
Explanation:
Georeferencing aligns images with spatial references.
Question 4698

Remote Sensing data is influenced by the atmosphere through?

Correct Answer: A
Explanation:
Atmosphere causes scattering and absorption.
Question 4699

Which GIS data model uses vector-based points, lines, and polygons?

Correct Answer: A
Explanation:
Vector models represent discrete features.
Question 4700

DIfference between passive and active remote sensing?

Correct Answer: A
Explanation:
Active sensors emit; passive sensors rely on external illumination.
Question 4701

Which process converts raw remote sensing data into georeferenced images?

Correct Answer: D
Explanation:
Georectification aligns data to coordinate systems.
Question 4702

What does the term “spatial resolution” refer to in satellite imagery?

Correct Answer: A
Explanation:
Spatial resolution defines smallest distinguishable detail.
Question 4703

Which sensor resolution affects ability to distinguish objects with similar brightness?

Correct Answer: A
Explanation:
Radiometric resolution governs sensitivity to brightness differences.
Question 4704

What is the gauge of Indian broad gauge railway?

Correct Answer: A
Explanation:
Indian broad gauge is 1676 mm wide.
Question 4705

The maximum gradient allowed on Indian Railways main line is?

Correct Answer: A
Explanation:
1 in 150 is the standard max gradient.
Question 4706

Which of the following is not a component of railway superstructure?

Correct Answer: C
Explanation:
Bedding refers to track components, not superstructure.
Question 4707

What is function of railway sleeper?

Correct Answer: A
Explanation:
Sleepers support rails and maintain gauge.
Question 4708

A rail section with larger mass per meter is preferred because?

Correct Answer: A
Explanation:
Higher mass rails carry heavier loads and last longer.
Question 4709

What is the standard design speed for Indian Railways main lines?

Correct Answer: A
Explanation:
Design speed is typically 110 km/h on main lines.
Question 4710

The function of ballast in railway track is?

Correct Answer: A
Explanation:
Ballast distributes loads and aids drainage.
Question 4711

What is transition curve in railway tracks?

Correct Answer: A
Explanation:
Transition curve eases change in alignment.
Question 4712

The super elevation in track design is provided to?

Correct Answer: A
Explanation:
Superelevation balances forces on curves.
Question 4713

What is the cant deficiency?

Correct Answer: A
Explanation:
Cant deficiency measures insufficient cant for speed.
Question 4714

The minimum radius of curves for Indian Railway broad gauge is?

Correct Answer: A
Explanation:
Minimum radius specified as 175 m for broad gauge.
Question 4715

Broad gauge track width in Indian Railways is?

Correct Answer: A
Explanation:
Indian broad gauge has width 5 ft 6 in.
Question 4716

What causes hunting motion in trains?

Correct Answer: A
Explanation:
Hunting is lateral oscillation at high speed.
Question 4717

Which material is commonly used for railway rails?

Correct Answer: A
Explanation:
Rails are mostly made from high carbon steel.
Question 4718

Rail joints are fixed by?

Correct Answer: A
Explanation:
Fishplates joined with bolts hold rails together.
Question 4719

What is creep in rail tracks?

Correct Answer: A
Explanation:
Creep causes rails to move longitudinally.
Question 4720

The function of spring buffer in railway wagons is?

Correct Answer: A
Explanation:
Buffers absorb shocks during coupling.
Question 4721

What is the sleeper density in Indian Railways?

Correct Answer: A
Explanation:
Standard sleeper density is 1667 per km.
Question 4722

Turnouts are used for?

Correct Answer: A
Explanation:
Turnouts switch trains to different tracks.
Question 4723

The factor affecting train resistance includes?

Correct Answer: A
Explanation:
Train resistance depends on multiple factors.
Question 4724

The minimum length of a goods platform is?

Correct Answer: A
Explanation:
Goods platform length standard is 45 m.
Question 4725

Gauge widening is required because?

Correct Answer: A
Explanation:
Widening prevents flange contact on curves.
Question 4726

Maximum permissible longitudinal level difference for mainline tracks is?

Correct Answer: A
Explanation:
Level difference limit ensures ride safety.
Question 4727

Ballast should be?

Correct Answer: A
Explanation:
Ballast must be strong and angular.
Question 4728

What is the primary purpose of drainage in railway track?

Correct Answer: A
Explanation:
Good drainage prevents track deterioration.
Question 4729

The combined effect of centrifugal force and gravitational force on a train on a curve is called?

Correct Answer: A
Explanation:
Resultant force causes potential derailment.
Question 4730

Rail welds are generally made by?

Correct Answer: A
Explanation:
Thermite welding fuses rails effectively.
Question 4731

Fishplates are mainly used to?

Correct Answer: A
Explanation:
Fishplates connect rail ends.
Question 4732

The factor of safety provided in railway track design against derailment is?

Correct Answer: A
Explanation:
Safety factor of 1.5 is typical.
Question 4733

Gradient in railway is defined as?

Correct Answer: A
Explanation:
Gradient is incline of track.
Question 4734

Cant is measured as?

Correct Answer: A
Explanation:
Cant provides superelevation on curves.
Question 4735

What is the standard track gauge on world over?

Correct Answer: A
Explanation:
1435 mm is standard worldwide.
Question 4736

The primary material used for sleepers is?

Correct Answer: A
Explanation:
Various materials like timber, concrete, steel are used.
Question 4737

Rail wear is influenced by?

Correct Answer: A
Explanation:
Wear depends on operational factors.
Question 4738

Track cant is provided to?

Correct Answer: A
Explanation:
Cant balances lateral forces due to curves.
Question 4739

What is swell in soil mechanics?

Correct Answer: A
Explanation:
Swell is volume expansion when wetted.
Question 4740

The life span of a well-maintained ballast is?

Correct Answer: A
Explanation:
Ballast lasts 15-20 years with maintenance.
Question 4741

Deflection in rails due to load depends on?

Correct Answer: A
Explanation:
Deflection governed by load, length, and material.
Question 4742

Which of the following defects affects sleepers?

Correct Answer: A
Explanation:
Organic sleepers suffer from dry rot.
Question 4743

Adhesion in railways relates to?

Correct Answer: A
Explanation:
Adhesion is critical for traction.
Question 4744

Rail profile is designed to?

Correct Answer: A
Explanation:
Rail profiles control stress and stability.
Question 4745

What is cant deficiency?

Correct Answer: A
Explanation:
Cant deficiency shows inadequate real cant.
Question 4746

What is the primary purpose of pavement design?

Correct Answer: A
Explanation:
Pavement design aims at durable & safe road surfaces.
Question 4747

Flexible pavements primarily consist of?

Correct Answer: A
Explanation:
Flexible pavements have bituminous surfacing and sub-layers.
Question 4748

Rigid pavements use which material as surface course?

Correct Answer: A
Explanation:
Rigid pavements have PCC surfacing.
Question 4749

The term wheel load repetition traffic refers to?

Correct Answer: A
Explanation:
It determines cumulative pavement stress.
Question 4750

CBR value of subgrade soil stands for?

Correct Answer: A
Explanation:
CBR measures soil strength and load-bearing capacity.
Question 4751

The typical CBR value for good subgrade soil is?

Correct Answer: A
Explanation:
Good soils have higher CBR values.
Question 4752

A granular base layer provides?

Correct Answer: A
Explanation:
Base layer spreads loads and facilitates water drainage.
Question 4753

Asphalt concrete is commonly used in pavement because?

Correct Answer: A
Explanation:
Asphalt is flexible and durable for road surfaces.
Question 4754

The structural number (SN) method is used for pavement design based on?

Correct Answer: A
Explanation:
SN relates thickness and materials to structural capacity.
Question 4755

The critical stress in flexible pavement design is?

Correct Answer: A
Explanation:
Tensile stress causes cracking in asphalt layer.
Question 4756

Which is not a factor affecting pavement design?

Correct Answer: C
Explanation:
Vehicle colour does not influence design.
Question 4757

What is the function of a subgrade in pavements?

Correct Answer: A
Explanation:
Subgrade carries traffic loads into ground.
Question 4758

What is meant by fatigue failure in flexible pavements?

Correct Answer: A
Explanation:
Repeated loads cause fatigue cracking.
Question 4759

Which test determines the stability of bituminous mix?

Correct Answer: A
Explanation:
Marshall test assesses resistance to deformation.
Question 4760

Penetration test for bitumen measures?

Correct Answer: A
Explanation:
Penetration indicates bitumen hardness.
Question 4761

Dynamic cone penetrometer test is used for?

Correct Answer: A
Explanation:
DCP estimates soil bearing capacity.
Question 4762

Design traffic in pavement engineering is expressed as?

Correct Answer: A
Explanation:
Traffic expressed in msa standardises loads.
Question 4763

Rigid pavement fails mainly due to?

Correct Answer: A
Explanation:
Thermal stress causes cracking in concrete pavements.
Question 4764

Dowel bars in rigid pavements are used to?

Correct Answer: A
Explanation:
Dowel bars provide load transfer between slabs.
Question 4765

The main advantage of continuously reinforced concrete pavements is?

Correct Answer: A
Explanation:
CRC pavements minimize crack width.
Question 4766

Which of the following is a common sub-base material?

Correct Answer: A
Explanation:
Crushed stone provides strength and drainage.
Question 4767

Bitumen is used in road construction as?

Correct Answer: A
Explanation:
Bitumen binds aggregates in asphalt mix.
Question 4768

What property of bitumen determines its penetration value?

Correct Answer: A
Explanation:
Penetration indicates bitumen hardness.
Question 4769

The Clegg impact value tests?

Correct Answer: A
Explanation:
CIV measures soil/aggregate compaction resistance.
Question 4770

What influences pavement distress?

Correct Answer: A
Explanation:
Multiple factors contribute to distress.
Question 4771

Which type of pavement requires less maintenance?

Correct Answer: A
Explanation:
Rigid pavements generally need less maintenance.
Question 4772

Thermal cracking occurs due to?

Correct Answer: A
Explanation:
Temperature drop induces tensile stresses causing cracks.
Question 4773

Drainage in pavements is necessary to?

Correct Answer: A
Explanation:
Good drainage protects subgrade strength.
Question 4774

Fatigue life of flexible pavement is assessed by?

Correct Answer: A
Explanation:
Fatigue life depends on load cycles endured.
Question 4775

The function of a prime coat in pavements is?

Correct Answer: A
Explanation:
Prime coat improves adhesion.
Question 4776

Asphalt content in bituminous mix is usually around?

Correct Answer: A
Explanation:
Typical asphalt content is 5-7%.
Question 4777

Which is used to estimate pavement thickness?

Correct Answer: A
Explanation:
Thickness depends on traffic and soil strength.
Question 4778

Dowel bars are used to?

Correct Answer: A
Explanation:
Dowel bars carry loads between pavement slabs.
Question 4779

Skid resistance of pavement depends mainly on?

Correct Answer: A
Explanation:
Surface texture governs skid resistance.
Question 4780

Cement concrete pavements are classified as?

Correct Answer: A
Explanation:
These CPC types have different reinforcement.
Question 4781

Role of seal coat over pavement is?

Correct Answer: A
Explanation:
Seal coats prevent moisture ingress and oxidation.
Question 4782

Typical thickness of asphalt wearing course is?

Correct Answer: A
Explanation:
Wearing courses are generally 40 mm thick.
Question 4783

What is the meaning of geotechnical engineering?

Correct Answer: A
Explanation:
Geotechnical engineering deals with soil and rock mechanics.
Question 4784

Soil is defined as:

Correct Answer: A
Explanation:
Soil consists of solid particles, water and air.
Question 4785

Atterberg limits determine:

Correct Answer: A
Explanation:
They classify soil consistency.
Question 4786

Boundary between moist soil and saturated soil is called:

Correct Answer: B
Explanation:
Phreatic surface separates saturated and unsaturated zones.
Question 4787

Primary objective of consolidation test is to determine:

Correct Answer: A
Explanation:
Consolidation test studies soil settlement under load.
Question 4788

Cohesion in soil refers to:

Correct Answer: A
Explanation:
Cohesion is particle-to-particle attraction.
Question 4789

Which test determines soil’s shear strength?

Correct Answer: A
Explanation:
Direct shear test measures shear strength.
Question 4790

Standard Penetration Test (SPT) measures:

Correct Answer: A
Explanation:
SPT tests give soil strength estimates.
Question 4791

Soil liquefaction occurs mainly in:

Correct Answer: A
Explanation:
Liquefaction is loss of soil strength due to shaking.
Question 4792

Angle of internal friction (u03B4) represents:

Correct Answer: A
Explanation:
Friction angle is shear resistance measure.
Question 4793

At higher void ratios soils are:

Correct Answer: A
Explanation:
Higher void ratios mean loose soil.
Question 4794

The term "permeability" refers to:

Correct Answer: A
Explanation:
Permeability is fluid flow property.
Question 4795

Critical shear stress is?

Correct Answer: A
Explanation:
Critical shear stress causes failure.
Question 4796

Which soil property affects compressibility?

Correct Answer: A
Explanation:
Clayey soils behave more compressibly.
Question 4797

Consolidation in soils involves:

Correct Answer: A
Explanation:
Consolidation causes settlement.
Question 4798

Coefficient of permeability is expressed in:

Correct Answer: A
Explanation:
Units indicate velocity of fluid flow.
Question 4799

The behavior of clay soil is largely influenced by:

Correct Answer: A
Explanation:
Clay properties depend on moisture.
Question 4800

Compaction of soil is carried out to:

Correct Answer: A
Explanation:
Compaction improves soil load bearing.
Question 4801

Which test measures soil plasticity?

Correct Answer: A
Explanation:
Atterberg limits measure plasticity.
Question 4802

Which of the following is a method of soil improvement?

Correct Answer: A
Explanation:
Preloading consolidates soil.
Question 4803

Drainage is essential in soil because:

Correct Answer: A
Explanation:
Waterlogged soils are weak.
Question 4804

Unconfined compressive strength test is used for:

Correct Answer: A
Explanation:
It is valid mainly for clay.
Question 4805

What does permeability depend upon?

Correct Answer: A
Explanation:
Permeability depends on pore structure.
Question 4806

The standard penetration test blow count is the number of blows required to:

Correct Answer: A
Explanation:
Blow count is measured during penetration.
Question 4807

Which soil is more prone to swelling?

Correct Answer: A
Explanation:
Expansive clay changes volume with moisture.
Question 4808

What is the primary purpose of soil sampling?

Correct Answer: A
Explanation:
Sampling retrieves soil for tests.
Question 4809

The CBR test measures:

Correct Answer: A
Explanation:
CBR indicates subgrade strength.
Question 4810

Which of the following influences soil shear strength?

Correct Answer: A
Explanation:
Shear strength depends on moisture and compaction.
Question 4811

Tensile strength of soil is generally:

Correct Answer: A
Explanation:
Soils have negligible tensile strength.
Question 4812

Which test characterizes soil grain size distribution?

Correct Answer: A
Explanation:
Sieve analysis finds particle size.
Question 4813

Slip circle method is used to analyze:

Correct Answer: A
Explanation:
Used in calculating slope failure.
Question 4814

The specific gravity of soil solids is typically around:

Correct Answer: A
Explanation:
Average specific gravity is 2.65.
Question 4815

Vane shear test is used for:

Correct Answer: A
Explanation:
Vane test measures shear strength.
Question 4816

Shear strength consists of two components:

Correct Answer: A
Explanation:
Cohesion and friction form shear strength.
Question 4817

What is the typical permeability range of clay?

Correct Answer: A
Explanation:
Clay is very impermeable.
Question 4818

Compaction of soil is performed to:

Correct Answer: A
Explanation:
Compaction increases density and bearing capacity.
Question 4819

The percentage voids in soil is called:

Correct Answer: A
Explanation:
Porosity is void volume as percentage of total.
Question 4820

How does increasing moisture content affect dry density?

Correct Answer: A
Explanation:
Dry density peaks at optimum moisture.
Question 4821

Which soil property affects liquefaction potential?

Correct Answer: A
Explanation:
Saturated sands are risky for liquefaction.
Question 4822

Load transfer by end bearing piles happens at:

Correct Answer: A
Explanation:
End bearing piles rest load on soil at tip.
Question 4823

Primary soil exploration method is:

Correct Answer: A
Explanation:
Direct sampling is primary.
Question 4824

The principle of effective stress suggests:

Correct Answer: A
Explanation:
Effective stress controls soil strength.
Question 4825

What is the primary purpose of a harbour?

Correct Answer: A
Explanation:
Harbours provide safe zones for vessels and cargo handling.
Question 4826

A breakwater is used to:

Correct Answer: A
Explanation:
Breakwaters shield harbours from wave action.
Question 4827

Which structure connects the shore to deep water to facilitate loading?

Correct Answer: B
Explanation:
Piers extend from shore to deep water.
Question 4828

What is the function of a quay?

Correct Answer: A
Explanation:
Quays provide berthing and cargo operations.
Question 4829

The term "dredging" refers to:

Correct Answer: A
Explanation:
Dredging maintains navigable depth.
Question 4830

A mole is:

Correct Answer: A
Explanation:
Moles protect harbour areas from waves.
Question 4831

Which factor primarily determines the size of ships a harbour can accommodate?

Correct Answer: A
Explanation:
Depth limits ship draft and size.
Question 4832

The term "foreshore" means:

Correct Answer: A
Explanation:
Foreshore lies between high and low tide lines.
Question 4833

Which type of harbour is protected naturally by landforms?

Correct Answer: A
Explanation:
Natural harbours rely on coastal features for shelter.
Question 4834

Caisson is:

Correct Answer: A
Explanation:
Caisson used for underwater construction.
Question 4835

The wave refraction near harbour causes:

Correct Answer: A
Explanation:
Wave refraction alters wave energy distribution.
Question 4836

A groin is:

Correct Answer: A
Explanation:
Groins control sediment transport.
Question 4837

Harbour siltation is mainly caused by:

Correct Answer: A
Explanation:
Sediment deposition leads to siltation.
Question 4838

Which material coating protects harbour steel structures from corrosion?

Correct Answer: A
Explanation:
Bituminous coatings provide corrosion protection.
Question 4839

Harbour mooring is:

Correct Answer: A
Explanation:
Moorings secure vessels at dock.
Question 4840

The tide generating force is primarily due to:

Correct Answer: A
Explanation:
Tides arise from lunar and solar gravity.
Question 4841

Scour protection in harbour structures is achieved by:

Correct Answer: A
Explanation:
Riprap prevents soil erosion at foundations.
Question 4842

The term "berth" in harbour means:

Correct Answer: A
Explanation:
Berths facilitate ship loading/unloading.
Question 4843

Piers are generally:

Correct Answer: A
Explanation:
Piers extend into water for ship access.
Question 4844

Navigational channel depth required for a vessel is the:

Correct Answer: A
Explanation:
Channel depth must accommodate vessel draft.
Question 4845

Breakwater design must account for:

Correct Answer: A
Explanation:
Breakwaters resist wave impact and must have stable foundations.
Question 4846

The function of the tide gauge is to:

Correct Answer: A
Explanation:
Tide gauges monitor sea level changes.
Question 4847

Which harbor component helps in sediment control and beach protection?

Correct Answer: A
Explanation:
Groins prevent longshore sediment transport.
Question 4848

The term “slipway” in harbours refers to:

Correct Answer: A
Explanation:
Slipways facilitate boat movement to/from water.
Question 4849

Harbour tide level during the no wind condition is called:

Correct Answer: A
Explanation:
Still water level excludes wind and waves.
Question 4850

The main cause of sediment deposition in harbours is:

Correct Answer: A
Explanation:
Loss of flow velocity causes sediment to settle.
Question 4851

A “floating dock” is:

Correct Answer: A
Explanation:
Floating docks move with water level changes.
Question 4852

Harbour backshore zone is:

Correct Answer: A
Explanation:
Backshore is above high tide and rarely wet.
Question 4853

The main factor influencing harbour siltation is:

Correct Answer: A
Explanation:
Hydrodynamics and sediment availability control siltation.
Question 4854

Grain size distribution is assessed by:

Correct Answer: A
Explanation:
Sieve analysis determines particle size distribution.
Question 4855

The riprap used for scour protection is:

Correct Answer: A
Explanation:
Riprap absorbs flow energy and protects soils.
Question 4856

A “jetty” in harbour terminology is:

Correct Answer: A
Explanation:
Jetties alter hydrodynamics near shore.
Question 4857

Mooring cables in harbour are used to:

Correct Answer: A
Explanation:
Mooring cables fix ships in position.
Question 4858

Harbour siltation can be controlled by:

Correct Answer: A
Explanation:
Dredging and traps prevent sediment accumulation.
Question 4859

The harbor basin is:

Correct Answer: A
Explanation:
Harbour basin provides sheltered anchorage.
Question 4860

Hydraulic fill is used in harbor engineering to:

Correct Answer: A
Explanation:
Hydraulic fill builds land from sediments.
Question 4861

The term "scour" in harbour construction means:

Correct Answer: A
Explanation:
Scour erodes supporting soil.
Question 4862

Harbour apron is:

Correct Answer: A
Explanation:
Apron facilitates loading and unloading.
Question 4863

Main mooring components include:

Correct Answer: A
Explanation:
Mooring involves ropes, chains, and anchors.
Question 4864

What is the standard width of a single lane highway?

Correct Answer: A
Explanation:
Standard lane width for highways is typically 3.5 meters.
Question 4865

Camber in highway pavement is provided for?

Correct Answer: A
Explanation:
Camber provides drainage by creating a slope on pavement surface.
Question 4866

The term “Right of Way” means?

Correct Answer: A
Explanation:
Right of way refers to land reserved for road and associated infrastructure.
Question 4867

The desirable minimum horizontal curve radius for a highway with design speed of 80 km/h is approximately?

Correct Answer: A
Explanation:
For 80 km/h design speed, minimum curve radius is about 230 meters.
Question 4868

The IRC code for pavement design in India is?

Correct Answer: A
Explanation:
IRC: 37 provides guidelines on pavement structures.
Question 4869

What is the function of subgrade in highway pavement?

Correct Answer: A
Explanation:
Subgrade supports pavement and helps distribute vehicle loads.
Question 4870

Kerbs in highways are mainly provided to?

Correct Answer: A
Explanation:
Kerbs delineate pavement edges and improve safety.
Question 4871

Flexible pavements distribute traffic loads primarily by?

Correct Answer: A
Explanation:
Flexible pavements spread loads progressively through layers.
Question 4872

Typical pavement course under asphalt wearing surface is?

Correct Answer: A
Explanation:
Bituminous macadam serves as base below asphalt layers.
Question 4873

Longitudinal joints in flexible pavements?

Correct Answer: A
Explanation:
Joints accommodate thermal movements.
Question 4874

A flexible pavement distresses primarily by?

Correct Answer: A
Explanation:
Fatigue failure and rutting are common issues.
Question 4875

Consolidation of soils mainly affects?

Correct Answer: A
Explanation:
Consolidation causes settlement impacting pavement.
Question 4876

The design traffic of a highway is expressed in?

Correct Answer: A
Explanation:
MSA quantifies cumulative load for design.
Question 4877

Minimum stopping sight distance increases with?

Correct Answer: A
Explanation:
Higher speeds require more stopping distance.
Question 4878

Camber is generally provided as?

Correct Answer: A
Explanation:
Camber slopes typically range between 1 in 48 to 1 in 24.
Question 4879

Bitumen is used in road construction as?

Correct Answer: A
Explanation:
Bitumen binds aggregates to form pavement.
Question 4880

Mechanical properties of bitumen are assessed by?

Correct Answer: A
Explanation:
Penetration and softening point tests evaluate bitumen.
Question 4881

Which test determines the suitable water content for compaction?

Correct Answer: A
Explanation:
Proctor test identifies optimum moisture for compaction.
Question 4882

Superpave mix design is related to?

Correct Answer: A
Explanation:
Superpave considers performance characteristics.
Question 4883

Which layer primarily distributes load over subgrade?

Correct Answer: A
Explanation:
Base course spreads traffic loads.
Question 4884

Effective depth in pavement design relates to?

Correct Answer: A
Explanation:
Effective depth is the portion handling stresses.
Question 4885

Rutting in flexible pavements occurs due to?

Correct Answer: A
Explanation:
Repeated loads cause plastic deformation forming ruts.
Question 4886

Economic thickness design involves?

Correct Answer: A
Explanation:
Optimal design considers long-term costs.
Question 4887

Aggregate grading affects?

Correct Answer: A
Explanation:
Proper grading ensures good pavement properties.
Question 4888

CBR value indicates?

Correct Answer: A
Explanation:
CBR measures subgrade bearing capacity.
Question 4889

Which factor affects pavement performance the most?

Correct Answer: A
Explanation:
Traffic loading dictates design and durability.
Question 4890

Surface dressing is used to?

Correct Answer: A
Explanation:
Surface dressing enhances surface texture.
Question 4891

Standard traffic classification for design uses?

Correct Answer: A
Explanation:
Design uses equivalent standard axles (ESA).
Question 4892

Pavement distress caused by repeated load is known as?

Correct Answer: A
Explanation:
Repeated loading causes fatigue failure.
Question 4893

The effective temperature range for bitumen application is?

Correct Answer: A
Explanation:
Bitumen is typically heated between 150 and 180°C.
Question 4894

Which soil property is critical for pavement subgrade?

Correct Answer: A
Explanation:
Strength and moisture govern subgrade behavior.
Question 4895

Fog seal is used for?

Correct Answer: A
Explanation:
Fog seal protects and rejuvenates asphalt surfaces.
Question 4896

Hydraulic gradient is important for?

Correct Answer: A
Explanation:
Hydraulic gradient determines flow in drainage.
Question 4897

For bituminous roads, voids in mineral aggregate (VMA) should be?

Correct Answer: A
Explanation:
VMA influences durability of the mix.
Question 4898

Spalling in rigid pavement relates to?

Correct Answer: A
Explanation:
Spalling indicates concrete surface deterioration.
Question 4899

Minimum radius of horizontal curve for highways is?

Correct Answer: A
Explanation:
Based on speed, radius ensures safety.
Question 4900

Typical thickness of sub-base layer in rigid pavement is?

Correct Answer: A
Explanation:
Sub-base provides load distribution and drainage.
Question 4901

An important property of aggregates for highway use is?

Correct Answer: A
Explanation:
Durability affects performance.
Question 4902

Dowel bars in concrete pavements are provided to?

Correct Answer: A
Explanation:
Dowel bars help load transfer and reduce joint opening.
Question 4903

Which factor is NOT considered in pavement design?

Correct Answer: A
Explanation:
Vehicle colour does not affect design.
Question 4904

Pavement design is aimed at?

Correct Answer: A
Explanation:
Design optimizes performance and safety.
Question 4905

What is the unit of discharge in hydraulics?

Correct Answer: A
Explanation:
Discharge is volume flow rate measured in cubic meters per second.
Question 4906

Bernoulli’s equation is derived from which principle?

Correct Answer: A
Explanation:
Bernoulli combines energy conservation in fluid flow.
Question 4907

What does the term “laminar flow” mean?

Correct Answer: A
Explanation:
Laminar flow features orderly layers.
Question 4908

Friction factor for turbulent flow can be estimated using?

Correct Answer: A
Explanation:
Moody chart provides friction factors.
Question 4909

The hydraulic gradient line represents?

Correct Answer: A
Explanation:
HGL shows sum of pressure head and elevation head.
Question 4910

What is the relation of velocity head to flow velocity?

Correct Answer: A
Explanation:
Velocity head is kinetic energy per unit weight.
Question 4911

Pascal’s law states?

Correct Answer: A
Explanation:
Pressure in fluids at rest is uniformly transmitted.
Question 4912

The discharge through an orifice is given by?

Correct Answer: A
Explanation:
Discharge depends on area, coefficient, and height.
Question 4913

What is the Reynolds number significance?

Correct Answer: A
Explanation:
Re distinguishes flow regime.
Question 4914

In open channel flow, critical flow occurs when?

Correct Answer: A
Explanation:
Critical depth where Froude number = 1.
Question 4915

Hydraulic radius is?

Correct Answer: A
Explanation:
Hydraulic radius relates flow area and wetted length.
Question 4916

Manning’s formula is used to compute?

Correct Answer: A
Explanation:
Manning relates velocity to slope, roughness, and radius.
Question 4917

What is specific energy in open channel flow?

Correct Answer: A
Explanation:
Specific energy includes depth and velocity head.
Question 4918

Ven Te Chow is associated with which field?

Correct Answer: A
Explanation:
Chow is known for open channel flow studies.
Question 4919

What causes flow separation?

Correct Answer: A
Explanation:
Flow separates due to increasing pressure along flow.
Question 4920

Loss of head due to friction in pipes is estimated by?

Correct Answer: A
Explanation:
Darcy-Weisbach calculates frictional losses.
Question 4921

What is the primary purpose of a surge tank in pipelines?

Correct Answer: A
Explanation:
Surge tanks control water hammer effects.
Question 4922

Open channel flow with uniform depth and velocity is called?

Correct Answer: A
Explanation:
Uniform flow has constant depth and velocity.
Question 4923

Euler’s equation is applicable to?

Correct Answer: A
Explanation:
Euler equation assumes ideal fluid conditions.
Question 4924

Swirl vanes in pumps are used to?

Correct Answer: A
Explanation:
Swirl vanes induce rotational flow.
Question 4925

What is cavitation in hydraulic machines?

Correct Answer: A
Explanation:
Cavitation causes damage by vapor bubble collapse.
Question 4926

Hydrograph represents?

Correct Answer: A
Explanation:
Hydrograph plots flow rate changes over time.
Question 4927

What is the purpose of a sediment trap?

Correct Answer: A
Explanation:
Sediment traps remove solid particles.
Question 4928

Piézometer is used to measure?

Correct Answer: A
Explanation:
Piezometers measure water pressure in soil or structures.
Question 4929

Flow net analysis is used for?

Correct Answer: A
Explanation:
Flow nets visualize seepage paths and gradients.
Question 4930

What is the unit of kinematic viscosity?

Correct Answer: A
Explanation:
Kinematic viscosity units are m squared per second.
Question 4931

Manometer is a device used to?

Correct Answer: A
Explanation:
Manometers measure fluid pressure.
Question 4932

Reynolds number helps in determining?

Correct Answer: A
Explanation:
Reynolds number indicates flow characteristics.
Question 4933

The term hydraulic gradient is defined as?

Correct Answer: A
Explanation:
Hydraulic gradient is driving force for flow.
Question 4934

The discharge of a rectangular channel is 20 m3/s; If width is 4 m and depth is 2 m, what is the velocity?

Correct Answer: A
Explanation:
Velocity = Discharge / (Width x Depth) = 20/(4x2) = 2.5
Question 4935

Water hammer occurs due to?

Correct Answer: A
Explanation:
Water hammer is pressure surge from valve closure.
Question 4936

Hydraulic jump occurs when?

Correct Answer: A
Explanation:
Jump causes sudden rise in water surface level.
Question 4937

Darcy’s law describes?

Correct Answer: A
Explanation:
Darcy’s law applies to seepage in soils.
Question 4938

Which instrument measures velocity of fluid flow?

Correct Answer: A
Explanation:
Pitot tube measures fluid velocity.
Question 4939

Centrifugal pumps produce?

Correct Answer: A
Explanation:
Centrifugal pumps deliver continuous flow.
Question 4940

Hydraulic conductivity represents?

Correct Answer: A
Explanation:
Hydraulic conductivity measures soil permeability.
Question 4941

Pipe flow is turbulent when Reynolds number exceeds?

Correct Answer: A
Explanation:
Above Re=4000, flow becomes turbulent.
Question 4942

Darcy-Weisbach equation calculates?

Correct Answer: A
Explanation:
Equation estimates frictional energy loss.
Question 4943

Specific weight of water is?

Correct Answer: A
Explanation:
Specific weight is weight per unit volume.
Question 4944

Manning’s n for concrete channel is approximately?

Correct Answer: A
Explanation:
Lower n indicates smoother channel.
Question 4945

Flow velocity in laminar regime varies linearly with?

Correct Answer: A
Explanation:
Velocity is proportional to applied pressure gradient.
Question 4946

Nappe is?

Correct Answer: A
Explanation:
Nappe is water flowing over crest.
Question 4947

What is the major purpose of irrigation?

Correct Answer: A
Explanation:
Irrigation provides additional water for agriculture.
Question 4948

Which is the most efficient irrigation method?

Correct Answer: A
Explanation:
Drip irrigation minimizes water loss.
Question 4949

What is the duty of water used in irrigation?

Correct Answer: A
Explanation:
Duty measures water use efficiency.
Question 4950

In lifting devices for irrigation, the power needed depends on?

Correct Answer: A
Explanation:
Power depends on height and volume lifted.
Question 4951

Which soil property is important for irrigation water retention?

Correct Answer: A
Explanation:
Soil texture affects water availability.
Question 4952

Which is a surface irrigation type?

Correct Answer: A
Explanation:
Flooding is a common surface method.
Question 4953

Sprinkler irrigation is suitable for?

Correct Answer: A
Explanation:
It’s adaptable for varied topography.
Question 4954

Field capacity refers to?

Correct Answer: A
Explanation:
Field capacity is soil moisture after gravity drainage.
Question 4955

Wilting point is defined as?

Correct Answer: A
Explanation:
Plants wilt when water below wilting point.
Question 4956

Irrigation efficiency is calculated as?

Correct Answer: A
Explanation:
Efficiency compares useful water to applied water.
Question 4957

Which canal lining material reduces seepage losses effectively?

Correct Answer: A
Explanation:
Concrete provides impervious lining.
Question 4958

The ratio of gross command area to culturable command area is called?

Correct Answer: A
Explanation:
Intensity indicates area actually cultivated.
Question 4959

Lift irrigation uses?

Correct Answer: A
Explanation:
Lift irrigation pumps or lifts water.
Question 4960

The conveying capacity of irrigation canals is determined by?

Correct Answer: A
Explanation:
Discharge = area x velocity.
Question 4961

Major irrigation projects have command area of:

Correct Answer: A
Explanation:
Large scale projects have big areas.
Question 4962

Minor irrigation projects command area is?

Correct Answer: A
Explanation:
Minor projects serve small regions.
Question 4963

Duty of water is:

Correct Answer: A
Explanation:
Duty relates water volume to irrigated area.
Question 4964

Intensity of irrigation is defined as?

Correct Answer: A
Explanation:
Represents cropping intensity.
Question 4965

Field channels convey water from:

Correct Answer: A
Explanation:
Field channels distribute water locally.
Question 4966

What is seepage loss?

Correct Answer: A
Explanation:
Seepage escapes through canal beds and sides.
Question 4967

Canal escape is:

Correct Answer: A
Explanation:
Escape is loss water from canal system.
Question 4968

Which type of irrigation system is least efficient in water use?

Correct Answer: A
Explanation:
Flood irrigation wastes most water.
Question 4969

Subsurface irrigation involves?

Correct Answer: A
Explanation:
Subsurface irrigation reduces evaporation losses.
Question 4970

Special features of boulder-filled waterways include?

Correct Answer: A
Explanation:
Waterways manage runoff safely.
Question 4971

Which canal structure regulates flow?

Correct Answer: A
Explanation:
Regulators control flow into canals.
Question 4972

The term “command area” means?

Correct Answer: A
Explanation:
Command area is irrigated land coverage.
Question 4973

The main advantage of sprinkler irrigation is?

Correct Answer: A
Explanation:
Sprinklers distribute water uniformly.
Question 4974

Main disadvantage of surface irrigation is?

Correct Answer: A
Explanation:
Surface irrigation leads to evaporation and runoff.
Question 4975

On-farm water management aims at?

Correct Answer: A
Explanation:
Efficient water use increases productivity.
Question 4976

What is consumptive use of water in irrigation?

Correct Answer: A
Explanation:
Consumptive use excludes return flows.
Question 4977

Crop rotation in irrigated agriculture helps in?

Correct Answer: A
Explanation:
Rotations maintain soil and reduce pest problems.
Question 4978

Which of the following crops consumes the most irrigation water?

Correct Answer: A
Explanation:
Rice requires huge water.
Question 4979

The conveyance losses in irrigation canals are due to?

Correct Answer: A
Explanation:
Main canal losses are seepage and evaporation.
Question 4980

What is crop coefficient (Kc)?

Correct Answer: A
Explanation:
Kc relates crop water use to reference.
Question 4981

The permeable layer below an aquifer is called?

Correct Answer: A
Explanation:
Aquitard restricts vertical water flow.
Question 4982

Which irrigation system is most suitable for hilly areas?

Correct Answer: A
Explanation:
Drip systems suit difficult terrains.
Question 4983

Which parameter defines the irrigation water duty?

Correct Answer: A
Explanation:
Duty helps plan water application.
Question 4984

Waterlogging occurs when?

Correct Answer: A
Explanation:
Waterlogging reduces soil aeration.
Question 4985

The main source of irrigation water in India is?

Correct Answer: A
Explanation:
Canal irrigation is major source.
Question 4986

The capacity of a canal is?

Correct Answer: A
Explanation:
Capacity is flow rate possible.
Question 4987

Sprinkler irrigation works best on?

Correct Answer: A
Explanation:
Sandy soils benefit from sprinkler systems.
Question 4988

Which of the following is a component of water cycle?

Correct Answer: D
Explanation:
Evaporation, runoff, and precipitation are key water cycle components.
Question 4989

The term watershed refers to?

Correct Answer: A
Explanation:
Watershed is the land area collect water draining into a water body.
Question 4990

What does the term “runoff” mean?

Correct Answer: A
Explanation:
Runoff is water flowing on the surface after rain.
Question 4991

Percolation in soil refers to?

Correct Answer: A
Explanation:
Percolation feeds groundwater.
Question 4992

The velocity of river flow depends on?

Correct Answer: A
Explanation:
Water velocity depends on slope and roughness.
Question 4993

A hydrograph shows?

Correct Answer: A
Explanation:
Hydrographs plot flow changes over time.
Question 4994

Flood frequency analysis helps in?

Correct Answer: A
Explanation:
Flood frequency guides design against floods.
Question 4995

Bankfull discharge means?

Correct Answer: A
Explanation:
Bankfull is stream flow at bank capacity.
Question 4996

What is the purpose of a weir?

Correct Answer: A
Explanation:
Weirs help measure and control flow.
Question 4997

Aquifers are:

Correct Answer: A
Explanation:
Aquifers are underground water reservoirs.
Question 4998

The term “specific yield” refers to?

Correct Answer: A
Explanation:
Specific yield relates to drainable water.
Question 4999

Evapotranspiration includes:

Correct Answer: A
Explanation:
It accounts for total water loss to atmosphere.
Question 5000

Baseflow in rivers is?

Correct Answer: A
Explanation:
Baseflow sustains river flows.
Question 5001

If rainfall intensity exceeds infiltration rate, what occurs?

Correct Answer: A
Explanation:
Excess water causes runoff.
Question 5002

Hydraulic gradient is:

Correct Answer: A
Explanation:
Hydraulic gradient drives flow in porous media.
Question 5003

Flood control reservoirs reduce flood by:

Correct Answer: A
Explanation:
Reservoirs moderate flood peaks.
Question 5004

A rain gauge measures?

Correct Answer: A
Explanation:
Rain gauges record rainfall.
Question 5005

Which of the following affects infiltration?

Correct Answer: A
Explanation:
Infiltration depends on soil and moisture.
Question 5006

Groundwater recharge happens mainly through?

Correct Answer: A
Explanation:
Recharge occurs as water percolates underground.
Question 5007

The design flood in hydraulic engineering is?

Correct Answer: A
Explanation:
Design flood determines hydraulic structures sizes.
Question 5008

Water harvesting refers to:

Correct Answer: A
Explanation:
Rainwater capture for later use.
Question 5009

Discharge per unit width of a channel is called?

Correct Answer: A
Explanation:
Unit discharge is flow intensity per width.
Question 5010

Which soil has highest infiltration rate?

Correct Answer: A
Explanation:
Sand has large particles and pores.
Question 5011

Water table fluctuations are caused by?

Correct Answer: A
Explanation:
Water table changes with recharge and extraction.
Question 5012

Curve number method is used for?

Correct Answer: A
Explanation:
Curve number predicts runoff volume.
Question 5013

What is the role of a spillway?

Correct Answer: A
Explanation:
Spillways prevent dam overflow.
Question 5014

Channel roughness in open channel hydraulics is represented by?

Correct Answer: A
Explanation:
Manning’s roughness coefficient measures friction.
Question 5015

Hydrostatic pressure increases with?

Correct Answer: A
Explanation:
Pressure increases linearly with depth.
Question 5016

Which is considered a renewable water resource?

Correct Answer: A
Explanation:
Rainfall replenishes water supplies.
Question 5017

Capillary fringe in soil is:

Correct Answer: A
Explanation:
Water rises above water table by capillary forces.
Question 5018

Which instrument measures flow velocity in streams?

Correct Answer: A
Explanation:
Current meters measure water velocity.
Question 5019

What does Froude number indicate?

Correct Answer: A
Explanation:
Froude number discriminates flow types.
Question 5020

The sediment transport in rivers occurs mainly due to?

Correct Answer: A
Explanation:
Velocity drives sediment movement.
Question 5021

Drainage basin is?

Correct Answer: A
Explanation:
Drainage basin collects surface water.
Question 5022

Sustainable water resource management includes?

Correct Answer: A
Explanation:
Sustainability balances use and renewal.
Question 5023

The maximum discharge in hydrograph is called?

Correct Answer: A
Explanation:
Peak discharge represents flooding intensity.
Question 5024

Septic tank’s primary function is?

Correct Answer: A
Explanation:
Septic tanks treat waste onsite.
Question 5025

What is the primary objective of urban planning?

Correct Answer: A
Explanation:
Urban planning ensures sustainable, organized growth.
Question 5026

Zoning regulations are used to?

Correct Answer: A
Explanation:
Zoning controls land use through designated zones.
Question 5027

What is a land-use plan?

Correct Answer: A
Explanation:
Land-use planning allocates spaces for various uses.
Question 5028

Which factor is crucial for urban transportation planning?

Correct Answer: A
Explanation:
Density influences transport infrastructure needs.
Question 5029

Public open spaces in urban areas are important for?

Correct Answer: A
Explanation:
Open spaces improve livability and health.
Question 5030

Which of the following is a characteristic of compact cities?

Correct Answer: A
Explanation:
Compact cities optimize land and transport.
Question 5031

Urban sprawl is characterized by?

Correct Answer: A
Explanation:
Sprawl involves inefficient, spread-out growth.
Question 5032

Environmental impact assessment (EIA) in urban planning?

Correct Answer: A
Explanation:
EIA predicts and mitigates environmental harm.
Question 5033

Transit-oriented development encourages?

Correct Answer: A
Explanation:
TOD integrates land use with public transit.
Question 5034

What is a green belt in urban planning?

Correct Answer: A
Explanation:
Green belts limit urban sprawl.
Question 5035

Which planning approach focuses on community participation?

Correct Answer: A
Explanation:
Participatory planning involves stakeholders.
Question 5036

What is urban renewal?

Correct Answer: A
Explanation:
Renewal upgrades deteriorated neighbourhoods.
Question 5037

What is the function of a master plan?

Correct Answer: A
Explanation:
Master plans guide city development.
Question 5038

Urban heat island effect is?

Correct Answer: A
Explanation:
Urban surfaces retain more heat.
Question 5039

Which tool is used to analyze spatial data in urban planning?

Correct Answer: A
Explanation:
GIS manages spatial urban data.
Question 5040

Walkability in urban areas influences?

Correct Answer: A
Explanation:
Walkability promotes healthier and sustainable cities.
Question 5041

Which of the following is a mixed-use development?

Correct Answer: A
Explanation:
Mixed-use integrates various urban functions.
Question 5042

Green infrastructure includes?

Correct Answer: A
Explanation:
Green infrastructure provides ecological benefits.
Question 5043

What is the principle of sustainable urban development?

Correct Answer: A
Explanation:
Sustainability balances multiple urban factors.
Question 5044

Which policy controls building height in urban areas?

Correct Answer: A
Explanation:
Zoning sets limits on building heights.
Question 5045

Floor area ratio (FAR) defines?

Correct Answer: A
Explanation:
FAR controls density of buildings.
Question 5046

Smart city concept primarily includes?

Correct Answer: A
Explanation:
ICT enhances urban management.
Question 5047

Which of the following can reduce traffic congestion?

Correct Answer: A
Explanation:
Public transport reduces congestion.
Question 5048

Urban sprawl can be controlled by?

Correct Answer: A
Explanation:
Policies limit uncontrolled expansion.
Question 5049

What is GIS used for in urban planning?

Correct Answer: A
Explanation:
GIS provides spatial data management.
Question 5050

Which best describes Smart Growth?

Correct Answer: A
Explanation:
Smart Growth promotes sustainable urbanism.
Question 5051

Infrastructure planning in urban areas must consider?

Correct Answer: A
Explanation:
Comprehensive infrastructure supports urban life.
Question 5052

What is Transit Oriented Development (TOD)?

Correct Answer: A
Explanation:
TOD integrates land use and transit.
Question 5053

Urban land-use conflict can be minimized by?

Correct Answer: A
Explanation:
Zoning separates incompatible uses.
Question 5054

What is “brownfield” in urban planning?

Correct Answer: A
Explanation:
Brownfields are urban redevelopment sites.
Question 5055

Urban growth boundary (UGB) sets?

Correct Answer: A
Explanation:
UGB controls urban sprawl.
Question 5056

What is the principle of compact city?

Correct Answer: A
Explanation:
Compact cities focus on efficiency and sustainability.
Question 5057

What urban factor influences microclimate?

Correct Answer: A
Explanation:
Urban form affects heat and wind patterns.
Question 5058

Which planning tool is used to assess social impacts?

Correct Answer: A
Explanation:
SIA evaluates effects on communities.
Question 5059

What is the use of a land suitability analysis?

Correct Answer: A
Explanation:
Helps planners decide optimal land uses.
Question 5060

Which is an example of a green infrastructure element?

Correct Answer: A
Explanation:
Rain gardens improve stormwater management.
Question 5061

Public participation in urban planning helps to?

Correct Answer: A
Explanation:
Participation improves planning quality.
Question 5062

Which factor is key for sustainable transportation?

Correct Answer: A
Explanation:
Important for equitable and clean transport.
Question 5063

Urban density affects:

Correct Answer: A
Explanation:
Density influences multiple urban aspects.
Question 5064

What is the significance of “mixed use development”?

Correct Answer: A
Explanation:
Offers convenient and sustainable urban forms.
Question 5065

Which urban feature helps in flood control?

Correct Answer: A
Explanation:
Natural landscapes reduce surface runoff.
Question 5066

What is the basic function of transportation engineering?

Correct Answer: A
Explanation:
Transportation engineering focuses on transport infrastructure and systems.
Question 5067

Which mode of transport requires the least energy per ton-km?

Correct Answer: A
Explanation:
Water transport is most energy-efficient.
Question 5068

What is the purpose of channelization in traffic management?

Correct Answer: A
Explanation:
Channelization organizes traffic movements.
Question 5069

What type of intersection eliminates conflict points?

Correct Answer: A
Explanation:
Grade separated intersections eliminate crossing conflicts.
Question 5070

Which is the unit of traffic volume?

Correct Answer: A
Explanation:
Traffic volume is measured per lane per time.
Question 5071

Level of Service (LOS) is a measure of?

Correct Answer: A
Explanation:
LOS defines traffic operational performance.
Question 5072

What does the term “peak hour factor” indicate?

Correct Answer: A
Explanation:
Peak hour factor accounts for hourly flow fluctuations.
Question 5073

Highway capacity is defined as?

Correct Answer: A
Explanation:
Capacity is max flow with acceptable conditions.
Question 5074

Which vehicle class generally dominates urban traffic flow?

Correct Answer: A
Explanation:
Passenger cars usually constitute main volume.
Question 5075

What is the standard lane width on highways?

Correct Answer: A
Explanation:
Standard lane width is around 3.5 meters.
Question 5076

Which of the following impact traffic capacity negatively?

Correct Answer: A
Explanation:
Obstructions reduce capacity.
Question 5077

Roundabouts improve traffic flow by:

Correct Answer: A
Explanation:
Roundabouts enhance safety and flow.
Question 5078

What does the term “saturation flow” refer to?

Correct Answer: A
Explanation:
Saturation flow is max flow under ideal signal.
Question 5079

Traffic signals are primarily used to?

Correct Answer: A
Explanation:
Signals regulate and coordinate traffic.
Question 5080

Which type of interchange completely separates traffic flows?

Correct Answer: A
Explanation:
Cloverleaf eliminates intersections.
Question 5081

What is driver reaction time assumed for design?

Correct Answer: A
Explanation:
Typical value is 2.5 seconds.
Question 5082

What does the “grade” of a road mean?

Correct Answer: A
Explanation:
Grade defines slope.
Question 5083

Which traffic parameter is a measure of density?

Correct Answer: A
Explanation:
Density measures vehicle concentration.
Question 5084

What is the main cause of congestion on urban streets?

Correct Answer: A
Explanation:
High traffic demand causes congestion.
Question 5085

Which of the following is a traffic calming measure?

Correct Answer: A
Explanation:
Bumps physically slow vehicles.
Question 5086

What is Acceleration lane?

Correct Answer: A
Explanation:
Acceleration lanes help merge safely.
Question 5087

Traffic volume counting is important for?

Correct Answer: A
Explanation:
Counts guide planning.
Question 5088

What is the common unit of speed measurement?

Correct Answer: A
Explanation:
Kilometers per hour is standard.
Question 5089

Traffic density can be calculated as?

Correct Answer: A
Explanation:
Density = flow rate divided by speed.
Question 5090

Grade separation helps to?

Correct Answer: A
Explanation:
Separations reduce conflicts.
Question 5091

Which is a common pedestrian facility in urban planning?

Correct Answer: A
Explanation:
Sidewalks are for pedestrians.
Question 5092

A highway’s cross slope is required for?

Correct Answer: A
Explanation:
Cross slope facilitates drainage.
Question 5093

What is the main factor controlling traffic flow?

Correct Answer: A
Explanation:
Flow relates density and speed.
Question 5094

Which of the following is NOT a component of highway capacity?

Correct Answer: C
Explanation:
Surface color does not affect capacity.
Question 5095

Parking demand analysis helps in?

Correct Answer: A
Explanation:
Accurate space planning is critical.
Question 5096

Level of Service (LOS) grade ranges from?

Correct Answer: A
Explanation:
LOS categorizes quality of flow.
Question 5097

What is a collector street?

Correct Answer: A
Explanation:
Collectors connect local streets to arterials.
Question 5098

Which type of intersection has the highest capacity?

Correct Answer: A
Explanation:
Grade-separation maximizes flow.
Question 5099

Which factor is NOT considered in pavement design?

Correct Answer: A
Explanation:
Vehicle colour has no effect.
Question 5100

Traffic signal cycles are divided into which main intervals?

Correct Answer: A
Explanation:
All three phases manage flows.
Question 5101

An important factor in geometric road design is?

Correct Answer: A
Explanation:
Sight distance ensures safety.
Question 5102

Highway design speed is influenced by?

Correct Answer: A
Explanation:
Terrain and functional classification guide speed.
Question 5103

Which sign indicates a pedestrian crossing?

Correct Answer: A
Explanation:
Standard sign warns drivers of crossing.
Question 5104

Level of Service is primarily a measure of?

Correct Answer: A
Explanation:
LOS reflects quality of traffic service.
Question 5105

Highway capacity can be improved by?

Correct Answer: A
Explanation:
Wider and more lanes raise capacity.
Question 5106

What is surveying?

Correct Answer: A
Explanation:
Surveying measures distances and angles to map features.
Question 5107

The horizontal angle measured in surveying is called?

Correct Answer: A
Explanation:
Azimuth is horizontal direction angle.
Question 5108

The line joining successive points in a survey is called?

Correct Answer: A
Explanation:
Survey lines connect surveyed points.
Question 5109

In chain surveying, which instrument is primarily used?

Correct Answer: A
Explanation:
Chains measure distances in chain surveying.
Question 5110

Theodolite measures?

Correct Answer: A
Explanation:
Theodolites gauge angles.
Question 5111

Contour lines represent?

Correct Answer: A
Explanation:
Contours show height variations.
Question 5112

Leveling is used to determine?

Correct Answer: A
Explanation:
Leveling measures height difference between points.
Question 5113

GPS surveying uses signals from?

Correct Answer: A
Explanation:
GPS uses satellite signals.
Question 5114

The term “benchmark” in surveying means?

Correct Answer: A
Explanation:
Benchmarks are known fixed elevation points.
Question 5115

A traverse is?

Correct Answer: A
Explanation:
Traverse connects points sequentially.
Question 5116

In plane table surveying, what is “orientation”?

Correct Answer: A
Explanation:
Orientation aligns table for correctness.
Question 5117

Which equipment is used for precise distance measurement?

Correct Answer: A
Explanation:
EDM uses electromagnetic waves for accurate distances.
Question 5118

GPS stands for?

Correct Answer: A
Explanation:
GPS uses satellite signals for location.
Question 5119

What is the typical accuracy of survey grade GPS?

Correct Answer: A
Explanation:
Survey GPS provides high accuracy.
Question 5120

Traverse computation is used to determine?

Correct Answer: A
Explanation:
Traverse calculations find point positions.
Question 5121

Which of the following errors can be corrected?

Correct Answer: A
Explanation:
Systematic errors are predictable and correctable.
Question 5122

What is the purpose of contouring?

Correct Answer: A
Explanation:
Contours depict elevation lines.
Question 5123

What is the scale of a map?

Correct Answer: A
Explanation:
Scale represents proportional distance.
Question 5124

GPS survey requires signals from at least how many satellites for 3D location?

Correct Answer: A
Explanation:
Four satellites provide 3D position.
Question 5125

Which is an advantage of total station?

Correct Answer: A
Explanation:
Total stations combine EDM and angle measurement.
Question 5126

What is the purpose of chain tensioning?

Correct Answer: A
Explanation:
Proper tension ensures accuracy.
Question 5127

An error of misclosure is?

Correct Answer: A
Explanation:
Misclosure is accumulated traverse error.
Question 5128

The field work in surveying is also called?

Correct Answer: A
Explanation:
Field work involves data collection.
Question 5129

Chain length commonly used in surveying is?

Correct Answer: A
Explanation:
Chains are usually 30 meters long.
Question 5130

Contour interval is the?

Correct Answer: A
Explanation:
Interval shows elevation difference.
Question 5131

Which equipment is used for measuring vertical angle?

Correct Answer: A
Explanation:
Theodolite measures both vertical and horizontal angles.
Question 5132

The horizontal control points are obtained by?

Correct Answer: A
Explanation:
Traverse sets horizontal control.
Question 5133

Compass surveying is primarily used in?

Correct Answer: A
Explanation:
Compass suits rough terrain with magnetic directions.
Question 5134

What is vertical control in surveying?

Correct Answer: A
Explanation:
Vertical control sets elevation references.
Question 5135

The horizontal distance between two points is measured by?

Correct Answer: A
Explanation:
Distance can be measured by chain or EDM.
Question 5136

What is the least count of a vernier scale?

Correct Answer: A
Explanation:
Least count is the smallest measurable unit.
Question 5137

Traversing is?

Correct Answer: A
Explanation:
Traverse connects survey stations.
Question 5138

Which of the following is a primary control in surveying?

Correct Answer: A
Explanation:
Primary control forms base network.
Question 5139

The purpose of levelling is to?

Correct Answer: A
Explanation:
Levelling finds heights.
Question 5140

Which method is used for contouring on uneven terrain?

Correct Answer: A
Explanation:
Indirect contouring uses sketches.
Question 5141

A datum is?

Correct Answer: A
Explanation:
Datum is the reference elevation.
Question 5142

Grid surveying divides area into?

Correct Answer: A
Explanation:
Grid survey makes square or rectangular plots.
Question 5143

Tribrach is a device used for?

Correct Answer: A
Explanation:
Tribrach provides stable mounting.
Question 5144

Which of these is an error in surveying?

Correct Answer: A
Explanation:
Systematic errors are reproducible faults.
Question 5145

What is ranging in surveying?

Correct Answer: A
Explanation:
Ranging ensures straight line stations.
Question 5146

Which instrument is used in tachometry?

Correct Answer: A
Explanation:
Tachometry measures distances and elevations quickly.
Question 5147

Electronic Distance Measurement (EDM) is?

Correct Answer: A
Explanation:
EDM uses signals to measure distances electronically.
Question 5148

Cybersecurity mainly focuses on protecting ________.

Correct Answer: B
Explanation:
Cybersecurity mainly focuses on protecting&nbsp;<b>Computer systems and networks.</b>
Question 5149

Which of the following is considered a cyber threat?

Correct Answer: C
Explanation:
Which of the following is considered a cyber threat?<br>Answer:&nbsp;Malware
Question 5150

A program that replicates itself and spreads from one computer to another is called _____.

Correct Answer: D
Explanation:
A program that replicates itself and spreads from one computer to another is called _____.<br>Answer:&nbsp;Worm
Question 5151

Phishing attacks are mainly done through _____.

Correct Answer: B
Explanation:
Phishing attacks are mainly done through _____.<br>Ans: Spam emails
Question 5152

Which technique converts data into unreadable form?

Correct Answer: A
Explanation:
Which technique converts data into unreadable form?<br>Answer:&nbsp;Encryption
Question 5153

Ransomware mainly _____.

Correct Answer: C
Explanation:
Ransomware mainly _____.<br>Answer:&nbsp;Encrypts files and demands money
Question 5154

Which of the following is NOT a type of malware?

Correct Answer: D
Explanation:
Which of the following is NOT a type of malware?<br>Answer:&nbsp;Firewall
Question 5155

The strongest password is _____.

Correct Answer: C
Explanation:
<div>The strongest password is _____.</div><div>Ans:&nbsp;Q@9fT#82!bL</div>
Question 5156

What is the unit of vibration frequency?

Correct Answer: B
Explanation:
Frequency of vibration is measured in Hertz (Hz).
Question 5157

Which type of vibration occurs without external force?

Correct Answer: C
Explanation:
Free vibration occurs when no external force acts on the system.
Question 5158

Which parameter represents resistance to motion in vibration?

Correct Answer: C
Explanation:
Damping represents energy dissipation or resistance to motion.
Question 5159

Natural frequency depends on which factors?

Correct Answer: A
Explanation:
Natural frequency depends on stiffness (k) and mass (m).
Question 5160

What happens at resonance?

Correct Answer: C
Explanation:
At resonance, forced frequency = natural frequency, causing maximum amplitude.
Question 5161

Which vibration has constant amplitude?

Correct Answer: B
Explanation:
Free vibration without damping has constant amplitude.
Question 5162

Damping ratio is represented by which symbol?

Correct Answer: A
Explanation:
Damping ratio is represented by ζ (zeta).
Question 5163

Critical damping occurs when damping ratio equals:

Correct Answer: B
Explanation:
Critical damping happens when damping ratio ζ = 1.
Question 5164

Which material has high damping capacity?

Correct Answer: B
Explanation:
Rubber has high damping due to energy absorption.
Question 5165

Which term refers to opposition to acceleration?

Correct Answer: B
Explanation:
Mass resists acceleration as per Newton’s second law.
Question 5166

What is the equation of natural frequency for a spring-mass system?

Correct Answer: C
Explanation:
Natural frequency ω = √(k/m).
Question 5167

Which system has no energy loss?

Correct Answer: A
Explanation:
Undamped systems do not lose energy.
Question 5168

Logarithmic decrement is used to measure:

Correct Answer: C
Explanation:
Logarithmic decrement measures damping.
Question 5169

Which vibration occurs due to external periodic force?

Correct Answer: B
Explanation:
Forced vibration occurs when an external periodic force acts.
Question 5170

In a vibrating system, stiffness provides:

Correct Answer: B
Explanation:
Stiffness provides restoring force.
Question 5171

What is mode shape?

Correct Answer: B
Explanation:
Mode shape shows deformation patterns during vibration.
Question 5172

Natural frequency is measured in:

Correct Answer: A
Explanation:
Frequency of vibration is measured in Hertz.
Question 5173

Which of the following increases natural frequency?

Correct Answer: C
Explanation:
Higher stiffness increases natural frequency.
Question 5174

Whirling occurs in:

Correct Answer: C
Explanation:
Whirling or critical speed occurs in rotating shafts.
Question 5175

Critical speed is related to:

Correct Answer: B
Explanation:
Critical speed is resonance of rotating shafts.
Question 5176

Damping force is proportional to:

Correct Answer: B
Explanation:
Damping force is proportional to velocity.
Question 5177

Which system oscillates forever theoretically?

Correct Answer: C
Explanation:
Undamped systems oscillate indefinitely.
Question 5178

Which vibration is unpredictable in nature?

Correct Answer: C
Explanation:
Random vibration has no defined pattern.
Question 5179

Which energy changes during vibration?

Correct Answer: B
Explanation:
Energy shifts between kinetic and potential.
Question 5180

Vibration amplitude is maximum at:

Correct Answer: C
Explanation:
Resonance causes maximum amplitude.
Question 5181

Which component does not cause vibration?

Correct Answer: C
Explanation:
Damping reduces vibration.
Question 5182

What type of vibration occurs due to sudden impact?

Correct Answer: B
Explanation:
Transient vibrations occur after an impulse.
Question 5183

Which factor reduces vibration amplitude?

Correct Answer: C
Explanation:
High damping decreases amplitude.
Question 5184

The simplest form of vibration motion is:

Correct Answer: C
Explanation:
SHM is the simplest form of periodic vibration.
Question 5185

Which system stores energy?

Correct Answer: D
Explanation:
Mass stores kinetic energy, stiffness stores potential energy.
Question 5186

Mass-spring system vibrates due to:

Correct Answer: C
Explanation:
Spring provides restoring force causing vibration.
Question 5187

Modal analysis is used to find:

Correct Answer: B
Explanation:
Modal analysis finds frequencies and mode shapes.
Question 5188

Which vibration is caused by machine unbalance?

Correct Answer: A
Explanation:
Unbalance produces forced vibration.
Question 5189

Vibration isolation reduces:

Correct Answer: A
Explanation:
Isolation reduces transmitted force.
Question 5190

Zero damping leads to:

Correct Answer: C
Explanation:
Zero damping causes constant-amplitude vibration.
Question 5191

Which type of damping exists in automobiles?

Correct Answer: B
Explanation:
Shock absorbers use viscous damping.
Question 5192

Which factor increases damping?

Correct Answer: B
Explanation:
Rubber materials increase damping.
Question 5193

Which element controls oscillation speed?

Correct Answer: B
Explanation:
Stiffness controls natural oscillation speed.
Question 5194

Periodic vibration repeats after:

Correct Answer: B
Explanation:
Periodic vibrations repeat at fixed intervals.
Question 5195

Which vibration occurs when system vibrates at its natural frequency?

Correct Answer: A
Explanation:
Free vibration occurs at natural frequency.
Question 5196

A kinematic pair with surface contact is known as?

Correct Answer: A
Explanation:
Surface contact kinematic pairs are called lower pairs.
Question 5197

Which of the following is a lower pair?

Correct Answer: C
Explanation:
Revolving shaft inside a bearing forms a lower pair.
Question 5198

The number of degrees of freedom for a planar mechanism is given by which formula?

Correct Answer: A
Explanation:
The Kutzbach criterion for planar mechanisms is F = 3(n−1) − 2j.
Question 5199

A four-bar mechanism has how many links?

Correct Answer: C
Explanation:
A four-bar mechanism contains 4 links including ground.
Question 5200

The Grashof condition is used for which mechanism?

Correct Answer: B
Explanation:
Grashof criterion decides crank existence in a four-bar mechanism.
Question 5201

In a cam-follower system, follower motion depends on?

Correct Answer: C
Explanation:
Follower displacement is governed by cam profile shape.
Question 5202

Which gear train yields the highest speed reduction?

Correct Answer: C
Explanation:
Epicyclic gear trains achieve higher speed reduction.
Question 5203

In a slider crank mechanism, the slider is equivalent to?

Correct Answer: B
Explanation:
Slider provides a lower pair with the guide.
Question 5204

Which point on a cam follower trace is called the pitch point?

Correct Answer: B
Explanation:
Pitch point is where pressure angle is minimum.
Question 5205

Which mechanism converts rotary motion to reciprocating motion?

Correct Answer: C
Explanation:
Slider-crank converts rotary motion to linear reciprocating motion.
Question 5206

The point which instantaneously has zero velocity is called?

Correct Answer: B
Explanation:
Instantaneous centre is a point with zero velocity at that instant.
Question 5207

Coriolis component of acceleration appears in?

Correct Answer: C
Explanation:
Coriolis acceleration appears when translation and rotation combine.
Question 5208

When does a governor control speed?

Correct Answer: B
Explanation:
Governors adjust fuel supply to maintain constant speed.
Question 5209

Which governor is most sensitive?

Correct Answer: D
Explanation:
Watt governor is more sensitive at lower speeds.
Question 5210

Static friction is highest at?

Correct Answer: A
Explanation:
Static friction is maximum just before motion begins.
Question 5211

Which clutch works on the principle of centrifugal force?

Correct Answer: B
Explanation:
Centrifugal clutch connects automatically at higher speeds.
Question 5212

The mechanism used to lift the valves of IC engines is?

Correct Answer: B
Explanation:
Cam profile determines valve timing and lift.
Question 5213

Which belt has the highest power transmission capacity?

Correct Answer: B
Explanation:
V-belts provide better grip and transmit more power.
Question 5214

Involute gear profile is preferred because?

Correct Answer: B
Explanation:
Involute profile ensures constant velocity ratio.
Question 5215

Which gear is used for non-parallel and non-intersecting shafts?

Correct Answer: D
Explanation:
Worm gears are suitable for skew (non-parallel, non-intersecting) shafts.
Question 5216

The balancing of rotating parts reduces?

Correct Answer: B
Explanation:
Balancing reduces centrifugal forces and vibration.
Question 5217

Primary unbalanced forces occur due to?

Correct Answer: C
Explanation:
Rotating masses generate primary unbalanced forces.
Question 5218

Secondary unbalanced forces occur at how many times crank speed?

Correct Answer: B
Explanation:
Secondary forces act at twice the crankshaft speed.
Question 5219

The function of flywheel is to?

Correct Answer: B
Explanation:
Flywheel stores energy and smoothens speed variations.
Question 5220

Which mechanism produces intermittent motion?

Correct Answer: C
Explanation:
Geneva mechanism provides intermittent rotary motion.
Question 5221

The pressure angle in gears affects?

Correct Answer: B
Explanation:
Higher pressure angle increases load carrying capacity.
Question 5222

The ratio of output torque to input torque in a clutch is?

Correct Answer: A
Explanation:
Efficiency is ratio of output to input torque.
Question 5223

Which governor works at high speed?

Correct Answer: C
Explanation:
Hartnell governor works efficiently at high speed.
Question 5224

Gyroscopic couple is given by?

Correct Answer: C
Explanation:
Gyroscopic couple = I × ω × precessional speed.
Question 5225

In gyroscopic action, the rotor resists?

Correct Answer: A
Explanation:
Gyroscope resists change in axis direction.
Question 5226

Cams are mostly made of?

Correct Answer: A
Explanation:
Cams are made of cast iron for wear resistance.
Question 5227

Coefficient of fluctuation of energy relates to?

Correct Answer: A
Explanation:
It determines required flywheel energy capacity.
Question 5228

The locus of instantaneous centre in a mechanism is called?

Correct Answer: B
Explanation:
Axode is the locus of IC for a moving body.
Question 5229

The relation between pitch and module in gears is?

Correct Answer: A
Explanation:
Circular pitch p = π × module.
Question 5230

In a cam mechanism, dwell period means?

Correct Answer: C
Explanation:
Dwell means follower remains stationary.
Question 5231

A mechanism with no degree of freedom is called?

Correct Answer: B
Explanation:
A structure has zero mobility.
Question 5232

The reversal of follower motion occurs at?

Correct Answer: C
Explanation:
motion reverses at the end of lift and start of return.
Question 5233

To avoid interference in gears, one can?

Correct Answer: B
Explanation:
Increasing number of teeth reduces interference.
Question 5234

The ability of a material to resist deformation is called?

Correct Answer: B
Explanation:
Elasticity is the ability of a material to regain its shape after deformation.
Question 5235

The point at which material starts to deform permanently is called?

Correct Answer: D
Explanation:
Yield point marks start of permanent deformation.
Question 5236

Stress is defined as?

Correct Answer: B
Explanation:
Stress is force per unit area.
Question 5237

Unit of stress in SI system is?

Correct Answer: A
Explanation:
Stress is measured in Pascal (Pa).
Question 5238

Strain has which unit?

Correct Answer: C
Explanation:
Strain is dimensionless.
Question 5239

Hooke’s law is valid up to?

Correct Answer: C
Explanation:
Hooke’s law is valid only within elastic limit.
Question 5240

Young’s modulus is the ratio of?

Correct Answer: A
Explanation:
Young’s modulus is stress divided by strain.
Question 5241

The property to absorb energy is called?

Correct Answer: C
Explanation:
Toughness is ability to absorb energy before fracture.
Question 5242

Poisson’s ratio is?

Correct Answer: A
Explanation:
Poisson’s ratio = lateral strain / longitudinal strain.
Question 5243

Which material has highest Poisson’s ratio?

Correct Answer: A
Explanation:
Rubber shows high lateral strain, hence large Poisson’s ratio.
Question 5244

The bending moment at the point of contraflexure is?

Correct Answer: B
Explanation:
At contraflexure, bending moment changes sign hence zero.
Question 5245

Which material is most ductile?

Correct Answer: C
Explanation:
Copper exhibits high ductility.
Question 5246

The energy stored in a body due to strain is called?

Correct Answer: C
Explanation:
Work done during deformation is stored as strain energy.
Question 5247

Modulus of rigidity is also known as?

Correct Answer: C
Explanation:
Shear modulus is modulus of rigidity.
Question 5248

A brittle material fails at?

Correct Answer: B
Explanation:
Brittle materials show very low strain before fracture.
Question 5249

The point of maximum stress in a beam is?

Correct Answer: B
Explanation:
Maximum bending stress occurs at extreme fibers.
Question 5250

Moment of inertia depends on?

Correct Answer: C
Explanation:
It depends on how area is distributed about the axis.
Question 5251

The section modulus is given by?

Correct Answer: A
Explanation:
Section modulus Z = I/y.
Question 5252

Which failure occurs due to reversal of stresses?

Correct Answer: B
Explanation:
Fatigue occurs due to repeated stress cycles.
Question 5253

The material property to resist scratching is?

Correct Answer: A
Explanation:
Hardness measures scratch and abrasion resistance.
Question 5254

Elastic deformation is?

Correct Answer: B
Explanation:
Elastic deformation is completely recoverable.
Question 5255

Plastic deformation is?

Correct Answer: C
Explanation:
Plastic deformation is permanent.
Question 5256

A shaft resists which type of load?

Correct Answer: C
Explanation:
Shafts mainly resist torsional loads.
Question 5257

The maximum shear stress theory is also known as?

Correct Answer: B
Explanation:
Tresca theory predicts failure based on max shear stress.
Question 5258

Which theory is best for ductile materials?

Correct Answer: C
Explanation:
Von Mises is accurate for ductile materials.
Question 5259

Bulk modulus relates to?

Correct Answer: A
Explanation:
Bulk modulus describes resistance to volume change.
Question 5260

Creep occurs at?

Correct Answer: B
Explanation:
Creep is slow deformation under high temperature and load.
Question 5261

Factor of safety is?

Correct Answer: A
Explanation:
FOS = ultimate stress / permissible stress.
Question 5262

Bending equation is?

Correct Answer: A
Explanation:
Standard bending equation is M/I = σ/y.
Question 5263

The shear force at the free end of a cantilever is?

Correct Answer: A
Explanation:
Shear force at free end is zero.
Question 5264

Neutral axis in a beam carries?

Correct Answer: B
Explanation:
Stress at neutral axis is zero.
Question 5265

Deflection of a beam is maximum at?

Correct Answer: C
Explanation:
For simply supported beam with UDL, max deflection occurs at midspan.
Question 5266

Slenderness ratio relates to?

Correct Answer: A
Explanation:
Slenderness ratio determines buckling behaviour.
Question 5267

Euler’s formula is used for?

Correct Answer: B
Explanation:
Euler formula predicts buckling load for long columns.
Question 5268

Which column fails by crushing?

Correct Answer: B
Explanation:
Short columns fail by crushing.
Question 5269

Shear stress is maximum at?

Correct Answer: C
Explanation:
Shear stress is max at neutral axis.
Question 5270

Cast iron is?

Correct Answer: B
Explanation:
Cast iron is brittle and fails without warning.
Question 5271

A state of pure shear occurs in?

Correct Answer: C
Explanation:
Pure shear stress is developed in torsion.
Question 5272

Strain hardening occurs in?

Correct Answer: B
Explanation:
Strain hardening occurs after yielding in plastic zone.
Question 5273

What does CIA triad stand for in cybersecurity?

Correct Answer: A
Explanation:
CIA stands for Confidentiality, Integrity, and Availability.
Question 5274

Which attack involves overwhelming a system with traffic?

Correct Answer: B
Explanation:
DDoS overloads a server with traffic to disrupt service.
Question 5275

A program that replicates itself and spreads to other systems is called?

Correct Answer: B
Explanation:
A worm self-replicates and spreads across networks.
Question 5276

Which attack tricks users into revealing sensitive information?

Correct Answer: A
Explanation:
Phishing uses fake messages to steal information.
Question 5277

Which cybersecurity tool scans for system vulnerabilities?

Correct Answer: C
Explanation:
Vulnerability scanners detect weak points in systems.
Question 5278

The strongest form of authentication is?

Correct Answer: C
Explanation:
Biometrics provide the strongest authentication.
Question 5279

Which malware demands money from victims?

Correct Answer: B
Explanation:
Ransomware encrypts data and demands payment.
Question 5280

Encryption converts plaintext into?

Correct Answer: C
Explanation:
Encryption converts readable data into ciphertext.
Question 5281

Which protocol secures websites with encryption?

Correct Answer: C
Explanation:
HTTPS uses SSL/TLS for encryption.
Question 5282

Which form of attack injects malicious queries into a database?

Correct Answer: C
Explanation:
SQL injection manipulates database queries.
Question 5283

Firewall works on which layer of OSI model?

Correct Answer: B
Explanation:
Firewalls mainly operate on network and transport layers.
Question 5284

A keylogger is used for?

Correct Answer: B
Explanation:
Keyloggers record typed information.
Question 5285

Which attack involves redirecting traffic to a fake website?

Correct Answer: A
Explanation:
DNS spoofing redirects users to malicious websites.
Question 5286

Two-factor authentication uses?

Correct Answer: B
Explanation:
2FA uses two methods such as password and OTP.
Question 5287

Which of the following is a social engineering technique?

Correct Answer: B
Explanation:
Phishing manipulates human behavior.
Question 5288

What is the main purpose of a firewall?

Correct Answer: B
Explanation:
Firewalls filter incoming and outgoing traffic.
Question 5289

What identifies a unique device on a network?

Correct Answer: B
Explanation:
IP address uniquely identifies a device on the internet.
Question 5290

Which attack attempts all possible password combinations?

Correct Answer: B
Explanation:
Brute-force tries every combination until successful.
Question 5291

A Trojan horse is?

Correct Answer: B
Explanation:
A Trojan pretends to be legitimate but performs harmful activities.
Question 5292

Which type of malware spies on user activity?

Correct Answer: B
Explanation:
Spyware secretly monitors user actions.
Question 5293

HTTPS uses which encryption protocol?

Correct Answer: A
Explanation:
HTTPS uses SSL/TLS encryption.
Question 5294

What is the purpose of hashing?

Correct Answer: B
Explanation:
Hashing stores passwords in irreversible format.
Question 5295

Which one is NOT a strong password?

Correct Answer: B
Explanation:
123456 is a commonly used weak password.
Question 5296

Which cybersecurity field focuses on protecting personal data?

Correct Answer: C
Explanation:
Data privacy ensures safe handling of personal information.
Question 5297

A botnet is?

Correct Answer: A
Explanation:
Botnet is a group of compromised computers controlled by attackers.
Question 5298

Which attack occurs when a hacker is secretly between communication?

Correct Answer: B
Explanation:
MITM intercepts communication between two parties.
Question 5299

Which security test identifies vulnerabilities by actually exploiting them?

Correct Answer: B
Explanation:
Pen-testing finds vulnerabilities by exploiting them.
Question 5300

The main goal of encryption is?

Correct Answer: C
Explanation:
Encryption ensures confidentiality.
Question 5301

Steganography is?

Correct Answer: B
Explanation:
Steganography hides information inside images, audio, etc.
Question 5302

Which file type is commonly used to deliver malware?

Correct Answer: B
Explanation:
Executable files (.exe) often carry malware.
Question 5303

Which malware gives attackers remote access to a device?

Correct Answer: A
Explanation:
RAT stands for Remote Access Trojan.
Question 5304

A strong cyber defense strategy is known as?

Correct Answer: A
Explanation:
Defense-in-depth uses multiple protective layers.
Question 5305

Zero-day attack means?

Correct Answer: B
Explanation:
Zero-day exploits undiscovered software flaws.
Question 5306

XSS vulnerability affects?

Correct Answer: B
Explanation:
XSS affects web browsers by injecting malicious scripts.
Question 5307

VPN helps in?

Correct Answer: B
Explanation:
VPN encrypts internet connection and hides identity.
Question 5308

Which type of malware modifies system boot process?

Correct Answer: B
Explanation:
Boot sector virus infects the boot area of storage.
Question 5309

Cyberattack that encrypts files and demands payment is?

Correct Answer: B
Explanation:
Ransomware encrypts files and asks for ransom.
Question 5310

Which factor is most important for password security?

Correct Answer: A
Explanation:
Longer passwords are more secure.
Question 5311

A digital certificate is issued by?

Correct Answer: C
Explanation:
CA verifies identities and issues certificates.
Question 5312

Robotics is a branch of engineering that deals with?

Correct Answer: B
Explanation:
Robotics focuses on design, construction and operation of robots.
Question 5313

Which device acts as the brain of a robot?

Correct Answer: C
Explanation:
A microcontroller or processor controls robot operations.
Question 5314

The basic components of a robot include?

Correct Answer: A
Explanation:
Robots need sensors, actuators, and controllers to function.
Question 5315

Which sensor is used for detecting distance?

Correct Answer: A
Explanation:
Ultrasonic sensors detect distance using sound waves.
Question 5316

What is the full form of AGV in robotics?

Correct Answer: A
Explanation:
AGV means Automatic Guided Vehicle used in industries.
Question 5317

A robot arm is also known as?

Correct Answer: B
Explanation:
Manipulator is the arm-like part of a robot.
Question 5318

DOF in robotics stands for?

Correct Answer: B
Explanation:
DOF refers to the number of independent movements a robot can make.
Question 5319

An end effector is attached to?

Correct Answer: C
Explanation:
End effectors are tools attached at the end of a robot arm.
Question 5320

Which robot is best for pick and place operations?

Correct Answer: B
Explanation:
SCARA robots are ideal for pick and place tasks.
Question 5321

Which sensor detects light?

Correct Answer: B
Explanation:
LDR (Light Dependent Resistor) senses light intensity.
Question 5322

A robot that mimics human behavior is called?

Correct Answer: B
Explanation:
Humanoid robots resemble and act like humans.
Question 5323

Which programming language is widely used in robotics?

Correct Answer: B
Explanation:
Python is extensively used because of its libraries.
Question 5324

Which motor is commonly used in robotic arms?

Correct Answer: A
Explanation:
Servo motors provide precise control for robotic arms.
Question 5325

Machine vision in robots is achieved using?

Correct Answer: B
Explanation:
Machine vision uses cameras to interpret visual information.
Question 5326

Autonomous robots can operate?

Correct Answer: B
Explanation:
Autonomous robots function without human control.
Question 5327

The robot joint allowing rotation is called?

Correct Answer: B
Explanation:
Revolute joints allow rotational motion.
Question 5328

In robotics, kinematics deals with?

Correct Answer: B
Explanation:
Kinematics studies motion without considering forces.
Question 5329

Which robot type moves on wheels?

Correct Answer: C
Explanation:
Wheeled robots use wheels for locomotion.
Question 5330

The device converting electrical energy into mechanical motion is?

Correct Answer: B
Explanation:
Actuators convert electrical signals into mechanical motion.
Question 5331

What is ROS in robotics?

Correct Answer: A
Explanation:
ROS is a middleware used for building robot applications.
Question 5332

Which coordinate system is used in robotics?

Correct Answer: B
Explanation:
Robots use rectangular and polar coordinate systems for movement.
Question 5333

Sensors in robots provide?

Correct Answer: C
Explanation:
Sensors give feedback about the environment.
Question 5334

Path planning in robotics means?

Correct Answer: B
Explanation:
Path planning finds feasible movement routes.
Question 5335

Which robot can fly?

Correct Answer: A
Explanation:
Drones are flying robots.
Question 5336

What is SLAM in robotics?

Correct Answer: A
Explanation:
SLAM helps robots map unknown environments.
Question 5337

PID controller is used for?

Correct Answer: A
Explanation:
PID maintains stable and accurate motion.
Question 5338

A robot gripper is a type of?

Correct Answer: C
Explanation:
Grippers are end effectors used to hold objects.
Question 5339

Which robot is underwater?

Correct Answer: A
Explanation:
AUV stands for Autonomous Underwater Vehicle.
Question 5340

Which algorithm helps robots avoid obstacles?

Correct Answer: B
Explanation:
Robots avoid obstacles using pathfinding algorithms.
Question 5341

Force sensor is used to measure?

Correct Answer: B
Explanation:
Force sensors detect applied force.
Question 5342

Which battery is mostly used in robots?

Correct Answer: C
Explanation:
Lithium-ion batteries are lightweight and powerful.
Question 5343

Inverse kinematics is used to find?

Correct Answer: B
Explanation:
Inverse kinematics determines joint angles for a desired position.
Question 5344

Which motion is performed by a prismatic joint?

Correct Answer: B
Explanation:
Prismatic joints allow sliding motion.
Question 5345

Which robot works with humans safely?

Correct Answer: B
Explanation:
Cobots (collaborative robots) work safely with humans.
Question 5346

The study of robots interacting with environment is?

Correct Answer: D
Explanation:
HRI focuses on robot-human interactions.
Question 5347

Actuators are classified into?

Correct Answer: B
Explanation:
Actuators can be hydraulic, pneumatic, or electrical.
Question 5348

Which robot performs repetitive tasks in industries?

Correct Answer: B
Explanation:
Industrial robots are used for repetitive manufacturing tasks.
Question 5349

Which sensor detects orientation?

Correct Answer: B
Explanation:
Gyroscope sensors measure angular orientation.
Question 5350

Robots reduce?

Correct Answer: C
Explanation:
Robots eliminate human errors and increase accuracy.
Question 5351

Which of the following is a renewable energy source?

Correct Answer: C
Explanation:
Solar energy is a clean and renewable source.
Question 5352

The primary source of solar energy is?

Correct Answer: B
Explanation:
Solar energy comes directly from the Sun.
Question 5353

Which device converts sunlight into electrical energy?

Correct Answer: C
Explanation:
Solar panels generate electricity from sunlight.
Question 5354

Wind turbines convert?

Correct Answer: B
Explanation:
Wind turbines convert kinetic energy of wind to electricity.
Question 5355

Hydropower plants use energy from?

Correct Answer: B
Explanation:
Hydropower uses kinetic energy of flowing water.
Question 5356

Which of the following is a clean fuel?

Correct Answer: A
Explanation:
Biogas is a renewable and clean burning fuel.
Question 5357

Geothermal energy is derived from?

Correct Answer: B
Explanation:
Geothermal energy comes from heat stored in the Earth.
Question 5358

Which country is a global leader in solar power generation?

Correct Answer: B
Explanation:
China leads in global solar power production.
Question 5359

Biomass energy is produced from?

Correct Answer: B
Explanation:
Biomass is generated from organic materials.
Question 5360

The unit of electrical energy is?

Correct Answer: B
Explanation:
Watt-hour is a unit of electrical energy.
Question 5361

Which energy source is formed from decayed plants?

Correct Answer: B
Explanation:
Biomass energy comes from decomposed organic matter.
Question 5362

The main disadvantage of solar energy is?

Correct Answer: C
Explanation:
Solar energy depends on sunlight availability.
Question 5363

Which energy is generated by ocean tides?

Correct Answer: B
Explanation:
Tidal energy uses the rise and fall of tides.
Question 5364

Nuclear power uses which element?

Correct Answer: B
Explanation:
Uranium is widely used in nuclear reactors.
Question 5365

What is the main advantage of wind energy?

Correct Answer: A
Explanation:
Wind energy is clean and renewable.
Question 5366

Solar cells are made of?

Correct Answer: A
Explanation:
Solar cells are primarily made using silicon.
Question 5367

Which renewable energy is most widely used worldwide?

Correct Answer: B
Explanation:
Hydropower is the most used renewable energy source.
Question 5368

Which energy source produces zero emissions?

Correct Answer: A
Explanation:
Solar power generates electricity with zero emissions.
Question 5369

Which device stores solar energy for later use?

Correct Answer: C
Explanation:
Batteries store energy produced from solar panels.
Question 5370

Ocean thermal energy conversion (OTEC) uses?

Correct Answer: A
Explanation:
OTEC uses temperature difference between surface and deep ocean.
Question 5371

Which renewable source is used for cooking in rural areas?

Correct Answer: A
Explanation:
Biogas is widely used for cooking in rural regions.
Question 5372

Which gas is used in biogas plants?

Correct Answer: B
Explanation:
Methane is the primary combustible gas in biogas.
Question 5373

Hydrogen fuel is considered?

Correct Answer: B
Explanation:
Hydrogen fuel produces only water as a byproduct.
Question 5374

Wind energy originates from?

Correct Answer: B
Explanation:
Wind is created by uneven heating of Earth’s surface.
Question 5375

Which technology converts biomass into ethanol?

Correct Answer: A
Explanation:
Fermentation converts biomass sugars into ethanol.
Question 5376

Geothermal power plants require?

Correct Answer: C
Explanation:
Geothermal plants need underground heat sources.
Question 5377

Solar thermal energy is mainly used for?

Correct Answer: B
Explanation:
Solar thermal systems heat water using sunlight.
Question 5378

Which renewable source can work 24/7?

Correct Answer: C
Explanation:
Geothermal plants operate continuously.
Question 5379

The efficiency of wind turbines depends on?

Correct Answer: A
Explanation:
Higher wind speeds generate more electricity.
Question 5380

Energy crops are grown for?

Correct Answer: B
Explanation:
Energy crops like sugarcane are used for biofuel production.
Question 5381

Photovoltaic effect converts?

Correct Answer: B
Explanation:
PV effect converts sunlight directly into electricity.
Question 5382

Which energy source depends on rainfall?

Correct Answer: A
Explanation:
Hydropower generation depends on water availability.
Question 5383

Which country uses the most wind energy?

Correct Answer: B
Explanation:
China is the global leader in wind energy usage.
Question 5384

The main component of solar energy reaching Earth is?

Correct Answer: C
Explanation:
Visible light is the largest portion of solar radiation.
Question 5385

Biofuel is produced from?

Correct Answer: B
Explanation:
Biofuels are derived from organic biological materials.
Question 5386

Which device tracks sun movement?

Correct Answer: B
Explanation:
Solar trackers align panels to follow sun movement.
Question 5387

The biggest challenge of renewable energy is?

Correct Answer: B
Explanation:
Renewable sources like wind/solar are not always available.
Question 5388

Which renewable technology uses mirrors to focus sunlight?

Correct Answer: B
Explanation:
CSP uses mirrors to concentrate sunlight for heat.
Question 5389

Hydrogen can be produced using?

Correct Answer: A
Explanation:
Electrolysis splits water into hydrogen and oxygen.
Question 5390

The unit of refrigeration is?

Correct Answer: A
Explanation:
The refrigeration effect is measured in tons of refrigeration.
Question 5391

1 Ton of refrigeration equals?

Correct Answer: D
Explanation:
1 TR = 12,000 BTU/hr or approx. 3.5 kW.
Question 5392

The most commonly used refrigerant in domestic refrigerators is?

Correct Answer: B
Explanation:
R-134a is widely used in domestic refrigerators.
Question 5393

COP of a refrigerator is?

Correct Answer: C
Explanation:
COP = Refrigeration effect (heat absorbed) / Work input.
Question 5394

In refrigeration, the evaporator is used to?

Correct Answer: B
Explanation:
Evaporator absorbs heat from the space to be cooled.
Question 5395

The compressor in a refrigeration system increases?

Correct Answer: A
Explanation:
A compressor raises both pressure and temperature of refrigerant.
Question 5396

The ideal refrigeration cycle is?

Correct Answer: C
Explanation:
Refrigeration follows a reverse Carnot cycle.
Question 5397

Which refrigerant is ammonia?

Correct Answer: C
Explanation:
Ammonia is designated as R-717.
Question 5398

Which refrigeration component rejects heat?

Correct Answer: A
Explanation:
Condenser rejects heat to surrounding.
Question 5399

Saturated liquid-vapor mixture is found in?

Correct Answer: D
Explanation:
Expansion valve produces low-pressure saturated mixture.
Question 5400

Which expansion device is used in domestic refrigerators?

Correct Answer: B
Explanation:
Capillary tubes are simple and widely used in fridges.
Question 5401

The refrigerant should have?

Correct Answer: B
Explanation:
A good refrigerant has a low boiling point.
Question 5402

The purpose of superheating refrigerant is?

Correct Answer: B
Explanation:
Superheating protects compressor from liquid slugging.
Question 5403

Which of the following is an eco-friendly refrigerant?

Correct Answer: B
Explanation:
R-600a (isobutane) is eco-friendly with low GWP.
Question 5404

Which refrigerant is used in large industrial plants?

Correct Answer: A
Explanation:
Ammonia is widely used in industrial refrigeration.
Question 5405

The main function of a thermostat is to?

Correct Answer: B
Explanation:
Thermostat regulates desired temperature.
Question 5406

Humidity is measured using?

Correct Answer: B
Explanation:
A hygrometer measures humidity of air.
Question 5407

The most efficient refrigeration cycle is?

Correct Answer: C
Explanation:
Reverse Carnot cycle is theoretically most efficient.
Question 5408

In air conditioning, ACH stands for?

Correct Answer: B
Explanation:
ACH = Air changes per hour.
Question 5409

The device used to control refrigerant flow is?

Correct Answer: C
Explanation:
Expansion valve regulates flow and pressure.
Question 5410

Psychrometry deals with?

Correct Answer: B
Explanation:
Psychrometry studies properties of air-water vapor mixtures.
Question 5411

The comfort air temperature range is?

Correct Answer: C
Explanation:
Comfort cooling range is approximately 22–26°C.
Question 5412

Dehumidification means?

Correct Answer: B
Explanation:
Dehumidification removes moisture from air.
Question 5413

Refrigerants with zero ODP are?

Correct Answer: D
Explanation:
Ammonia and natural refrigerants have zero ODP.
Question 5414

The purpose of a condenser fan is to?

Correct Answer: C
Explanation:
Condenser fan enhances heat transfer to air.
Question 5415

Which coefficient indicates cooling performance?

Correct Answer: A
Explanation:
COP is the ratio of cooling effect to work input.
Question 5416

The dryness fraction at expansion valve outlet is?

Correct Answer: C
Explanation:
Expansion produces low-pressure wet refrigerant.
Question 5417

The refrigerant should be?

Correct Answer: C
Explanation:
Good refrigerant should be safe and non-corrosive.
Question 5418

Which cycle is used in air refrigeration systems?

Correct Answer: B
Explanation:
Air refrigeration works on reverse Brayton cycle.
Question 5419

The chemical formula of Ammonia is?

Correct Answer: B
Explanation:
Ammonia is chemically NH₃.
Question 5420

Sensible heat involves?

Correct Answer: B
Explanation:
Sensible heat changes temperature only.
Question 5421

Latent heat involves?

Correct Answer: C
Explanation:
Latent heat causes phase change without temperature change.
Question 5422

The pressure of refrigerant in evaporator is?

Correct Answer: C
Explanation:
Evaporator operates at low pressure to absorb heat.
Question 5423

In AC systems, the filter’s purpose is to?

Correct Answer: C
Explanation:
Filters remove dust and impurities from air.
Question 5424

Frost formation occurs on evaporator due to?

Correct Answer: A
Explanation:
High moisture freezes on evaporator coils.
Question 5425

Which refrigerant is safest for the environment?

Correct Answer: D
Explanation:
Hydrocarbons have low GWP & zero ODP.
Question 5426

The main purpose of insulation in refrigeration is to?

Correct Answer: B
Explanation:
Insulation prevents external heat entering system.
Question 5427

Which refrigerant is used in vapor absorption systems?

Correct Answer: C
Explanation:
Absorption systems commonly use NH₃–H₂O pair.
Question 5428

Production Planning and Control mainly deals with?

Correct Answer: B
Explanation:
PPC ensures smooth and efficient production operations.
Question 5429

Which of the following is the first step in PPC?

Correct Answer: D
Explanation:
Planning is the initial step of PPC.
Question 5430

Routing in PPC refers to?

Correct Answer: B
Explanation:
Routing defines the path of workflow.
Question 5431

Scheduling determines?

Correct Answer: B
Explanation:
Scheduling fixes timing and sequence of operations.
Question 5432

Dispatching is associated with?

Correct Answer: A
Explanation:
Dispatching releases orders for production.
Question 5433

Follow-up in PPC ensures?

Correct Answer: B
Explanation:
Follow-up helps track and control production progress.
Question 5434

Gantt chart is used for?

Correct Answer: B
Explanation:
Gantt chart is widely used for scheduling activities.
Question 5435

Which PPC function decides plant capacity?

Correct Answer: B
Explanation:
Loading matches jobs with machine capacity.
Question 5436

Work study is used for?

Correct Answer: B
Explanation:
Work study aims to improve productivity by analyzing work.
Question 5437

Production control ensures?

Correct Answer: A
Explanation:
Production control ensures timely delivery and quality.
Question 5438

Which of these is a production system?

Correct Answer: A
Explanation:
Batch production is a type of production system.
Question 5439

Mass production is suitable for?

Correct Answer: B
Explanation:
Mass production works for high-volume products.
Question 5440

Job production deals with?

Correct Answer: A
Explanation:
Job production focuses on unique customized products.
Question 5441

Which tool is used for work measurement?

Correct Answer: A
Explanation:
Time study uses stopwatch for work measurement.
Question 5442

The main objective of PPC is?

Correct Answer: B
Explanation:
PPC optimizes all production resources.
Question 5443

Economic Order Quantity (EOQ) is related to?

Correct Answer: B
Explanation:
EOQ decides optimum quantity of material ordered.
Question 5444

Lead time is the time between?

Correct Answer: A
Explanation:
Lead time is duration between placing and receiving order.
Question 5445

The purpose of ABC analysis is?

Correct Answer: A
Explanation:
ABC analysis classifies inventory based on value.
Question 5446

PERT chart is used for?

Correct Answer: B
Explanation:
PERT is a project planning and control tool.
Question 5447

The term JIT stands for?

Correct Answer: B
Explanation:
JIT reduces inventory by producing only when needed.
Question 5448

Kanban is a?

Correct Answer: A
Explanation:
Kanban is a visual scheduling system.
Question 5449

Break-even point occurs when?

Correct Answer: A
Explanation:
The <b>break-even point is the stage</b> where total revenue equals total cost, resulting in neither profit nor loss. At this point, a business covers all its fixed and variable expenses through sales. It is an important concept in business and accounting because it helps companies determine the minimum sales needed to avoid losses. Managers use break-even analysis for planning production, pricing products, and making financial decisions. Understanding the <b>break-even point helps </b>businesses improve profitability and maintain financial stability in competitive markets and industries.
Question 5450

A bottleneck in production means?

Correct Answer: B
Explanation:
Bottleneck is the slowest process limiting productivity.
Question 5451

Work-in-progress (WIP) refers to?

Correct Answer: B
Explanation:
WIP includes items in different stages of production.
Question 5452

Which production system is most flexible?

Correct Answer: C
Explanation:
Project production is highly flexible for unique tasks.
Question 5453

MRP stands for?

Correct Answer: A
Explanation:
MRP helps in planning materials required for production.
Question 5454

Process layout is preferred for?

Correct Answer: A
Explanation:
Process layout suits job shops with high variety.
Question 5455

Product layout is mainly used in?

Correct Answer: B
Explanation:
Product layout suits continuous flow or assembly operations.
Question 5456

Forecasting helps in?

Correct Answer: A
Explanation:
Forecasting predicts future demand.
Question 5457

Safety stock is kept to avoid?

Correct Answer: B
Explanation:
Safety stock prevents shortage due to demand variation.
Question 5458

Routing sheet contains?

Correct Answer: B
Explanation:
Routing sheet lists the operation flow.
Question 5459

Line balancing aims to?

Correct Answer: B
Explanation:
Line balancing reduces worker idle time.
Question 5460

Production control ensures?

Correct Answer: B
Explanation:
Production control ensures timely completion of tasks.
Question 5461

Inventory turnover ratio indicates?

Correct Answer: B
Explanation:
Inventory turnover shows how often inventory is consumed.
Question 5462

Standard time includes?

Correct Answer: B
Explanation:
Standard time includes basic time plus allowances.
Question 5463

Poka-yoke concept is used for?

Correct Answer: B
Explanation:
Poka-yoke prevents mistakes in manufacturing.
Question 5464

Lean manufacturing aims to remove?

Correct Answer: A
Explanation:
Lean manufacturing eliminates all types of waste.
Question 5465

SMED is related to?

Correct Answer: A
Explanation:
SMED stands for Single Minute Exchange of Die.
Question 5466

Which one is NOT a type of production planning?

Correct Answer: C
Explanation:
Customer planning is not part of PPC.
Question 5467

Metrology is the science of?

Correct Answer: B
Explanation:
Metrology deals with the science of measurement.
Question 5468

The main purpose of metrology is?

Correct Answer: B
Explanation:
Metrology ensures accuracy and precision in measurements.
Question 5469

A Vernier caliper can measure up to an accuracy of?

Correct Answer: B
Explanation:
Typical Vernier caliper accuracy is 0.02 mm.
Question 5470

The least count of a micrometer is usually?

Correct Answer: B
Explanation:
Micrometers normally have 0.01 mm least count.
Question 5471

Pitch of a metric screw thread is measured in?

Correct Answer: B
Explanation:
Metric thread pitch is measured in millimeters.
Question 5472

Slip gauges are used for?

Correct Answer: B
Explanation:
Slip gauges provide highly accurate measurements.
Question 5473

Which instrument measures small angular distances?

Correct Answer: B
Explanation:
Sine bar is used for precise angular measurements.
Question 5474

A dial indicator is used to measure?

Correct Answer: B
Explanation:
Dial indicators measure small linear displacements.
Question 5475

Which instrument is used for measuring internal diameter?

Correct Answer: B
Explanation:
Inside micrometers measure internal diameters.
Question 5476

Surface plate is made of?

Correct Answer: B
Explanation:
Granite surface plates provide high accuracy.
Question 5477

Which is used for flatness measurement?

Correct Answer: B
Explanation:
Straight edge is used to check flatness.
Question 5478

Gauge blocks are also called?

Correct Answer: A
Explanation:
Gauge blocks are also called slip gauges.
Question 5479

Which instrument measures hardness?

Correct Answer: A
Explanation:
Rockwell tester measures hardness of materials.
Question 5480

Which is NOT a type of fit?

Correct Answer: C
Explanation:
Tolerance is measurement variation, not a fit type.
Question 5481

H7/g6 refers to?

Correct Answer: B
Explanation:
H7/g6 denotes a specified fit between hole and shaft.
Question 5482

Tolerance is?

Correct Answer: B
Explanation:
Tolerance is permissible variation in size.
Question 5483

Feeler gauges measure?

Correct Answer: B
Explanation:
Feeler gauges check gap widths.
Question 5484

Roundness is checked using?

Correct Answer: C
Explanation:
Roundness testers measure circularity errors.
Question 5485

Which instrument is used to measure gear tooth profile?

Correct Answer: A
Explanation:
Gear tooth calipers measure gear tooth dimensions.
Question 5486

Straightness error is checked using?

Correct Answer: B
Explanation:
Straight edges with dial gauges measure straightness.
Question 5487

Which type of error occurs due to wear of instrument?

Correct Answer: B
Explanation:
Systematic errors occur due to instrument wear.
Question 5488

Precision refers to?

Correct Answer: B
Explanation:
Precision means repeatability of measurement results.
Question 5489

Accuracy refers to?

Correct Answer: A
Explanation:
Accuracy is closeness to true value.
Question 5490

The instrument used for thread measurement is?

Correct Answer: B
Explanation:
Thread gauges are used to check threads.
Question 5491

Interferometer works based on?

Correct Answer: B
Explanation:
Interferometers measure dimensions using light interference.
Question 5492

Go-No-Go gauges are used for?

Correct Answer: B
Explanation:
Go/No-Go gauges check if dimension lies within limits.
Question 5493

Which gauge checks bore diameter?

Correct Answer: B
Explanation:
Plug gauges check internal diameters.
Question 5494

Which factor affects measurement accuracy?

Correct Answer: A
Explanation:
Temperature variations affect measurement accuracy.
Question 5495

Profile projector is used for?

Correct Answer: B
Explanation:
Profile projectors check dimensions and profiles.
Question 5496

Micrometer screw gauge works on?

Correct Answer: B
Explanation:
Micrometers use the screw principle for measurements.
Question 5497

Which is used to measure small angles up to high precision?

Correct Answer: C
Explanation:
Sine bars measure very accurate small angles.
Question 5498

Universal measuring machine is used for?

Correct Answer: B
Explanation:
UMM measures many geometric features.
Question 5499

Which error is unpredictable?

Correct Answer: A
Explanation:
Random errors are unpredictable in nature.
Question 5500

Which symbol indicates upper deviation?

Correct Answer: A
Explanation:
es represents upper deviation for shafts.
Question 5501

Calibration of instruments ensures?

Correct Answer: B
Explanation:
Calibration ensures accuracy of measuring instruments.
Question 5502

Roundness error is maximum difference between?

Correct Answer: A
Explanation:
Roundness error is the difference between max and min radius.
Question 5503

Which gauge checks external threads?

Correct Answer: B
Explanation:
Ring gauges check external threads.
Question 5504

Tolerance grade IT01 means?

Correct Answer: B
Explanation:
IT01 denotes extremely fine tolerance.
Question 5505

Laser interferometer is used for?

Correct Answer: A
Explanation:
Laser interferometers measure linear dimensions very accurately.
Question 5506

Mechatronics is a combination of?

Correct Answer: A
Explanation:
Mechatronics integrates mechanical engineering with electronics.
Question 5507

A microcontroller is used for?

Correct Answer: B
Explanation:
Microcontrollers control devices and processes.
Question 5508

Which sensor detects temperature?

Correct Answer: A
Explanation:
Thermocouple measures temperature changes.
Question 5509

PLC stands for?

Correct Answer: A
Explanation:
PLC stands for Programmable Logic Controller.
Question 5510

Which actuator converts electrical energy to mechanical motion?

Correct Answer: B
Explanation:
Motors convert electrical energy into mechanical movement.
Question 5511

A robot is controlled using?

Correct Answer: B
Explanation:
Controllers manage robot movement and functions.
Question 5512

Which sensor detects position?

Correct Answer: A
Explanation:
Potentiometers are used as position sensors.
Question 5513

Which programming language is widely used in Mechatronics?

Correct Answer: B
Explanation:
Python is widely used for automation and robotics.
Question 5514

Which device is used for digital-to-analog conversion?

Correct Answer: B
Explanation:
DAC converts digital signals to analog.
Question 5515

SCADA stands for?

Correct Answer: A
Explanation:
SCADA monitors and controls industrial processes.
Question 5516

Which device measures acceleration?

Correct Answer: A
Explanation:
Accelerometers measure acceleration and vibration.
Question 5517

A closed-loop system contains?

Correct Answer: D
Explanation:
Closed-loop systems use sensors, motors and feedback.
Question 5518

Which system corrects errors automatically?

Correct Answer: B
Explanation:
Closed-loop systems automatically correct errors via feedback.
Question 5519

PID controller stands for?

Correct Answer: A
Explanation:
PID stands for Proportional, Integral, and Derivative control.
Question 5520

Which sensor works on change in resistance?

Correct Answer: D
Explanation:
All these sensors work on change in resistance.
Question 5521

Stepper motors are used for?

Correct Answer: A
Explanation:
Stepper motors provide precise movement control.
Question 5522

Which communication protocol is used in automation?

Correct Answer: B
Explanation:
Modbus is widely used in industrial automation.
Question 5523

MEMS stands for?

Correct Answer: A
Explanation:
MEMS are miniaturized mechanical and electrical systems.
Question 5524

Which device measures pressure?

Correct Answer: A
Explanation:
Barometer or pressure sensor measures pressure.
Question 5525

Encoder is used to measure?

Correct Answer: B
Explanation:
Encoders measure angular or linear position.
Question 5526

Actuators are used for?

Correct Answer: C
Explanation:
Actuators create movement or action.
Question 5527

A microprocessor differs from microcontroller because?

Correct Answer: A
Explanation:
Microcontrollers contain RAM/ROM/peripherals built-in.
Question 5528

Which of these is an input device?

Correct Answer: B
Explanation:
Sensors are input devices.
Question 5529

Which of these is an output device?

Correct Answer: C
Explanation:
Relays act as output actuating devices.
Question 5530

Which law governs heat sensors?

Correct Answer: B
Explanation:
Seebeck effect governs thermocouples.
Question 5531

Which device stores electrical energy?

Correct Answer: C
Explanation:
Capacitors store electrical energy.
Question 5532

Which device is used for proximity sensing?

Correct Answer: B
Explanation:
Ultrasonic sensors detect nearby objects.
Question 5533

Which motor is best for robotics?

Correct Answer: D
Explanation:
Servo and stepper motors are ideal for robotics.
Question 5534

Which sensor detects vibration?

Correct Answer: A
Explanation:
Accelerometers detect vibration and acceleration.
Question 5535

Fuzzy logic is used in?

Correct Answer: D
Explanation:
Fuzzy logic is widely used in intelligent systems.
Question 5536

Which system has no feedback?

Correct Answer: A
Explanation:
Open-loop systems work without feedback.
Question 5537

Which component is used for signal conditioning?

Correct Answer: A
Explanation:
Operational amplifiers are used for signal conditioning.
Question 5538

Which sensor detects magnetic field?

Correct Answer: A
Explanation:
Hall sensors detect magnetic fields.
Question 5539

Which device converts physical quantity to electrical signal?

Correct Answer: B
Explanation:
Transducers convert physical signals into electrical form.
Question 5540

DAQ stands for?

Correct Answer: A
Explanation:
DAQ stands for Data Acquisition system.
Question 5541

Which device is used to display output in automation?

Correct Answer: B
Explanation:
HMI is Human Machine Interface for display and control.
Question 5542

Servo motor control uses?

Correct Answer: A
Explanation:
Servo motors use continuous feedback for precise control.
Question 5543

Smart sensors contain?

Correct Answer: A
Explanation:
Smart sensors have built-in microprocessors.
Question 5544

Robotics comes under which field?

Correct Answer: A
Explanation:
Robotics is a major branch of Mechatronics.
Question 5545

Which law states that stress is directly proportional to strain within elastic limit?

Correct Answer: B
Explanation:
Hooke’s law defines linear stress–strain relation.
Question 5546

The efficiency of an ideal Carnot engine depends on?

Correct Answer: B
Explanation:
Carnot efficiency depends on hot and cold reservoir temperatures.
Question 5547

Which material has highest melting point?

Correct Answer: C
Explanation:
Tungsten has the highest melting point among metals.
Question 5548

The moment of inertia depends on?

Correct Answer: C
Explanation:
MOI depends on how mass is distributed about axis.
Question 5549

Which cycle is used in petrol engines?

Correct Answer: A
Explanation:
SI engines operate on Otto cycle.
Question 5550

Entropy is a measure of?

Correct Answer: B
Explanation:
Entropy represents disorder or randomness.
Question 5551

The unit of power is?

Correct Answer: C
Explanation:
Power is measured in watts.
Question 5552

Which fluid property enables flying of airplanes?

Correct Answer: B
Explanation:
Lift force allows airplanes to fly.
Question 5553

Which welding process uses a non-consumable electrode?

Correct Answer: C
Explanation:
TIG welding uses a tungsten non-consumable electrode.
Question 5554

The Reynolds number determines?

Correct Answer: A
Explanation:
Reynolds number classifies laminar or turbulent flow.
Question 5555

Creep failure occurs at?

Correct Answer: B
Explanation:
Creep occurs at high temperature and long duration loads.
Question 5556

The property of material to absorb energy before fracture is?

Correct Answer: C
Explanation:
Tough materials absorb high energy before breaking.
Question 5557

Which gear is used for intersecting shafts?

Correct Answer: C
Explanation:
Bevel gears connect intersecting shafts.
Question 5558

Which mechanism converts rotary motion to linear motion?

Correct Answer: B
Explanation:
Cam-follower converts rotary to reciprocating motion.
Question 5559

Which law governs buoyant force?

Correct Answer: B
Explanation:
Archimedes principle describes buoyancy.
Question 5560

Hardness test using diamond pyramid is called?

Correct Answer: C
Explanation:
Vickers test uses a diamond pyramid.
Question 5561

Diesel engines work on which cycle?

Correct Answer: C
Explanation:
CI engines operate on Diesel cycle.
Question 5562

Which law explains lift force on aircraft wings?

Correct Answer: B
Explanation:
Bernoulli principle explains lift on wings.
Question 5563

Lathe machine primarily performs?

Correct Answer: C
Explanation:
Lathe is mainly used for turning operations.
Question 5564

A flywheel controls?

Correct Answer: C
Explanation:
Flywheel smoothens speed variations.
Question 5565

Which casting method uses sand?

Correct Answer: C
Explanation:
Sand casting uses sand molds.
Question 5566

Supercharging increases?

Correct Answer: A
Explanation:
Superchargers increase intake air pressure.
Question 5567

Which turbine works on impulse principle?

Correct Answer: B
Explanation:
Pelton wheel is an impulse turbine.
Question 5568

Which belt drive has highest power transmission?

Correct Answer: B
Explanation:
V-belts provide best grip and power transmission.
Question 5569

Heat transfer without any medium occurs by?

Correct Answer: C
Explanation:
Radiation can occur through vacuum.
Question 5570

The ratio of output to input force in a machine is?

Correct Answer: C
Explanation:
Mechanical advantage is output force / input force.
Question 5571

Which machining process uses abrasive particles?

Correct Answer: B
Explanation:
Grinding uses abrasives for finishing.
Question 5572

Brake power is measured using?

Correct Answer: A
Explanation:
Dynamometers measure brake power of engines.
Question 5573

The neutral axis of a beam carries?

Correct Answer: B
Explanation:
Stress at neutral axis is zero.
Question 5574

The term CNC stands for?

Correct Answer: B
Explanation:
CNC means Computer Numerical Control.
Question 5575

Which boiler is water-tube type?

Correct Answer: C
Explanation:
Babcock & Wilcox is a water-tube boiler.
Question 5576

Viscosity is the property of?

Correct Answer: B
Explanation:
Viscosity means internal resistance to fluid flow.
Question 5577

Which law explains pressure increase in an enclosed fluid?

Correct Answer: B
Explanation:
Pascal’s law governs fluid pressure transmission.
Question 5578

The air standard efficiency of Otto cycle depends on?

Correct Answer: B
Explanation:
The Otto cycle is an ideal thermodynamic cycle used in petrol or spark ignition engines. The air standard efficiency of the Otto cycle mainly depends on the compression ratio of the engine. Compression ratio is the ratio between the maximum and minimum volume inside the cylinder. When the compression ratio increases, the thermal efficiency of the Otto cycle also increases. This happens because higher compression allows better conversion of heat energy into mechanical work.
<br>
The efficiency of the Otto cycle is given by a formula that includes the compression ratio and the specific heat ratio of air. It does not directly depend on the type of fuel used, engine size, or cylinder material. Although these factors may affect engine performance in practical situations, the ideal air standard efficiency is determined mainly by the compression ratio.
<br>
In petrol engines, engineers try to increase the compression ratio to improve fuel efficiency and engine performance. However, very high compression ratios can cause engine knocking, so a suitable balance is maintained. Understanding the Otto cycle is important in mechanical and automobile engineering because it explains the working principle of internal combustion engines. <b>Therefore, the correct answer is B. Compression ratio.</b>
Question 5579

Which bearing has rolling elements?

Correct Answer: B
Explanation:
Ball bearings use rolling elements.
Question 5580

Which machining process removes material chemically?

Correct Answer: A
Explanation:
Chemical machining uses etching process.
Question 5581

The device converting heat energy into mechanical energy is?

Correct Answer: C
Explanation:
Engines convert heat energy into mechanical motion.
Question 5582

A mechanism with no degrees of freedom is called?

Correct Answer: C
Explanation:
Structure has zero freedom of movement.
Question 5583

Which boiler part stores steam?

Correct Answer: C
Explanation:
The steam drum collects and stores steam.
Question 5584

Manufacturing is the process of converting?

Correct Answer: A
Explanation:
Manufacturing transforms raw materials into useful products.
Question 5585

Which process is used for producing complex shapes?

Correct Answer: A
Explanation:
Casting is suitable for complex 3D shapes.
Question 5586

The basic manufacturing process that removes material is?

Correct Answer: B
Explanation:
Machining removes material from workpiece.
Question 5587

The hardest cutting tool material is?

Correct Answer: C
Explanation:
Diamond is the hardest known material.
Question 5588

Which process uses a non-consumable electrode?

Correct Answer: B
Explanation:
TIG welding uses a tungsten non-consumable electrode.
Question 5589

Hot working is performed?

Correct Answer: C
Explanation:
Hot working is done above recrystallization temp.
Question 5590

Cold working increases?

Correct Answer: B
Explanation:
Cold working increases strength and hardness.
Question 5591

The process of joining two metals by melting filler material is?

Correct Answer: A
Explanation:
Welding melts and joins metals permanently.
Question 5592

Which test measures hardness?

Correct Answer: B
Explanation:
Brinell test measures hardness.
Question 5593

Which process is used for sheet metal bending?

Correct Answer: B
Explanation:
Forming bends sheet metal into desired shape.
Question 5594

The tool used in turning operation is called?

Correct Answer: B
Explanation:
Lathe tool is used for turning.
Question 5595

Which casting defect is caused by trapped gas?

Correct Answer: A
Explanation:
Blowholes appear due to gas trapped in mold.
Question 5596

Which furnace is used for steel making?

Correct Answer: D
Explanation:
Electric arc furnace is common for steel production.
Question 5597

Carburizing is a process used to increase?

Correct Answer: A
Explanation:
Carburizing increases surface hardness.
Question 5598

Powder metallurgy involves?

Correct Answer: B
Explanation:
Powder metallurgy compacts metal powders.
Question 5599

The cutting fluid is used to?

Correct Answer: B
Explanation:
Cutting fluids reduce heat and friction.
Question 5600

Tool life is governed by?

Correct Answer: A
Explanation:
Taylor’s equation predicts tool life.
Question 5601

Which manufacturing process uses abrasives?

Correct Answer: B
Explanation:
Grinding uses abrasive particles.
Question 5602

The speed of the cutting tool in lathe is measured in?

Correct Answer: A
Explanation:
Cutting speed is measured as meters per minute.
Question 5603

Broaching is used for?

Correct Answer: B
Explanation:
Broaching is ideal for internal keyways.
Question 5604

The process of removing burrs is called?

Correct Answer: A
Explanation:
Deburring removes sharp edges/burrs from components.
Question 5605

Which machining process is non-traditional?

Correct Answer: B
Explanation:
ECM is Electrochemical Machining, a non-traditional process.
Question 5606

Gas cutting uses?

Correct Answer: B
Explanation:
Oxy-acetylene flame is used for gas cutting.
Question 5607

Shaper machine works on?

Correct Answer: B
Explanation:
Shaper uses reciprocating tool motion.
Question 5608

Injection molding is used for?

Correct Answer: B
Explanation:
Injection molding forms plastic components.
Question 5609

Forging is done to?

Correct Answer: B
Explanation:
Forging shapes metal using compressive forces.
Question 5610

Which process produces the best surface finish?

Correct Answer: B
Explanation:
Grinding gives superior surface finish.
Question 5611

The allowance provided in casting is for?

Correct Answer: A
Explanation:
Machining allowance compensates for metal removal.
Question 5612

In welding, spatter refers to?

Correct Answer: B
Explanation:
Spatter is unwanted metal droplets during welding.
Question 5613

Ceramics are generally?

Correct Answer: B
Explanation:
Ceramics are hard and brittle.
Question 5614

Extrusion is used to produce?

Correct Answer: A
Explanation:
Extrusion produces rods, tubes, and hollow sections.
Question 5615

In machining, rake angle is provided on?

Correct Answer: A
Explanation:
Rake angle is a tool geometry parameter.
Question 5616

Which joining process uses a filler metal but no melting of base metal?

Correct Answer: B
Explanation:
Brazing joins metals without melting base metal.
Question 5617

Pattern in casting is used to?

Correct Answer: B
Explanation:
Pattern creates mold cavity for casting.
Question 5618

Reaming is used to?

Correct Answer: B
Explanation:
Reaming improves accuracy and finish of holes.
Question 5619

In EDM, the material is removed by?

Correct Answer: B
Explanation:
EDM removes material by spark erosion.
Question 5620

The best material for lathe bed is?

Correct Answer: C
Explanation:
Cast iron has high damping capacity.
Question 5621

Which one is a bulk deformation process?

Correct Answer: B
Explanation:
Forging involves large plastic deformation.
Question 5622

Sprue is a part of?

Correct Answer: B
Explanation:
Sprue allows molten metal to enter mold cavity.
Question 5623

Which process uses punch and die?

Correct Answer: B
Explanation:
Punch and die are used for sheet metal forming.
Question 5624

The file used for finishing curved surfaces is?

Correct Answer: B
Explanation:
Half-round file works well for curved surfaces.
Question 5625

Spray painting uses which principle?

Correct Answer: B
Explanation:
Spray painting atomizes paint into fine droplets.
Question 5626

Machine design is concerned with?

Correct Answer: B
Explanation:
Machine design deals with designing machine elements.
Question 5627

Factor of safety is defined as?

Correct Answer: B
Explanation:
FOS = Ultimate stress / Allowable stress.
Question 5628

Endurance limit is associated with?

Correct Answer: C
Explanation:
Endurance limit is used for fluctuating or fatigue loading.
Question 5629

Shafts are designed based on?

Correct Answer: C
Explanation:
Shafts experience both torsion and bending.
Question 5630

Keys are used for?

Correct Answer: C
Explanation:
Keys are used to transmit torque between shaft and hub.
Question 5631

The most commonly used key is?

Correct Answer: B
Explanation:
Square key is widely used in machine design.
Question 5632

A bolt is primarily subjected to?

Correct Answer: A
Explanation:
Bolts are mainly loaded in tension.
Question 5633

Preferred material for gears is?

Correct Answer: C
Explanation:
Alloy steels offer good strength and hardness for gears.
Question 5634

Which bearing has least friction?

Correct Answer: B
Explanation:
Rolling contact (ball) bearings have lowest friction.
Question 5635

Which theory is best for ductile materials?

Correct Answer: C
Explanation:
Von Mises theory is recommended for ductile materials.
Question 5636

Which joint is permanent?

Correct Answer: B
Explanation:
Welded joints cannot be disassembled easily.
Question 5637

Cotter joint is used for?

Correct Answer: B
Explanation:
Cotter joints connect rods under axial pulling/pushing.
Question 5638

The design stress should be?

Correct Answer: B
Explanation:
Design stress is always below ultimate stress.
Question 5639

The surface finish improves by?

Correct Answer: C
Explanation:
Grinding gives best surface finish.
Question 5640

Buckling occurs in?

Correct Answer: B
Explanation:
Long slender columns fail by buckling.
Question 5641

A thick cylinder experiences maximum stress at?

Correct Answer: B
Explanation:
Internal pressure causes max stress at inner surface.
Question 5642

Flywheel stores?

Correct Answer: C
Explanation:
Flywheel stores rotational kinetic energy.
Question 5643

Creep is time-dependent deformation under?

Correct Answer: B
Explanation:
Creep occurs under high temperature and constant load.
Question 5644

Stress concentration is reduced by?

Correct Answer: C
Explanation:
Fillets reduce stress concentration.
Question 5645

Shear stress in a circular shaft is maximum at?

Correct Answer: C
Explanation:
Shear stress increases from center to outer surface.
Question 5646

Which thread is used for power transmission?

Correct Answer: C
Explanation:
Square threads have high efficiency for power transmission.
Question 5647

Which clutch uses centrifugal force?

Correct Answer: B
Explanation:
Centrifugal clutch engages automatically at high speed.
Question 5648

Wear in bearings is reduced by?

Correct Answer: B
Explanation:
Lubrication reduces wear.
Question 5649

Which material is used for bearings?

Correct Answer: B
Explanation:
Bronze has good anti-friction properties.
Question 5650

Cam followers convert?

Correct Answer: B
Explanation:
Cams convert rotary to reciprocating motion.
Question 5651

In welded joints, strength depends on?

Correct Answer: B
Explanation:
Good penetration improves weld strength.
Question 5652

In shafts, fatigue failure occurs due to?

Correct Answer: B
Explanation:
Fatigue occurs due to repeated load variations.
Question 5653

The factor used to account for stress concentration is?

Correct Answer: B
Explanation:
Kt is stress concentration factor.
Question 5654

The maximum shear stress theory is called?

Correct Answer: C
Explanation:
Tresca is maximum shear stress theory.
Question 5655

Fillet welds are used for?

Correct Answer: B
Explanation:
Fillet welds commonly join lap joints.
Question 5656

Which material is best for springs?

Correct Answer: B
Explanation:
High-carbon steel offers required elasticity.
Question 5657

A column fails in buckling when?

Correct Answer: B
Explanation:
Long slender columns buckle under compressive loads.
Question 5658

Knuckle joint is used for?

Correct Answer: B
Explanation:
Knuckle joints carry tensile loads.
Question 5659

Shrink fit joints use?

Correct Answer: B
Explanation:
Shrink fits rely on interference after cooling.
Question 5660

A rivet joint is?

Correct Answer: B
Explanation:
Riveted joints are permanent.
Question 5661

Soderberg equation is used for?

Correct Answer: B
Explanation:
Soderberg equation is for fatigue failure.
Question 5662

Bending stress varies?

Correct Answer: A
Explanation:
Bending stress varies linearly from neutral axis.
Question 5663

In machine design, endurance limit applies to?

Correct Answer: C
Explanation:
Endurance limit applies to fluctuating/reversed stresses.
Question 5664

Industrial Engineering is mainly concerned with?

Correct Answer: B
Explanation:
IE focuses on improving efficiency of processes and systems.
Question 5665

The father of scientific management is?

Correct Answer: B
Explanation:
Frederick Taylor is known as father of scientific management.
Question 5666

Time study is used to determine?

Correct Answer: B
Explanation:
Time study sets standard time for operations.
Question 5667

Motion study was developed by?

Correct Answer: C
Explanation:
Frank and Lillian Gilbreth developed motion study.
Question 5668

The chart used for scheduling is?

Correct Answer: B
Explanation:
Gantt chart is commonly used for scheduling.
Question 5669

The aim of method study is?

Correct Answer: B
Explanation:
Method study improves productivity by better work methods.
Question 5670

Work sampling is used to estimate?

Correct Answer: B
Explanation:
Work sampling gives percentage of time spent in activities.
Question 5671

Kanban is used in?

Correct Answer: A
Explanation:
Kanban is a visual tool of lean manufacturing.
Question 5672

The main objective of plant layout is?

Correct Answer: B
Explanation:
Good layout reduces material handling and transport.
Question 5673

ABC analysis classifies items based on?

Correct Answer: C
Explanation:
ABC classifies inventory by annual usage value.
Question 5674

Economic Order Quantity (EOQ) is used in?

Correct Answer: B
Explanation:
EOQ optimizes inventory ordering costs.
Question 5675

The most flexible type of production system is?

Correct Answer: C
Explanation:
Project production handles unique jobs and high flexibility.
Question 5676

JIT manufacturing aims to?

Correct Answer: B
Explanation:
JIT reduces waste and inventory.
Question 5677

The purpose of PERT is?

Correct Answer: B
Explanation:
PERT helps in planning uncertain project durations.
Question 5678

Critical path in a network defines?

Correct Answer: A
Explanation:
Critical path has the longest time and no float.
Question 5679

Work measurement includes?

Correct Answer: D
Explanation:
Work measurement uses various techniques.
Question 5680

The 5S concept originated in?

Correct Answer: B
Explanation:
5S housekeeping system originated from Japan.
Question 5681

In plant layout, line layout is suited for?

Correct Answer: B
Explanation:
Line layout suits mass production.
Question 5682

Safety stock is kept to handle?

Correct Answer: C
Explanation:
Safety stock prevents stockouts due to variability.
Question 5683

The study of man–machine system is called?

Correct Answer: C
Explanation:
Ergonomics focuses on human–machine interactions.
Question 5684

The formula for productivity is?

Correct Answer: A
Explanation:
Productivity measures output per unit input.
Question 5685

Which is NOT a cost of quality?

Correct Answer: D
Explanation:
Transportation cost is unrelated to quality costs.
Question 5686

SIMO chart is used in?

Correct Answer: B
Explanation:
SIMO chart records simultaneous motions.
Question 5687

The main objective of scheduling is?

Correct Answer: B
Explanation:
Scheduling allocates time and resources.
Question 5688

Which is a pull production system?

Correct Answer: B
Explanation:
Kanban signals production only when needed.
Question 5689

Standard time includes?

Correct Answer: B
Explanation:
Standard time = Basic time + Allowances.
Question 5690

Break-even point occurs when?

Correct Answer: B
Explanation:
Break-even means no profit/no loss.
Question 5691

Plant layout that groups machines by type is?

Correct Answer: B
Explanation:
Process layout groups similar machines.
Question 5692

Which curve represents learning effect?

Correct Answer: B
Explanation:
Learning curve shows improvement with repetition.
Question 5693

Material handling aims to reduce?

Correct Answer: B
Explanation:
Main goal is cost reduction and easy movement.
Question 5694

Productivity can be improved by?

Correct Answer: D
Explanation:
All contribute to higher productivity.
Question 5695

Work study consists of?

Correct Answer: C
Explanation:
Work study = Method study + Work measurement.
Question 5696

FIFO stands for?

Correct Answer: B
Explanation:
FIFO dispatches oldest inventory first.
Question 5697

Which is NOT a type of maintenance?

Correct Answer: D
Explanation:
Inventory maintenance is unrelated.
Question 5698

Kaizen refers to?

Correct Answer: A
Explanation:
Kaizen focuses on continuous small improvements.
Question 5699

The main purpose of quality circles is?

Correct Answer: B
Explanation:
Quality circles involve employees in problem solving.
Question 5700

Material Requirement Planning (MRP) is used for?

Correct Answer: B
Explanation:
MRP plans material procurement.
Question 5701

5S includes?

Correct Answer: A
Explanation:
5S is a Japanese workplace organization method.
Question 5702

The primary goal of industrial engineering is?

Correct Answer: B
Explanation:
IE improves efficiency and minimizes cost.
Question 5703

IC engine stands for?

Correct Answer: B
Explanation:
IC engine burns fuel inside the cylinder.
Question 5704

Which cycle is used in petrol engines?

Correct Answer: B
Explanation:
SI engines operate on Otto cycle.
Question 5705

Diesel engines work on?

Correct Answer: B
Explanation:
CI engines use Diesel cycle.
Question 5706

The ignition in diesel engines is due to?

Correct Answer: C
Explanation:
CI engines ignite fuel by high compression.
Question 5707

The stoichiometric air–fuel ratio for petrol is?

Correct Answer: C
Explanation:
Ideal AFR for petrol is 14.7:1.
Question 5708

In IC engine, scavenging means?

Correct Answer: B
Explanation:
Scavenging removes burnt gases from cylinder.
Question 5709

Compression ratio of petrol engine is?

Correct Answer: A
Explanation:
SI engines usually have 6–10 CR.
Question 5710

Compression ratio of diesel engine is?

Correct Answer: C
Explanation:
CI engines use high compression.
Question 5711

Which component stores lubricating oil?

Correct Answer: B
Explanation:
Oil sump stores engine oil.
Question 5712

Which part converts reciprocating motion to rotary motion?

Correct Answer: C
Explanation:
Crankshaft converts reciprocating motion to rotation.
Question 5713

The function of a carburetor is to?

Correct Answer: B
Explanation:
Carburetor forms appropriate air–fuel mixture.
Question 5714

Fuel used in CI engines is?

Correct Answer: B
Explanation:
Diesel engines use diesel fuel.
Question 5715

Octane number indicates?

Correct Answer: B
Explanation:
Higher octane means better anti-knock quality.
Question 5716

Cetane number indicates?

Correct Answer: A
Explanation:
Cetane indicates ignition quality of diesel.
Question 5717

Knocking occurs due to?

Correct Answer: C
Explanation:
Knocking is due to abnormal or uncontrolled combustion.
Question 5718

The spark plug is used in?

Correct Answer: B
Explanation:
Spark plug ignites air–fuel mixture in SI engines.
Question 5719

The function of a governor is?

Correct Answer: B
Explanation:
Governor maintains constant engine speed.
Question 5720

Turbocharger increases?

Correct Answer: B
Explanation:
Turbocharger compresses intake air.
Question 5721

Supercharging improves?

Correct Answer: B
Explanation:
Supercharging increases engine power.
Question 5722

Pre-ignition happens due to?

Correct Answer: A
Explanation:
Hot carbon deposits cause pre-ignition.
Question 5723

Which of the following is a two-stroke engine part?

Correct Answer: B
Explanation:
2-stroke engines use ports instead of valves.
Question 5724

Power stroke occurs when?

Correct Answer: A
Explanation:
Power stroke pushes piston downward.
Question 5725

Volumetric efficiency is?

Correct Answer: A
Explanation:
Volumetric efficiency shows air intake capability.
Question 5726

Air–fuel ratio in diesel engine is?

Correct Answer: B
Explanation:
Diesel engines use variable AFR.
Question 5727

Crankcase ventilation removes?

Correct Answer: C
Explanation:
Blow-by gases are removed from crankcase.
Question 5728

Cooling system in IC engine prevents?

Correct Answer: B
Explanation:
Cooling prevents overheating of engine.
Question 5729

The ideal efficiency of Diesel cycle depends on?

Correct Answer: C
Explanation:
Diesel cycle depends on CR and cut-off ratio.
Question 5730

The fuel injector is used in?

Correct Answer: C
Explanation:
CI engines use injectors for fuel delivery.
Question 5731

Which emission causes acid rain?

Correct Answer: B
Explanation:
NOx causes acidic compounds in atmosphere.
Question 5732

Catalytic converter reduces?

Correct Answer: A
Explanation:
Catalytic converter reduces harmful emissions.
Question 5733

Main function of piston rings is?

Correct Answer: B
Explanation:
Piston rings seal combustion gases.
Question 5734

Flash point of fuel is?

Correct Answer: B
Explanation:
Flash point determines safety of fuels.
Question 5735

Specific fuel consumption (SFC) is?

Correct Answer: A
Explanation:
SFC = Fuel consumed per unit power.
Question 5736

The calorific value of diesel is approx?

Correct Answer: C
Explanation:
Diesel has around 11000 kcal/kg.
Question 5737

Which turbocharger uses exhaust gases?

Correct Answer: C
Explanation:
Exhaust turbine drives turbocharger.
Question 5738

Spark timing in petrol engine is controlled by?

Correct Answer: C
Explanation:
Ignition system controls spark timing.
Question 5739

Diesel engines operate on?

Correct Answer: A
Explanation:
Diesel engines follow constant-pressure heating.
Question 5740

Stoichiometric mixture means?

Correct Answer: C
Explanation:
Stoichiometric = ideal chemically correct AFR.
Question 5741

Which engine has higher thermal efficiency?

Correct Answer: B
Explanation:
Diesel engines have higher efficiency due to high CR.
Question 5742

Throttle valve is used in?

Correct Answer: B
Explanation:
Throttle controls air-fuel mixture in SI engines.
Question 5743

What is the purpose of camshaft?

Correct Answer: B
Explanation:
Camshaft operates inlet and exhaust valves.
Question 5744

Governor mainly controls?

Correct Answer: A
Explanation:
Governor maintains constant engine speed.
Question 5745

Exhaust gas recirculation (EGR) reduces?

Correct Answer: B
Explanation:
EGR reduces NOx emissions.
Question 5746

The pollution from incomplete combustion is?

Correct Answer: A
Explanation:
Incomplete combustion produces CO.
Question 5747

Turbo lag occurs due to?

Correct Answer: B
Explanation:
Turbo needs time to spool up causing lag.
Question 5748

Air standard efficiency of otto cycle increases with?

Correct Answer: B
Explanation:
Higher CR improves Otto cycle efficiency.
Question 5749

Which sensor detects crankshaft position?

Correct Answer: C
Explanation:
CKP detects crankshaft speed & position.
Question 5750

BSFC stands for?

Correct Answer: A
Explanation:
BSFC measures engine fuel efficiency.
Question 5751

SEO stands for?

Correct Answer: A
Explanation:
SEO means optimizing websites to rank on search engines.
Question 5752

Which is a ranking factor in Google?

Correct Answer: B
Explanation:
Backlinks are major ranking signals.
Question 5753

On-page SEO mainly deals with?

Correct Answer: A
Explanation:
On-page SEO includes content, titles, meta tags.
Question 5754

Which is a keyword research tool?

Correct Answer: B
Explanation:
Keyword Planner is widely used for keyword research.
Question 5755

Which file tells Google which pages to crawl?

Correct Answer: A
Explanation:
robots.txt instructs search engine crawlers.
Question 5756

Sitemap is used for?

Correct Answer: C
Explanation:
Sitemap helps search engines find website pages.
Question 5757

Which tag is used for page title?

Correct Answer: B
Explanation:
Title tag appears in SERP results.
Question 5758

Which is Google’s crawler?

Correct Answer: C
Explanation:
Googlebot crawls websites for Google.
Question 5759

Which metric measures link authority?

Correct Answer: A
Explanation:
Domain Authority & Page Authority measure link strength.
Question 5760

Alt text is used for?

Correct Answer: B
Explanation:
Alt text helps search engines understand images.
Question 5761

The ideal meta description length is?

Correct Answer: A
Explanation:
Meta descriptions should be around 155–160 characters.
Question 5762

Which update targets spammy backlinks?

Correct Answer: B
Explanation:
Penguin penalizes spam backlinks.
Question 5763

Panda update focuses on?

Correct Answer: A
Explanation:
Panda prioritizes high-quality content.
Question 5764

Local SEO improves?

Correct Answer: B
Explanation:
Local SEO targets searches in a specific location.
Question 5765

Canonical tag prevents?

Correct Answer: A
Explanation:
Canonical tag tells Google the preferred URL.
Question 5766

Which is NOT an on-page factor?

Correct Answer: B
Explanation:
Backlinks are off-page SEO.
Question 5767

Keyword stuffing means?

Correct Answer: B
Explanation:
Excessive keyword usage is keyword stuffing.
Question 5768

Mobile-friendly websites are ranked using?

Correct Answer: A
Explanation:
Google uses mobile-first indexing.
Question 5769

Bounce rate indicates?

Correct Answer: B
Explanation:
Bounce rate shows users exiting without engagement.
Question 5770

CTR stands for?

Correct Answer: A
Explanation:
CTR is the percentage of clicks to impressions.
Question 5771

Which improves page speed?

Correct Answer: B
Explanation:
Minification improves load time.
Question 5772

Backlinks created naturally are called?

Correct Answer: B
Explanation:
Editorial links are naturally earned.
Question 5773

H1 tag is used for?

Correct Answer: A
Explanation:
H1 is the main heading of a page.
Question 5774

Long-tail keywords are?

Correct Answer: B
Explanation:
Long-tail are detailed, specific keywords.
Question 5775

Which is a white-hat SEO technique?

Correct Answer: C
Explanation:
White-hat SEO follows ethical techniques.
Question 5776

Which is a black-hat technique?

Correct Answer: B
Explanation:
Keyword stuffing is black-hat.
Question 5777

LSI keywords mean?

Correct Answer: B
Explanation:
LSI are conceptually related terms.
Question 5778

Google Analytics tracks?

Correct Answer: A
Explanation:
Analytics tracks traffic and user activity.
Question 5779

DA stands for?

Correct Answer: A
Explanation:
DA measures domain strength.
Question 5780

Page speed affects?

Correct Answer: A
Explanation:
Speed is a direct ranking factor.
Question 5781

Schema markup helps?

Correct Answer: B
Explanation:
Schema helps generate rich results in SERP.
Question 5782

URL should be?

Correct Answer: B
Explanation:
SEO friendly URLs are short and meaningful.
Question 5783

Which tool checks website issues?

Correct Answer: B
Explanation:
Screaming Frog is used for SEO audit.
Question 5784

Which is a Google ranking signal?

Correct Answer: A
Explanation:
UX affects Google ranking.
Question 5785

Anchor text is?

Correct Answer: A
Explanation:
Anchor text is hyperlink text.
Question 5786

Nofollow link tells Google to?

Correct Answer: B
Explanation:
Nofollow prevents passing authority.
Question 5787

Keyword difficulty indicates?

Correct Answer: A
Explanation:
KD measures competition for ranking.
Question 5788

Organic traffic comes from?

Correct Answer: B
Explanation:
Organic traffic comes from unpaid search.
Question 5789

Which factor improves local SEO?

Correct Answer: A
Explanation:
Google My Business is essential for local SEO.
Question 5790

What does NPA stand for in banking?

Correct Answer: A
Explanation:
NPA refers to loans where interest or principal is overdue for 90 days.
Question 5791

Which organization regulates banks in India?

Correct Answer: B
Explanation:
RBI is the central regulatory authority for banks.
Question 5792

CRR stands for?

Correct Answer: A
Explanation:
CRR is the percentage of deposits to be kept with RBI.
Question 5793

SLR stands for?

Correct Answer: A
Explanation:
SLR is the percentage of reserves held in liquid form.
Question 5794

Which is a type of risk in banking?

Correct Answer: D
Explanation:
Banks face various types of risks including market, credit and operational risk.
Question 5795

Which section of the Banking Regulation Act deals with licensing of banks?

Correct Answer: A
Explanation:
Section 22 deals with licensing of banking companies.
Question 5796

Base rate is the minimum rate set by?

Correct Answer: C
Explanation:
Banks decide their own base rate.
Question 5797

Which bank is known as banker’s bank?

Correct Answer: C
Explanation:
RBI acts as banker to banks.
Question 5798

IFSC code is used for?

Correct Answer: B
Explanation:
IFSC uniquely identifies bank branches for online transfers.
Question 5799

Which act governs money laundering?

Correct Answer: C
Explanation:
PMLA regulates anti-money laundering provisions.
Question 5800

KYC stands for?

Correct Answer: A
Explanation:
KYC is used for customer identity verification.
Question 5801

Priority sector lending includes?

Correct Answer: D
Explanation:
Priority sector covers multiple essential sectors.
Question 5802

Which committee recommended PSL norms?

Correct Answer: A
Explanation:
Nachiket Mor committee gave recommendations on PSL.
Question 5803

CASA accounts refer to?

Correct Answer: A
Explanation:
CASA means Current Account and Savings Account deposits.
Question 5804

Which banking term refers to converting NPAs into securities?

Correct Answer: B
Explanation:
Securitization converts NPAs into tradable securities.
Question 5805

Capital Adequacy Ratio ensures?

Correct Answer: B
Explanation:
CAR ensures banks maintain minimum capital against risk.
Question 5806

Basel norms are related to?

Correct Answer: B
Explanation:
Basel norms define global banking risk rules.
Question 5807

Which is a retail banking product?

Correct Answer: A
Explanation:
Retail banking offers services to individuals.
Question 5808

Digital payment system in India is regulated by?

Correct Answer: A
Explanation:
NPCI manages digital payments like UPI, AEPS.
Question 5809

What is inflation?

Correct Answer: C
Explanation:
Inflation means continuous rise in price level.
Question 5810

Which bank launched UPI first?

Correct Answer: C
Explanation:
Yes Bank was first to launch UPI services.
Question 5811

Call money market deals in?

Correct Answer: B
Explanation:
Call money market deals in 1-day borrowing/lending.
Question 5812

Which is NOT a type of cheque?

Correct Answer: D
Explanation:
Premium cheque does not exist.
Question 5813

RTGS stands for?

Correct Answer: A
Explanation:
RTGS is a real-time fund transfer system.
Question 5814

Which of these is a liability for the bank?

Correct Answer: B
Explanation:
Deposits are bank liabilities.
Question 5815

Asset-liability mismatch affects?

Correct Answer: B
Explanation:
ALM mismatch creates liquidity and interest rate risks.
Question 5816

Which is a treasury function?

Correct Answer: A
Explanation:
Treasury manages cash, forex, and investments.
Question 5817

Mortgage is a type of?

Correct Answer: B
Explanation:
Mortgage is backed by property.
Question 5818

CRAR stands for?

Correct Answer: B
Explanation:
CRAR measures capital adequacy.
Question 5819

Which is an example of secured loan?

Correct Answer: C
Explanation:
Vehicle loan is secured by the asset.
Question 5820

Which of the following is a negotiable instrument?

Correct Answer: B
Explanation:
Cheques are negotiable instruments.
Question 5821

Which tax is deducted at source?

Correct Answer: B
Explanation:
TDS is deducted at the time of payment.
Question 5822

Overdraft facility is available in?

Correct Answer: B
Explanation:
OD facility is mainly available to current accounts.
Question 5823

Which bank handles rural credit?

Correct Answer: C
Explanation:
NABARD is apex bank for rural development.
Question 5824

Letter of Credit is issued by?

Correct Answer: C
Explanation:
Banks issue LC to guarantee payments in international trade.
Question 5825

CAMELS rating is used for?

Correct Answer: B
Explanation:
CAMELS evaluates performance of banks.
Question 5826

Which is a major source of bank income?

Correct Answer: A
Explanation:
Banks earn primarily from loans.
Question 5827

MSME stands for?

Correct Answer: B
Explanation:
MSME sector contributes to small businesses.
Question 5828

What is the full form of NEFT?

Correct Answer: A
Explanation:
NEFT is used for electronic fund transfers.
Question 5829

RBI was established in?

Correct Answer: A
Explanation:
RBI was established on April 1, 1935.
Question 5830

RBI was established in which year?

Correct Answer: A
Explanation:
RBI was established on 1 April 1935.
Question 5831

RBI was nationalized in?

Correct Answer: B
Explanation:
RBI was nationalized on January 1, 1949.
Question 5832

Who appoints the Governor of RBI?

Correct Answer: D
Explanation:
The Government of India appoints the RBI Governor.
Question 5833

Which department of RBI handles monetary policy?

Correct Answer: B
Explanation:
Monetary Policy Department drafts monetary policy.
Question 5834

Which committee recommended inflation targeting?

Correct Answer: C
Explanation:
Urjit Patel Committee recommended flexible inflation targeting.
Question 5835

The inflation target in India is set at?

Correct Answer: A
Explanation:
India follows 4% inflation with ±2% tolerance.
Question 5836

Who heads the Monetary Policy Committee (MPC)?

Correct Answer: B
Explanation:
The RBI Governor is the ex-officio chairman of MPC.
Question 5837

RBI regulates which financial market?

Correct Answer: A
Explanation:
RBI regulates forex market under FEMA.
Question 5838

What does CRR stand for?

Correct Answer: A
Explanation:
CRR is the share of deposits banks must keep with RBI.
Question 5839

What is the current financial year in India?

Correct Answer: B
Explanation:
India follows April–March financial year.
Question 5840

Which act governs the functioning of RBI?

Correct Answer: C
Explanation:
The RBI Act 1934 governs RBI.
Question 5841

Which rate is known as the policy rate?

Correct Answer: C
Explanation:
Repo rate is the main monetary policy rate.
Question 5842

Reverse repo is used to?

Correct Answer: B
Explanation:
Reverse repo absorbs excess liquidity from banks.
Question 5843

What is the function of RBI?

Correct Answer: D
Explanation:
RBI performs all these functions.
Question 5844

Which of the following is NOT issued by RBI?

Correct Answer: A
Explanation:
Coins are issued by the Government of India.
Question 5845

Open Market Operations involve?

Correct Answer: A
Explanation:
OMOs help regulate liquidity in economy.
Question 5846

MSF stands for?

Correct Answer: B
Explanation:
MSF allows banks to borrow overnight from RBI.
Question 5847

Which index measures inflation in India?

Correct Answer: A
Explanation:
CPI is India’s primary inflation index.
Question 5848

What is the current GDP base year for India?

Correct Answer: B
Explanation:
India uses 2011–12 as the GDP base year.
Question 5849

What does SLR stand for?

Correct Answer: B
Explanation:
SLR is reserve banks must hold in liquid assets.
Question 5850

Which committee recommended banking sector reforms?

Correct Answer: B
Explanation:
Narasimham Committee recommended wide banking reforms.
Question 5851

Financial Stability Report is released by?

Correct Answer: B
Explanation:
RBI publishes the Financial Stability Report twice a year.
Question 5852

Which rate is used by RBI to lend to banks?

Correct Answer: A
Explanation:
Repo rate is the lending rate to banks.
Question 5853

Which of the following is a qualitative tool of monetary policy?

Correct Answer: D
Explanation:
Moral suasion is a qualitative tool.
Question 5854

Priority sector lending target for banks is?

Correct Answer: C
Explanation:
Banks must lend 40% of ANBC to priority sectors.
Question 5855

Which department regulates NBFCs?

Correct Answer: B
Explanation:
Department of Non-Banking Regulation supervises NBFCs.
Question 5856

What does FEMA stand for?

Correct Answer: B
Explanation:
FEMA governs forex transactions in India.
Question 5857

Which instrument is used for long-term government borrowing?

Correct Answer: B
Explanation:
Government bonds are long-term borrowing instruments.
Question 5858

Treasury Bills are issued for?

Correct Answer: A
Explanation:
T-bills are short-term securities.
Question 5859

Which body regulates the stock market?

Correct Answer: B
Explanation:
SEBI regulates India’s securities market.
Question 5860

Which is NOT a function of RBI?

Correct Answer: D
Explanation:
Tax is collected by CBDT, not RBI.
Question 5861

Call money market deals with?

Correct Answer: A
Explanation:
Call money is overnight funds.
Question 5862

Repo rate increase leads to?

Correct Answer: B
Explanation:
Higher repo rate reduces borrowing.
Question 5863

Which economic indicator shows industrial production?

Correct Answer: A
Explanation:
IIP measures industrial growth.
Question 5864

Which bank is the custodian of foreign exchange reserves?

Correct Answer: B
Explanation:
RBI manages forex reserves.
Question 5865

Liquidity Adjustment Facility includes?

Correct Answer: A
Explanation:
LAF includes repo and reverse repo operations.
Question 5866

Currency notes in India are printed by?

Correct Answer: A
Explanation:
RBI prints currency except ₹1 note.
Question 5867

Which is the highest monetary authority in India?

Correct Answer: C
Explanation:
RBI is India’s supreme monetary authority.
Question 5868

Who issues ₹1 note?

Correct Answer: D
Explanation:
₹1 note is issued by Ministry of Finance.
Question 5869

SBI stands for?

Correct Answer: A
Explanation:
SBI is the largest public sector bank in India.
Question 5870

SBI was nationalized in which year?

Correct Answer: B
Explanation:
SBI was formed by nationalizing Imperial Bank in 1955.
Question 5871

Which exam is conducted for SBI Clerk recruitment?

Correct Answer: C
Explanation:
SBI Clerk is officially Junior Associate (Customer Support & Sales).
Question 5872

The headquarters of SBI is located at?

Correct Answer: B
Explanation:
SBI headquarters is in Mumbai.
Question 5873

What is the tenure of fixed deposit in banks?

Correct Answer: B
Explanation:
FD tenure ranges from 7 days to 10 years.
Question 5874

Which authority regulates banking in India?

Correct Answer: B
Explanation:
RBI is India’s central bank and regulator.
Question 5875

Which document is used for KYC?

Correct Answer: B
Explanation:
PAN, Aadhaar, Passport etc. are valid KYC documents.
Question 5876

CRR is maintained in the form of?

Correct Answer: A
Explanation:
Banks must keep CRR as cash with RBI.
Question 5877

Which payment system works 24×7?

Correct Answer: C
Explanation:
IMPS is an instant 24×7 fund transfer system.
Question 5878

IFSC code is used for?

Correct Answer: B
Explanation:
IFSC identifies bank branches for online transfers.
Question 5879

What is the full form of ATM?

Correct Answer: A
Explanation:
ATM stands for Automatic Teller Machine.
Question 5880

Which of the following is a negotiable instrument?

Correct Answer: B
Explanation:
A cheque is a negotiable instrument.
Question 5881

Savings account interest is calculated on?

Correct Answer: A
Explanation:
Savings interest is now calculated on daily balance.
Question 5882

EMI stands for?

Correct Answer: B
Explanation:
EMI is paid monthly for loans.
Question 5883

Which bank launched YONO?

Correct Answer: B
Explanation:
SBI launched YONO super-app.
Question 5884

Which type of card is used for online payments?

Correct Answer: B
Explanation:
Debit/credit cards support online transactions.
Question 5885

What is the minimum age for opening a bank account?

Correct Answer: B
Explanation:
Minor account can be opened from age 10.
Question 5886

UPI stands for?

Correct Answer: A
Explanation:
UPI is a real-time mobile payment system.
Question 5887

Which bank is “Banker to Government”?

Correct Answer: B
Explanation:
RBI acts as banker to central and state governments.
Question 5888

Which of these is a digital payment mode?

Correct Answer: C
Explanation:
UPI is a digital payment system.
Question 5889

Overdraft facility is available in?

Correct Answer: B
Explanation:
OD facility is given mainly in current accounts.
Question 5890

What does PIN stand for?

Correct Answer: B
Explanation:
PIN is used for ATM and card transactions.
Question 5891

Which of these is NOT a type of loan?

Correct Answer: D
Explanation:
UID loan does not exist.
Question 5892

Which payment method uses NFC?

Correct Answer: C
Explanation:
NFC enables contactless payments.
Question 5893

NEFT transfer is based on?

Correct Answer: B
Explanation:
NEFT works in half-hourly settlement batches.
Question 5894

RBI issues currency except?

Correct Answer: C
Explanation:
₹1 note is issued by Ministry of Finance.
Question 5895

The headquarters of RBI is at?

Correct Answer: B
Explanation:
RBI HQ is in Mumbai.
Question 5896

Which is a type of bank account?

Correct Answer: D
Explanation:
All three are types of bank accounts.
Question 5897

What does KYC prevent?

Correct Answer: A
Explanation:
KYC ensures identity verification.
Question 5898

What is the purpose of passbook?

Correct Answer: B
Explanation:
Passbook records customer transactions.
Question 5899

RBI controls inflation through?

Correct Answer: A
Explanation:
Repo rate helps control inflation.
Question 5900

Which of these is a financial term?

Correct Answer: B
Explanation:
Liquidity refers to cash availability.
Question 5901

Who regulates stock markets in India?

Correct Answer: B
Explanation:
SEBI regulates securities market.
Question 5902

Which means “minimum balance requirement”?

Correct Answer: B
Explanation:
Banks require a minimum balance to keep accounts active.
Question 5903

A demand draft is?

Correct Answer: B
Explanation:
DD is prepaid and issued by bank.
Question 5904

What is the validity of a cheque?

Correct Answer: B
Explanation:
Cheques are valid for 3 months from date of issue.
Question 5905

Which is used for international payments?

Correct Answer: C
Explanation:
SWIFT enables international money transfers.
Question 5906

Recurring deposit accounts are for?

Correct Answer: A
Explanation:
RD allows monthly deposits for saving.
Question 5907

Which bank launched “Buddy” app?

Correct Answer: A
Explanation:
SBI launched Buddy app earlier for digital wallet use.
Question 5908

IBPS stands for?

Correct Answer: A
Explanation:
IBPS conducts recruitment exams for banks.
Question 5909

IBPS Clerk exam is conducted for?

Correct Answer: C
Explanation:
IBPS Clerk recruits candidates for clerical posts.
Question 5910

The headquarters of IBPS is located in?

Correct Answer: B
Explanation:
IBPS HQ is in Mumbai.
Question 5911

Which bank is NOT a participant in IBPS exams?

Correct Answer: A
Explanation:
SBI conducts its own exams, not via IBPS.
Question 5912

What is the full form of CRR?

Correct Answer: A
Explanation:
CRR is cash reserve banks must keep with RBI.
Question 5913

KYC norms are related to?

Correct Answer: A
Explanation:
KYC is used for customer authentication.
Question 5914

NEFT works on?

Correct Answer: B
Explanation:
NEFT works in half-hourly batches.
Question 5915

The validity of a cheque is?

Correct Answer: B
Explanation:
Cheques in India are valid for 3 months.
Question 5916

Which of these is a negotiable instrument?

Correct Answer: B
Explanation:
Cheque is a negotiable financial instrument.
Question 5917

Savings account interest is calculated on?

Correct Answer: B
Explanation:
Interest is now calculated on daily balance.
Question 5918

RBI was established in which year?

Correct Answer: A
Explanation:
RBI was established on 1 April 1935.
Question 5919

Which of the following is used for international money transfers?

Correct Answer: C
Explanation:
SWIFT enables international banking transactions.
Question 5920

What is the minimum age to open a savings account?

Correct Answer: B
Explanation:
Minors aged 10+ can open accounts.
Question 5921

Which is NOT a type of bank account?

Correct Answer: D
Explanation:
Rent account does not exist in banking.
Question 5922

PIN stands for?

Correct Answer: A
Explanation:
PIN is used for ATM and card transactions.
Question 5923

Which payment system is the fastest?

Correct Answer: C
Explanation:
IMPS is the fastest 24×7 system.
Question 5924

The bank that acts as “Banker to Government” is?

Correct Answer: C
Explanation:
RBI performs banking functions for governments.
Question 5925

What does EMI stand for?

Correct Answer: B
Explanation:
EMI is a recurring loan repayment amount.
Question 5926

Which is an example of direct tax?

Correct Answer: B
Explanation:
Direct taxes are paid directly by individuals.
Question 5927

Which bank launched the YONO app?

Correct Answer: C
Explanation:
YONO is “You Only Need One” app by SBI.
Question 5928

IFSC code is used for?

Correct Answer: A
Explanation:
IFSC uniquely identifies bank branches.
Question 5929

What is inflation?

Correct Answer: B
Explanation:
Inflation is overall increase in prices.
Question 5930

Who regulates stock markets in India?

Correct Answer: B
Explanation:
SEBI oversees securities markets.
Question 5931

Which bank handles rural development?

Correct Answer: C
Explanation:
NABARD supports rural and agricultural finance.
Question 5932

A demand draft is?

Correct Answer: A
Explanation:
DD is prepaid and guaranteed by bank.
Question 5933

NEFT is regulated by?

Correct Answer: A
Explanation:
NEFT is supervised and regulated by RBI.
Question 5934

Which is a secured loan?

Correct Answer: C
Explanation:
Car loans are secured by the vehicle.
Question 5935

Which of these is a liability for banks?

Correct Answer: B
Explanation:
Deposits are liabilities as banks owe them.
Question 5936

What is the full form of UPI?

Correct Answer: A
Explanation:
UPI is a widely used digital payment interface.
Question 5937

Which of these is NOT a digital payment method?

Correct Answer: B
Explanation:
Cheque is a manual payment method.
Question 5938

Which instrument represents short-term government borrowing?

Correct Answer: B
Explanation:
T-bills are short-term securities.
Question 5939

The central bank of India is?

Correct Answer: B
Explanation:
RBI is the central bank.
Question 5940

What is the purpose of a passbook?

Correct Answer: B
Explanation:
Passbook shows bank account transactions.
Question 5941

Minimum balance requirement means?

Correct Answer: B
Explanation:
Banks require a minimum balance for account activity.
Question 5942

Which bank leads in digital banking services?

Correct Answer: A
Explanation:
SBI is a leader in digital banking.
Question 5943

What does RTGS stand for?

Correct Answer: B
Explanation:
RTGS is used for large value transfers.
Question 5944

Which document is mandatory for income tax filing?

Correct Answer: B
Explanation:
PAN is mandatory for income tax purposes.
Question 5945

Who issues ₹1 currency note?

Correct Answer: B
Explanation:
₹1 note is issued by Ministry of Finance.
Question 5946

IBPS PO exam recruits candidates for?

Correct Answer: B
Explanation:
IBPS PO recruits for PO/MT posts in public sector banks.
Question 5947

IBPS was established in which year?

Correct Answer: A
Explanation:
IBPS originated in 1975 as PSS.
Question 5948

Which bank does NOT participate in IBPS PO recruitment?

Correct Answer: C
Explanation:
SBI conducts its own recruitment, not through IBPS.
Question 5949

What is the duration of IBPS PO Prelims exam?

Correct Answer: A
Explanation:
IBPS PO Prelims is 1-hour long.
Question 5950

The headquarters of IBPS is located at?

Correct Answer: C
Explanation:
IBPS HQ is in Mumbai.
Question 5951

What does CRR stand for?

Correct Answer: A
Explanation:
CRR is the reserve banks must maintain with RBI.
Question 5952

SLR is maintained in the form of?

Correct Answer: B
Explanation:
Banks maintain SLR in liquid assets.
Question 5953

RBI controls inflation using?

Correct Answer: A
Explanation:
Repo rate increase helps control inflation.
Question 5954

Which of the following is a negotiable instrument?

Correct Answer: A
Explanation:
Cheque is a negotiable financial instrument.
Question 5955

What is the full form of KYC?

Correct Answer: A
Explanation:
KYC is a process to verify customer identity.
Question 5956

CASA stands for?

Correct Answer: B
Explanation:
CASA stands for Current and Savings Account.
Question 5957

Which one is a type of digital payment?

Correct Answer: C
Explanation:
UPI is a real-time digital payment system.
Question 5958

Which act governs the functioning of RBI?

Correct Answer: B
Explanation:
RBI Act 1934 defines the role of RBI.
Question 5959

What does EMI stand for?

Correct Answer: B
Explanation:
EMI is the monthly loan repayment amount.
Question 5960

MSF stands for?

Correct Answer: A
Explanation:
MSF allows banks to borrow overnight from RBI.
Question 5961

Which of these is an example of a secured loan?

Correct Answer: A
Explanation:
Car loan is secured by the vehicle.
Question 5962

Call money market deals with?

Correct Answer: A
Explanation:
Call money market deals in overnight lending.
Question 5963

What is the validity of a cheque?

Correct Answer: B
Explanation:
Cheques in India are valid for 3 months.
Question 5964

RBI issues currency except?

Correct Answer: D
Explanation:
₹1 note is issued by Ministry of Finance.
Question 5965

Which organization regulates stock markets?

Correct Answer: C
Explanation:
SEBI regulates the securities market.
Question 5966

Which financial instrument is used for long-term borrowing?

Correct Answer: B
Explanation:
Government bonds are long-term borrowing instruments.
Question 5967

What is inflation?

Correct Answer: B
Explanation:
Inflation refers to rise in prices.
Question 5968

Which card uses NFC for payment?

Correct Answer: C
Explanation:
Contactless cards enable NFC payments.
Question 5969

What does UPI stand for?

Correct Answer: A
Explanation:
UPI is an instant mobile payment system.
Question 5970

Which body handles rural credit?

Correct Answer: C
Explanation:
NABARD handles rural and agricultural credit.
Question 5971

Which type of risk is related to market fluctuations?

Correct Answer: C
Explanation:
Market risk arises due to market movements.
Question 5972

What is the full form of RTGS?

Correct Answer: A
Explanation:
RTGS is used for large-value transfers.
Question 5973

Which of these is a liability for banks?

Correct Answer: C
Explanation:
Deposits are bank liabilities.
Question 5974

Which committee recommended banking reforms?

Correct Answer: B
Explanation:
Correct Answer: <b>Option B — Narasimham Committee</b><br>
The Narasimham Committee was established to recommend reforms in the Indian banking sector. It played a major role in modernizing banks and improving the efficiency, competitiveness, and financial stability of the banking system in India.
<br>
Option A: Tarapore Committee dealt mainly with capital account convertibility and monetary issues.<br>
Option B: Narasimham Committee is correct because it specifically recommended banking sector reforms.<br>
Option C: Tandon Committee focused on guidelines for bank credit and working capital finance.<br>
Option D: Gadgil Committee was related to regional planning and development issues.<br>

The Narasimham Committee recommendations led to important banking reforms such as reducing non-performing assets (NPAs), improving capital adequacy norms, and allowing greater autonomy to banks.
Question 5975

What is the minimum age for opening a bank account?

Correct Answer: B
Explanation:
Minors aged 10+ can operate savings accounts.
Question 5976

What does NPA stand for?

Correct Answer: A
Explanation:
NPAs are loans with overdue payments.
Question 5977

Which bank launched the YONO app?

Correct Answer: B
Explanation:
YONO was launched by State Bank of India.
Question 5978

Which of these is a Direct Tax?

Correct Answer: B
Explanation:
Income tax is paid directly to government.
Question 5979

Which financial market deals with shares?

Correct Answer: A
Explanation:
Capital market deals with shares & securities.
Question 5980

What is the purpose of KYC?

Correct Answer: A
Explanation:
KYC prevents identity fraud.
Question 5981

Which bank is known as the central bank of India?

Correct Answer: D
Explanation:
RBI is India’s central bank.
Question 5982

Which instrument is prepaid?

Correct Answer: A
Explanation:
Demand Draft is a prepaid negotiable instrument.
Question 5983

SBI PO exam recruits candidates for?

Correct Answer: B
Explanation:
SBI PO exam selects candidates for the PO cadre.
Question 5984

State Bank of India was established in?

Correct Answer: B
Explanation:
SBI was formed by nationalizing the Imperial Bank in 1955.
Question 5985

What is the headquarters of SBI?

Correct Answer: B
Explanation:
SBI headquarters is located in Mumbai.
Question 5986

Which organization regulates SBI?

Correct Answer: A
Explanation:
All banks in India including SBI are regulated by RBI.
Question 5987

CRR stands for?

Correct Answer: B
Explanation:
CRR is the cash banks maintain with RBI.
Question 5988

SLR refers to reserves held in?

Correct Answer: B
Explanation:
SLR is the statutory liquid assets with banks.
Question 5989

Who appoints the Chairman of SBI?

Correct Answer: C
Explanation:
SBI Chairman is appointed by Government of India.
Question 5990

Which of these is NOT a type of bank account?

Correct Answer: D
Explanation:
No account exists as “Passport account”.
Question 5991

IMPS works?

Correct Answer: B
Explanation:
IMPS is an instant 24×7 fund transfer system.
Question 5992

Which of the following is a digital payment mode?

Correct Answer: A
Explanation:
UPI is used for real-time mobile payments.
Question 5993

KYC stands for?

Correct Answer: A
Explanation:
KYC verifies the identity of bank customers.
Question 5994

Which document is mandatory to file income tax?

Correct Answer: B
Explanation:
PAN card is mandatory for income tax filing.
Question 5995

Which of these is a negotiable instrument?

Correct Answer: A
Explanation:
Cheque is a negotiable financial instrument.
Question 5996

Full form of ATM is?

Correct Answer: B
Explanation:
ATM stands for Automatic Teller Machine.
Question 5997

RBI issues currency except?

Correct Answer: D
Explanation:
₹1 note is issued by Ministry of Finance.
Question 5998

Which body regulates stock markets?

Correct Answer: B
Explanation:
SEBI regulates India’s securities market.
Question 5999

Which bank launched YONO app?

Correct Answer: C
Explanation:
YONO was launched by SBI.
Question 6000

MSF stands for?

Correct Answer: B
Explanation:
MSF allows banks to borrow overnight from RBI.
Question 6001

What is the minimum age to apply for SBI PO?

Correct Answer: C
Explanation:
Minimum age for SBI PO is 21 years.
Question 6002

What is the validity of a cheque?

Correct Answer: B
Explanation:
Cheques are valid for 3 months in India.
Question 6003

Which is a secured loan?

Correct Answer: A
Explanation:
Car loan is backed by the vehicle.
Question 6004

Priority Sector Lending target is?

Correct Answer: C
Explanation:
Banks must allocate 40% of loans to priority sectors.
Question 6005

What does NPA stand for?

Correct Answer: B
Explanation:
NPA are loans where payment is overdue for 90 days.
Question 6006

Which of the following is a Direct Tax?

Correct Answer: B
Explanation:
Direct tax is paid directly by individuals.
Question 6007

What does UPI stand for?

Correct Answer: A
Explanation:
UPI is a real-time digital payment system.
Question 6008

Which act governs banks in India?

Correct Answer: B
Explanation:
Banking Regulation Act controls banking operations.
Question 6009

Who regulates NBFCs?

Correct Answer: B
Explanation:
NBFCs are regulated by RBI.
Question 6010

What is the full form of RTGS?

Correct Answer: A
Explanation:
RTGS is used for high-value fund transfers.
Question 6011

Which body controls monetary policy?

Correct Answer: C
Explanation:
RBI formulates and implements monetary policy.
Question 6012

Inflation means?

Correct Answer: B
Explanation:
Inflation refers to rising prices.
Question 6013

Which of these is a liability for banks?

Correct Answer: B
Explanation:
Deposits are liabilities for banks.
Question 6014

Demand Draft is?

Correct Answer: B
Explanation:
Demand draft is prepaid and guaranteed by bank.
Question 6015

Which bank handles rural credit?

Correct Answer: C
Explanation:
NABARD manages agricultural and rural credit.
Question 6016

Which instrument is short-term borrowing?

Correct Answer: B
Explanation:
T-bills are short-term government securities.
Question 6017

What is the purpose of Passbook?

Correct Answer: B
Explanation:
Passbook maintains account transaction history.
Question 6018

Which of these uses NFC for payment?

Correct Answer: B
Explanation:
Contactless cards use NFC technology.
Question 6019

Which organization prints currency notes?

Correct Answer: C
Explanation:
RBI prints currency except ₹1 note.
Question 6020

IBPS RRB exam recruits candidates for?

Correct Answer: B
Explanation:
RRB exam recruits for Regional Rural Banks.
Question 6021

RRB stands for?

Correct Answer: B
Explanation:
RRB stands for Regional Rural Bank.
Question 6022

Which organization conducts RRB exams?

Correct Answer: C
Explanation:
IBPS conducts the RRB recruitment exam.
Question 6023

RRBs mainly serve which area?

Correct Answer: C
Explanation:
RRBs are established to serve rural banking needs.
Question 6024

Which act governs Regional Rural Banks?

Correct Answer: C
Explanation:
RRB Act 1976 governs Regional Rural Banks.
Question 6025

RRBs are regulated by?

Correct Answer: C
Explanation:
RRBs are supervised jointly by RBI and NABARD.
Question 6026

What is the headquarters of NABARD?

Correct Answer: C
Explanation:
NABARD HQ is located in Mumbai.
Question 6027

What does CRR stand for?

Correct Answer: A
Explanation:
CRR is the cash banks must keep with RBI.
Question 6028

SLR stands for?

Correct Answer: B
Explanation:
SLR is the statutory reserve banks maintain.
Question 6029

Who controls monetary policy in India?

Correct Answer: B
Explanation:
RBI formulates and controls monetary policy.
Question 6030

Which is a negotiable instrument?

Correct Answer: B
Explanation:
Cheque is a negotiable financial instrument.
Question 6031

NEFT is used for?

Correct Answer: B
Explanation:
NEFT is used for domestic electronic fund transfer.
Question 6032

Which payment mode works 24×7?

Correct Answer: C
Explanation:
IMPS is available 24×7.
Question 6033

What does KYC verify?

Correct Answer: B
Explanation:
KYC verifies identity.
Question 6034

Priority Sector Lending target for RRBs is?

Correct Answer: D
Explanation:
RRBs must maintain 75% PSL target.
Question 6035

RRBs were established based on recommendations of?

Correct Answer: B
Explanation:
Rangarajan Committee led to establishment of RRBs.
Question 6036

What is the validity of a cheque?

Correct Answer: B
Explanation:
Cheques are valid for 3 months.
Question 6037

RRB loans mainly support?

Correct Answer: A
Explanation:
RRB loans support agriculture and rural activities.
Question 6038

What is the full form of ATM?

Correct Answer: B
Explanation:
ATM stands for Automatic Teller Machine.
Question 6039

Who issues currency notes in India except ₹1?

Correct Answer: B
Explanation:
RBI issues currency notes except ₹1.
Question 6040

Which organization regulates stock markets?

Correct Answer: A
Explanation:
SEBI regulates the securities market.
Question 6041

Which is a secured loan?

Correct Answer: B
Explanation:
Gold loan is secured by gold pledged.
Question 6042

RRB employees are recruited through?

Correct Answer: C
Explanation:
IBPS conducts RRB exams.
Question 6043

Which bank sponsors RRBs?

Correct Answer: C
Explanation:
PSBs sponsor the RRBs.
Question 6044

RBI headquarters is located in?

Correct Answer: B
Explanation:
RBI HQ is in Mumbai.
Question 6045

What does UPI stand for?

Correct Answer: A
Explanation:
UPI allows instant bank-to-bank transfers.
Question 6046

Which is NOT a function of RBI?

Correct Answer: D
Explanation:
Insurance is handled by insurance companies, not RBI.
Question 6047

NABARD is primarily related to?

Correct Answer: B
Explanation:
NABARD promotes rural and agricultural development.
Question 6048

Which instrument is used for short-term government borrowing?

Correct Answer: B
Explanation:
Treasury Bills are short-term government securities.
Question 6049

What is a Demand Draft?

Correct Answer: A
Explanation:
DD is a prepaid instrument issued by bank.
Question 6050

Which payment uses NFC technology?

Correct Answer: B
Explanation:
Contactless cards use NFC.
Question 6051

RRB loans are important for?

Correct Answer: B
Explanation:
RRBs mainly support farmers.
Question 6052

What does IFSC code identify?

Correct Answer: B
Explanation:
IFSC identifies bank branches.
Question 6053

Which loan is unsecured?

Correct Answer: C
Explanation:
Personal loan is unsecured.
Question 6054

What is inflation?

Correct Answer: B
Explanation:
Inflation refers to a rise in prices.
Question 6055

Which payment method is fastest?

Correct Answer: C
Explanation:
IMPS is instant and fastest.
Question 6056

What is the main source of income for banks?

Correct Answer: B
Explanation:
Banks earn mainly from interest on loans.
Question 6057

What does PAN stand for?

Correct Answer: A
Explanation:
PAN is used for tax identification.
Question 6058

NABARD stands for?

Correct Answer: A
Explanation:
NABARD is the apex institution for rural and agricultural finance.
Question 6059

NABARD was established in which year?

Correct Answer: B
Explanation:
NABARD was established on 12 July 1982.
Question 6060

Which committee recommended the formation of NABARD?

Correct Answer: B
Explanation:
The Sivaraman Committee recommended establishing NABARD.
Question 6061

Where is the headquarters of NABARD located?

Correct Answer: B
Explanation:
NABARD headquarters is in Mumbai.
Question 6062

NABARD regulates?

Correct Answer: B
Explanation:
NABARD regulates cooperative banks and RRBs.
Question 6063

Which is the primary role of NABARD?

Correct Answer: C
Explanation:
NABARD focuses on rural credit and development.
Question 6064

NABARD refinances loans to?

Correct Answer: B
Explanation:
NABARD refinances rural lending institutions.
Question 6065

NABARD was formed by splitting functions of?

Correct Answer: B
Explanation:
Functions were taken from RBI and Agriculture Ministry.
Question 6066

Which act governs NABARD?

Correct Answer: A
Explanation:
NABARD operates under the NABARD Act 1981.
Question 6067

Which scheme is promoted by NABARD for farmers?

Correct Answer: A
Explanation:
Kisan Credit Card scheme was initiated by NABARD.
Question 6068

RIDF in NABARD stands for?

Correct Answer: A
Explanation:
RIDF finances rural infrastructure projects.
Question 6069

Which state has the highest rural credit disbursement under NABARD?

Correct Answer: C
Explanation:
Maharashtra usually tops due to large agro activity.
Question 6070

Who owns NABARD?

Correct Answer: B
Explanation:
NABARD is fully owned by the Government of India.
Question 6071

What does SHG stand for?

Correct Answer: A
Explanation:
SHG is promoted by NABARD to support rural women.
Question 6072

NABARD supports ______ through refinance.

Correct Answer: B
Explanation:
RRBs and co-op banks receive refinance support.
Question 6073

Which body supervises State Cooperative Banks?

Correct Answer: C
Explanation:
NABARD regulates state & district cooperative banks.
Question 6074

What does FPO stand for?

Correct Answer: A
Explanation:
NABARD promotes Farmer Producer Organizations.
Question 6075

Which initiative of NABARD promotes rural entrepreneurship?

Correct Answer: C
Explanation:
LEDP encourages rural entrepreneurship.
Question 6076

NABARD provides training through?

Correct Answer: B
Explanation:
BIRD (Bankers Institute of Rural Development) is NABARD’s training wing.
Question 6077

What is the main objective of NABARD?

Correct Answer: B
Explanation:
NABARD promotes rural development.
Question 6078

Which sector gets the highest priority by NABARD?

Correct Answer: B
Explanation:
Agriculture is the main focus sector.
Question 6079

What is the full form of PACS?

Correct Answer: A
Explanation:
PACS is a grassroots cooperative credit institution.
Question 6080

Who is known as the apex bank for rural credit?

Correct Answer: C
Explanation:
NABARD is the apex institution for rural credit.
Question 6081

What does FI stand for in rural banking?

Correct Answer: A
Explanation:
FI means Financial Institution.
Question 6082

Which program helps in promoting SHG-bank linkage?

Correct Answer: B
Explanation:
SHG-BLP is NABARD’s flagship program.
Question 6083

Which capital does NABARD provide to banks?

Correct Answer: B
Explanation:
NABARD provides refinance to banks.
Question 6084

Which loan is directly handled by NABARD for state governments?

Correct Answer: B
Explanation:
RIDF loans are given to state governments for rural infrastructure.
Question 6085

What does PSL stand for?

Correct Answer: B
Explanation:
PSL includes agriculture and rural sectors.
Question 6086

NABARD is the nodal agency for?

Correct Answer: B
Explanation:
NABARD handles rural infrastructure projects.
Question 6087

Which institution handles Micro Finance Institutions (MFIs)?

Correct Answer: C
Explanation:
NABARD supports MFIs through refinance.
Question 6088

What does WADI program support?

Correct Answer: A
Explanation:
NABARD WADI supports tribal horticulture.
Question 6089

Which funding model is promoted by NABARD for climate adaptation?

Correct Answer: A
Explanation:
NABARD is the National Implementing Entity for GCF.
Question 6090

NABARD Farmers Club aims to?

Correct Answer: B
Explanation:
Farmer Clubs focus on technology transfer and credit literacy.
Question 6091

Which financing does NABARD primarily provide?

Correct Answer: B
Explanation:
NABARD funds agriculture and rural development.
Question 6092

What is the full form of LAMPS?

Correct Answer: A
Explanation:
LAMPS are cooperative societies for tribal areas.
Question 6093

Which institution prepares the Credit Monitoring Arrangement (CMA)?

Correct Answer: C
Explanation:
NABARD prepares CMA for rural banks.
Question 6094

NABARD promotes rural credit through?

Correct Answer: B
Explanation:
NABARD uses refinance and development initiatives.
Question 6095

CAPF exam is conducted by which organization?

Correct Answer: B
Explanation:
UPSC conducts the CAPF Assistant Commandant exam.
Question 6096

Which of the following is NOT a CAPF force?

Correct Answer: D
Explanation:
The Indian Army is not part of CAPF.
Question 6097

What is the full form of CRPF?

Correct Answer: A
Explanation:
CRPF stands for Central Reserve Police Force.
Question 6098

Which ministry controls CAPF?

Correct Answer: B
Explanation:
CAPF works under the Ministry of Home Affairs.
Question 6099

Which CAPF guards India’s borders with Pakistan?

Correct Answer: C
Explanation:
BSF guards the India-Pakistan border.
Question 6100

ITBP guards which border?

Correct Answer: B
Explanation:
ITBP protects the India-China border.
Question 6101

Which CAPF provides security in airports?

Correct Answer: C
Explanation:
CISF provides airport and critical installation security.
Question 6102

SSB primarily guards which border?

Correct Answer: A
Explanation:
SSB guards Indo-Nepal and Indo-Bhutan borders.
Question 6103

Which CAPF handles internal security situations like riots?

Correct Answer: B
Explanation:
CRPF deals with internal security.
Question 6104

The highest rank in CAPF Assistant Commandant entry is?

Correct Answer: C
Explanation:
Assistant Commandant is the entry-level officer rank.
Question 6105

Which is the motto of BSF?

Correct Answer: A
Explanation:
BSF motto is “Duty Unto Death”.
Question 6106

CRPF was established in which year?

Correct Answer: A
Explanation:
CRPF was established in 1939.
Question 6107

Which of these is a special disaster response force?

Correct Answer: B
Explanation:
NDRF handles disaster response.
Question 6108

Which CAPF is known as “Himveers”?

Correct Answer: C
Explanation:
ITBP personnel are known as Himveers.
Question 6109

The CAPF AC exam does NOT include which stage?

Correct Answer: D
Explanation:
Interview is conducted by UPSC, not SSC.
Question 6110

Which border is guarded by BSF?

Correct Answer: C
Explanation:
BSF guards both Indo-Pak & Indo-Bangladesh borders.
Question 6111

Which CAPF force was formed earliest?

Correct Answer: A
Explanation:
CRPF is one of the oldest paramilitary forces.
Question 6112

Which force handles VIP security occasionally?

Correct Answer: A
Explanation:
CRPF provides Z+ VIP protection.
Question 6113

Under which article can CAPF be deployed in states?

Correct Answer: C
Explanation:
Article 355 ensures state protection using central forces.
Question 6114

Which CAPF handles Naxal operations?

Correct Answer: A
Explanation:
CRPF leads anti-naxal operations.
Question 6115

Which CAPF has a water wing?

Correct Answer: A
Explanation:
BSF has a water wing for riverine borders.
Question 6116

Which force protects Indian embassies abroad?

Correct Answer: B
Explanation:
ITBP provides security to Indian embassies.
Question 6117

Which of the following is the motto of CRPF?

Correct Answer: C
Explanation:
CRPF motto is “Service and Loyalty”.
Question 6118

CAPF AC exam is held how many times a year?

Correct Answer: B
Explanation:
The exam is held once annually.
Question 6119

Which force is mainly deployed during elections?

Correct Answer: B
Explanation:
CRPF is deployed for election security.
Question 6120

Which CAPF is responsible for industrial security?

Correct Answer: A
Explanation:
CISF secures industrial units and PSUs.
Question 6121

Which CAPF has a camel contingent?

Correct Answer: B
Explanation:
BSF has a camel regiment for desert patrols.
Question 6122

Which CAPF protects airports in India?

Correct Answer: A
Explanation:
CISF handles airport security.
Question 6123

Assistant Commandant belongs to which cadre?

Correct Answer: A
Explanation:
AC is a Group A gazetted officer.
Question 6124

CAPF AC physical test includes?

Correct Answer: D
Explanation:
All these are included in the physical test.
Question 6125

Which CAPF handles VIP security (SPG support)?

Correct Answer: B
Explanation:
CRPF assists SPG in VIP protection.
Question 6126

Which CAPF force manages anti-terror operations?

Correct Answer: B
Explanation:
NSG handles anti-terror operations.
Question 6127

Which CAPF guards Line of Control (LoC)?

Correct Answer: D
Explanation:
LoC is guarded by the Indian Army.
Question 6128

The CAPF AC interview is conducted by?

Correct Answer: B
Explanation:
The interview is conducted by UPSC.
Question 6129

Which CAPF personnel are known as “Seema Praharis”?

Correct Answer: B
Explanation:
BSF personnel are called Seema Praharis.
Question 6130

CAPF works under which list of Constitution?

Correct Answer: A
Explanation:
Police & paramilitary fall under Union List.
Question 6131

Which CAPF force has a dog squad?

Correct Answer: D
Explanation:
All CAPFs maintain dog squads.
Question 6132

CAPF AC written exam contains how many papers?

Correct Answer: B
Explanation:
There are two written papers.
Question 6133

Which CAPF assists states during natural disasters?

Correct Answer: D
Explanation:
NDRF is deployed for disaster management.
Question 6134

Who is responsible for overall academic leadership in a school?

Correct Answer: B
Explanation:
The Principal leads academic and administrative functioning.
Question 6135

What is the primary objective of school administration?

Correct Answer: B
Explanation:
School administration aims for effective teaching-learning.
Question 6136

RTE Act was passed in which year?

Correct Answer: B
Explanation:
RTE Act was enacted in 2009 and implemented in 2010.
Question 6137

According to RTE Act, free education is provided to children of age?

Correct Answer: B
Explanation:
RTE ensures free & compulsory education for 6–14 years.
Question 6138

Who prepares the School Development Plan?

Correct Answer: B
Explanation:
SDP is prepared by the School Management Committee.
Question 6139

Which leadership style encourages participation in decision-making?

Correct Answer: B
Explanation:
Democratic leadership encourages participation.
Question 6140

In which learning theory is “learning by doing” emphasized?

Correct Answer: B
Explanation:
Constructivist approach encourages hands-on learning.
Question 6141

Continuous and Comprehensive Evaluation (CCE) focuses on?

Correct Answer: B
Explanation:
CCE evaluates overall development.
Question 6142

What is the full form of SMC?

Correct Answer: B
Explanation:
SMC handles school planning & monitoring.
Question 6143

Which commission recommended 10+2+3 education structure?

Correct Answer: A
Explanation:
Kothari Commission recommended 10+2+3 system.
Question 6144

The main goal of educational supervision is?

Correct Answer: B
Explanation:
Supervision aims to support teacher improvement.
Question 6145

What does TLM stand for?

Correct Answer: B
Explanation:
TLM refers to instructional materials used by teachers.
Question 6146

Which authority conducts teacher training?

Correct Answer: B
Explanation:
DIET provides teacher training at district level.
Question 6147

Which method motivates teachers intrinsically?

Correct Answer: B
Explanation:
Recognition helps intrinsic motivation.
Question 6148

School timetable should be?

Correct Answer: B
Explanation:
Timetable must balance flexibility and efficiency.
Question 6149

Conflict resolution in schools is best handled by?

Correct Answer: B
Explanation:
Counseling promotes emotional and academic support.
Question 6150

Which is a key responsibility of the Principal?

Correct Answer: B
Explanation:
Principal develops school vision and culture.
Question 6151

Who chairs the School Management Committee?

Correct Answer: B
Explanation:
A parent (elected) usually chairs SMC.
Question 6152

Bloom’s taxonomy classifies?

Correct Answer: A
Explanation:
Bloom’s taxonomy categorizes learning objectives.
Question 6153

Summative evaluation is conducted?

Correct Answer: B
Explanation:
Summative evaluation measures end-of-unit progress.
Question 6154

Parent–Teacher Meetings help in?

Correct Answer: A
Explanation:
PTMs help communicate student development.
Question 6155

Which is NOT a school record?

Correct Answer: D
Explanation:
Aadhaar lists are not required as a school record.
Question 6156

Which act focuses on child rights in India?

Correct Answer: A
Explanation:
RTE protects Right to Education for children.
Question 6157

Pedagogy refers to?

Correct Answer: B
Explanation:
Pedagogy is the method and practice of teaching.
Question 6158

In school budgeting, expenditure on buildings is?

Correct Answer: B
Explanation:
Buildings are long-term and non-recurring expenses.
Question 6159

Leadership that focuses on vision and change is?

Correct Answer: B
Explanation:
Transformational leaders inspire change.
Question 6160

The main purpose of school inspection is?

Correct Answer: B
Explanation:
Inspection ensures quality teaching and infrastructure.
Question 6161

What is the full form of NCERT?

Correct Answer: A
Explanation:
NCERT develops curriculum and teaching resources.
Question 6162

Which committee recommended child-centered education?

Correct Answer: B
Explanation:
Kothari Commission strongly favored child-centered approach.
Question 6163

What is essential for effective school discipline?

Correct Answer: B
Explanation:
Consistency helps maintain discipline.
Question 6164

School classroom seating should be?

Correct Answer: B
Explanation:
Flexible seating enhances learning.
Question 6165

Which is a component of TQM in education?

Correct Answer: B
Explanation:
TQM emphasizes continuous improvement.
Question 6166

Which teaching method uses real-life examples?

Correct Answer: B
Explanation:
Project method connects learning with real-life.
Question 6167

Who prepares lesson plans?

Correct Answer: B
Explanation:
Teachers prepare lesson plans for effective teaching.
Question 6168

What is inclusive education?

Correct Answer: B
Explanation:
Inclusive education integrates all learners.
Question 6169

What does IQAC stand for?

Correct Answer: A
Explanation:
IQAC maintains quality in educational institutions.
Question 6170

Morning assembly helps in?

Correct Answer: B
Explanation:
Assemblies promote unity and values.
Question 6171

Classroom management is mainly handled by?

Correct Answer: B
Explanation:
Teachers manage classroom environment.
Question 6172

Special Education primarily focuses on?

Correct Answer: B
Explanation:
Special education supports children with diverse disabilities.
Question 6173

IEP stands for?

Correct Answer: B
Explanation:
IEP outlines goals and support for each special needs child.
Question 6174

What is the full form of LD?

Correct Answer: A
Explanation:
LD stands for Learning Disability.
Question 6175

Which law ensures education for children with disabilities in India?

Correct Answer: B
Explanation:
The Rights of Persons with Disabilities Act governs disability rights.
Question 6176

Which disability relates to difficulty in reading?

Correct Answer: B
Explanation:
Dyslexia causes difficulty in reading and decoding words.
Question 6177

Special educators use which method for teaching communication to autistic children?

Correct Answer: A
Explanation:
PECS is a picture-based communication system.
Question 6178

Which is an example of inclusive practice?

Correct Answer: B
Explanation:
Inclusive education integrates all learners.
Question 6179

Dysgraphia is related to difficulty in?

Correct Answer: B
Explanation:
Dysgraphia affects writing ability.
Question 6180

Which assessment is used for identifying special needs?

Correct Answer: B
Explanation:
Screening tests are used for early identification.
Question 6181

What is the full form of ADHD?

Correct Answer: A
Explanation:
ADHD affects attention and impulse control.
Question 6182

Which is NOT a disability category under RPWD Act?

Correct Answer: D
Explanation:
Color blindness is not separately listed.
Question 6183

Inclusive classrooms require?

Correct Answer: B
Explanation:
Inclusive classrooms adapt flexible strategies.
Question 6184

Which disorder affects social interaction?

Correct Answer: B
Explanation:
ASD affects communication and social behavior.
Question 6185

The role of a special educator includes?

Correct Answer: A
Explanation:
Special educators design and implement IEPs.
Question 6186

Braille is used by?

Correct Answer: B
Explanation:
Braille is used for blind learners.
Question 6187

Which device helps hearing impaired students?

Correct Answer: B
Explanation:
Hearing aids amplify sound.
Question 6188

Which is an example of assistive technology?

Correct Answer: B
Explanation:
Assistive technology supports mobility and learning needs.
Question 6189

Which learning style involves “learning by seeing”?

Correct Answer: B
Explanation:
Visual learners learn best through images.
Question 6190

Down syndrome is caused by?

Correct Answer: A
Explanation:
Down syndrome results from Trisomy 21.
Question 6191

Which technique is used in behavior modification?

Correct Answer: D
Explanation:
Behavior modification uses multiple interventions.
Question 6192

Which disability affects mathematical ability?

Correct Answer: B
Explanation:
Dyscalculia is difficulty with numbers.
Question 6193

What is mainstreaming?

Correct Answer: B
Explanation:
Mainstreaming integrates special children into regular classes.
Question 6194

Who prepares the IEP?

Correct Answer: C
Explanation:
IEP is prepared jointly by specialists.
Question 6195

Sign language is mainly used for?

Correct Answer: A
Explanation:
Sign language helps hearing impaired learners.
Question 6196

Which disability affects physical coordination?

Correct Answer: B
Explanation:
Dyspraxia affects motor coordination.
Question 6197

Resource rooms in schools are for?

Correct Answer: B
Explanation:
Resource rooms offer special education support.
Question 6198

Which teaching method works best for ADHD students?

Correct Answer: B
Explanation:
Short tasks improve focus in ADHD learners.
Question 6199

Multisensory teaching includes?

Correct Answer: A
Explanation:
Multisensory method engages multiple senses.
Question 6200

What does IQ stand for?

Correct Answer: B
Explanation:
IQ measures cognitive ability.
Question 6201

Which instrument is used to test intelligence?

Correct Answer: B
Explanation:
Binet scale helps assess intelligence.
Question 6202

Which plan helps track progress of children with disabilities?

Correct Answer: B
Explanation:
IEP tracks child goals and improvement.
Question 6203

Which is a classroom accommodation?

Correct Answer: A
Explanation:
Accommodations support special needs learners.
Question 6204

CWSN stands for?

Correct Answer: B
Explanation:
CWSN refers to learners needing special support.
Question 6205

ABA therapy is mainly used for?

Correct Answer: A
Explanation:
Applied Behavior Analysis helps autistic learners.
Question 6206

Which disability affects speech production?

Correct Answer: A
Explanation:
Aphasia affects speech and language.
Question 6207

Which act protects the rights of disabled persons?

Correct Answer: B
Explanation:
RPWD Act protects disability rights.
Question 6208

Which tool helps visually impaired students read?

Correct Answer: B
Explanation:
Braille books allow tactile reading.
Question 6209

Which environment is best for inclusive learning?

Correct Answer: B
Explanation:
Inclusive classrooms adapt to individual needs.
Question 6210

Which commission recommended child-centered education?

Correct Answer: A
Explanation:
Kothari Commission emphasized child-centered learning.
Question 6211

RTE Act provides free and compulsory education for children aged?

Correct Answer: B
Explanation:
RTE ensures education for 6–14 years.
Question 6212

What does TLM stand for?

Correct Answer: A
Explanation:
TLM supports effective teaching-learning.
Question 6213

Who prepares the School Development Plan under RTE?

Correct Answer: B
Explanation:
The School Management Committee prepares the SDP.
Question 6214

Which teaching method uses real-life problem solving?

Correct Answer: B
Explanation:
Project method relates learning with real life.
Question 6215

What is the full form of CCE?

Correct Answer: A
Explanation:
CCE evaluates holistic development.
Question 6216

Bloom’s taxonomy deals with?

Correct Answer: A
Explanation:
Bloom’s taxonomy classifies learning outcomes.
Question 6217

Which learning theory emphasizes “learning by doing”?

Correct Answer: B
Explanation:
Constructivism focuses on hands-on learning.
Question 6218

Pedagogy means?

Correct Answer: B
Explanation:
Pedagogy is the method and practice of teaching.
Question 6219

Which of the following is summative evaluation?

Correct Answer: B
Explanation:
Summative exams are conducted at the end of a term.
Question 6220

Who is the chairperson of SMC?

Correct Answer: C
Explanation:
SMC is chaired by an elected parent member.
Question 6221

Which method helps slow learners the most?

Correct Answer: B
Explanation:
Remedial teaching supports slow learners.
Question 6222

The primary role of a teacher is?

Correct Answer: B
Explanation:
Facilitating learning is the core role of teachers.
Question 6223

What does ICT stand for?

Correct Answer: B
Explanation:
ICT enhances digital learning.
Question 6224

Activity-based learning emphasizes?

Correct Answer: B
Explanation:
Activity-based learning promotes active engagement.
Question 6225

Diagnostic evaluation is done?

Correct Answer: A
Explanation:
Diagnostic assessment identifies prior knowledge & gaps.
Question 6226

Which of these is NOT a teaching aid?

Correct Answer: D
Explanation:
Attendance register is not a teaching aid.
Question 6227

Learning style of “learning by hearing” refers to?

Correct Answer: C
Explanation:
Auditory learners respond best to sound.
Question 6228

School timetable should be?

Correct Answer: B
Explanation:
Timetable must balance subjects and activities.
Question 6229

Which assessment is informal?

Correct Answer: A
Explanation:
Oral questioning is an informal tool.
Question 6230

NPE 1986 emphasizes?

Correct Answer: B
Explanation:
NPE promotes universal education.
Question 6231

What does B.Ed stand for?

Correct Answer: B
Explanation:
B.Ed prepares teachers for teaching profession.
Question 6232

Classroom management means?

Correct Answer: B
Explanation:
Good management improves learning environment.
Question 6233

Which factor reduces classroom indiscipline?

Correct Answer: A
Explanation:
Engaging tasks reduce misbehavior.
Question 6234

Which learning theory was proposed by Skinner?

Correct Answer: B
Explanation:
Skinner proposed operant conditioning.
Question 6235

Which is an example of formative assessment?

Correct Answer: B
Explanation:
Formative assessments occur during learning.
Question 6236

Who developed the Multiple Intelligence theory?

Correct Answer: B
Explanation:
Gardner proposed 8 types of intelligences.
Question 6237

Inclusive education means?

Correct Answer: B
Explanation:
Inclusive classrooms teach all children together.
Question 6238

Which of these motivates students intrinsically?

Correct Answer: C
Explanation:
Intrinsic motivation is driven by curiosity.
Question 6239

What is the full form of PTA?

Correct Answer: B
Explanation:
PTA promotes parent-teacher collaboration.
Question 6240

Feedback should be?

Correct Answer: B
Explanation:
Effective feedback is timely and helpful.
Question 6241

Cognitive domain relates to?

Correct Answer: B
Explanation:
Cognitive domain involves thinking & knowledge.
Question 6242

Which helps in identifying gifted learners?

Correct Answer: B
Explanation:
Gifted learners show advanced interest & skills.
Question 6243

Which activity develops critical thinking?

Correct Answer: B
Explanation:
Discussion enhances analytical abilities.
Question 6244

Which is a non-verbal communication?

Correct Answer: B
Explanation:
Gestures are non-verbal cues.
Question 6245

The main purpose of remedial teaching is?

Correct Answer: B
Explanation:
Remedial teaching supports struggling learners.
Question 6246

Which skill is essential for teachers?

Correct Answer: A
Explanation:
Communication skill is crucial for teachers.
Question 6247

Child-centered education focuses on?

Correct Answer: C
Explanation:
Child-centered approach emphasizes learner needs.
Question 6248

Which exam is mandatory for recruitment of Assistant Professor in colleges?

Correct Answer: C
Explanation:
NET is mandatory qualification for Assistant Professor.
Question 6249

UGC stands for?

Correct Answer: A
Explanation:
UGC regulates universities and higher education.
Question 6250

Which body conducts UGC-NET?

Correct Answer: A
Explanation:
NTA conducts the UGC-NET exam.
Question 6251

Teaching aptitude focuses primarily on?

Correct Answer: A
Explanation:
Teaching aptitude includes communication and pedagogy.
Question 6252

Higher education means?

Correct Answer: B
Explanation:
Higher education includes UG, PG & research.
Question 6253

Which of the following is a part of teaching-learning process?

Correct Answer: A
Explanation:
Evaluation is an essential part of teaching.
Question 6254

Which philosophy supports learning by doing?

Correct Answer: C
Explanation:
Pragmatism emphasizes experiential learning.
Question 6255

Research is a process of?

Correct Answer: B
Explanation:
Research involves systematic study.
Question 6256

Sampling is used to?

Correct Answer: B
Explanation:
Sampling selects a subset for research.
Question 6257

Hypothesis means?

Correct Answer: A
Explanation:
Hypothesis is a testable assumption.
Question 6258

A good research tool must be?

Correct Answer: C
Explanation:
Tools must be valid & reliable.
Question 6259

Which method is commonly used in classroom teaching?

Correct Answer: A
Explanation:
Lecture method is widely used in colleges.
Question 6260

Effective communication in teaching depends on?

Correct Answer: D
Explanation:
Effective teaching uses multiple communication skills.
Question 6261

MOOC stands for?

Correct Answer: A
Explanation:
MOOCs are online learning programs.
Question 6262

Which of these is NOT a type of research?

Correct Answer: D
Explanation:
Comparative religion is a subject, not research type.
Question 6263

Which is the primary goal of higher education?

Correct Answer: B
Explanation:
Higher education develops knowledge and skills.
Question 6264

Curriculum refers to?

Correct Answer: B
Explanation:
Curriculum includes all learning activities.
Question 6265

Plagiarism means?

Correct Answer: B
Explanation:
Plagiarism is copying without attribution.
Question 6266

Which of the following is an academic ethics violation?

Correct Answer: B
Explanation:
Plagiarism violates ethics.
Question 6267

Which exam qualifies candidates for Ph.D. admission?

Correct Answer: C
Explanation:
NET/JRF is required for Ph.D. entrance & fellowship.
Question 6268

Classroom management means?

Correct Answer: B
Explanation:
Good environment improves teaching.
Question 6269

Which type of communication uses body language?

Correct Answer: C
Explanation:
Non-verbal includes gestures and expressions.
Question 6270

A good teacher should be?

Correct Answer: B
Explanation:
Good teachers communicate & guide effectively.
Question 6271

Which is a student-centered teaching method?

Correct Answer: B
Explanation:
Project method encourages active learning.
Question 6272

What does NAAC assess?

Correct Answer: B
Explanation:
NAAC accredits higher education institutions.
Question 6273

Teaching aptitude includes?

Correct Answer: D
Explanation:
Aptitude involves multiple competencies.
Question 6274

Which tool measures students’ academic achievement?

Correct Answer: A
Explanation:
Achievement tests check learning outcomes.
Question 6275

Which domain of learning deals with emotions?

Correct Answer: B
Explanation:
Affective domain focuses on attitudes.
Question 6276

Teaching at college level must focus on?

Correct Answer: B
Explanation:
Higher education promotes critical analysis.
Question 6277

Which of these is a characteristic of good research?

Correct Answer: B
Explanation:
Good research is systematic.
Question 6278

Open-book exams test?

Correct Answer: B
Explanation:
Open-book exams assess application skills.
Question 6279

Which is NOT a barrier to communication?

Correct Answer: C
Explanation:
Clear messages enhance communication.
Question 6280

Orientation program for new teachers aims at?

Correct Answer: B
Explanation:
Orientation supports new teachers.
Question 6281

Which research approach uses numerical data?

Correct Answer: B
Explanation:
Quantitative uses statistical data.
Question 6282

Teacher’s professional ethics include?

Correct Answer: B
Explanation:
Ethics require fairness.
Question 6283

Primary purpose of research is?

Correct Answer: A
Explanation:
Research expands knowledge.
Question 6284

Which teaching method encourages inquiry?

Correct Answer: B
Explanation:
Discussion encourages questioning & inquiry.
Question 6285

Which is a psychomotor skill?

Correct Answer: B
Explanation:
Writing is a motor skill.
Question 6286

Higher education teachers must possess?

Correct Answer: D
Explanation:
Higher education requires combined competencies.
Question 6287

TET is conducted to recruit?

Correct Answer: B
Explanation:
TET is for selecting eligible school teachers.
Question 6288

Which act made TET mandatory for teachers?

Correct Answer: A
Explanation:
RTE Act mandates TET for teacher recruitment.
Question 6289

Who conducts CTET?

Correct Answer: B
Explanation:
CTET is conducted by CBSE.
Question 6290

What does CCE stand for?

Correct Answer: B
Explanation:
CCE focuses on holistic assessment.
Question 6291

Which learning theory was proposed by Piaget?

Correct Answer: B
Explanation:
Piaget developed cognitive development stages.
Question 6292

Constructivism emphasizes?

Correct Answer: B
Explanation:
Constructivism is based on hands-on learning.
Question 6293

Which is an example of formative assessment?

Correct Answer: B
Explanation:
Formative assessment is continuous.
Question 6294

Pedagogy means?

Correct Answer: A
Explanation:
Pedagogy refers to teaching methods.
Question 6295

Which of these is a teaching aid?

Correct Answer: A
Explanation:
Blackboard helps in teaching-learning.
Question 6296

What is the full form of ICT?

Correct Answer: B
Explanation:
ICT enhances digital education.
Question 6297

Diagnostic evaluation is conducted?

Correct Answer: B
Explanation:
Diagnostic evaluation identifies weaknesses.
Question 6298

Which of the following encourages active learning?

Correct Answer: B
Explanation:
Role-play is an active learning method.
Question 6299

Bloom's taxonomy includes?

Correct Answer: B
Explanation:
Bloom's taxonomy defines learning objectives.
Question 6300

Which of the following is NOT a characteristic of a good textbook?

Correct Answer: C
Explanation:
Good textbooks avoid difficult language.
Question 6301

What does TLM stand for?

Correct Answer: A
Explanation:
TLM aids the teaching-learning process.
Question 6302

Learning by imitation is part of?

Correct Answer: B
Explanation:
Bandura's theory emphasizes imitation.
Question 6303

Which activity is best for kinesthetic learners?

Correct Answer: C
Explanation:
Kinesthetic learners learn by doing.
Question 6304

Which teaching method is teacher-centered?

Correct Answer: C
Explanation:
Lecture method focuses on teacher talk.
Question 6305

Inclusive education focuses on?

Correct Answer: B
Explanation:
Inclusive education integrates all students.
Question 6306

Which term refers to emotional and social development?

Correct Answer: B
Explanation:
Affective domain deals with feelings & attitudes.
Question 6307

Primary level classrooms focus on?

Correct Answer: B
Explanation:
Play-way approach encourages joyful learning.
Question 6308

Reward and punishment relate to?

Correct Answer: A
Explanation:
Skinner proposed operant conditioning.
Question 6309

Which strategy helps slow learners?

Correct Answer: B
Explanation:
Remedial classes academically support slow learners.
Question 6310

Who proposed the theory of multiple intelligences?

Correct Answer: B
Explanation:
Gardner proposed multiple intelligence theory.
Question 6311

Which of the following is a psychomotor activity?

Correct Answer: C
Explanation:
Psychomotor domain includes motor skills.
Question 6312

NCERT stands for?

Correct Answer: A
Explanation:
NCERT develops curriculum nationally.
Question 6313

What does RTE emphasize?

Correct Answer: A
Explanation:
RTE ensures free schooling for all children.
Question 6314

Summative assessment is conducted?

Correct Answer: C
Explanation:
Summative assessment evaluates end-term learning.
Question 6315

Which tool measures intelligence?

Correct Answer: A
Explanation:
Binet scale is an intelligence test.
Question 6316

A good teacher should be?

Correct Answer: B
Explanation:
Communication is key to effective teaching.
Question 6317

Which approach uses real-life situations?

Correct Answer: B
Explanation:
Projects link theory with real-life problems.
Question 6318

Child-centered education focuses on?

Correct Answer: B
Explanation:
Child-centered learning promotes learner needs.
Question 6319

Feedback is most effective when?

Correct Answer: B
Explanation:
Immediate feedback improves learning.
Question 6320

Who developed the first intelligence test?

Correct Answer: A
Explanation:
Binet-Simon developed the first IQ test.
Question 6321

Which teaching method promotes critical thinking?

Correct Answer: A
Explanation:
Discussions enhance analytical thinking.
Question 6322

Which is a form of non-verbal communication?

Correct Answer: B
Explanation:
Gestures express communication without words.
Question 6323

Who is considered the father of modern education?

Correct Answer: B
Explanation:
John Dewey emphasized learning by doing.
Question 6324

Learning disability refers to?

Correct Answer: B
Explanation:
LD affects reading, writing, or math skills.
Question 6325

NEET is conducted for admission into?

Correct Answer: B
Explanation:
NEET is the national medical entrance exam for MBBS, BDS, AYUSH.
Question 6326

Which body conducts the NEET exam?

Correct Answer: C
Explanation:
NEET UG is conducted by the National Testing Agency (NTA).
Question 6327

The full form of NTA is?

Correct Answer: B
Explanation:
NTA organizes major national examinations including NEET.
Question 6328

Which of the following subjects are included in NEET?

Correct Answer: A
Explanation:
NEET includes PCB only.
Question 6329

Biology section in NEET includes?

Correct Answer: A
Explanation:
Biology includes Botany + Zoology.
Question 6330

NEET exam duration is?

Correct Answer: B
Explanation:
NEET duration is 200 minutes (3 hours 20 minutes).
Question 6331

Total number of questions in NEET is?

Correct Answer: D
Explanation:
NEET contains 200 questions (180 to be attempted).
Question 6332

Negative marking in NEET is?

Correct Answer: B
Explanation:
NEET deducts 1 mark for each wrong answer.
Question 6333

Which book is considered the base for NEET preparation?

Correct Answer: B
Explanation:
NCERT is the primary source for NEET.
Question 6334

The NEET exam pattern is?

Correct Answer: B
Explanation:
NEET is conducted in offline mode.
Question 6335

Cut-off in NEET depends on?

Correct Answer: D
Explanation:
Cut-off varies depending on multiple factors.
Question 6336

Which ministry oversees NEET?

Correct Answer: B
Explanation:
NEET functions under MoHFW.
Question 6337

What is the marking scheme of NEET?

Correct Answer: B
Explanation:
NEET awards +4 and deducts 1 for wrong answers.
Question 6338

Which exam did NEET replace?

Correct Answer: A
Explanation:
NEET replaced AIPMT as the medical entrance exam.
Question 6339

Which organization prepares NEET syllabus?

Correct Answer: C
Explanation:
NEET syllabus is based on NCERT curriculum.
Question 6340

Biology carries how many marks in NEET?

Correct Answer: C
Explanation:
Biology (Botany+Zoology) carries 360 marks.
Question 6341

Which of the following is NOT part of NEET Biology?

Correct Answer: C
Explanation:
Organic Chemistry is part of Chemistry.
Question 6342

The number of questions to be attempted in each subject section?

Correct Answer: A
Explanation:
NEET pattern includes Section A (35) + Section B (10).
Question 6343

Which skill is essential for NEET Biology?

Correct Answer: A
Explanation:
NEET Biology requires analytical understanding.
Question 6344

Which of these is NOT a NEET eligibility requirement?

Correct Answer: C
Explanation:
Foreign nationals can also appear.
Question 6345

Which organization regulates medical education?

Correct Answer: C
Explanation:
NMC (National Medical Commission) regulates medical education.
Question 6346

NEET UG is conducted in how many languages?

Correct Answer: C
Explanation:
NEET is offered in 13 languages.
Question 6347

Limit of NEET attempts is?

Correct Answer: D
Explanation:
There is no limit on NEET attempts.
Question 6348

Which exam gives admission to AIIMS?

Correct Answer: B
Explanation:
Since 2020, AIIMS admissions are through NEET.
Question 6349

Highest weightage in NEET is for?

Correct Answer: C
Explanation:
Biology has 360 out of 720 marks.
Question 6350

Which topic is important for NEET Chemistry?

Correct Answer: D
Explanation:
All three branches are important.
Question 6351

NEET exam level corresponds to?

Correct Answer: C
Explanation:
NEET syllabus follows Class 11–12 NCERT level.
Question 6352

Practice of previous years' papers helps in?

Correct Answer: B
Explanation:
Previous papers help analyze exam trends.
Question 6353

Biology PYQs are important because?

Correct Answer: A
Explanation:
NEET repeats many Biology questions.
Question 6354

Which strategy is best for NEET preparation?

Correct Answer: A
Explanation:
Daily revision boosts retention.
Question 6355

NEET Chemistry questions are mostly?

Correct Answer: B
Explanation:
Chemistry contains both theory and numerical questions.
Question 6356

Which law is important in NEET Physics?

Correct Answer: A
Explanation:
Newton's laws form the base of mechanics.
Question 6357

NEET OMR sheet requires?

Correct Answer: B
Explanation:
NTA instructs students to use black ball pen.
Question 6358

Genetics questions in NEET require understanding of?

Correct Answer: A
Explanation:
Genetics heavily relies on Mendelian laws.
Question 6359

Botany questions include?

Correct Answer: D
Explanation:
Multiple botany chapters appear in NEET.
Question 6360

Zoology questions include?

Correct Answer: D
Explanation:
Zoology includes wide biological coverage.
Question 6361

Revision timetable must be?

Correct Answer: B
Explanation:
Consistent revision ensures NEET success.
Question 6362

Mock tests help in?

Correct Answer: D
Explanation:
Mock tests improve overall performance.
Question 6363

Final NEET rank depends on?

Correct Answer: C
Explanation:
Rank depends on total score out of 720.
Question 6364

Phonetics is the study of?

Correct Answer: B
Explanation:
Phonetics deals with speech sounds and pronunciation.
Question 6365

Semantics refers to?

Correct Answer: B
Explanation:
Semantics is the study of meaning in language.
Question 6366

Morphology is concerned with?

Correct Answer: B
Explanation:
Morphology studies the structure and formation of words.
Question 6367

Syntax refers to?

Correct Answer: A
Explanation:
Syntax deals with arrangement of words into sentences.
Question 6368

Pragmatics deals with?

Correct Answer: B
Explanation:
Pragmatics focuses on contextual meaning.
Question 6369

Which skill is receptive?

Correct Answer: B
Explanation:
Listening and reading are receptive skills.
Question 6370

Which is a productive skill?

Correct Answer: C
Explanation:
Speaking and writing are productive skills.
Question 6371

Bilingualism means?

Correct Answer: B
Explanation:
Bilinguals use two languages regularly.
Question 6372

The smallest unit of sound is?

Correct Answer: B
Explanation:
Phoneme is the smallest unit of sound.
Question 6373

The smallest unit of meaning is?

Correct Answer: C
Explanation:
Morpheme carries meaning.
Question 6374

Direct method of teaching focuses on?

Correct Answer: C
Explanation:
Direct method avoids translation and uses target language only.
Question 6375

Grammar-Translation method emphasizes?

Correct Answer: B
Explanation:
GT method uses grammar rules + translation.
Question 6376

Communicative Language Teaching (CLT) focuses on?

Correct Answer: A
Explanation:
CLT aims at communication skills.
Question 6377

Language Acquisition means?

Correct Answer: A
Explanation:
Acquisition happens naturally like children learn.
Question 6378

Language Learning means?

Correct Answer: B
Explanation:
Learning involves conscious effort.
Question 6379

L1 refers to?

Correct Answer: B
Explanation:
L1 is the native/mother language.
Question 6380

L2 refers to?

Correct Answer: C
Explanation:
L2 is second or target language.
Question 6381

Listening comprehension improves through?

Correct Answer: B
Explanation:
Listening improves with audio practice.
Question 6382

Extensive reading helps in?

Correct Answer: B
Explanation:
Extensive reading develops vocabulary.
Question 6383

Intonation refers to?

Correct Answer: B
Explanation:
Intonation affects meaning in speech.
Question 6384

Stress in language refers to?

Correct Answer: B
Explanation:
Stress is emphasis on specific syllables.
Question 6385

Which of the following is an authentic material?

Correct Answer: C
Explanation:
Authentic materials are real-life resources.
Question 6386

Remedial teaching helps?

Correct Answer: B
Explanation:
Remedial teaching supports struggling students.
Question 6387

A dictionary is used for?

Correct Answer: B
Explanation:
Dictionaries support language learning.
Question 6388

Contextual meaning depends on?

Correct Answer: A
Explanation:
Context determines meaning.
Question 6389

A language register refers to?

Correct Answer: A
Explanation:
Register depends on context and formality.
Question 6390

Code-switching means?

Correct Answer: C
Explanation:
Using two languages in conversation is code-switching.
Question 6391

Language proficiency means?

Correct Answer: B
Explanation:
Proficiency is the ability to use language effectively.
Question 6392

A phonetic transcription represents?

Correct Answer: B
Explanation:
IPA symbols represent spoken sounds.
Question 6393

Scanning in reading means?

Correct Answer: B
Explanation:
Scanning helps locate specific details quickly.
Question 6394

Skimming means?

Correct Answer: B
Explanation:
Skimming is for quick overview.
Question 6395

Which method improves speaking skills?

Correct Answer: B
Explanation:
Speaking improves through interaction.
Question 6396

Writing skills improve through?

Correct Answer: A
Explanation:
Writing practice builds writing skill.
Question 6397

Communicative competence includes?

Correct Answer: C
Explanation:
Communicative competence includes multiple skills.
Question 6398

Language is primarily a?

Correct Answer: A
Explanation:
Language mainly enables communication.
Question 6399

A clause contains?

Correct Answer: C
Explanation:
A clause must contain subject and verb.
Question 6400

A sentence must contain?

Correct Answer: B
Explanation:
Verb is essential for a complete sentence.
Question 6401

Dialect is a?

Correct Answer: B
Explanation:
Dialect is a regional variety.
Question 6402

A language textbook must be?

Correct Answer: C
Explanation:
Textbooks must match learner level.
Question 6403

D.El.Ed stands for?

Correct Answer: A
Explanation:
D.El.Ed is a Diploma in Elementary Education.
Question 6404

The primary goal of D.El.Ed program is to prepare?

Correct Answer: B
Explanation:
D.El.Ed trains teachers for primary level.
Question 6405

Which stage is covered under elementary education?

Correct Answer: A
Explanation:
Elementary level includes classes 1–8.
Question 6406

NPE 1986 emphasizes?

Correct Answer: B
Explanation:
NPE promotes education for all.
Question 6407

Which method promotes joyful learning?

Correct Answer: B
Explanation:
Play-way promotes learning through fun.
Question 6408

Which of the following is part of pedagogy?

Correct Answer: D
Explanation:
Pedagogy covers strategies, management and evaluation.
Question 6409

Continuous and Comprehensive Evaluation (CCE) emphasizes?

Correct Answer: B
Explanation:
CCE evaluates scholastic and co-scholastic areas.
Question 6410

Which psychologist proposed cognitive development theory?

Correct Answer: B
Explanation:
Jean Piaget proposed cognitive development stages.
Question 6411

Learning by doing is emphasized in?

Correct Answer: A
Explanation:
Constructivism promotes hands-on learning.
Question 6412

Which is a student-centered method?

Correct Answer: B
Explanation:
Project method encourages active participation.
Question 6413

What does TLM stand for?

Correct Answer: A
Explanation:
TLM supports the teaching-learning process.
Question 6414

Diagnostic evaluation is used to?

Correct Answer: A
Explanation:
Diagnostic test finds learning gaps.
Question 6415

Formative evaluation is done?

Correct Answer: B
Explanation:
Formative evaluation happens during instruction.
Question 6416

Summative evaluation is conducted?

Correct Answer: C
Explanation:
Summative tests measure terminal learning.
Question 6417

Which is essential for classroom management?

Correct Answer: B
Explanation:
Rules and routines help maintain discipline.
Question 6418

The smallest unit of sound is called?

Correct Answer: B
Explanation:
Phoneme is the smallest sound unit.
Question 6419

Which skill is receptive?

Correct Answer: B
Explanation:
Listening and reading are receptive skills.
Question 6420

Inclusive education promotes?

Correct Answer: B
Explanation:
Inclusive education welcomes every learner.
Question 6421

Which act ensures free and compulsory education?

Correct Answer: B
Explanation:
RTE ensures education for 6–14 years.
Question 6422

Who developed the operant conditioning theory?

Correct Answer: A
Explanation:
Skinner proposed operant conditioning.
Question 6423

Remedial teaching helps?

Correct Answer: B
Explanation:
Remedial teaching supports struggling learners.
Question 6424

Which teaching method is teacher-centered?

Correct Answer: B
Explanation:
Lecture method is teacher dominated.
Question 6425

Which learning domain includes physical skills?

Correct Answer: C
Explanation:
Psychomotor is related to motor skills.
Question 6426

Which learning domain deals with feelings and emotions?

Correct Answer: B
Explanation:
Affective domain covers emotions and attitudes.
Question 6427

Curriculum refers to?

Correct Answer: B
Explanation:
Curriculum includes planned learning experiences.
Question 6428

Which machine is used for displaying visuals?

Correct Answer: A
Explanation:
Overhead projector displays visuals.
Question 6429

Child-centered education focuses on?

Correct Answer: B
Explanation:
Child-centered approach prioritizes learners.
Question 6430

Which activity promotes critical thinking?

Correct Answer: B
Explanation:
Discussions develop reasoning skills.
Question 6431

Micro-teaching focuses on?

Correct Answer: A
Explanation:
Micro-teaching improves specific teaching skills.
Question 6432

Which is the first step of lesson planning?

Correct Answer: B
Explanation:
Objectives guide lesson planning.
Question 6433

Which tool measures intelligence?

Correct Answer: A
Explanation:
Binet scale is used for IQ testing.
Question 6434

Which learning theory emphasizes social interaction?

Correct Answer: B
Explanation:
Bandura proposed social learning theory.
Question 6435

Play-way method is suitable for?

Correct Answer: B
Explanation:
Play-way is ideal for young learners.
Question 6436

Which material is an audio aid?

Correct Answer: B
Explanation:
Radio is an audio teaching aid.
Question 6437

Which material is a visual aid?

Correct Answer: B
Explanation:
Charts are widely used visual aids.
Question 6438

Which is NOT a quality of a good teacher?

Correct Answer: C
Explanation:
Good teachers must be unbiased.
Question 6439

Which factor improves learning?

Correct Answer: A
Explanation:
Interest enhances retention and understanding.
Question 6440

Which learning style prefers hands-on activities?

Correct Answer: C
Explanation:
Kinesthetic learners learn by doing.
Question 6441

Who is known as the father of modern education?

Correct Answer: B
Explanation:
Dewey emphasized experiential learning.
Question 6442

CTET is conducted by?

Correct Answer: B
Explanation:
CTET is conducted by the Central Board of Secondary Education (CBSE).
Question 6443

The main objective of CTET is to?

Correct Answer: B
Explanation:
CTET checks minimum teaching eligibility for government schools.
Question 6444

CTET Paper 1 is for which level?

Correct Answer: A
Explanation:
Paper 1 is for Primary Teachers (Class 1–5).
Question 6445

CTET Paper 2 is for?

Correct Answer: B
Explanation:
Paper 2 is for Class 6–8 teachers.
Question 6446

Which act made CTET compulsory?

Correct Answer: A
Explanation:
RTE Act mandates CTET for teacher eligibility.
Question 6447

Full form of TLM is?

Correct Answer: A
Explanation:
TLM supports classroom teaching and learning.
Question 6448

What does CCE stand for?

Correct Answer: B
Explanation:
CCE evaluates overall development.
Question 6449

Which of the following is a student-centered method?

Correct Answer: B
Explanation:
Project work encourages active learning.
Question 6450

Constructivism focuses on?

Correct Answer: B
Explanation:
Constructivism promotes hands-on learning.
Question 6451

Operant conditioning theory was given by?

Correct Answer: B
Explanation:
Skinner proposed operant conditioning.
Question 6452

Piaget's theory is related to?

Correct Answer: A
Explanation:
Piaget studied cognitive development stages.
Question 6453

Language acquisition is?

Correct Answer: A
Explanation:
Acquisition happens naturally like children learn.
Question 6454

Remedial teaching helps?

Correct Answer: B
Explanation:
Remedial teaching supports students with difficulties.
Question 6455

Which is a receptive skill?

Correct Answer: C
Explanation:
Listening and reading are receptive skills.
Question 6456

Which of the following is a productive skill?

Correct Answer: C
Explanation:
Speaking and writing are productive skills.
Question 6457

Child-centered education focuses on?

Correct Answer: B
Explanation:
Child-centered approach prioritizes learner needs.
Question 6458

Which of these is a teaching aid?

Correct Answer: B
Explanation:
Blackboard assists in teaching-learning.
Question 6459

What is the first step of lesson planning?

Correct Answer: B
Explanation:
Objectives guide lesson planning.
Question 6460

Micro-teaching is used to?

Correct Answer: A
Explanation:
Micro-teaching helps improve teaching skills.
Question 6461

What does RTE stand for?

Correct Answer: B
Explanation:
RTE ensures free education for 6–14 years.
Question 6462

Which learning theory emphasizes social interaction?

Correct Answer: B
Explanation:
Bandura developed social learning theory.
Question 6463

Kohlberg proposed the theory of?

Correct Answer: B
Explanation:
Kohlberg studied moral development.
Question 6464

Which method improves speaking skills?

Correct Answer: B
Explanation:
Role play enhances speaking proficiency.
Question 6465

Phoneme is?

Correct Answer: B
Explanation:
Phoneme is the smallest sound unit.
Question 6466

Morpheme is?

Correct Answer: B
Explanation:
Morpheme carries meaning.
Question 6467

Which evaluation is done during teaching?

Correct Answer: B
Explanation:
Formative evaluation is continuous.
Question 6468

Which evaluation is done at the end of term?

Correct Answer: C
Explanation:
Summative tests measure term-end performance.
Question 6469

Bloom's taxonomy is used to?

Correct Answer: A
Explanation:
Bloom classified learning into hierarchical levels.
Question 6470

Classroom management means?

Correct Answer: B
Explanation:
Good management ensures discipline and learning.
Question 6471

Scaffolding means?

Correct Answer: B
Explanation:
Scaffolding supports students until they master a concept.
Question 6472

Which method develops critical thinking?

Correct Answer: B
Explanation:
Discussions enhance analytical skills.
Question 6473

Inclusive education means?

Correct Answer: B
Explanation:
Inclusive education supports all learners.
Question 6474

A good teacher must be?

Correct Answer: B
Explanation:
Teachers must be fair and patient.
Question 6475

Which method enhances vocabulary?

Correct Answer: B
Explanation:
Dictionary helps in vocabulary development.
Question 6476

Which is a non-verbal communication?

Correct Answer: C
Explanation:
Gestures convey meaning without words.
Question 6477

Which is an audio aid?

Correct Answer: A
Explanation:
Radio is an audio teaching aid.
Question 6478

Which is a visual aid?

Correct Answer: B
Explanation:
Charts provide visual information.
Question 6479

CTET certificate validity is?

Correct Answer: C
Explanation:
CTET certificate is valid for lifetime.
Question 6480

Observation is a tool used in?

Correct Answer: B
Explanation:
Observation is widely used in qualitative studies.
Question 6481

B.Ed stands for?

Correct Answer: B
Explanation:
B.Ed is Bachelor of Education.
Question 6482

The main aim of B.Ed program is to prepare?

Correct Answer: B
Explanation:
B.Ed trains individuals to become professional teachers.
Question 6483

Which is the first step of lesson planning?

Correct Answer: B
Explanation:
Learning objectives guide the entire lesson plan.
Question 6484

Which method is student-centered?

Correct Answer: B
Explanation:
Project method promotes active learning.
Question 6485

Micro-teaching is used for?

Correct Answer: A
Explanation:
Micro-teaching focuses on skill enhancement.
Question 6486

Which theory was proposed by Jean Piaget?

Correct Answer: A
Explanation:
Piaget proposed cognitive development stages.
Question 6487

Who developed the theory of operant conditioning?

Correct Answer: B
Explanation:
Skinner introduced operant conditioning.
Question 6488

Which psychologist is linked with classical conditioning?

Correct Answer: A
Explanation:
Pavlov developed classical conditioning.
Question 6489

Which is a receptive skill?

Correct Answer: B
Explanation:
Listening is a receptive skill.
Question 6490

Which is a productive skill?

Correct Answer: C
Explanation:
Speaking and writing are productive.
Question 6491

TLM stands for?

Correct Answer: A
Explanation:
TLM helps effective teaching.
Question 6492

Inclusive education means?

Correct Answer: B
Explanation:
Inclusive education welcomes all learners.
Question 6493

Which is NOT a teaching aid?

Correct Answer: D
Explanation:
Attendance register is not a teaching aid.
Question 6494

Bloom's taxonomy deals with?

Correct Answer: A
Explanation:
Bloom's taxonomy classifies learning levels.
Question 6495

Which is an audio aid?

Correct Answer: B
Explanation:
Radio is an audio teaching aid.
Question 6496

Which is a visual aid?

Correct Answer: B
Explanation:
Charts are visual teaching aids.
Question 6497

Who proposed social learning theory?

Correct Answer: A
Explanation:
Bandura proposed social learning theory.
Question 6498

Which is used to measure intelligence?

Correct Answer: B
Explanation:
Binet scale is used for IQ testing.
Question 6499

Which act ensures free and compulsory education?

Correct Answer: A
Explanation:
RTE Act provides free education for 6–14 years.
Question 6500

Which learning method uses real-life situations?

Correct Answer: B
Explanation:
Project method connects learning to real life.
Question 6501

What does pedagogy mean?

Correct Answer: B
Explanation:
Pedagogy is the art and science of teaching.
Question 6502

Remedial teaching is used for?

Correct Answer: B
Explanation:
Remedial teaching supports weak learners.
Question 6503

Which learning domain is related to emotions and feelings?

Correct Answer: B
Explanation:
Affective domain is about emotions.
Question 6504

Psychomotor domain deals with?

Correct Answer: C
Explanation:
Psychomotor is related to motor skills.
Question 6505

Scaffolding means?

Correct Answer: B
Explanation:
Scaffolding supports learners during difficult tasks.
Question 6506

Which evaluation is continuous in nature?

Correct Answer: B
Explanation:
Formative evaluation is ongoing.
Question 6507

Which psychologist proposed insight learning?

Correct Answer: B
Explanation:
Kohler introduced insight learning.
Question 6508

Which teaching method encourages participation?

Correct Answer: B
Explanation:
Discussion encourages active participation.
Question 6509

Child-centered education focuses on?

Correct Answer: B
Explanation:
Child-centered approach prioritizes learners.
Question 6510

Which law is associated with Thorndike?

Correct Answer: A
Explanation:
Thorndike proposed the Law of Effect.
Question 6511

Learning disability refers to?

Correct Answer: B
Explanation:
LD affects reading, writing or math skills.
Question 6512

Which method helps improve vocabulary?

Correct Answer: B
Explanation:
Dictionary improves vocabulary.
Question 6513

Which is a non-verbal communication?

Correct Answer: B
Explanation:
Gestures convey meaning without words.
Question 6514

Which item is an example of ICT?

Correct Answer: B
Explanation:
Projector is an ICT tool.
Question 6515

Which method improves speaking skills?

Correct Answer: B
Explanation:
Role play helps speaking ability.
Question 6516

Which activity promotes critical thinking?

Correct Answer: B
Explanation:
Group discussions enhance critical thinking.
Question 6517

Which is a characteristic of a good textbook?

Correct Answer: B
Explanation:
Good textbooks match learner level.
Question 6518

Communication in classroom must be?

Correct Answer: B
Explanation:
Two-way communication improves learning.
Question 6519

Observation is a tool of?

Correct Answer: A
Explanation:
Observation is widely used in qualitative research.
Question 6520

An antenna is used to?

Correct Answer: B
Explanation:
An antenna converts electrical signals into electromagnetic waves and vice versa.
Question 6521

The unit of antenna gain is?

Correct Answer: C
Explanation:
Antenna gain is expressed in decibels (dB).
Question 6522

Which antenna has omnidirectional radiation pattern?

Correct Answer: C
Explanation:
Dipole antenna radiates uniformly in one plane.
Question 6523

Radiation resistance of an antenna represents?

Correct Answer: B
Explanation:
Radiation resistance accounts for power radiated as EM waves.
Question 6524

Which antenna is commonly used for TV reception?

Correct Answer: B
Explanation:
Yagi-Uda antenna provides high directivity.
Question 6525

Antenna directivity is defined as?

Correct Answer: B
Explanation:
Directivity measures directional radiation capability.
Question 6526

The polarization of an antenna depends on?

Correct Answer: B
Explanation:
Polarization is determined by electric field orientation.
Question 6527

Half-wave dipole antenna length is equal to?

Correct Answer: B
Explanation:
Half-wave dipole length is λ/2.
Question 6528

Which antenna is used in satellite communication?

Correct Answer: C
Explanation:
Parabolic antennas provide high gain and directionality.
Question 6529

Bandwidth of an antenna refers to?

Correct Answer: A
Explanation:
Bandwidth defines usable frequency range.
Question 6530

Which antenna produces circular polarization?

Correct Answer: C
Explanation:
Helical antennas generate circular polarization.
Question 6531

Wave propagation refers to?

Correct Answer: B
Explanation:
Wave propagation is the travel of EM waves through space.
Question 6532

Which propagation mode is used for AM radio?

Correct Answer: C
Explanation:
AM broadcasting uses ground wave propagation.
Question 6533

Sky wave propagation involves reflection from?

Correct Answer: C
Explanation:
Sky waves are reflected by the ionosphere.
Question 6534

Which layer of ionosphere reflects radio waves?

Correct Answer: C
Explanation:
F layer reflects high frequency radio waves.
Question 6535

Ground wave propagation is effective up to?

Correct Answer: B
Explanation:
Ground waves are effective below 3 MHz.
Question 6536

Which propagation is used for FM broadcasting?

Correct Answer: C
Explanation:
FM uses space wave propagation.
Question 6537

The speed of electromagnetic waves is?

Correct Answer: C
Explanation:
EM waves travel at the speed of light.
Question 6538

Which antenna parameter relates to impedance matching?

Correct Answer: B
Explanation:
VSWR indicates impedance matching.
Question 6539

Beamwidth of an antenna is defined as?

Correct Answer: B
Explanation:
Beamwidth measures angular spread of radiation.
Question 6540

Which antenna has highest directivity?

Correct Answer: C
Explanation:
Parabolic antennas offer very high directivity.
Question 6541

Friis transmission equation relates to?

Correct Answer: B
Explanation:
Friis equation relates power between antennas.
Question 6542

Effective aperture of an antenna depends on?

Correct Answer: D
Explanation:
Effective aperture is related to gain and wavelength.
Question 6543

Which wave travels along the Earth surface?

Correct Answer: C
Explanation:
Ground waves follow the Earth curvature.
Question 6544

Critical frequency is related to?

Correct Answer: B
Explanation:
Critical frequency applies to sky wave propagation.
Question 6545

Which antenna is commonly used in radar systems?

Correct Answer: C
Explanation:
Radar systems use high-gain parabolic antennas.
Question 6546

Radiation pattern represents?

Correct Answer: B
Explanation:
Radiation pattern shows power variation with direction.
Question 6547

Which antenna is also known as Hertz antenna?

Correct Answer: B
Explanation:
Dipole antenna is called Hertz antenna.
Question 6548

The main lobe of radiation pattern indicates?

Correct Answer: A
Explanation:
Main lobe shows maximum radiation.
Question 6549

Which loss occurs due to ground absorption?

Correct Answer: B
Explanation:
Ground absorption causes ground loss.
Question 6550

Space wave propagation is limited by?

Correct Answer: B
Explanation:
Earth curvature limits space wave range.
Question 6551

Which antenna is frequency independent?

Correct Answer: A
Explanation:
Log periodic antennas operate over wide bandwidth.
Question 6552

The far-field region of an antenna is also called?

Correct Answer: C
Explanation:
Far field is known as radiation field.
Question 6553

Which antenna parameter improves signal strength?

Correct Answer: A
Explanation:
Higher gain improves signal strength.
Question 6554

Wave propagation in free space experiences?

Correct Answer: C
Explanation:
Free space propagation suffers from path loss.
Question 6555

What is the function of a balun in antenna systems?

Correct Answer: B
Explanation:
Balun converts balanced signals to unbalanced or vice versa.
Question 6556

Which antenna is commonly used for mobile communication?

Correct Answer: B
Explanation:
Whip antennas are widely used in mobile systems.
Question 6557

Radiation intensity is defined as?

Correct Answer: A
Explanation:
Radiation intensity is power per unit solid angle.
Question 6558

Antenna efficiency is the ratio of?

Correct Answer: A
Explanation:
Efficiency measures how effectively power is radiated.
Question 6559

Which antenna is used for HF communication?

Correct Answer: B
Explanation:
Dipole antennas are commonly used for HF bands.
Question 6560

Loop antenna is mainly used for?

Correct Answer: A
Explanation:
Loop antennas are useful for direction finding.
Question 6561

Which factor affects ground wave propagation?

Correct Answer: A
Explanation:
Ground conductivity strongly affects ground wave range.
Question 6562

Critical frequency depends on?

Correct Answer: A
Explanation:
Critical frequency depends on ionospheric electron density.
Question 6563

Maximum usable frequency (MUF) is related to?

Correct Answer: B
Explanation:
MUF applies to sky wave communication.
Question 6564

Which wave propagation is line-of-sight?

Correct Answer: C
Explanation:
Space wave propagation requires line-of-sight.
Question 6565

Which antenna is best suited for UHF range?

Correct Answer: B
Explanation:
Log periodic antennas cover wide UHF bands.
Question 6566

The field region closest to antenna is called?

Correct Answer: B
Explanation:
Reactive near field is closest to antenna.
Question 6567

Side lobes in radiation pattern are?

Correct Answer: B
Explanation:
Side lobes represent unwanted radiation.
Question 6568

Front-to-back ratio of an antenna measures?

Correct Answer: C
Explanation:
It indicates directional radiation capability.
Question 6569

Which antenna uses reflector and directors?

Correct Answer: C
Explanation:
Yagi-Uda antenna uses reflector and directors.
Question 6570

Patch antennas are widely used in?

Correct Answer: C
Explanation:
Patch antennas are compact and used in mobile devices.
Question 6571

Which parameter indicates antenna mismatch?

Correct Answer: B
Explanation:
VSWR indicates impedance mismatch.
Question 6572

Free space path loss increases with?

Correct Answer: B
Explanation:
Path loss increases with distance.
Question 6573

Which wave is least affected by ionosphere?

Correct Answer: C
Explanation:
Space waves are not reflected by ionosphere.
Question 6574

Which antenna parameter depends on radiation pattern?

Correct Answer: A
Explanation:
Gain depends on radiation pattern shape.
Question 6575

Which antenna is commonly used in aircraft communication?

Correct Answer: B
Explanation:
Blade antennas are used in aircraft.
Question 6576

Which layer of ionosphere disappears at night?

Correct Answer: B
Explanation:
D layer disappears at night.
Question 6577

Ionospheric fading is caused due to?

Correct Answer: A
Explanation:
Multipath in ionosphere causes fading.
Question 6578

Which antenna is used for direction finding?

Correct Answer: A
Explanation:
Loop antennas are ideal for direction finding.
Question 6579

Antenna array is used to?

Correct Answer: B
Explanation:
Antenna arrays improve directivity.
Question 6580

Which antenna produces end-fire radiation?

Correct Answer: B
Explanation:
End-fire array radiates along array axis.
Question 6581

Broadside array radiates maximum energy?

Correct Answer: B
Explanation:
Broadside arrays radiate perpendicular to array.
Question 6582

Which antenna parameter is measured in degrees?

Correct Answer: B
Explanation:
Beamwidth is measured in degrees.
Question 6583

Which antenna is used in WLAN systems?

Correct Answer: A
Explanation:
Patch antennas are widely used in WLAN.
Question 6584

Polarization mismatch causes?

Correct Answer: A
Explanation:
Mismatch in polarization reduces received power.
Question 6585

Which wave propagation supports long-distance HF communication?

Correct Answer: C
Explanation:
Sky wave enables long-distance HF communication.
Question 6586

Which antenna is also called Marconi antenna?

Correct Answer: B
Explanation:
Monopole antenna is known as Marconi antenna.
Question 6587

Effective height of antenna relates to?

Correct Answer: A
Explanation:
Effective height relates to induced voltage.
Question 6588

Which propagation suffers from fading due to multipath?

Correct Answer: D
Explanation:
Multipath can affect all propagation modes.
Question 6589

Which antenna is frequency selective?

Correct Answer: C
Explanation:
Yagi antenna works over narrow frequency range.
Question 6590

Which antenna is compact and low profile?

Correct Answer: B
Explanation:
Correct Answer: B – <b>Patch antenna</b>
<br>
Explanation:<br>
A <b>patch antenna</b> is widely used in modern wireless communication because it is compact, lightweight, and has a low-profile design. Typically fabricated on a flat substrate, it can easily be mounted on surfaces like walls, vehicles, or devices without occupying much space. In contrast, parabolic antennas (A) and horn antennas (D) are bulky and require significant mounting space, while long wire antennas (C) are physically long and less practical for compact applications. Patch antennas are ideal for mobile devices, satellite communications, GPS, and IoT applications where size and form factor are critical.
Question 6591

Which factor limits sky wave communication during daytime?

Correct Answer: A
Explanation:
D layer causes absorption during daytime.
Question 6592

Who is known as the Father of Indian Railways?

Correct Answer: A
Explanation:
Lord Dalhousie is known as the Father of Indian Railways because he initiated the construction of the first railway line in India.
Question 6593

What is the longest railway platform in India?

Correct Answer: C
Explanation:
Gorakhpur Junction in Uttar Pradesh is the longest railway platform in India, with a length of 1,355.40 meters.
Question 6594

Which of the following trains runs on the longest route in India?

Correct Answer: D
Explanation:
The Andaman Express runs the longest route, covering over 2,400 kilometers between Kolkata and Chennai.
Question 6595

Which Indian city is the headquarters of the Railway Recruitment Board?

Correct Answer: B
Explanation:
The Railway Recruitment Board (RRB) is headquartered in New Delhi, India.
Question 6596

Which of the following is NOT a type of train in Indian Railways?

Correct Answer: B
Explanation:
Mails Express is not a distinct train type in Indian Railways; it’s an older name for what is now known as a Mail train.
Question 6597

Which of the following is the first fully solar-powered train in India?

Correct Answer: D
Explanation:
Rewa Solar Express is the first fully solar-powered train in India, introduced by Indian Railways.
Question 6598

In which year was the first railway line established in India?

Correct Answer: A
Explanation:
The first railway line in India was established in 1853, running from Mumbai to Thane.
Question 6599

Which railway zone operates the famous Rajdhani Express?

Correct Answer: B
Explanation:
Rajdhani Express is operated by Northern Railways, connecting major cities across India.
Question 6600

Who is the current Chairman of the Railway Recruitment Board?

Correct Answer: A
Explanation:
Vinod Kumar Yadav is the current Chairman of the Railway Recruitment Board.
Question 6601

What is the sum of the first 100 prime numbers?

Correct Answer: C
Explanation:
The sum of the first 100 prime numbers is 2413.
Question 6602

Which state is the headquarters of the South Western Railway zone?

Correct Answer: A
Explanation:
The headquarters of the South Western Railway zone is located in Karnataka, India.
Question 6603

Who is the Prime Minister of India in 2023?

Correct Answer: A
Explanation:
The current Prime Minister of India (2023) is Narendra Modi.
Question 6604

If a train travels 60 km in 1 hour, how long will it take to travel 180 km at the same speed?

Correct Answer: B
Explanation:
Time = Distance / Speed, so 180 km / 60 km/h = 3 hours.
Question 6605

Which of the following is not a part of the Indian Railways?

Correct Answer: A
Explanation:
Kochi Metro is a metro rail system and not a part of the Indian Railways.
Question 6606

What is the name of the first bullet train project in India?

Correct Answer: A
Explanation:
The first bullet train project in India is the Mumbai-Ahmedabad High-Speed Rail Corridor.
Question 6607

In which year did the Indian Railways start its first train?

Correct Answer: B
Explanation:
The first train in India started in 1853 from Mumbai to Thane.
Question 6608

Which of the following is the longest-running train in India?

Correct Answer: C
Explanation:
Sampark Kranti Express is the longest-running train in India.
Question 6609

What is the next number in the sequence: 2, 4, 8, 16, ?

Correct Answer: A
Explanation:
The pattern is doubling the previous number: 2, 4, 8, 16, 32.
Question 6610

Who was the first woman to become the Chairperson of Indian Railways?

Correct Answer: B
Explanation:
Vandana Sharma became the first woman to chair the Indian Railways in 2021.
Question 6611

Which state has the maximum railway stations in India?

Correct Answer: B
Explanation:
Uttar Pradesh has the highest number of railway stations in India.
Question 6612

Which organization is responsible for the recruitment of employees for the Indian Railways?

Correct Answer: C
Explanation:
The Railway Recruitment Board (RRB) is responsible for recruiting employees for Indian Railways.
Question 6613

Which country has the highest number of railway stations in the world?

Correct Answer: A
Explanation:
India has the highest number of railway stations in the world.
Question 6614

What is the total length of Indian Railways tracks?

Correct Answer: A
Explanation:
Indian Railways has over 120,000 kilometers of tracks across the country.
Question 6615

Which current Indian Railway station has the largest number of platforms?

Correct Answer: D
Explanation:
Gorakhpur Junction has the largest number of platforms in India with 10 platforms.
Question 6616

If a train travels at 80 km/h, how long will it take to travel 320 km?

Correct Answer: A
Explanation:
Time = Distance / Speed, so 320 km / 80 km/h = 4 hours.
Question 6617

Which country’s railways first started using electricity for trains?

Correct Answer: B
Explanation:
Germany was the first country to introduce electric trains in 1879.
Question 6618

Which of the following is a high-speed train in India?

Correct Answer: A
Explanation:
Vande Bharat Express is a high-speed train in India, introduced by Indian Railways.
Question 6619

Who was the first person to introduce the railways in India?

Correct Answer: A
Explanation:
Lord Dalhousie is credited with introducing railways in India in the mid-19th century.
Question 6620

In a class of 40 students, if 5 students leave the class, what percentage of students are remaining?

Correct Answer: B
Explanation:
If 5 out of 40 students leave, 35 students remain, so 35/40 = 87.5%, approximately 90%.
Question 6621

Who is the author of the book "India 2023"?

Correct Answer: C
Explanation:
Dr. APJ Abdul Kalam is the author of the book "India 2023", focusing on India’s progress.
Question 6622

What is the total distance covered by the Indian Railways network?

Correct Answer: B
Explanation:
Indian Railways network covers over 120,000 kilometers of tracks across the country.
Question 6623

Which country has the longest high-speed rail network?

Correct Answer: A
Explanation:
China has the longest high-speed rail network in the world.
Question 6624

Which train is known as the “King of Indian Railways”?

Correct Answer: A
Explanation:
Rajdhani Express is known as the “King of Indian Railways” due to its premium services and speed.
Question 6625

Who is the current chairman of the General Insurance Corporation of India (GIC)?

Correct Answer: D
Explanation:
Dr. Yogesh Kumar Gupta is the current chairman of GIC.
Question 6626

What does the term "premium" refer to in insurance?

Correct Answer: A
Explanation:
Premium refers to the amount the policyholder pays to the insurer in exchange for insurance coverage.
Question 6627

Which of the following is the largest public sector general insurance company in India?

Correct Answer: A
Explanation:
New India Assurance is the largest public sector general insurance company in India.
Question 6628

Which of the following is NOT a type of insurance policy?

Correct Answer: D
Explanation:
Petrol Insurance is not a recognized type of insurance policy.
Question 6629

Which insurance company was the first to introduce motor insurance in India?

Correct Answer: B
Explanation:
National Insurance Company was the first to introduce motor insurance in India.
Question 6630

What is the full form of "GIC" in the insurance sector?

Correct Answer: A
Explanation:
GIC stands for General Insurance Corporation of India, which is the leading public sector insurance company in India.
Question 6631

Which of the following is NOT a part of the life insurance industry?

Correct Answer: C
Explanation:
General Insurance is not a part of the life insurance industry, it deals with non-life insurance products.
Question 6632

What is the primary function of an insurance underwriter?

Correct Answer: B
Explanation:
An insurance underwriter calculates premiums and assesses the risks associated with insuring individuals or assets.
Question 6633

What is the average claim settlement period for the General Insurance Corporation of India?

Correct Answer: C
Explanation:
The average claim settlement period for GIC is around 30 to 60 days depending on the type of claim.
Question 6634

Which of the following documents is required to claim health insurance?

Correct Answer: B
Explanation:
To claim health insurance, a policyholder must submit medical receipts and prescriptions along with the claim form.
Question 6635

What is the minimum age for purchasing a life insurance policy in India?

Correct Answer: A
Explanation:
The minimum age for purchasing a life insurance policy in India is 18 years.
Question 6636

Which of the following insurance schemes was launched by the Government of India for low-income workers?

Correct Answer: C
Explanation:
Pradhan Mantri Jeevan Jyoti Bima Yojana provides low-cost life insurance coverage for the underprivileged segments of society.
Question 6637

In case of a car accident, who is responsible for submitting the insurance claim?

Correct Answer: C
Explanation:
In case of a car accident, the policyholder or the injured party is responsible for submitting the insurance claim.
Question 6638

How is the "sum assured" in an insurance policy defined?

Correct Answer: A
Explanation:
The sum assured is the amount of money the insurer promises to pay the policyholder or their nominee upon the occurrence of an insured event such as death or critical illness.
Question 6639

Which of the following is an example of "non-life" insurance?

Correct Answer: C
Explanation:
Motor Insurance is an example of non-life insurance, which covers vehicles against damages and accidents.
Question 6640

Which of the following is a common feature of health insurance policies?

Correct Answer: C
Explanation:
Health insurance typically reimburses the hospitalization costs and medical expenses incurred due to illness or injury.
Question 6641

Which of the following factors does NOT influence the premium of an insurance policy?

Correct Answer: C
Explanation:
The premium amount for the previous year does not directly influence the premium for the current year; factors like age, gender, and health condition do.
Question 6642

What is the meaning of "exclusions" in an insurance policy?

Correct Answer: C
Explanation:
Exclusions in an insurance policy refer to the situations or circumstances that are not covered by the policy.
Question 6643

What is the role of an insurance agent?

Correct Answer: B
Explanation:
An insurance agent’s role is to sell and promote insurance policies and help clients choose the best plans.
Question 6644

What is the "waiting period" in health insurance?

Correct Answer: B
Explanation:
The waiting period is the time during which the policyholder cannot claim benefits for certain treatments or conditions after buying the policy.
Question 6645

What is the purpose of "reinsurance" in the insurance industry?

Correct Answer: A
Explanation:
Reinsurance allows insurance companies to spread risks and limit potential losses by sharing them with other insurers.
Question 6646

Which of the following is a "term life" insurance policy?

Correct Answer: A
Explanation:
A term life insurance policy provides coverage for a specified period, and the coverage ends when the term expires.
Question 6647

Which of the following is NOT a common clause in health insurance policies?

Correct Answer: D
Explanation:
Tax exemption on premium is not a clause in health insurance policies; it is a benefit for policyholders under Section 80D of the Income Tax Act.
Question 6648

What is the full form of "LIC" in the insurance sector?

Correct Answer: A
Explanation:
LIC stands for Life Insurance Corporation of India, one of the largest life insurance companies in India.
Question 6649

Which of the following insurance policies covers accidental death?

Correct Answer: A
Explanation:
Accident Benefit Rider is an add-on to life insurance policies that covers accidental death and disabilities.
Question 6650

What does "underwriting" mean in the insurance industry?

Correct Answer: A
Explanation:
Underwriting refers to the process of evaluating and assessing risks before accepting insurance applications and determining policy terms.
Question 6651

What is the main purpose of "health insurance"?

Correct Answer: A
Explanation:
Health insurance provides medical coverage to policyholders by reimbursing medical expenses for illnesses or injuries.
Question 6652

Which of the following is an example of "non-life insurance"?

Correct Answer: C
Explanation:
Motor insurance, which covers vehicles, is an example of non-life insurance.
Question 6653

Which of the following is an example of "investment-linked" insurance?

Correct Answer: A
Explanation:
Unit Linked Insurance Plans (ULIPs) are a type of investment-linked insurance policy that offers both insurance and investment benefits.
Question 6654

What is the "surrender value" of a life insurance policy?

Correct Answer: A
Explanation:
Surrender value is the amount a policyholder receives if they cancel the policy before its maturity date.
Question 6655

Which government scheme provides life insurance cover to the poor at low premiums?

Correct Answer: A
Explanation:
Pradhan Mantri Jeevan Jyoti Bima Yojana provides life insurance cover to people below the poverty line at a nominal premium.
Question 6656

Which of the following is true about "term insurance"?

Correct Answer: A
Explanation:
Term insurance is a type of life insurance that provides coverage for a specified period without any maturity benefits or cash value accumulation.
Question 6657

Which of the following is a risk-sharing arrangement in the insurance industry?

Correct Answer: A
Explanation:
Reinsurance is the process where an insurer shares its risk with another insurer to reduce its financial burden.
Question 6658

What is the primary purpose of "public liability insurance"?

Correct Answer: A
Explanation:
Public liability insurance is designed to protect against third-party liabilities, such as injuries or property damage caused by the insured party.
Question 6659

Which of the following is the maximum limit for the coverage provided by the Pradhan Mantri Suraksha Bima Yojana?

Correct Answer: B
Explanation:
The Pradhan Mantri Suraksha Bima Yojana provides a coverage of Rs. 2 lakh in case of accidental death or disability.
Question 6660

What is the key feature of a "health insurance rider"?

Correct Answer: A
Explanation:
A health insurance rider is an add-on to the main policy that increases the sum insured and provides extra coverage for additional health risks.
Question 6661

Which of the following is NOT a factor considered by insurance companies when calculating premiums?

Correct Answer: D
Explanation:
The color of the insured’s vehicle does not affect the premium calculation. Other factors like age, health, and driving record do.
Question 6662

What does "no-claim bonus" mean in motor insurance?

Correct Answer: A
Explanation:
A no-claim bonus is a discount offered by insurance companies for policyholders who do not make any claims during the policy year.
Question 6663

What is the purpose of "reinsurance" in the insurance industry?

Correct Answer: A
Explanation:
Reinsurance helps insurance companies share the financial risk associated with large claims, thus minimizing their exposure to losses.
Question 6664

Which of the following is a feature of "Unit Linked Insurance Plans (ULIPs)"?

Correct Answer: A
Explanation:
ULIPs allow policyholders to invest in both equity and debt markets, providing insurance coverage and investment benefits simultaneously.
Question 6665

What is "moral hazard" in the context of insurance?

Correct Answer: A
Explanation:
Moral hazard refers to the risk that a policyholder may behave recklessly because they are covered by insurance, knowing that the insurer will bear the costs.
Question 6666

What does "cashless hospitalization" mean in health insurance?

Correct Answer: A
Explanation:
Cashless hospitalization allows the policyholder to receive treatment at network hospitals without making upfront payments, as the insurer settles the bills directly with the hospital.
Question 6667

Which of the following is a mandatory document for a health insurance claim?

Correct Answer: B
Explanation:
To claim health insurance, documents like hospital bills, prescriptions, and discharge summaries are necessary to support the claim.
Question 6668

What is "endowment insurance"?

Correct Answer: A
Explanation:
Endowment insurance combines life coverage with a savings plan, providing a lump sum either on the death of the policyholder or upon policy maturity.
Question 6669

What is the objective of the "Atal Pension Yojana"?

Correct Answer: A
Explanation:
The Atal Pension Yojana aims to provide pension benefits to workers in the unorganized sector, ensuring financial security post-retirement.
Question 6670

Which of the following is NOT covered by health insurance?

Correct Answer: B
Explanation:
Outpatient consultation is typically not covered by health insurance, as most plans focus on hospitalization and critical illness treatment.
Question 6671

Who is the current Minister of Food and Public Distribution in India?

Correct Answer: C
Explanation:
Shri Pralhad Joshi is the current Minister of Food and Public Distribution in India.
Question 6672

What is the primary role of the Food Corporation of India (FCI)?

Correct Answer: B
Explanation:
The Food Corporation of India (FCI) is responsible for storing and distributing food grains across India.
Question 6673

In which year was the Food Corporation of India (FCI) established?

Correct Answer: B
Explanation:
The Food Corporation of India (FCI) was established in 1965 to ensure food security in India.
Question 6674

Which of the following is a primary function of the FCI?

Correct Answer: C
Explanation:
FCI ensures food security in India by managing procurement, storage, and distribution of food grains.
Question 6675

Which Indian state is the largest contributor to the food grains procurement in FCI?

Correct Answer: A
Explanation:
Punjab is the largest contributor to food grains procurement in FCI, mainly through wheat and rice cultivation.
Question 6676

Which crop is primarily procured by the FCI during the rabi season?

Correct Answer: A
Explanation:
Wheat is the primary crop procured by FCI during the rabi season in India.
Question 6677

What does the abbreviation "FCI" stand for?

Correct Answer: A
Explanation:
FCI stands for Food Corporation of India, which manages the procurement, storage, and distribution of food grains.
Question 6678

Which of the following is NOT a function of the FCI?

Correct Answer: A
Explanation:
FCI does not import food grains; it focuses on domestic procurement, storage, and distribution of food grains.
Question 6679

What is the official mascot of the Food Corporation of India?

Correct Answer: A
Explanation:
The official mascot of the Food Corporation of India is FCI Man, representing the role of FCI in food security.
Question 6680

What is the target set for the procurement of food grains in India by FCI for 2022-2023?

Correct Answer: C
Explanation:
FCI has set a target of 100 million tonnes for food grains procurement for 2022-2023.
Question 6681

In which city is the headquarters of FCI located?

Correct Answer: C
Explanation:
The headquarters of the Food Corporation of India (FCI) is located in New Delhi, India.
Question 6682

Which of the following types of insurance does FCI provide for its employees?

Correct Answer: D
Explanation:
FCI provides health, life, and accident insurance to its employees as part of its welfare programs.
Question 6683

Which of the following is the highest food grain producer in India?

Correct Answer: C
Explanation:
Uttar Pradesh is the highest food grain producer in India, especially in rice and wheat cultivation.
Question 6684

In which year did FCI introduce the "National Food Security Act"?

Correct Answer: B
Explanation:
The National Food Security Act (NFSA) was introduced in 2013 to ensure food security for all citizens in India.
Question 6685

What is the minimum age required to apply for the FCI Assistant post?

Correct Answer: A
Explanation:
The minimum age required to apply for the FCI Assistant post is 18 years.
Question 6686

What does "PDS" stand for in the context of FCI operations?

Correct Answer: A
Explanation:
PDS stands for Public Distribution System, which FCI supports by distributing subsidized food grains to the public through fair price shops.
Question 6687

Which of the following is a key feature of the FCI supply chain management?

Correct Answer: D
Explanation:
FCI’s supply chain management involves efficient transportation, centralized procurement, and automated storage and inventory management.
Question 6688

Which financial institution does FCI collaborate with to ensure smooth procurement and distribution of food grains?

Correct Answer: A
Explanation:
FCI collaborates with the State Bank of India to ensure the financial aspects of food grains procurement and distribution are handled smoothly.
Question 6689

Which one of the following is NOT a type of food grain stored by FCI?

Correct Answer: D
Explanation:
FCI stores and handles essential food grains like wheat, rice, and barley, but not sugar.
Question 6690

What does the "Public Distribution System" (PDS) do in India?

Correct Answer: A
Explanation:
The Public Distribution System (PDS) provides essential food grains like rice, wheat, and sugar to the public at subsidized rates.
Question 6691

Which agency is responsible for the implementation of the "National Food Security Act" (NFSA)?

Correct Answer: C
Explanation:
The Ministry of Food and Public Distribution is responsible for implementing the National Food Security Act (NFSA).
Question 6692

How does the FCI help in ensuring food security in India?

Correct Answer: D
Explanation:
FCI ensures food security by stocking essential food grains, distributing them to the public through the PDS, and stabilizing food prices.
Question 6693

Which of the following food grains is procured in the largest quantity by FCI?

Correct Answer: B
Explanation:
Rice is the largest food grain procured by FCI, especially during the kharif season.
Question 6694

Which of the following is NOT an objective of the Food Corporation of India?

Correct Answer: A
Explanation:
The FCI does not regulate food prices; its primary objectives are procurement, storage, and distribution of food grains.
Question 6695

Which act governs the procurement, storage, and distribution of food grains in India?

Correct Answer: C
Explanation:
The Food Corporation of India Act governs the operations of FCI in the procurement, storage, and distribution of food grains.
Question 6696

Which of the following is the primary food grain procured by FCI during the kharif season?

Correct Answer: A
Explanation:
Rice is the primary food grain procured during the kharif season by FCI.
Question 6697

What is the "Minimum Support Price" (MSP) in the context of FCI?

Correct Answer: A
Explanation:
MSP is the price at which the FCI buys food grains from farmers to ensure fair compensation and promote agricultural production.
Question 6698

What is the full form of "PDS" in FCI operations?

Correct Answer: A
Explanation:
PDS stands for Public Distribution System, which is managed by FCI to distribute food grains to the public at subsidized rates.
Question 6699

Which government body oversees the functioning of the Food Corporation of India?

Correct Answer: B
Explanation:
The Ministry of Food and Public Distribution oversees the functioning of the Food Corporation of India (FCI).
Question 6700

Which of the following is one of the main responsibilities of FCI under the National Food Security Act?

Correct Answer: A
Explanation:
Under the National Food Security Act, FCI ensures food availability at subsidized prices for the poor and vulnerable sections of society.
Question 6701

Which city in India is the largest supplier of food grains to FCI?

Correct Answer: B
Explanation:
Ludhiana in Punjab is one of the largest suppliers of food grains to FCI, particularly during the procurement season.
Question 6702

What is the maximum duration of a food grains storage policy under FCI?

Correct Answer: A
Explanation:
Food grains under FCI are generally stored for a maximum duration of 2 years before being redistributed or consumed.
Question 6703

Which of the following is the best method for preserving food grains in FCI godowns?

Correct Answer: D
Explanation:
The best method for preserving food grains in FCI godowns involves pest, moisture, and temperature control to prevent spoilage and maintain quality.
Question 6704

What is the main aim of FCI’s "Economic Surveillance" mechanism?

Correct Answer: A
Explanation:
FCI’s Economic Surveillance mechanism aims to monitor food supply and demand to ensure timely procurement and distribution of food grains.
Question 6705

What does FCI stand for?

Correct Answer: A
Explanation:
FCI stands for Food Corporation of India, which is responsible for managing the procurement, storage, and distribution of food grains in India.
Question 6706

Which crop is primarily procured by FCI during the rabi season?

Correct Answer: A
Explanation:
Wheat is primarily procured by FCI during the rabi season, which begins in the winter months.
Question 6707

How does FCI contribute to the "Public Distribution System" (PDS)?

Correct Answer: A
Explanation:
FCI procures and distributes food grains to be sold at subsidized rates through the Public Distribution System (PDS).
Question 6708

Which government scheme was introduced to improve the storage and distribution of food grains in India?

Correct Answer: B
Explanation:
The National Food Security Mission aims to improve food grain production, storage, and distribution in India.
Question 6709

How many food grains does FCI aim to procure during the kharif season of 2022-2023?

Correct Answer: B
Explanation:
FCI has set a procurement target of 75 million tonnes for the kharif season of 2022-2023.
Question 6710

What is the role of "Food Safety and Standards Authority of India" (FSSAI) in FCI operations?

Correct Answer: A
Explanation:
The FSSAI regulates food quality and safety, ensuring that food grains handled by FCI meet the required standards.
Question 6711

Which of the following schemes is associated with FCI for the distribution of food grains?

Correct Answer: A
Explanation:
The Public Distribution System (PDS) is the primary scheme through which FCI distributes food grains to the public at subsidized prices.
Question 6712

What is the percentage of food grains procured by FCI from states like Punjab and Haryana?

Correct Answer: A
Explanation:
Around 40-50% of food grains procured by FCI come from states like Punjab and Haryana, which are major agricultural contributors.
Question 6713

Who is the current CEO of State Bank of India?

Correct Answer: B
Explanation:
Challa Sreenivasulu Setty took charge as the Chairman of the State Bank of India (SBI) on August 28, 2024, acting as the chief executive officer of India's largest bank.
Question 6714

What is the full form of "SBI" in the banking sector?

Correct Answer: B
Explanation:
SBI stands for State Bank of India, one of the largest public sector banks in India.
Question 6715

Which of the following is a product offered by State Bank of India?

Correct Answer: D
Explanation:
State Bank of India offers a variety of products like SBI Life Insurance, SBI Internet Banking, and SBI Car Loan, among others.
Question 6716

In which year was the State Bank of India (SBI) established?

Correct Answer: A
Explanation:
State Bank of India was established in 1847 as the Bank of Calcutta, which later merged to become SBI in 1955.
Question 6717

Which of the following is the headquarters of State Bank of India located?

Correct Answer: A
Explanation:
The headquarters of the State Bank of India (SBI) is located in Mumbai, Maharashtra.
Question 6718

Which of the following is a major function of State Bank of India?

Correct Answer: D
Explanation:
SBI provides a variety of financial services including home loans, managing government accounts, and issuing public bonds.
Question 6719

What does "RTGS" stand for in the banking sector?

Correct Answer: A
Explanation:
RTGS stands for Real-Time Gross Settlement, a system used for the transfer of funds in real-time without any waiting period.
Question 6720

What is the minimum balance required for a savings account in SBI?

Correct Answer: B
Explanation:
The minimum balance required for a savings account in SBI depends on the branch type, but generally it is Rs. 500 for urban branches.
Question 6721

Which of the following is a key feature of the SBI Mobile Banking App?

Correct Answer: D
Explanation:
SBI Mobile Banking App offers features like checking account balance, fund transfers, and bill payments.
Question 6722

What is the full form of "IFSC" code?

Correct Answer: B
Explanation:
IFSC stands for Indian Financial System Code, which is used for online fund transfers between banks.
Question 6723

What is the "Loan-to-Value (LTV) ratio" in home loans?

Correct Answer: A
Explanation:
The Loan-to-Value (LTV) ratio is the percentage of the property value that can be borrowed through a home loan, often a key factor in approval.
Question 6724

Which of the following is the largest source of funds for State Bank of India?

Correct Answer: A
Explanation:
Fixed Deposits (FDs) are the largest source of funds for State Bank of India, making up a major portion of its liabilities.
Question 6725

Which scheme provides financial assistance to small and medium-sized enterprises (SMEs) in India?

Correct Answer: B
Explanation:
MUDRA is a government scheme to provide financial assistance to small and micro enterprises in India.
Question 6726

Which of the following is NOT a type of account offered by State Bank of India?

Correct Answer: D
Explanation:
SBI offers Savings, Current, and Fixed Deposit accounts, but does not offer Cryptocurrency accounts.
Question 6727

What is the maximum limit for a daily transaction using SBI’s Mobile Banking App?

Correct Answer: B
Explanation:
The daily transaction limit for SBI’s Mobile Banking App is Rs. 1,00,000 for fund transfers and bill payments.
Question 6728

What is the primary objective of the "Pradhan Mantri Jan Dhan Yojana" (PMJDY)?

Correct Answer: A
Explanation:
PMJDY aims at ensuring financial inclusion for all citizens, providing them access to banking facilities, insurance, and pensions.
Question 6729

What does "NEFT" stand for?

Correct Answer: A
Explanation:
NEFT stands for National Electronic Funds Transfer, a system that enables fund transfers between banks in India.
Question 6730

Which of the following banking services is offered by SBI through ATMs?

Correct Answer: D
Explanation:
SBI ATMs provide services like cash withdrawal, balance inquiry, and mini statements, among others.
Question 6731

Which of the following is the highest denomination of currency note in circulation in India as of 2022?

Correct Answer: C
Explanation:
Rs. 2000 is the highest denomination of currency note in circulation in India as of 2022.
Question 6732

What is the term for a person who borrows money from a bank?

Correct Answer: A
Explanation:
A debtor is a person who borrows money from a bank or financial institution.
Question 6733

What is the main aim of "Pradhan Mantri MUDRA Yojana" (PMMY)?

Correct Answer: A
Explanation:
PMMY aims to provide loans to small and micro enterprises in non-farm sectors to support growth and employment generation.
Question 6734

Which of the following is the most important factor in determining the interest rate on a loan?

Correct Answer: A
Explanation:
The base rate set by the Reserve Bank of India (RBI) is the most important factor in determining the interest rate on loans provided by banks.
Question 6735

What does "SBI YONO" stand for?

Correct Answer: A
Explanation:
SBI YONO stands for "You Only Need One" and is a digital banking platform offering a variety of services.
Question 6736

Which of the following is NOT a feature of SBI’s Internet Banking?

Correct Answer: D
Explanation:
SBI’s Internet Banking allows you to check balance, transfer funds, and apply for loans, but it does not support cryptocurrency transactions.
Question 6737

What is the full form of "Aadhaar" in the context of banking?

Correct Answer: C
Explanation:
Aadhaar is a unique identification number issued by the Unique Identification Authority of India (UIDAI) for residents of India.
Question 6738

Which of the following banking services is provided under the "SBI Cash@PoS" service?

Correct Answer: A
Explanation:
SBI Cash@PoS service allows customers to withdraw cash from retail Point of Sale (POS) terminals across the country.
Question 6739

What is the maximum deposit amount under the "SBI Fixed Deposit" scheme?

Correct Answer: D
Explanation:
SBI Fixed Deposit scheme has no maximum limit, allowing deposits of any amount as per the customer’s preference.
Question 6740

What does "SWIFT" stand for in international banking?

Correct Answer: B
Explanation:
SWIFT stands for Society for Worldwide Interbank Financial Transactions, used for secure messaging between banks worldwide.
Question 6741

Which government scheme is aimed at providing insurance for small farmers?

Correct Answer: A
Explanation:
Pradhan Mantri Fasal Bima Yojana provides insurance coverage to small farmers against crop loss due to natural calamities.
Question 6742

Which of the following is an example of an online banking service provided by SBI?

Correct Answer: D
Explanation:
SBI provides various online banking services including IMPS, loan applications, and access to account statements via mobile apps and internet banking.
Question 6743

What is the full form of "IMPS" in the banking sector?

Correct Answer: A
Explanation:
IMPS stands for Immediate Payment Service, which is an instant money transfer service available 24/7.
Question 6744

Which of the following is a valid reason to reject an online fund transfer request in SBI’s internet banking?

Correct Answer: D
Explanation:
An online fund transfer can be rejected for reasons such as incorrect account number, invalid IFSC code, or insufficient funds in the account.
Question 6745

Which of the following is NOT a common method of authentication in SBI’s online banking?

Correct Answer: D
Explanation:
Email verification is not a common method of authentication in SBI’s online banking. OTP and password-based login are more commonly used.
Question 6746

What is the limit of withdrawal for SBI’s ATM in a day?

Correct Answer: B
Explanation:
The daily withdrawal limit for SBI ATMs is Rs. 50,000 for regular customers, depending on their account type and branch norms.
Question 6747

What is the full form of "NRI" in the context of banking?

Correct Answer: A
Explanation:
NRI stands for Non-Resident Indian, referring to Indian citizens residing outside of India for work or study purposes.
Question 6748

Which of the following is a feature of "SBI Quick" service?

Correct Answer: D
Explanation:
SBI Quick service offers features such as online balance check, bill payments, and fund transfers through SMS or mobile apps.
Question 6749

What is the meaning of "EMI" in banking terms?

Correct Answer: A
Explanation:
EMI stands for Equated Monthly Installment, which is the fixed monthly payment made towards a loan or credit card.
Question 6750

Which of the following best describes "bank reconciliation"?

Correct Answer: A
Explanation:
Bank reconciliation involves comparing the company’s records with the bank’s statement to ensure consistency and accuracy in financial transactions.
Question 6751

What is the primary function of "SBI Mutual Fund"?

Correct Answer: A
Explanation:
SBI Mutual Fund manages investments in stocks, bonds, and other securities on behalf of individual investors, helping them diversify their investment portfolio.
Question 6752

What is the maximum tenure of an SBI Fixed Deposit?

Correct Answer: B
Explanation:
The maximum tenure for an SBI Fixed Deposit is 10 years, providing higher interest rates for longer periods of investment.
Question 6753

Which of the following services is offered by "SBI Cards"?

Correct Answer: A
Explanation:
SBI Cards offers credit card services to customers, with a variety of features and benefits.
Question 6754

What does ESIC stand for?

Correct Answer: A
Explanation:
ESIC stands for Employee State Insurance Corporation, which is a statutory body that provides social security to workers in India.
Question 6755

Which of the following is a key function of ESIC?

Correct Answer: B
Explanation:
ESIC primarily administers social security benefits like health insurance, medical benefits, and cash benefits to workers and their families.
Question 6756

In which year was the Employees State Insurance Act passed in India?

Correct Answer: A
Explanation:
The Employees State Insurance Act was passed in 1948 to provide social security to employees in India.
Question 6757

Which ministry oversees the operations of ESIC in India?

Correct Answer: B
Explanation:
The Ministry of Labour and Employment oversees the operations of the Employees State Insurance Corporation in India.
Question 6758

What is the primary objective of the Employee State Insurance Act, 1948?

Correct Answer: A
Explanation:
The primary objective of the ESIC Act is to provide medical and social security benefits to employees and their families in the event of sickness, injury, or death.
Question 6759

Which of the following is NOT a benefit provided by ESIC?

Correct Answer: B
Explanation:
ESIC does not provide unemployment insurance; it provides sickness, maternity, and disability benefits to workers under its social security schemes.
Question 6760

What is the maximum duration for which employees can avail sickness benefits under ESIC?

Correct Answer: B
Explanation:
ESIC provides sickness benefits for a maximum duration of 90 days to insured workers who are unable to work due to illness.
Question 6761

Which type of workers are covered under the ESIC Act?

Correct Answer: A
Explanation:
The ESIC Act primarily covers workers employed in factories, establishments, and other industries specified by the Act.
Question 6762

Which of the following is the eligibility criterion for employees to be covered under ESIC?

Correct Answer: A
Explanation:
Employees earning wages below a certain threshold limit are eligible for coverage under the ESIC Act.
Question 6763

What is the contribution rate for employees covered under ESIC?

Correct Answer: A
Explanation:
The contribution rate under the ESIC scheme is 1.75% from employees and 4.75% from employers for social security and medical benefits.
Question 6764

Which of the following medical benefits is provided under the ESIC scheme?

Correct Answer: D
Explanation:
ESIC provides a range of medical benefits such as free medical care, cashless hospitalization, and vaccination programs for insured workers and their families.
Question 6765

What is the full form of "IP" in the context of ESIC?

Correct Answer: A
Explanation:
In the context of ESIC, "IP" refers to an Insured Person, an employee covered under the ESIC Act.
Question 6766

Which of the following health services is NOT provided by ESIC hospitals?

Correct Answer: C
Explanation:
ESIC hospitals provide various health services, including outpatient consultations, emergency services, and surgical treatments, but dental care is not generally covered under ESIC hospitals.
Question 6767

Which scheme does ESIC provide for female workers?

Correct Answer: A
Explanation:
ESIC provides maternity benefits to female workers, including paid leave and financial support during and after childbirth.
Question 6768

Which of the following is a feature of the "Employee State Insurance" program?

Correct Answer: D
Explanation:
The ESIC program provides coverage for workplace injuries, pension benefits, and free medical treatment to insured workers and their families.
Question 6769

What is the minimum monthly salary limit for employees to be eligible for ESIC benefits?

Correct Answer: B
Explanation:
Employees earning a monthly salary of Rs. 12,000 or below are eligible for coverage under the ESIC scheme.
Question 6770

What is the maximum amount of benefits that can be provided to an insured person under ESIC for accident-related disabilities?

Correct Answer: B
Explanation:
In case of accident-related disabilities, ESIC provides up to 70% of the wages as benefits to the insured person.
Question 6771

What is the role of "ESIC Employees" in the overall functioning of the organization?

Correct Answer: D
Explanation:
ESIC employees play a crucial role in managing hospital services, administering social security programs, and ensuring the welfare of insured workers.
Question 6772

Which of the following is a function of the ESIC’s "Medical Benefit Scheme"?

Correct Answer: D
Explanation:
The Medical Benefit Scheme under ESIC ensures workers and their families receive free medical care, hospitalization, and consultations for covered conditions.
Question 6773

Which of the following benefits is provided under ESIC for the dependents of deceased insured persons?

Correct Answer: B
Explanation:
ESIC provides family pension and medical treatment to the dependents of deceased insured persons.
Question 6774

What is the role of the ESIC Fund?

Correct Answer: A
Explanation:
The ESIC Fund is used to pay benefits such as medical care, sickness benefits, and pension to insured persons and their families.
Question 6775

Which of the following is NOT a benefit provided under the ESIC scheme?

Correct Answer: C
Explanation:
ESIC provides medical, sickness, and funeral benefits but does not offer retirement benefits, which are covered under separate pension schemes.
Question 6776

Who is eligible for the maternity benefit under the ESIC scheme?

Correct Answer: C
Explanation:
Maternity benefits under ESIC are provided to female workers who have worked for at least 6 months in an ESIC-covered establishment.
Question 6777

What is the maximum percentage of wages provided as sickness benefit by ESIC?

Correct Answer: B
Explanation:
ESIC provides sickness benefits up to 75% of the worker’s average daily wages during the period of sickness or injury.
Question 6778

Which of the following does NOT come under the purview of the ESIC?

Correct Answer: D
Explanation:
ESIC does not cover government establishments; it primarily covers workers in factories, shops, and certain other specified establishments.
Question 6779

What is the full form of "ESI" in the context of Indian insurance?

Correct Answer: B
Explanation:
ESI stands for Employee State Insurance, which is a social security scheme for workers providing medical and financial benefits.
Question 6780

What is the role of the "ESIC Medical Benefit Scheme"?

Correct Answer: A
Explanation:
The ESIC Medical Benefit Scheme provides comprehensive health care services to insured workers and their families, including medical care and hospitalization.
Question 6781

Which of the following is the primary contribution made by the employee under the ESIC scheme?

Correct Answer: A
Explanation:
Employees contribute 1.75% of their wages to the ESIC scheme to receive medical and social security benefits.
Question 6782

How is the ESIC scheme funded?

Correct Answer: B
Explanation:
The ESIC scheme is funded by both employee and employer contributions, with the employer contributing a larger share (4.75%) and employees contributing 1.75%.
Question 6783

What does the term "injured person" (IP) mean in ESIC terminology?

Correct Answer: B
Explanation:
In ESIC terminology, an "Injured Person" (IP) refers to the insured worker who is injured while at work or in a related environment.
Question 6784

Which of the following is a benefit of the ESIC pension scheme?

Correct Answer: B
Explanation:
The ESIC pension scheme provides a monthly pension to employees after their retirement, in addition to other benefits such as medical care.
Question 6785

Which government scheme works alongside ESIC to provide financial security for workers?

Correct Answer: C
Explanation:
Atal Pension Yojana provides financial security to workers in the unorganized sector and complements the benefits offered by ESIC.
Question 6786

Which is the first step in claiming benefits under the ESIC scheme?

Correct Answer: B
Explanation:
The first step in claiming benefits under ESIC is to register with an ESIC dispensary to receive medical treatment and benefits.
Question 6787

Which of the following is the main source of revenue for ESIC?

Correct Answer: A
Explanation:
The main source of revenue for ESIC is the premium collected from employees and employers, which is used to fund the various benefits and medical services.
Question 6788

Which of the following health conditions is NOT covered by ESIC?

Correct Answer: D
Explanation:
Elective surgeries, such as cosmetic procedures, are not covered by the ESIC medical benefits scheme, which primarily covers medical conditions that are essential and required.
Question 6789

What is the full form of "IP" in the context of ESIC?

Correct Answer: A
Explanation:
In the context of ESIC, "IP" refers to an Insured Person, who is the worker covered under the ESIC scheme.
Question 6790

What is the role of the "Insurance Officer" in the ESIC scheme?

Correct Answer: A
Explanation:
The Insurance Officer is responsible for approving claims and ensuring that workers receive the benefits provided under the ESIC scheme.
Question 6791

What is the amount of wage contribution that employees have to make towards the ESIC scheme?

Correct Answer: A
Explanation:
Employees contribute 1.75% of their monthly wages to the ESIC scheme for receiving health and social security benefits.
Question 6792

What is the primary objective of the "Sickness Benefit" under the ESIC scheme?

Correct Answer: A
Explanation:
The Sickness Benefit under ESIC is designed to provide financial support to workers who are temporarily unable to work due to illness.
Question 6793

Which of the following is a feature of the "Maternity Benefit" provided by ESIC?

Correct Answer: D
Explanation:
ESIC’s Maternity Benefit scheme provides paid leave, free hospitalization, and cash benefits for female workers during childbirth.
Question 6794

What is the "Employee State Insurance Fund" used for?

Correct Answer: D
Explanation:
The Employee State Insurance Fund is used for paying medical benefits, maintaining ESIC hospitals, and funding various social security programs for insured workers.
Question 6795

What is the full form of FCI?

Correct Answer: A
Explanation:
FCI stands for Food Corporation of India, which is responsible for ensuring food security in India by procuring, storing, and distributing food grains.
Question 6796

What is the primary function of the FCI?

Correct Answer: A
Explanation:
FCI is responsible for procuring, storing, and distributing food grains to ensure food security for the public, especially through the Public Distribution System (PDS).
Question 6797

Which of the following is a key objective of the Food Corporation of India?

Correct Answer: B
Explanation:
The key objective of FCI is to ensure food security by storing and distributing food grains throughout the country to meet public demand and stabilize food prices.
Question 6798

In which year was the Food Corporation of India (FCI) established?

Correct Answer: C
Explanation:
The Food Corporation of India was established in 1965 under the Food Corporation of India Act to manage food distribution and ensure food security.
Question 6799

Which ministry is responsible for the functioning of the Food Corporation of India?

Correct Answer: B
Explanation:
The Ministry of Food and Public Distribution is responsible for overseeing the functioning of the Food Corporation of India (FCI).
Question 6800

What does the abbreviation PDS stand for in the context of FCI operations?

Correct Answer: A
Explanation:
PDS stands for Public Distribution System, a system through which FCI distributes food grains to eligible households at subsidized rates.
Question 6801

Which food grain is most commonly procured by FCI in India?

Correct Answer: B
Explanation:
Rice is one of the most commonly procured food grains by FCI, especially during the kharif season.
Question 6802

What is the role of FCI in the National Food Security Act (NFSA)?

Correct Answer: B
Explanation:
Under the National Food Security Act (NFSA), FCI plays a crucial role in managing the procurement, storage, and distribution of food grains to ensure food security for the public.
Question 6803

Which of the following is NOT a product handled by the Food Corporation of India?

Correct Answer: D
Explanation:
FCI primarily handles food grains like wheat, rice, and maize, but does not handle products like cooking oil or sugar.
Question 6804

What is the maximum duration for which food grains are stored in FCI godowns?

Correct Answer: B
Explanation:
FCI generally stores food grains for a maximum duration of 2 years to avoid quality degradation, with regular inspections and maintenance in place.
Question 6805

Which of the following is a key function of FCI under the Food Security Act?

Correct Answer: C
Explanation:
One of the key functions of FCI under the Food Security Act is to provide affordable food grains through the Public Distribution System (PDS) to eligible beneficiaries.
Question 6806

How does FCI contribute to food security in India?

Correct Answer: A
Explanation:
FCI contributes to food security by storing food grains and ensuring they are available for distribution to the public through the Public Distribution System (PDS).
Question 6807

Which state is the largest contributor of rice to the FCI in India?

Correct Answer: B
Explanation:
Punjab is the largest contributor of rice to the Food Corporation of India (FCI), especially during the rabi season.
Question 6808

Which of the following food grains is primarily procured during the rabi season by FCI?

Correct Answer: A
Explanation:
Wheat is primarily procured during the rabi season by FCI, which runs from October to March.
Question 6809

What is the maximum procurement target of food grains set by FCI for the year 2022-2023?

Correct Answer: C
Explanation:
The Food Corporation of India set a procurement target of 80 million tonnes of food grains for the year 2022-2023.
Question 6810

Which of the following schemes is managed by FCI to provide food grains to the poor?

Correct Answer: B
Explanation:
FCI is responsible for implementing the National Food Security Act, which ensures the distribution of subsidized food grains to the poor through the Public Distribution System (PDS).
Question 6811

How are food grains distributed under the Public Distribution System?

Correct Answer: A
Explanation:
Food grains are distributed under the Public Distribution System (PDS) through fair price shops to eligible families at subsidized rates.
Question 6812

Which of the following is a major export product handled by FCI?

Correct Answer: A
Explanation:
FCI handles the export of rice to various countries, alongside managing the procurement and distribution within India.
Question 6813

What is the "Minimum Support Price" (MSP) in the context of FCI?

Correct Answer: A
Explanation:
MSP refers to the minimum price at which the government, through FCI, buys food grains from farmers to ensure fair compensation for their produce.
Question 6814

Which of the following is NOT a storage facility used by FCI?

Correct Answer: D
Explanation:
FCI primarily uses godowns and warehouses for food grain storage; cold chain units are not typically used by FCI for grain storage.
Question 6815

Which of the following is the first step in the food grain procurement process by FCI?

Correct Answer: B
Explanation:
The first step in the food grain procurement process by FCI is releasing procurement notifications, inviting farmers to sell their produce.
Question 6816

Which of the following best describes FCI’s role in food grain storage?

Correct Answer: A
Explanation:
FCI stores food grains to maintain a steady supply, ensuring future distribution for public consumption and emergency needs.
Question 6817

What percentage of the cost of food grains is subsidized under the PDS?

Correct Answer: C
Explanation:
Under the Public Distribution System, food grains are provided at a 75% subsidy to eligible families, depending on the scheme.
Question 6818

What is the main responsibility of FCI in relation to food grain procurement?

Correct Answer: A
Explanation:
The main responsibility of FCI in food grain procurement is buying food grains from farmers at Minimum Support Prices (MSP).
Question 6819

Which type of food grain is primarily procured by FCI during the kharif season?

Correct Answer: B
Explanation:
FCI primarily procures rice during the kharif season, which is grown during the monsoon season.
Question 6820

Which Indian state is the largest contributor to wheat procurement for FCI?

Correct Answer: C
Explanation:
Punjab is the largest contributor to wheat procurement in India for FCI, especially during the rabi season.
Question 6821

Which of the following is NOT part of the functions of FCI?

Correct Answer: A
Explanation:
FCI does not regulate food prices. Its main functions include procurement, storage, and distribution of food grains.
Question 6822

What does "Minimum Support Price" (MSP) refer to in the context of FCI?

Correct Answer: A
Explanation:
MSP is the price at which FCI buys food grains from farmers to ensure fair compensation, especially in times of market fluctuations.
Question 6823

Which of the following is the major source of revenue for FCI?

Correct Answer: C
Explanation:
The major source of revenue for FCI is the sale of food grains through the Public Distribution System and other channels.
Question 6824

Which crop does FCI primarily procure during the rabi season?

Correct Answer: A
Explanation:
Wheat is the main crop procured by FCI during the rabi season, which spans from October to March.
Question 6825

Which of the following government schemes is associated with FCI for food distribution?

Correct Answer: B
Explanation:
The Public Distribution System (PDS) is the key scheme through which FCI distributes food grains to eligible citizens at subsidized rates.
Question 6826

Which of the following is a key feature of the FCI’s food grain storage system?

Correct Answer: B
Explanation:
FCI uses godowns and warehouses for storing food grains to maintain quality and ensure long-term storage for distribution.
Question 6827

Which of the following food grains is primarily procured by FCI during the monsoon season?

Correct Answer: B
Explanation:
Rice is the primary food grain procured by FCI during the monsoon season (kharif season).
Question 6828

Which of the following is the responsibility of FCI in the "National Food Security Act" (NFSA)?

Correct Answer: A
Explanation:
FCI is responsible for distributing food grains to the public through the Public Distribution System (PDS) under the National Food Security Act (NFSA).
Question 6829

What does "PDS" stand for in relation to food distribution by FCI?

Correct Answer: A
Explanation:
PDS stands for Public Distribution System, which is a mechanism used by FCI to distribute subsidized food grains to low-income families.
Question 6830

What is the role of FCI in stabilizing food prices?

Correct Answer: B
Explanation:
FCI helps stabilize food prices by controlling the distribution and procurement process, ensuring that food grains are available at affordable prices during shortages.
Question 6831

Which of the following is NOT a type of food grain distributed by FCI?

Correct Answer: D
Explanation:
FCI distributes food grains like wheat, rice, and maize, but not sugar.
Question 6832

Which of the following is the responsibility of FCI during food shortages in India?

Correct Answer: C
Explanation:
During food shortages, FCI ensures that food grains are supplied to essential services, such as government distribution networks like PDS.
Question 6833

Which of the following is a key initiative of FCI for improving food grain distribution?

Correct Answer: A
Explanation:
FCI has initiated the digitization of food grain distribution records to improve transparency, reduce fraud, and enhance efficiency in food grain distribution.
Question 6834

What is the significance of the MSP (Minimum Support Price) in food grain procurement by FCI?

Correct Answer: D
Explanation:
The MSP ensures that farmers get a fair price for their produce, helps stabilize food grain prices in the market, and supports the agricultural sector.
Question 6835

What is the major benefit of the Public Distribution System (PDS) for consumers?

Correct Answer: A
Explanation:
The major benefit of the Public Distribution System (PDS) is that it provides eligible consumers with food grains like rice, wheat, and sugar at subsidized rates.
Question 6836

What is the first step in the FCI food grain procurement process?

Correct Answer: C
Explanation:
The first step in FCI’s food grain procurement process is to release procurement price notifications and set Minimum Support Prices (MSP) for the crops.
Question 6837

Which of the following is the largest source of funding for FCI’s procurement process?

Correct Answer: A
Explanation:
The largest source of funding for FCI’s procurement process is government subsidies that help cover the cost of buying food grains from farmers at MSP.
Question 6838

Which type of radar is used in air traffic control to monitor aircraft movements?

Correct Answer: B
Explanation:
Pulse Radar is commonly used in air traffic control systems because it can detect the position and speed of aircraft efficiently.
Question 6839

What is the primary use of Synthetic Aperture Radar (SAR)?

Correct Answer: A
Explanation:
Synthetic Aperture Radar (SAR) is primarily used for high-resolution ground surveillance, such as mapping and monitoring land and terrain features.
Question 6840

Which of the following parameters does Doppler Radar measure?

Correct Answer: B
Explanation:
Doppler Radar is used to measure the speed of a moving target by detecting the Doppler shift in the frequency of the returned signal.
Question 6841

What is the typical range of a radar system in detecting objects?

Correct Answer: B
Explanation:
The typical range of radar systems varies, but they are commonly used to detect objects within 1 km to 100 km, depending on the type of radar and its application.
Question 6842

Which of the following is an example of radar used in weather forecasting?

Correct Answer: D
Explanation:
Both Weather Radar and Doppler Radar are used in weather forecasting to monitor storms, rainfall, and severe weather conditions.
Question 6843

Which of the following radar systems uses a rotating antenna to scan the environment?

Correct Answer: C
Explanation:
Mechanical Radar uses a rotating antenna to scan the environment, which is common in older radar systems and some modern weather radars.
Question 6844

Which radar wave type is commonly used for high-resolution imaging in remote sensing?

Correct Answer: C
Explanation:
Synthetic Aperture Radar (SAR) uses high-frequency radar waves for high-resolution imaging and mapping of the earth’s surface.
Question 6845

What is the typical application of Continuous Wave Radar?

Correct Answer: B
Explanation:
Continuous Wave Radar is primarily used for speed measurement of moving objects, utilizing Doppler shift to calculate velocity.
Question 6846

Which of the following radar systems is ideal for long-range detection of aircraft?

Correct Answer: A
Explanation:
Ground-based radar systems are typically used for long-range detection of aircraft due to their larger coverage area and higher power output.
Question 6847

What is the key advantage of using radar for navigation over optical systems?

Correct Answer: A
Explanation:
Radar works in all weather conditions, unlike optical systems that can be affected by rain, fog, or low visibility, making radar essential for navigation.
Question 6848

What does the term "Radar Cross Section" (RCS) refer to?

Correct Answer: A
Explanation:
Radar Cross Section (RCS) refers to the strength of the radar signal reflected back from a target, which helps in detecting the size and shape of the target.
Question 6849

What is the main limitation of radar in detecting low-flying objects?

Correct Answer: B
Explanation:
Radar systems may face clutter from the ground surface, making it challenging to detect low-flying objects near the ground or in certain terrain.
Question 6850

Which of the following radar technologies can detect moving targets?

Correct Answer: A
Explanation:
Doppler Radar is specifically designed to detect and measure the velocity of moving targets using the Doppler effect.
Question 6851

In radar systems, what is the role of the transmitter?

Correct Answer: A
Explanation:
The radar transmitter emits radio waves, which are reflected back from objects and detected by the receiver to measure distance and other properties.
Question 6852

Which radar system is most effective in detecting weather-related phenomena like tornadoes and thunderstorms?

Correct Answer: A
Explanation:
Doppler Radar is highly effective in detecting weather phenomena like tornadoes and thunderstorms due to its ability to measure the speed and direction of precipitation.
Question 6853

Which type of radar is used in submarines for underwater detection?

Correct Answer: A
Explanation:
Sonar (Sound Navigation and Ranging) is used by submarines for underwater detection, while radar is used for surface detection and air traffic control.
Question 6854

Which type of radar is often used for detecting the speed of vehicles?

Correct Answer: A
Explanation:
Doppler Radar is often used for speed detection as it measures the change in frequency of the reflected waves, which corresponds to the speed of the moving object.
Question 6855

What does "Aperture" refer to in the context of radar systems?

Correct Answer: B
Explanation:
In radar systems, the "aperture" refers to the size of the radar antenna, which affects the radar’s resolution and range.
Question 6856

What is the primary purpose of radar systems in aviation?

Correct Answer: B
Explanation:
Radar systems in aviation are used to detect other aircraft, monitor weather conditions, and identify obstacles to ensure safe flight navigation.
Question 6857

Which of the following radar systems uses a fixed beam for scanning?

Correct Answer: B
Explanation:
Mechanical Radar systems use a fixed beam and rely on a rotating antenna to scan the environment, making them simpler than phased array radar systems.
Question 6858

In radar technology, what does the term "clutter" refer to?

Correct Answer: A
Explanation:
Clutter refers to interference from unwanted signals, such as background noise or reflections from the environment, that can obscure radar targets.
Question 6859

What is the primary function of Synthetic Aperture Radar (SAR)?

Correct Answer: A
Explanation:
Synthetic Aperture Radar (SAR) is primarily used for high-resolution terrain and surface mapping, even in all weather conditions.
Question 6860

What does the term "network theory" refer to in electrical engineering?

Correct Answer: A
Explanation:
Network theory in electrical engineering focuses on the analysis and design of circuits and systems, including components like resistors, capacitors, and inductors.
Question 6861

Which of the following is NOT a fundamental component in network theory?

Correct Answer: C
Explanation:
In network theory, basic components like resistors, capacitors, inductors, and voltage sources are considered fundamental, while a switch is typically used to control current flow rather than a core component.
Question 6862

What is the purpose of Kirchhoff's Voltage Law (KVL)?

Correct Answer: A
Explanation:
Kirchhoff's Voltage Law (KVL) states that the sum of all voltages around any closed loop in a circuit must equal zero, meaning energy is conserved in a loop.
Question 6863

Which type of network theory analysis focuses on finding unknown voltages or currents using mesh loops?

Correct Answer: A
Explanation:
Mesh analysis is a technique in network theory where mesh loops are used to find unknown voltages and currents in a network by applying Kirchhoff’s Voltage Law (KVL).
Question 6864

Which law states that the sum of currents entering a node is equal to the sum of currents leaving the node?

Correct Answer: A
Explanation:
Kirchhoff's Current Law (KCL) states that the algebraic sum of currents entering a node is equal to the sum of currents leaving the node, ensuring conservation of charge.
Question 6865

What is the significance of the Thevenin Theorem?

Correct Answer: A
Explanation:
Thevenin’s Theorem simplifies complex linear electrical circuits into an equivalent voltage source in series with a resistor, making analysis easier.
Question 6866

What is the key feature of a low-pass filter in network theory?

Correct Answer: A
Explanation:
A low-pass filter allows low-frequency signals to pass through while attenuating signals with higher frequencies, used for signal smoothing.
Question 6867

What is the function of an inductor in a network circuit?

Correct Answer: A
Explanation:
An inductor stores energy in a magnetic field when current flows through it and resists changes in the current.
Question 6868

Which theorem is used to simplify complex linear circuits into an equivalent current source and parallel resistor?

Correct Answer: A
Explanation:
Norton’s Theorem simplifies complex linear circuits into an equivalent current source in parallel with a resistor, similar to Thevenin’s Theorem for voltage sources.
Question 6869

In network analysis, what does the superposition theorem help with?

Correct Answer: A
Explanation:
The Superposition Theorem helps solve circuits with multiple voltage or current sources by considering each source separately and then combining their effects.
Question 6870

Which of the following is true for a series circuit?

Correct Answer: A
Explanation:
In a series circuit, the current is the same through all components, but the voltage divides among the components depending on their resistance values.
Question 6871

What is the role of a capacitor in a network circuit?

Correct Answer: A
Explanation:
A capacitor stores energy in an electric field and is used to smooth voltage fluctuations or filter signals.
Question 6872

Which of the following is a type of reactive component in network theory?

Correct Answer: D
Explanation:
Both capacitors and inductors are considered reactive components because they affect the phase relationship between voltage and current due to their reactance.
Question 6873

In a parallel circuit, what is true about the voltage across each component?

Correct Answer: A
Explanation:
In a parallel circuit, the voltage across each component is the same, while the current divides among the branches based on their resistance.
Question 6874

What does the term "impedance" refer to in an AC circuit?

Correct Answer: A
Explanation:
Impedance is the total opposition to the flow of alternating current in a circuit, combining both resistance and reactance.
Question 6875

What is the primary purpose of a voltage divider in network theory?

Correct Answer: A
Explanation:
A voltage divider circuit divides the input voltage into smaller voltages across resistors, used in many applications to supply specific voltage levels.
Question 6876

What is the primary function of a differential amplifier in a network circuit?

Correct Answer: A
Explanation:
A differential amplifier amplifies the difference between two input voltages, commonly used in signal processing and control systems.
Question 6877

What is the effect of adding more resistors in parallel in a network?

Correct Answer: A
Explanation:
In a parallel network, the total resistance decreases as more resistors are added, since the overall path for current increases.
Question 6878

What is a short circuit in network theory?

Correct Answer: A
Explanation:
A short circuit occurs when a low-resistance path is created, allowing current to bypass other components and potentially causing damage.
Question 6879

Which of the following is used in network theory to analyze circuits with multiple voltage sources?

Correct Answer: C
Explanation:
The Superposition Theorem is commonly used to analyze circuits with multiple voltage sources by considering the effect of each source separately.
Question 6880

What is the characteristic feature of a low-pass filter?

Correct Answer: A
Explanation:
A low-pass filter allows low-frequency signals to pass and attenuates high-frequency signals, often used in signal processing to remove noise.
Question 6881

What is the phase relationship between current and voltage in a purely capacitive AC circuit?

Correct Answer: A
Explanation:
In a purely capacitive circuit, the current leads the voltage by 90 degrees due to the behavior of capacitors in AC circuits.
Question 6882

What is the primary function of network theory?

Correct Answer: A
Explanation:
Network theory in electrical engineering focuses on the analysis and design of circuits and systems, including components like resistors, capacitors, and inductors.
Question 6883

Which of the following is NOT a fundamental component in network theory?

Correct Answer: C
Explanation:
In network theory, basic components like resistors, capacitors, inductors, and voltage sources are considered fundamental, while a switch is typically used to control current flow rather than a core component.
Question 6884

What is the purpose of Kirchhoff's Voltage Law (KVL)?

Correct Answer: A
Explanation:
Kirchhoff's Voltage Law (KVL) states that the sum of all voltages around any closed loop in a circuit must equal zero, meaning energy is conserved in a loop.
Question 6885

Which type of network theory analysis focuses on finding unknown voltages or currents using mesh loops?

Correct Answer: A
Explanation:
Mesh analysis is a technique in network theory where mesh loops are used to find unknown voltages and currents in a network by applying Kirchhoff’s Voltage Law (KVL).
Question 6886

Which law states that the sum of currents entering a node is equal to the sum of currents leaving the node?

Correct Answer: A
Explanation:
Kirchhoff's Current Law (KCL) states that the algebraic sum of currents entering a node is equal to the sum of currents leaving the node, ensuring conservation of charge.
Question 6887

What is the significance of the Thevenin Theorem?

Correct Answer: A
Explanation:
Thevenin’s Theorem simplifies complex linear electrical circuits into an equivalent voltage source in series with a resistor, making analysis easier.
Question 6888

What is the key feature of a low-pass filter in network theory?

Correct Answer: A
Explanation:
A low-pass filter allows low-frequency signals to pass through while attenuating signals with higher frequencies, used for signal smoothing.
Question 6889

What is the function of an inductor in a network circuit?

Correct Answer: A
Explanation:
An inductor stores energy in a magnetic field when current flows through it and resists changes in the current.
Question 6890

Which theorem is used to simplify complex linear circuits into an equivalent current source and parallel resistor?

Correct Answer: A
Explanation:
Norton’s Theorem simplifies complex linear circuits into an equivalent current source in parallel with a resistor, similar to Thevenin’s Theorem for voltage sources.
Question 6891

In network analysis, what does the superposition theorem help with?

Correct Answer: A
Explanation:
The Superposition Theorem helps solve circuits with multiple voltage or current sources by considering the effect of each source separately and then combining their effects.
Question 6892

Which of the following is true for a series circuit?

Correct Answer: A
Explanation:
In a series circuit, the current is the same through all components, but the voltage divides among the components depending on their resistance values.
Question 6893

What is the role of a capacitor in a network circuit?

Correct Answer: A
Explanation:
A capacitor stores energy in an electric field and is used to smooth voltage fluctuations or filter signals.
Question 6894

Which of the following is a type of reactive component in network theory?

Correct Answer: D
Explanation:
Both capacitors and inductors are considered reactive components because they affect the phase relationship between voltage and current due to their reactance.
Question 6895

In a parallel circuit, what is true about the voltage across each component?

Correct Answer: A
Explanation:
In a parallel circuit, the voltage across each component is the same, while the current divides among the branches based on their resistance.
Question 6896

What does the term "impedance" refer to in an AC circuit?

Correct Answer: A
Explanation:
Impedance is the total opposition to the flow of alternating current in a circuit, combining both resistance and reactance.
Question 6897

What is the primary purpose of a voltage divider in network theory?

Correct Answer: A
Explanation:
A voltage divider circuit divides the input voltage into smaller voltages across resistors, used in many applications to supply specific voltage levels.
Question 6898

What is the primary function of a differential amplifier in a network circuit?

Correct Answer: A
Explanation:
A differential amplifier amplifies the difference between two input voltages, commonly used in signal processing and control systems.
Question 6899

What is the effect of adding more resistors in parallel in a network?

Correct Answer: A
Explanation:
In a parallel network, the total resistance decreases as more resistors are added, since the overall path for current increases.
Question 6900

What is a short circuit in network theory?

Correct Answer: A
Explanation:
A short circuit occurs when a low-resistance path is created, allowing current to bypass other components and potentially causing damage.
Question 6901

Which of the following is used in network theory to analyze circuits with multiple voltage sources?

Correct Answer: C
Explanation:
The Superposition Theorem is commonly used to analyze circuits with multiple voltage sources by considering the effect of each source separately.
Question 6902

What is the characteristic feature of a low-pass filter?

Correct Answer: A
Explanation:
A low-pass filter allows low-frequency signals to pass and attenuates high-frequency signals, often used in signal processing to remove noise.
Question 6903

What is the phase relationship between current and voltage in a purely capacitive AC circuit?

Correct Answer: A
Explanation:
In a purely capacitive circuit, the current leads the voltage by 90 degrees due to the behavior of capacitors in AC circuits.
Question 6904

What is the purpose of network synthesis in network theory?

Correct Answer: A
Explanation:
Network synthesis is the process of designing a network that meets given specifications such as impedance, voltage, and current characteristics.
Question 6905

What is the effect of inductance in an AC circuit?

Correct Answer: A
Explanation:
Inductance in an AC circuit resists changes in current and introduces a phase shift, where the current lags the voltage.
Question 6906

What is the primary purpose of modulation in communication systems?

Correct Answer: C
Explanation:
Modulation is used to convert a baseband signal into a higher frequency, allowing the signal to be transmitted over long distances without significant loss of quality.
Question 6907

Which modulation technique is used in AM radio broadcasting?

Correct Answer: A
Explanation:
Amplitude Modulation (AM) is used in AM radio broadcasting where the amplitude of the carrier signal is varied in accordance with the baseband signal.
Question 6908

What does the term "bit rate" refer to in communication systems?

Correct Answer: A
Explanation:
Bit rate refers to the amount of data transmitted per unit of time, typically measured in bits per second (bps).
Question 6909

What is the main disadvantage of Frequency Modulation (FM) compared to Amplitude Modulation (AM)?

Correct Answer: A
Explanation:
Frequency Modulation (FM) requires a larger bandwidth compared to Amplitude Modulation (AM), making it less efficient in terms of bandwidth usage.
Question 6910

Which of the following is a key characteristic of digital communication systems?

Correct Answer: A
Explanation:
Digital communication systems represent signals using discrete values, typically in binary form, as opposed to analog systems which use continuous signals.
Question 6911

In a communication system, what does the term "noise" refer to?

Correct Answer: A
Explanation:
Noise refers to unwanted signals or disturbances that interfere with the transmission of the intended signal, degrading the quality of communication.
Question 6912

Which of the following is a characteristic of Phase Modulation (PM)?

Correct Answer: A
Explanation:
In Phase Modulation (PM), the phase of the carrier signal is varied according to the input signal, which is a key feature of PM.
Question 6913

What is the primary advantage of using Digital Signal Processing (DSP) in communication systems?

Correct Answer: A
Explanation:
Digital Signal Processing (DSP) provides better signal quality and noise immunity by allowing the use of advanced filtering and error correction techniques in communication systems.
Question 6914

Which modulation technique is used in digital communication systems for transmitting data?

Correct Answer: A
Explanation:
Phase Shift Keying (PSK) is commonly used in digital communication systems, where the phase of the carrier signal is varied to represent digital data.
Question 6915

What is the purpose of a Band-Pass Filter in communication systems?

Correct Answer: A
Explanation:
A Band-Pass Filter is used to allow signals within a specific frequency range while rejecting frequencies outside that range, ensuring that only desired signals pass through.
Question 6916

Which of the following describes the function of a demodulator in communication systems?

Correct Answer: A
Explanation:
A demodulator’s function is to recover the original message signal from the modulated carrier signal, essentially reversing the modulation process.
Question 6917

Which of the following is a common use of Frequency Modulation (FM) in communication systems?

Correct Answer: A
Explanation:
FM is commonly used for radio broadcasting, such as FM radio stations, due to its superior noise resistance compared to AM.
Question 6918

In a digital communication system, what does the term "bit error rate" (BER) refer to?

Correct Answer: A
Explanation:
The Bit Error Rate (BER) is the ratio of incorrectly received bits to the total number of bits transmitted, a measure of the error performance of the system.
Question 6919

Which of the following is a typical characteristic of an ideal communication channel?

Correct Answer: A
Explanation:
An ideal communication channel has no distortion or noise, providing a perfect transmission medium for signals.
Question 6920

What is the difference between Time Division Multiplexing (TDM) and Frequency Division Multiplexing (FDM)?

Correct Answer: A
Explanation:
In Time Division Multiplexing (TDM), the transmission time is divided into slots, while in Frequency Division Multiplexing (FDM), the frequency spectrum is divided into subbands.
Question 6921

What is the significance of the Nyquist theorem in communication systems?

Correct Answer: A
Explanation:
The Nyquist theorem defines the minimum sampling rate required to accurately represent a continuous signal without aliasing, which is fundamental in digital signal processing.
Question 6922

Which of the following transmission media has the highest data rate in communication systems?

Correct Answer: A
Explanation:
Optical fiber has the highest data rate among all transmission media due to its ability to carry large amounts of data with minimal loss and distortion over long distances.
Question 6923

What is the primary advantage of using digital communication over analog communication?

Correct Answer: A
Explanation:
Digital communication systems offer higher noise immunity and more robust signal processing capabilities through techniques like error correction and signal encryption.
Question 6924

Which of the following techniques is used for error detection and correction in digital communication systems?

Correct Answer: A
Explanation:
The Hamming Code is a technique used in digital communication systems for detecting and correcting errors in transmitted data.
Question 6925

What does "QAM" stand for in communication systems?

Correct Answer: A
Explanation:
QAM stands for Quadrature Amplitude Modulation, a technique used in digital communication to transmit data by varying the amplitude of two carrier waves.
Question 6926

Which of the following is a key disadvantage of using Analog communication?

Correct Answer: A
Explanation:
Analog communication systems are more susceptible to noise and distortion, which can degrade the quality of the signal over long distances.
Question 6927

What is the primary medium used in optical communication systems?

Correct Answer: A
Explanation:
The primary medium used in optical communication systems is optical fiber, which provides high-speed data transmission using light signals.
Question 6928

What is the wavelength range of light used in optical communication?

Correct Answer: B
Explanation:
Optical communication typically uses wavelengths in the range of 850 nm to 1550 nm, which are ideal for fiber optic transmission due to low loss and high efficiency.
Question 6929

What is the main advantage of optical fiber over copper wires for communication?

Correct Answer: A
Explanation:
Optical fiber provides higher bandwidth and lower attenuation compared to copper wires, making it ideal for high-speed data transmission over long distances.
Question 6930

What is the principle of operation of optical fiber communication?

Correct Answer: A
Explanation:
Optical fiber communication works on the principle of total internal reflection, where light signals are transmitted through the fiber core by reflecting off the fiber-cladding interface.
Question 6931

Which type of optical fiber is most commonly used in communication systems?

Correct Answer: A
Explanation:
Single-mode fiber is most commonly used in communication systems for long-distance and high-speed data transmission due to its low attenuation and high bandwidth capabilities.
Question 6932

What is the primary difference between single-mode and multi-mode optical fiber?

Correct Answer: A
Explanation:
The primary difference is that single-mode fiber supports only one mode of light, allowing for higher transmission distances and data rates, while multi-mode fiber supports multiple modes of light but over shorter distances.
Question 6933

What is the effect of dispersion in optical fibers?

Correct Answer: A
Explanation:
Dispersion causes the broadening of light pulses as they travel through the fiber, leading to signal distortion and degradation of the communication quality.
Question 6934

What is the term for the loss of signal strength in optical fiber communication?

Correct Answer: A
Explanation:
Attenuation refers to the reduction in signal strength as the light travels through the optical fiber, mainly due to absorption and scattering.
Question 6935

Which of the following components is used to convert electrical signals to optical signals in optical communication?

Correct Answer: A
Explanation:
A laser diode is used to convert electrical signals into optical signals in optical communication systems, providing the required light source for transmission.
Question 6936

Which type of light source is used in multi-mode fiber communication?

Correct Answer: A
Explanation:
In multi-mode fiber communication, LEDs (Light Emitting Diodes) are commonly used due to their ability to emit light over a broader spectrum, which matches the multi-mode fiber’s characteristics.
Question 6937

What is the purpose of an optical amplifier in optical communication systems?

Correct Answer: A
Explanation:
An optical amplifier amplifies the optical signal directly without converting it to an electrical signal, thereby reducing the need for signal conversion and improving transmission efficiency.
Question 6938

Which of the following is a major challenge in long-distance optical fiber communication?

Correct Answer: A
Explanation:
The major challenge in long-distance optical fiber communication is signal attenuation and dispersion, which limits the distance over which a signal can be transmitted without amplification or regeneration.
Question 6939

What is the typical bandwidth capacity of a single-mode optical fiber?

Correct Answer: D
Explanation:
Single-mode optical fibers can support bandwidths up to 10 THz, enabling high-speed and long-distance communication with minimal loss.
Question 6940

What is the principle behind Wavelength Division Multiplexing (WDM) in optical communication?

Correct Answer: A
Explanation:
Wavelength Division Multiplexing (WDM) allows the simultaneous transmission of multiple optical signals over a single fiber by using different wavelengths (channels), increasing the capacity of the communication link.
Question 6941

What is the function of an optical coupler in optical communication?

Correct Answer: A
Explanation:
An optical coupler is used to combine or split optical signals, directing them to or from different optical fibers in a network.
Question 6942

What is the significance of the core diameter in optical fiber?

Correct Answer: A
Explanation:
The core diameter in optical fiber determines the amount of light that can be transmitted, with a larger core allowing more light to travel through, but with potential higher dispersion for multi-mode fibers.
Question 6943

Which of the following is a major advantage of optical fiber communication over traditional copper wire communication?

Correct Answer: A
Explanation:
Optical fiber communication offers higher data transmission rates and lower signal loss compared to copper wire communication, making it ideal for high-speed internet and long-distance communications.
Question 6944

Which optical component is used to measure the signal power in optical fibers?

Correct Answer: A
Explanation:
An optical power meter is used to measure the power of an optical signal in fiber optic communication systems, helping to monitor signal strength and performance.
Question 6945

What type of fiber optic cable is best suited for short-distance, high-speed data transmission?

Correct Answer: A
Explanation:
Multi-mode fiber is best suited for short-distance, high-speed data transmission as it allows multiple light paths but is more cost-effective for shorter distances compared to single-mode fiber.
Question 6946

What is the effect of fiber bending on optical signal transmission?

Correct Answer: A
Explanation:
Bending optical fibers can cause signal loss due to increased attenuation, where light signals are partially reflected or scattered due to the curvature of the fiber.
Question 6947

What is the primary function of a transformer?

Correct Answer: A
Explanation:
The primary function of a transformer is to step up or step down the voltage in AC electrical circuits, making it easier for transmission and distribution.
Question 6948

In which type of machine is the armature placed on the stator?

Correct Answer: A
Explanation:
In synchronous machines, the armature is typically placed on the stator, while the rotor contains the field winding.
Question 6949

What is the basic principle of operation of a DC motor?

Correct Answer: B
Explanation:
The basic principle of a DC motor is based on Fleming’s Left Hand Rule, which states that the direction of the force acting on the conductor is perpendicular to both the magnetic field and the current flow.
Question 6950

Which of the following is the main component of a transformer?

Correct Answer: D
Explanation:
A transformer has a primary winding, secondary winding, and core. The windings are used to transfer energy, and the core provides a path for the magnetic flux.
Question 6951

What is the purpose of a commutator in a DC machine?

Correct Answer: A
Explanation:
The commutator in a DC machine reverses the direction of current in the armature windings, ensuring that the torque produced in the machine is always in the same direction.
Question 6952

In an induction motor, which of the following is responsible for the production of the rotating magnetic field?

Correct Answer: A
Explanation:
In an induction motor, the rotating magnetic field is produced by the stator winding, which is energized with AC current. The rotor then follows this rotating field.
Question 6953

Which of the following is true for a synchronous motor?

Correct Answer: A
Explanation:
A synchronous motor runs at a constant speed regardless of the load, as its speed is determined by the supply frequency and the number of poles in the motor.
Question 6954

Which of the following is NOT a type of electrical machine?

Correct Answer: A
Explanation:
A resistor is not an electrical machine; it is a passive electrical component. A transformer, induction motor, and synchronous generator are types of electrical machines.
Question 6955

What is the typical efficiency range of an induction motor?

Correct Answer: A
Explanation:
Induction motors typically have an efficiency range of 85-95%, depending on the size and operating conditions of the motor.
Question 6956

What is the function of the slip in an induction motor?

Correct Answer: A
Explanation:
Slip is the difference between the speed of the rotor and the speed of the magnetic field. It allows the rotor to lag behind the stator field, which is necessary for torque production.
Question 6957

What is the main difference between a generator and a motor?

Correct Answer: A
Explanation:
A generator converts mechanical energy into electrical energy, while a motor converts electrical energy into mechanical energy.
Question 6958

Which of the following is the characteristic of a DC generator?

Correct Answer: A
Explanation:
A DC generator produces unidirectional current, which is its defining characteristic, as opposed to AC generators that produce alternating current.
Question 6959

Which component is responsible for voltage regulation in a transformer?

Correct Answer: D
Explanation:
A tap changer is used in transformers to adjust the number of turns in the winding, which helps regulate the output voltage under varying load conditions.
Question 6960

What is the primary purpose of a surge tank in a hydroelectric power plant?

Correct Answer: A
Explanation:
The primary purpose of a surge tank in a hydroelectric plant is to absorb pressure variations caused by sudden changes in turbine load, preventing water hammer and system damage.
Question 6961

What type of power loss occurs in the windings of electrical machines?

Correct Answer: A
Explanation:
Copper loss refers to the power loss that occurs due to the resistance in the windings of electrical machines, which converts electrical energy into heat.
Question 6962

What is the function of the stator in a synchronous motor?

Correct Answer: A
Explanation:
The stator in a synchronous motor is responsible for producing the rotating magnetic field that the rotor follows.
Question 6963

What type of starter is used for starting large squirrel cage induction motors?

Correct Answer: A
Explanation:
Star-delta starters are commonly used for large squirrel cage induction motors to reduce the starting current and prevent damage to the motor windings.
Question 6964

What is the main purpose of the armature in a DC machine?

Correct Answer: A
Explanation:
The armature in a DC machine generates the output voltage by cutting the magnetic flux as it rotates within the magnetic field created by the field windings.
Question 6965

What is the effect of increasing the supply frequency on the size of a transformer?

Correct Answer: A
Explanation:
Increasing the supply frequency causes the transformer to become smaller in size, as the core material can handle higher frequencies with reduced losses and smaller dimensions.
Question 6966

What is the function of the rotor in an induction motor?

Correct Answer: A
Explanation:
The rotor in an induction motor follows the rotating magnetic field produced by the stator and generates torque through electromagnetic induction.
Question 6967

Which of the following is a fundamental operation in chemical engineering?

Correct Answer: D
Explanation:
Chemical engineering involves several fundamental operations such as fluid mechanics, mass transfer, and heat transfer, all of which are critical in designing and optimizing chemical processes.
Question 6968

What does the term "enthalpy" refer to in thermodynamics?

Correct Answer: D
Explanation:
Enthalpy is the heat content of a system, which includes the system's internal energy and the product of pressure and volume, a key concept in thermodynamics.
Question 6969

Which of the following factors does not affect the rate of heat transfer in a heat exchanger?

Correct Answer: D
Explanation:
Gravity does not affect the rate of heat transfer in a heat exchanger, whereas temperature difference, material thermal conductivity, and surface area for heat transfer are key factors.
Question 6970

What is the main principle behind the operation of a distillation column?

Correct Answer: A
Explanation:
Distillation is a separation process based on the differences in boiling points of the components in a liquid mixture.
Question 6971

In mass transfer operations, what is the main driving force?

Correct Answer: A
Explanation:
Mass transfer operations are driven by the concentration difference between two phases, which causes the movement of mass from the higher concentration to the lower concentration region.
Question 6972

Which type of chemical reactor is best for continuous reactions?

Correct Answer: A
Explanation:
The Continuous Stirred-Tank Reactor (CSTR) is best suited for continuous reactions, as it provides continuous mixing and flow of reactants and products.
Question 6973

Which process is used for the separation of components based on differences in solubility in liquid-liquid extraction?

Correct Answer: C
Explanation:
Liquid-liquid extraction is used for the separation of components based on their solubility differences in two immiscible liquids.
Question 6974

What is the definition of "reaction rate" in chemical reactions?

Correct Answer: A
Explanation:
The reaction rate is defined as the speed at which reactants are converted to products in a chemical reaction.
Question 6975

Which of the following factors affects the rate of a chemical reaction?

Correct Answer: D
Explanation:
The rate of a chemical reaction is affected by several factors such as temperature, concentration of reactants, and the presence of catalysts.
Question 6976

Which material is typically used as a catalyst in the Haber process for ammonia synthesis?

Correct Answer: A
Explanation:
Iron is typically used as a catalyst in the Haber process for ammonia synthesis, which involves the reaction of nitrogen and hydrogen gases under high pressure and temperature.
Question 6977

What is the function of a condenser in a distillation column?

Correct Answer: A
Explanation:
In a distillation column, the condenser cools the vapor to separate the distillate from the condensed liquid, allowing for the separation of components based on boiling points.
Question 6978

Which of the following is true for an ideal gas according to the ideal gas law?

Correct Answer: A
Explanation:
The ideal gas law is represented by PV = nRT, where P is pressure, V is volume, n is the number of moles of gas, R is the gas constant, and T is temperature.
Question 6979

Which of the following is a key characteristic of a batch reactor?

Correct Answer: A
Explanation:
A batch reactor is used for processes where reactions are carried out in a batch, and the system is not continuously fed or discharged during the reaction.
Question 6980

What is the function of a cooling tower in chemical plants?

Correct Answer: A
Explanation:
A cooling tower is used in chemical plants to cool the hot process water by evaporation, ensuring that the system remains within the desired temperature range.
Question 6981

In thermodynamics, what does the term "enthalpy" represent?

Correct Answer: A
Explanation:
Enthalpy represents the heat content of a system and is a state function in thermodynamics, often used in heat exchange and chemical reaction calculations.
Question 6982

What is the primary function of a pump in chemical engineering processes?

Correct Answer: A
Explanation:
A pump is used in chemical engineering to move fluids through pipes and systems, maintaining flow rates and pressure for various processes.
Question 6983

Which of the following is the most commonly used method for controlling reaction rates in industrial chemical processes?

Correct Answer: D
Explanation:
The reaction rate in industrial chemical processes is commonly controlled by adjusting temperature, pressure, and the concentration of reactants.
Question 6984

Which type of fluid flow is described by the Reynolds number being less than 2000?

Correct Answer: A
Explanation:
A Reynolds number of less than 2000 generally indicates laminar flow, where fluid flows in smooth layers with minimal mixing between them.
Question 6985

Which of the following best describes the process of filtration in chemical engineering?

Correct Answer: A
Explanation:
Filtration is a separation process where solids are removed from liquids or gases using a porous medium (filter), widely used in chemical engineering processes.
Question 6986

What is the main disadvantage of using a packed bed column in chemical engineering processes?

Correct Answer: A
Explanation:
A major disadvantage of using a packed bed column is the significant pressure drop that occurs as fluid flows through the packing material, requiring higher energy input for fluid movement.
Question 6987

What is the primary difference between a chemical reactor and a distillation column?

Correct Answer: A
Explanation:
A chemical reactor is designed to facilitate chemical reactions, while a distillation column is used to separate components of a mixture based on differences in boiling points.
Question 6988

What is the basic function of a semiconductor?

Correct Answer: A
Explanation:
Semiconductors are materials that can conduct electricity under certain conditions, making them ideal for use in electronic devices like transistors and diodes.
Question 6989

Which of the following devices is used as a signal amplifier in communication systems?

Correct Answer: A
Explanation:
Transistors are used as amplifiers in communication systems to increase the strength of weak signals for transmission over long distances.
Question 6990

Which modulation technique is used in AM (Amplitude Modulation)?

Correct Answer: A
Explanation:
Amplitude modulation (AM) is a modulation technique where the amplitude of the carrier signal is varied in accordance with the message signal, commonly used in radio broadcasting.
Question 6991

What is the purpose of a low-pass filter in electronic circuits?

Correct Answer: A
Explanation:
A low-pass filter allows low-frequency signals to pass while attenuating high-frequency signals, used to eliminate noise in communication systems.
Question 6992

What is the main disadvantage of the FM (Frequency Modulation) technique?

Correct Answer: A
Explanation:
FM requires a larger bandwidth compared to AM (Amplitude Modulation) because the frequency of the carrier is varied, but it provides better noise immunity.
Question 6993

Which of the following is a characteristic of digital signals?

Correct Answer: A
Explanation:
Digital signals are discrete in nature, meaning they take on distinct values at specific intervals of time, as opposed to continuous analog signals.
Question 6994

What does the term "bit rate" refer to in communication systems?

Correct Answer: A
Explanation:
Bit rate refers to the number of bits transmitted per second, representing the speed at which data is sent in a communication system.
Question 6995

In digital communication, what is the term for the process of converting an analog signal into a digital signal?

Correct Answer: A
Explanation:
The process of converting an analog signal into a digital signal is called sampling, which is the first step in the Analog-to-Digital Conversion (ADC) process.
Question 6996

Which of the following modulation techniques is used in digital communication systems?

Correct Answer: A
Explanation:
Phase Shift Keying (PSK) is a popular digital modulation technique in which the phase of the carrier signal is altered to represent digital data.
Question 6997

What is the purpose of a rectifier in electronic circuits?

Correct Answer: A
Explanation:
A rectifier is used to convert alternating current (AC) into direct current (DC), typically used in power supplies for electronic devices.
Question 6998

Which of the following is a key advantage of using fiber optic communication systems over traditional copper wires?

Correct Answer: A
Explanation:
Fiber optic communication systems offer higher bandwidth and faster data transmission with minimal signal loss over long distances, unlike copper wires that suffer from attenuation and interference.
Question 6999

What is the function of a capacitor in a low-pass filter?

Correct Answer: A
Explanation:
In a low-pass filter, the capacitor blocks high-frequency signals and allows low-frequency signals to pass through, providing noise filtering.
Question 7000

What is the primary role of an oscillator in communication systems?

Correct Answer: A
Explanation:
An oscillator is used to generate a periodic signal, such as a carrier wave, which is essential for modulation in communication systems.
Question 7001

What is the main function of the antenna in a communication system?

Correct Answer: A
Explanation:
The antenna is responsible for transmitting and receiving electromagnetic waves, allowing communication systems to send and receive signals over distances.
Question 7002

Which type of signal modulation is used in television broadcasting?

Correct Answer: B
Explanation:
Frequency Modulation (FM) is used in television broadcasting, particularly for the sound signal, to improve signal quality and reduce noise interference.
Question 7003

Which of the following devices is used for converting analog signals into digital signals?

Correct Answer: A
Explanation:
An Analog-to-Digital Converter (ADC) is used to convert analog signals into digital signals for processing in digital communication systems.
Question 7004

What is the bandwidth of a communication channel?

Correct Answer: A
Explanation:
The bandwidth of a communication channel refers to the range of frequencies it can transmit, determining the data transfer rate and signal quality.
Question 7005

What is the purpose of Frequency Division Multiplexing (FDM)?

Correct Answer: A
Explanation:
Frequency Division Multiplexing (FDM) is used to combine multiple signals into a single communication channel by assigning different frequency bands to each signal.
Question 7006

Which of the following is used to modulate a signal in a communication system?

Correct Answer: A
Explanation:
In communication systems, a carrier wave is used to modulate the message signal, enabling the transmission of the signal over longer distances by varying the carrier frequency or amplitude.
Question 7007

What is the main function of a demodulator in a communication system?

Correct Answer: A
Explanation:
A demodulator is used to recover the original message signal from the modulated carrier signal at the receiver end of a communication system.
Question 7008

Which of the following is used in a communications system to improve the signal-to-noise ratio (SNR)?

Correct Answer: A
Explanation:
Error correction coding helps improve the signal-to-noise ratio (SNR) by detecting and correcting errors introduced by noise during transmission.
Question 7009

What is the primary principle behind Bernoulli's equation in aerodynamics?

Correct Answer: A
Explanation:
Bernoulli’s equation states that the pressure of a fluid decreases as its velocity increases, which is a fundamental concept in aerodynamics for explaining lift on wings.
Question 7010

Which of the following forces is responsible for the lift of an aircraft?

Correct Answer: A
Explanation:
The Bernoulli effect, where air moves faster over the top of the wing than underneath, creates a pressure difference that generates lift for an aircraft.
Question 7011

What is the function of a jet engine's compressor?

Correct Answer: A
Explanation:
The compressor in a jet engine compresses incoming air to increase its pressure, which is then used for combustion in the engine.
Question 7012

What is the purpose of the ailerons on an aircraft?

Correct Answer: A
Explanation:
Ailerons are control surfaces on the wings of an aircraft used to control the roll motion around its longitudinal axis.
Question 7013

Which of the following is a key feature of a turbofan engine?

Correct Answer: A
Explanation:
A turbofan engine has a large fan at the front that provides the majority of the thrust, while a smaller turbine is used to drive the fan and compressor.
Question 7014

In which phase of flight is an aircraft most efficient in terms of fuel consumption?

Correct Answer: A
Explanation:
An aircraft is most fuel-efficient during cruise, when it maintains a constant altitude and speed, optimizing engine performance and minimizing fuel consumption.
Question 7015

What is the primary difference between a glider and a powered aircraft?

Correct Answer: A
Explanation:
The primary difference is that gliders do not have engines and rely on air currents for lift, whereas powered aircraft use engines for propulsion.
Question 7016

What is the function of the stabilator on an aircraft?

Correct Answer: A
Explanation:
A stabilator is a type of all-moving horizontal stabilizer used to control the pitch of the aircraft by altering the angle of attack of the entire horizontal stabilizer.
Question 7017

Which of the following materials is most commonly used for constructing the fuselage of an aircraft?

Correct Answer: A
Explanation:
Aluminum is commonly used in the construction of aircraft fuselages due to its combination of strength, light weight, and ease of manufacturing.
Question 7018

What is the primary purpose of the wing flaps on an aircraft?

Correct Answer: A
Explanation:
Wing flaps are deployed to increase lift and drag, helping the aircraft take off and land at lower speeds by providing additional lift and slowing down the aircraft.
Question 7019

Which aerodynamic force opposes the forward motion of an aircraft?

Correct Answer: A
Explanation:
Drag is the aerodynamic force that opposes the forward motion of an aircraft, resulting from air resistance and friction between the air and the aircraft's surface.
Question 7020

What does Mach number represent in aerodynamics?

Correct Answer: A
Explanation:
Mach number is the ratio of the speed of the aircraft to the speed of sound in the surrounding air, indicating whether the aircraft is subsonic, transonic, supersonic, or hypersonic.
Question 7021

What is the role of a nozzle in a jet engine?

Correct Answer: A
Explanation:
The nozzle in a jet engine accelerates the exhaust gases, which generates thrust by ejecting the gases at high speed in the opposite direction of the aircraft’s motion.
Question 7022

What is the main difference between a supersonic and subsonic aircraft?

Correct Answer: A
Explanation:
The main difference is that supersonic aircraft travel faster than the speed of sound (Mach 1), while subsonic aircraft travel at speeds below Mach 1.
Question 7023

Which of the following is a key factor in the design of an aircraft wing?

Correct Answer: A
Explanation:
Aspect ratio (the ratio of the wing span to the average wing width) is a key factor in the design of an aircraft wing, affecting its aerodynamic efficiency and flight performance.
Question 7024

What type of aircraft engine is commonly used in commercial airliners?

Correct Answer: A
Explanation:
Commercial airliners typically use turbofan engines, which provide high efficiency at cruising speeds and are quieter compared to turbojet engines.
Question 7025

What is the purpose of the rudder on an aircraft?

Correct Answer: A
Explanation:
The rudder is used to control the yaw of the aircraft, helping it maintain its direction by controlling the side-to-side motion of the tail.
Question 7026

What is the primary function of a winglet on an aircraft?

Correct Answer: A
Explanation:
Winglets are small vertical fins at the end of the aircraft wings that reduce drag caused by vortex formation, improving fuel efficiency and aerodynamic performance.
Question 7027

What is the primary purpose of the landing gear on an aircraft?

Correct Answer: A
Explanation:
The landing gear is used to support the aircraft during takeoff, landing, and while stationary, and includes wheels, shock absorbers, and brakes.
Question 7028

What is the role of the stabilizer on an aircraft?

Correct Answer: A
Explanation:
The stabilizer provides stability in pitch, preventing unwanted movement and maintaining the aircraft's stability by controlling its angle of attack.
Question 7029

Which of the following is the largest river by discharge in the world?

Correct Answer: A
Explanation:
The Amazon River, with a discharge of around 209,000 cubic meters per second, is the largest river by discharge in the world.
Question 7030

What is the capital of India?

Correct Answer: A
Explanation:
The capital of India is New Delhi, which serves as the seat of the Government of India and the President of India.
Question 7031

Who was the first President of India?

Correct Answer: A
Explanation:
Dr. Rajendra Prasad was the first President of India, serving from 1950 to 1962 and holding the office for the longest term in Indian history.
Question 7032

The Right to Information Act was enacted in which year?

Correct Answer: A
Explanation:
The Right to Information (RTI) Act was enacted in 2005 to empower citizens to access information from the government, promoting transparency and accountability.
Question 7033

Which of the following is a non-renewable source of energy?

Correct Answer: A
Explanation:
Coal is a non-renewable source of energy, as it is extracted from finite reserves and cannot be replenished at a sustainable rate.
Question 7034

Who is considered the "Father of the Nation" in India?

Correct Answer: A
Explanation:
Mahatma Gandhi is regarded as the "Father of the Nation" in India due to his pivotal role in the Indian independence movement and his philosophy of non-violence.
Question 7035

What is the currency of Japan?

Correct Answer: A
Explanation:
The currency of Japan is the Yen (¥), which is one of the most widely traded currencies in the world.
Question 7036

Which country is the largest producer of tea in the world?

Correct Answer: A
Explanation:
China is the largest producer of tea in the world, followed by India, with both countries contributing to the majority of the global tea production.
Question 7037

Which is the longest river in India?

Correct Answer: A
Explanation:
The Ganges River is the longest river in India, stretching over 2,500 kilometers and flowing through several states in northern India.
Question 7038

What is the national animal of India?

Correct Answer: B
Explanation:
The national animal of India is the Tiger (Panthera tigris), symbolizing strength, power, and grace.
Question 7039

The First Battle of Panipat was fought in which year?

Correct Answer: A
Explanation:
The First Battle of Panipat was fought in 1526 between the Mughal forces led by Babur and the Sultan of Delhi, Ibrahim Lodi.
Question 7040

Who was the first woman Prime Minister of India?

Correct Answer: A
Explanation:
Indira Gandhi was the first woman Prime Minister of India, serving from 1966 to 1977 and again from 1980 to 1984.
Question 7041

What is the full form of "UNESCO"?

Correct Answer: A
Explanation:
The full form of UNESCO is the United Nations Educational, Scientific and Cultural Organization, which promotes international collaboration in education, science, and culture.
Question 7042

Which element is the most abundant in the Earth's crust?

Correct Answer: A
Explanation:
Oxygen is the most abundant element in the Earth's crust, forming compounds like silicates that make up most of the Earth's surface.
Question 7043

The National Income Accounting system was introduced by?

Correct Answer: A
Explanation:
V.K.R.V. Rao introduced the National Income Accounting system in India, laying the foundation for the measurement of economic activities and national income.
Question 7044

Who among the following is the author of the book "India After Gandhi"?

Correct Answer: A
Explanation:
The book "India After Gandhi" is authored by Ramachandra Guha, which provides a detailed account of India's history post-independence.
Question 7045

What is the main purpose of the Lok Sabha in India?

Correct Answer: A
Explanation:
The main purpose of the Lok Sabha, the lower house of the Parliament of India, is to make laws, represent the people, and control government policies and spending.
Question 7046

Which of the following is the capital of Bhutan?

Correct Answer: A
Explanation:
Thimphu is the capital and largest city of Bhutan, serving as the political and economic center of the country.
Question 7047

Which country is known as the "Land of the Rising Sun"?

Correct Answer: A
Explanation:
Japan is known as the "Land of the Rising Sun" because it is the easternmost country, and the sun rises there first in the world.
Question 7048

The concept of "Satyagraha" was introduced by?

Correct Answer: A
Explanation:
The concept of "Satyagraha" was introduced by Mahatma Gandhi as a non-violent way of protest against injustice during the Indian independence movement.
Question 7049

Who is the founder of the Indian National Congress?

Correct Answer: A
Explanation:
Allan Octavian Hume, a British civil servant, is credited with founding the Indian National Congress in 1885 to provide a platform for political dialogue between Indians and the British.
Question 7050

What is link building in SEO?

Correct Answer: A
Explanation:
Link building is the practice of getting links from other websites to your site.
Question 7051

Which type of link passes SEO value to a website?

Correct Answer: B
Explanation:
Dofollow links pass authority and SEO value to the linked page.
Question 7052

Which attribute is used to prevent passing link authority?

Correct Answer: A
Explanation:
The nofollow attribute tells search engines not to pass link equity.
Question 7053

Which platform is commonly used for guest posting backlinks?

Correct Answer: A
Explanation:
Guest blogging involves writing posts on other blogs for backlinks.
Question 7054

What is an internal link?

Correct Answer: B
Explanation:
Internal links connect pages within the same website.
Question 7055

What is a backlink?

Correct Answer: B
Explanation:
A backlink is a link from an external website pointing to your site.
Question 7056

Which tool is commonly used to analyze backlinks?

Correct Answer: B
Explanation:
Ahrefs is a popular tool for backlink analysis.
Question 7057

Which Google tool shows backlinks to your site?

Correct Answer: A
Explanation:
Google Search Console provides backlink data under links report.
Question 7058

What is anchor text?

Correct Answer: A
Explanation:
Anchor text is the visible clickable text in a link.
Question 7059

Which anchor text type uses the exact keyword?

Correct Answer: A
Explanation:
Exact match anchors contain the target keyword exactly.
Question 7060

What is a broken link?

Correct Answer: B
Explanation:
Broken links point to pages that no longer exist.
Question 7061

Which strategy involves replacing broken links with your content?

Correct Answer: A
Explanation:
Broken link building replaces dead links with relevant content.
Question 7062

What is guest blogging?

Correct Answer: B
Explanation:
Guest blogging means contributing content to another site.
Question 7063

What type of link comes from social platforms?

Correct Answer: A
Explanation:
Links from social media platforms are called social backlinks.
Question 7064

What is directory submission in link building?

Correct Answer: A
Explanation:
Directory submission involves listing a site in online directories.
Question 7065

Which backlink type is considered most valuable?

Correct Answer: A
Explanation:
Editorial backlinks are naturally given by websites.
Question 7066

What is link juice?

Correct Answer: A
Explanation:
Link juice refers to authority passed from one page to another.
Question 7067

Which link type is created naturally without request?

Correct Answer: A
Explanation:
Organic backlinks are earned naturally without asking.
Question 7068

What is reciprocal linking?

Correct Answer: A
Explanation:
Reciprocal linking occurs when two sites exchange links.
Question 7069

Which link type is considered harmful to SEO?

Correct Answer: A
Explanation:
Spam backlinks come from low quality or irrelevant sites.
Question 7070

Which method involves sharing links in discussion forums?

Correct Answer: A
Explanation:
Forum posting allows backlinks through discussion threads.
Question 7071

What is contextual backlink?

Correct Answer: A
Explanation:
Contextual backlinks appear within relevant article content.
Question 7072

Which backlink is placed inside website footer?

Correct Answer: A
Explanation:
Footer links are placed at the bottom section of webpages.
Question 7073

What is a profile backlink?

Correct Answer: A
Explanation:
Profile backlinks come from user account profiles.
Question 7074

Which type of anchor text uses brand name?

Correct Answer: A
Explanation:
Branded anchors include the brand name as anchor text.
Question 7075

What is naked URL anchor text?

Correct Answer: A
Explanation:
Naked URL anchors display the raw URL as link text.
Question 7076

Which anchor text uses phrases like click here?

Correct Answer: A
Explanation:
Generic anchors use non keyword phrases like click here.
Question 7077

Which technique violates Google guidelines?

Correct Answer: A
Explanation:
Buying backlinks is against Google spam policies.
Question 7078

Which update targeted spammy backlinks?

Correct Answer: A
Explanation:
Google Penguin focused on penalizing manipulative link schemes.
Question 7079

What is link farming?

Correct Answer: A
Explanation:
Link farms exist solely to manipulate search rankings.
Question 7080

What is a one way backlink?

Correct Answer: A
Explanation:
One way backlinks point to a site without return link.
Question 7081

Which method builds backlinks through articles?

Correct Answer: A
Explanation:
Article submission allows links within article content.
Question 7082

What is press release submission?

Correct Answer: A
Explanation:
Press releases distribute news content with backlinks.
Question 7083

Which link placement is strongest for SEO?

Correct Answer: A
Explanation:
Links placed inside content carry higher SEO value.
Question 7084

Which metric measures backlink quality?

Correct Answer: A
Explanation:
Domain Authority estimates strength of a website domain.
Question 7085

Which type of link appears in blog comments?

Correct Answer: A
Explanation:
Blog comment links are added in comment sections.
Question 7086

What is link outreach?

Correct Answer: A
Explanation:
Link outreach involves emailing site owners for backlinks.
Question 7087

Which practice improves link diversity?

Correct Answer: A
Explanation:
Link diversity means backlinks from different domains.
Question 7088

Which backlink source is considered high authority?

Correct Answer: A
Explanation:
Government sites usually have very high domain authority.
Question 7089

What is the main goal of link building?

Correct Answer: A
Explanation:
Link building helps improve website authority and rankings.
Question 7090

What is geo targeting in Local SEO?

Correct Answer: A
Explanation:
Geo targeting focuses on location specific users.
Question 7091

Which tool helps manage local listings?

Correct Answer: A
Explanation:
Moz Local helps manage local business listings.
Question 7092

Which platform shows directions to business locations?

Correct Answer: A
Explanation:
Google Maps provides navigation directions.
Question 7093

Which ranking factor refers to business popularity?

Correct Answer: A
Explanation:
Prominence refers to popularity and reputation.
Question 7094

Which factor refers to closeness of business to user?

Correct Answer: A
Explanation:
Proximity measures physical distance.
Question 7095

Which factor measures how well listing matches search query?

Correct Answer: A
Explanation:
Relevance indicates match with search intent.
Question 7096

Which type of content helps Local SEO?

Correct Answer: A
Explanation:
Local content attracts nearby search traffic.
Question 7097

What should businesses respond to in Google listings?

Correct Answer: A
Explanation:
Responding to reviews improves engagement.
Question 7098

Which SEO type focuses on nearby customers?

Correct Answer: A
Explanation:
Local SEO targets geographically nearby users.
Question 7099

Which feature shows top three local businesses?

Correct Answer: A
Explanation:
Local 3 pack displays three top results.
Question 7100

What helps verify a Google Business Profile?

Correct Answer: A
Explanation:
Google sends a code to verify business ownership.
Question 7101

Which content type improves local engagement?

Correct Answer: A
Explanation:
Local updates keep audience engaged.
Question 7102

Which local listing factor helps search engines trust data?

Correct Answer: A
Explanation:
Consistent NAP confirms accurate business information.
Question 7103

Which page should contain a map embed?

Correct Answer: A
Explanation:
Embedding maps helps users find the location.
Question 7104

Which optimization helps rank in nearby searches?

Correct Answer: A
Explanation:
Local keywords help match location queries.
Question 7105

Which search engine owns Google Maps?

Correct Answer: A
Explanation:
Google Maps is a service by Google.
Question 7106

What is the goal of Local SEO?

Correct Answer: A
Explanation:
Local SEO helps businesses attract nearby customers.
Question 7107

Which local listing factor helps search engines trust data?

Correct Answer: A
Explanation:
Consistent NAP confirms accurate business information.
Question 7108

Which page should contain a map embed?

Correct Answer: A
Explanation:
Embedding maps helps users find the location.
Question 7109

Which optimization helps rank in nearby searches?

Correct Answer: A
Explanation:
Local keywords help match location queries.
Question 7110

Which search engine owns Google Maps?

Correct Answer: A
Explanation:
Google Maps is a service by Google.
Question 7111

What is the goal of Local SEO?

Correct Answer: A
Explanation:
Local SEO helps businesses attract nearby customers.
Question 7112

What is Local SEO?

Correct Answer: B
Explanation:
Local SEO helps businesses appear in local search results.
Question 7113

Which platform is most important for Local SEO listings?

Correct Answer: A
Explanation:
Google My Business helps businesses appear in local search and maps.
Question 7114

What is the new name of Google My Business?

Correct Answer: A
Explanation:
Google My Business is now called Google Business Profile.
Question 7115

What does NAP stand for in Local SEO?

Correct Answer: A
Explanation:
NAP refers to business Name, Address, and Phone number.
Question 7116

Where do local businesses appear in Google search?

Correct Answer: A
Explanation:
Local Pack shows nearby businesses related to a query.
Question 7117

Which factor improves Local SEO rankings?

Correct Answer: A
Explanation:
Positive reviews help improve local search visibility.
Question 7118

Which Google feature displays businesses on a map?

Correct Answer: A
Explanation:
Google Maps lists nearby businesses with location.
Question 7119

What is a citation in Local SEO?

Correct Answer: A
Explanation:
Citations are online mentions of a business NAP.
Question 7120

Which directory is popular for business listings?

Correct Answer: A
Explanation:
Yelp is a popular online business directory.
Question 7121

What type of keywords are used in Local SEO?

Correct Answer: A
Explanation:
Local SEO uses location specific keywords.
Question 7122

Which example shows a local keyword?

Correct Answer: A
Explanation:
Local keywords include location names.
Question 7123

Which section shows business reviews in Google listing?

Correct Answer: A
Explanation:
Customers leave ratings and feedback in reviews section.
Question 7124

What improves credibility in Local SEO?

Correct Answer: A
Explanation:
Higher ratings improve trust and ranking.
Question 7125

Which markup helps search engines understand local business info?

Correct Answer: A
Explanation:
Schema markup provides structured data for local businesses.
Question 7126

Which schema type is used for local business?

Correct Answer: A
Explanation:
LocalBusiness schema describes business details.
Question 7127

Which action helps improve local ranking?

Correct Answer: A
Explanation:
Accurate details help search engines trust listings.
Question 7128

Which signal affects Local SEO rankings?

Correct Answer: A
Explanation:
Proximity means distance from searcher to business.
Question 7129

Which listing information must stay consistent online?

Correct Answer: A
Explanation:
Consistency of NAP improves local SEO.
Question 7130

Which device type mostly performs local searches?

Correct Answer: A
Explanation:
Many local searches happen on mobile devices.
Question 7131

Which factor influences Google Maps ranking?

Correct Answer: A
Explanation:
Positive reviews influence local ranking.
Question 7132

Which business type benefits most from Local SEO?

Correct Answer: A
Explanation:
Local businesses like restaurants rely heavily on local searches.
Question 7133

Which page should include business address?

Correct Answer: A
Explanation:
Contact page should display full business details.
Question 7134

What is the benefit of local citations?

Correct Answer: A
Explanation:
Citations help search engines verify business info.
Question 7135

Which page is important for local landing optimization?

Correct Answer: A
Explanation:
Location pages target specific geographic areas.
Question 7136

Which review platform affects local rankings?

Correct Answer: A
Explanation:
Google reviews strongly impact local SEO.
Question 7137

Which section allows adding business photos?

Correct Answer: A
Explanation:
Photos attract customers and improve engagement.
Question 7138

Which platform is used for map based local search?

Correct Answer: A
Explanation:
Google Maps provides map based results.
Question 7139

Which business detail must be accurate online?

Correct Answer: A
Explanation:
Correct address helps customers find the location.
Question 7140

What improves click through rate in local listings?

Correct Answer: A
Explanation:
Attractive listings get more clicks.
Question 7141

Which feature allows posting updates on Google listing?

Correct Answer: A
Explanation:
Google Posts share updates and offers.
Question 7142

Which type of search includes words near me?

Correct Answer: A
Explanation:
Near me searches show nearby businesses.
Question 7143

Which data helps show business hours in search results?

Correct Answer: A
Explanation:
Business profile displays working hours.
Question 7144

Which strategy increases trust in local listings?

Correct Answer: A
Explanation:
Verified listings appear more trustworthy.
Question 7145

Which content helps rank for city specific searches?

Correct Answer: A
Explanation:
City pages target location based keywords.
Question 7146

Which platform allows customers to call directly from listing?

Correct Answer: A
Explanation:
Users can call businesses from Google listings.
Question 7147

Which local SEO signal refers to online reputation?

Correct Answer: A
Explanation:
Prominence measures popularity and reputation.
Question 7148

Which listing element includes service categories?

Correct Answer: A
Explanation:
Categories describe the type of business.
Question 7149

Which content format shows events and offers locally?

Correct Answer: A
Explanation:
Google Posts highlight promotions and events.
Question 7150

Which search behavior indicates high local intent?

Correct Answer: A
Explanation:
Near me queries signal local purchase intent.
Question 7151

Which local SEO activity builds trust signals?

Correct Answer: A
Explanation:
Reviews signal trust and credibility.
Question 7152

Which directory helps local restaurant listings?

Correct Answer: A
Explanation:
Zomato lists restaurants and reviews.
Question 7153

Which SEO metric shows user engagement?

Correct Answer: A
Explanation:
Customer feedback indicates engagement.
Question 7154

Which platform helps customers find local directions?

Correct Answer: A
Explanation:
Maps guide users to business locations.
Question 7155

Which local listing factor helps search engines trust data?

Correct Answer: A
Explanation:
Consistent NAP confirms accurate business information.
Question 7156

Which page should contain a map embed?

Correct Answer: A
Explanation:
Embedding maps helps users find the location.
Question 7157

Which optimization helps rank in nearby searches?

Correct Answer: A
Explanation:
Local keywords help match location queries.
Question 7158

Which search engine owns Google Maps?

Correct Answer: A
Explanation:
Google Maps is a service by Google.
Question 7159

What is the goal of Local SEO?

Correct Answer: A
Explanation:
Local SEO helps businesses attract nearby customers.
Question 7160

What is Off Page SEO?

Correct Answer: A
Explanation:
Off Page SEO focuses on external factors like backlinks and brand mentions.
Question 7161

Which activity is a common Off Page SEO technique?

Correct Answer: A
Explanation:
Link building helps improve authority and rankings.
Question 7162

Which type of link passes SEO authority?

Correct Answer: B
Explanation:
Dofollow links pass ranking value to the target page.
Question 7163

What is a backlink?

Correct Answer: B
Explanation:
A backlink is an inbound link pointing to your site.
Question 7164

Which platform is commonly used for guest blogging?

Correct Answer: A
Explanation:
Guest blogging involves publishing posts on other blogs.
Question 7165

What is the purpose of social bookmarking?

Correct Answer: A
Explanation:
Social bookmarking sites allow users to save and share links.
Question 7166

Which website is popular for social bookmarking?

Correct Answer: A
Explanation:
Reddit allows users to share and vote on content links.
Question 7167

What is directory submission?

Correct Answer: A
Explanation:
Directory submission adds website info to directories.
Question 7168

Which factor improves website authority in Off Page SEO?

Correct Answer: A
Explanation:
High quality backlinks improve domain authority.
Question 7169

Which Google algorithm targets spammy backlinks?

Correct Answer: A
Explanation:
Google Penguin penalizes manipulative link schemes.
Question 7170

What is anchor text?

Correct Answer: A
Explanation:
Anchor text is the visible text of a link.
Question 7171

Which anchor text contains brand name?

Correct Answer: A
Explanation:
Branded anchor text includes the company name.
Question 7172

What is forum posting in SEO?

Correct Answer: A
Explanation:
Forum posting allows link placement in discussions.
Question 7173

What is blog commenting?

Correct Answer: A
Explanation:
Blog comments may include backlinks to websites.
Question 7174

Which Off Page SEO method involves writing articles for other sites?

Correct Answer: A
Explanation:
Guest posting provides backlinks from other blogs.
Question 7175

What is press release submission?

Correct Answer: A
Explanation:
Press releases distribute company news and links.
Question 7176

Which site provides business listing for local SEO?

Correct Answer: A
Explanation:
Google Business Profile helps businesses appear locally.
Question 7177

What is link exchange?

Correct Answer: A
Explanation:
Link exchange means reciprocal linking.
Question 7178

Which type of backlink is most valuable?

Correct Answer: A
Explanation:
Editorial backlinks are naturally given by websites.
Question 7179

What is link juice?

Correct Answer: A
Explanation:
Link juice refers to ranking value passed via links.
Question 7180

Which platform helps share website content socially?

Correct Answer: A
Explanation:
Facebook helps distribute content and gain traffic.
Question 7181

Which activity increases brand awareness online?

Correct Answer: A
Explanation:
Social media builds brand presence and engagement.
Question 7182

What is influencer outreach?

Correct Answer: A
Explanation:
Influencers help promote content and generate links.
Question 7183

Which factor indicates website popularity?

Correct Answer: A
Explanation:
More quality backlinks indicate popularity.
Question 7184

Which link attribute tells search engines not to follow a link?

Correct Answer: A
Explanation:
Nofollow prevents passing link authority.
Question 7185

Which Off Page SEO practice is harmful?

Correct Answer: A
Explanation:
Buying backlinks violates Google guidelines.
Question 7186

Which Off Page SEO factor increases trust?

Correct Answer: A
Explanation:
Reviews improve trust and credibility.
Question 7187

Which website helps manage backlinks data?

Correct Answer: A
Explanation:
Ahrefs is used for backlink analysis.
Question 7188

Which metric measures domain strength?

Correct Answer: A
Explanation:
Domain Authority estimates website authority.
Question 7189

Which link type comes from forums?

Correct Answer: A
Explanation:
Forum backlinks come from forum discussions.
Question 7190

Which SEO strategy focuses on building relationships?

Correct Answer: A
Explanation:
Outreach builds connections for links and promotions.
Question 7191

Which activity promotes content across websites?

Correct Answer: A
Explanation:
Content syndication republishes content on other sites.
Question 7192

Which Off Page SEO signal includes brand mentions without link?

Correct Answer: A
Explanation:
Brand mentions still signal authority.
Question 7193

Which backlink source is highly trusted?

Correct Answer: A
Explanation:
Government sites usually have high authority.
Question 7194

Which activity involves sharing infographics for backlinks?

Correct Answer: A
Explanation:
Infographics attract links from other websites.
Question 7195

Which SEO factor measures link popularity?

Correct Answer: A
Explanation:
Backlink profile shows quantity and quality of links.
Question 7196

Which platform helps share short videos and promote brand?

Correct Answer: A
Explanation:
YouTube marketing helps attract traffic and links.
Question 7197

Which SEO technique spreads content across communities?

Correct Answer: A
Explanation:
Forum marketing promotes discussions and links.
Question 7198

Which Off Page SEO goal improves search engine ranking?

Correct Answer: A
Explanation:
Quality backlinks improve authority and rankings.
Question 7199

What is the main purpose of Off Page SEO?

Correct Answer: A
Explanation:
Off Page SEO strengthens site authority through external signals.
Question 7200

What is On Page SEO?

Correct Answer: A
Explanation:
On Page SEO focuses on optimizing elements inside a webpage.
Question 7201

Which tag defines the title of a webpage?

Correct Answer: A
Explanation:
The title tag defines the webpage title shown in search results.
Question 7202

What is the purpose of a meta description?

Correct Answer: A
Explanation:
Meta description summarizes page content for search engines.
Question 7203

Which HTML tag is used for the main heading?

Correct Answer: A
Explanation:
H1 tag represents the main heading of a webpage.
Question 7204

Which element helps search engines understand images?

Correct Answer: A
Explanation:
Alt text describes images for search engines and accessibility.
Question 7205

What is keyword density?

Correct Answer: A
Explanation:
Keyword density measures how often a keyword appears in content.
Question 7206

Which factor improves page loading speed?

Correct Answer: A
Explanation:
Optimizing images reduces page load time.
Question 7207

What is an internal link?

Correct Answer: A
Explanation:
Internal links connect pages within the same domain.
Question 7208

Which URL structure is best for SEO?

Correct Answer: A
Explanation:
Clean URLs improve readability and SEO.
Question 7209

Which tag helps organize webpage content hierarchy?

Correct Answer: A
Explanation:
Heading tags structure content for better readability.
Question 7210

What is a sitemap?

Correct Answer: A
Explanation:
Sitemap helps search engines crawl site pages.
Question 7211

Which file controls search engine crawling?

Correct Answer: A
Explanation:
robots.txt instructs search engines which pages to crawl.
Question 7212

Which tag prevents a page from being indexed?

Correct Answer: A
Explanation:
The noindex tag stops search engines from indexing a page.
Question 7213

What is keyword optimization?

Correct Answer: A
Explanation:
Keywords should be placed naturally within content.
Question 7214

Which factor improves user experience on a webpage?

Correct Answer: A
Explanation:
Fast pages improve usability and SEO.
Question 7215

What does alt text do?

Correct Answer: A
Explanation:
Alt text helps search engines understand images.
Question 7216

Which element improves click through rate in search results?

Correct Answer: A
Explanation:
An attractive title and description increase CTR.
Question 7217

Which SEO element should contain primary keyword?

Correct Answer: A
Explanation:
Primary keyword is often placed in title tag.
Question 7218

Which type of content is best for SEO?

Correct Answer: A
Explanation:
Unique content improves search engine ranking.
Question 7219

What is duplicate content?

Correct Answer: A
Explanation:
Duplicate content can harm SEO rankings.
Question 7220

Which SEO factor relates to mobile devices?

Correct Answer: A
Explanation:
Mobile optimization improves search ranking.
Question 7221

Which tag defines webpage description?

Correct Answer: A
Explanation:
Meta description summarizes page content.
Question 7222

Which element improves page readability?

Correct Answer: A
Explanation:
Short paragraphs make content easier to read.
Question 7223

Which content structure improves SEO?

Correct Answer: A
Explanation:
Proper headings structure improves readability.
Question 7224

Which element appears in browser tab?

Correct Answer: A
Explanation:
Title tag appears in browser tab and search results.
Question 7225

What is canonical tag used for?

Correct Answer: A
Explanation:
Canonical tag specifies preferred page version.
Question 7226

Which element helps link pages internally?

Correct Answer: A
Explanation:
Anchor tags create hyperlinks.
Question 7227

Which tag is used for hyperlink?

Correct Answer: A
Explanation:
Anchor tag creates links to other pages.
Question 7228

Which SEO factor improves crawlability?

Correct Answer: A
Explanation:
Search engines crawl organized websites more easily.
Question 7229

Which optimization improves image SEO?

Correct Answer: A
Explanation:
Alt text and compression improve image SEO.
Question 7230

Which element affects page speed?

Correct Answer: A
Explanation:
Large images increase load time.
Question 7231

What is structured data?

Correct Answer: A
Explanation:
Structured data helps search engines understand content.
Question 7232

Which schema type represents business information?

Correct Answer: A
Explanation:
LocalBusiness schema describes company details.
Question 7233

Which factor improves SEO content relevance?

Correct Answer: A
Explanation:
Related keywords improve semantic relevance.
Question 7234

Which element improves navigation within website?

Correct Answer: A
Explanation:
Internal links guide users to other pages.
Question 7235

Which SEO element helps search engines display rich results?

Correct Answer: A
Explanation:
Schema markup enables rich snippets.
Question 7236

Which factor improves dwell time?

Correct Answer: A
Explanation:
Engaging content keeps users longer on the page.
Question 7237

Which element defines webpage language encoding?

Correct Answer: A
Explanation:
Meta charset defines character encoding.
Question 7238

Which element should appear only once per page?

Correct Answer: A
Explanation:
Typically one H1 is used as main heading.
Question 7239

What is the main goal of On Page SEO?

Correct Answer: A
Explanation:
On Page SEO optimizes webpage elements to improve rankings.
Question 7240

What is Technical SEO?

Correct Answer: A
Explanation:
Technical SEO improves crawlability, indexing, and performance of a website.
Question 7241

Which file guides search engine crawlers on which pages to crawl?

Correct Answer: A
Explanation:
robots.txt tells search engines which pages they can or cannot crawl.
Question 7242

What is the purpose of sitemap.xml?

Correct Answer: A
Explanation:
A sitemap helps search engines discover and index pages.
Question 7243

Which protocol secures a website connection?

Correct Answer: A
Explanation:
HTTPS encrypts data between user and website.
Question 7244

Which factor improves website loading speed?

Correct Answer: A
Explanation:
Compressed images reduce page load time.
Question 7245

Which status code means page not found?

Correct Answer: A
Explanation:
HTTP 404 indicates the requested page does not exist.
Question 7246

Which redirect is permanent?

Correct Answer: A
Explanation:
301 redirect permanently moves a page to a new URL.
Question 7247

Which redirect is temporary?

Correct Answer: A
Explanation:
302 redirect indicates a temporary page move.
Question 7248

What does crawlability mean?

Correct Answer: A
Explanation:
Crawlability determines whether search engines can explore pages.
Question 7249

What does indexing mean in SEO?

Correct Answer: A
Explanation:
Indexing allows pages to appear in search results.
Question 7250

Which tool shows indexing issues for a website?

Correct Answer: A
Explanation:
Search Console helps monitor indexing status.
Question 7251

What is canonical tag used for?

Correct Answer: A
Explanation:
Canonical tag indicates preferred version of a page.
Question 7252

Which factor improves mobile SEO?

Correct Answer: A
Explanation:
Responsive design ensures pages work on mobile devices.
Question 7253

What does structured data help with?

Correct Answer: A
Explanation:
Structured data helps search engines interpret content.
Question 7254

Which format is used for structured data?

Correct Answer: A
Explanation:
JSON-LD is commonly used for schema markup.
Question 7255

Which schema type is used for business information?

Correct Answer: A
Explanation:
LocalBusiness schema defines company details.
Question 7256

What is page speed?

Correct Answer: A
Explanation:
Page speed measures how quickly a webpage loads.
Question 7257

Which tool measures website performance?

Correct Answer: A
Explanation:
PageSpeed Insights analyzes loading speed and performance.
Question 7258

What is lazy loading?

Correct Answer: A
Explanation:
Lazy loading improves performance by delaying image load.
Question 7259

Which SEO issue occurs when identical content exists on multiple URLs?

Correct Answer: A
Explanation:
Duplicate content confuses search engines.
Question 7260

Which tag prevents indexing of a page?

Correct Answer: A
Explanation:
The noindex tag stops search engines from indexing.
Question 7261

Which attribute stops passing link authority?

Correct Answer: A
Explanation:
Nofollow prevents passing link juice.
Question 7262

What is XML?

Correct Answer: A
Explanation:
The correct answer is:

A. Markup language for data structure

XML (Extensible Markup Language) is used to store, organize, and transport structured data in a human-readable format.
<p>
XML, or <strong>Extensible Markup Language</strong>, is a versatile,
human-readable format designed for encoding structured data.
It provides a robust framework for storing, transporting,
and exchanging information across diverse platforms while
remaining independent of any particular software or hardware implementation.
</p>

<h2>Core Characteristics</h2>

<ul>
<li><strong>Human-readable text</strong>: Easy for developers and non-technical stakeholders to inspect.</li>
<li><strong>Extensible</strong>: Users define their own tags, enabling a broad range of applications.</li>
<li><strong>Platform-agnostic</strong>: Works seamlessly over the internet, in repositories, or embedded systems.</li>
<li><strong>Self-describing data</strong>: Each element’s tag conveys meaning, often accompanied by attributes.</li>
</ul>

<h2>How XML Works</h2>

<p>
Unlike binary formats, XML documents are plain text files that follow a strict hierarchy:
</p>

<ol>
<li><strong>Root element</strong> – the single top-level node.</li>
<li><strong>Nested elements</strong> – child nodes that can contain further children, forming a tree.</li>
<li><strong>Attributes</strong> – supplementary data defined within an opening tag.</li>
<li><strong>CDATA sections</strong> – allow inclusion of characters that would otherwise be parsed.</li>
</ol>

<p>
Because of this tree structure, XML can represent complex data models such as organizational charts,
product catalogs, and configuration files.
</p>

<h2>Historical Context</h2>

<p>
XML was standardized by the W3C in 1998 to replace HTML’s limited markup for data representation.
While HTML remains dedicated to web presentation, XML focuses strictly on data description,
promoting interoperability between disparate systems like ERP, CRM, and web services.
</p>

<h2>Use Cases in Modern Development</h2>

<ul>
<li><strong>Web services</strong>: SOAP messages and RESTful APIs often transmit payloads in XML.</li>
<li><strong>Configuration files</strong>: Projects such as .NET’s <code>appsettings.xml</code> or Java’s <code>pom.xml</code> rely on XML for setup.</li>
<li><strong>Document interchange</strong>: Formats like Office Open XML and EPUB use XML to structure content.</li>
<li><strong>Database export/import</strong>: Many databases can read/write XML for backup, migration, or analytics.</li>
<li><strong>Software packaging</strong>: Package managers (e.g., Maven, Gradle) describe dependencies in XML files.</li>
</ul>

<h2>Advantages Over Alternative Formats</h2>

<table>
<thead>
<tr>
<th>Feature</th>
<th>XML</th>
<th>JSON</th>
<th>CSV</th>
</tr>
</thead>
<tbody>
<tr>
<td>Hierarchical support</td>
<td>✔️</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>Schema validation</td>
<td>✔️</td>
<td>❌ (optional)</td>
<td>❌</td>
</tr>
<tr>
<td>Self-describing</td>
<td>✔️</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>Text readability</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
</tr>
</tbody>
</table>

<h2>Challenges and Considerations</h2>

<ul>
<li><strong>Verbosity</strong>: Large XML files may be bulky compared to binary or compressed formats.</li>
<li><strong>Parsing speed</strong>: XML parsers can be slower, particularly for highly nested structures.</li>
<li><strong>Tooling</strong>: Modern ecosystems favor JSON, but many legacy systems still require XML expertise.</li>
</ul>

<h3>In Summary</h3>

<p>
XML remains a cornerstone of data interchange. Its ability to encode complex,
nested information in a self-descriptive manner has enabled smooth communication
across heterogeneous software ecosystems.
Whether you are designing a REST API, creating a configuration file,
or integrating legacy systems, understanding XML’s architecture and practices
is essential for building interoperable, maintainable solutions.
</p>

<hr />

<h2>Beginner’s Checklist for Working with XML</h2>

<ul>
<li><strong>Choose a parser</strong> (e.g., lxml, ElementTree, or XML DOM) that matches your language’s ecosystem.</li>
<li><strong>Define a clear schema</strong> using XSD or DTD to enforce data integrity.</li>
<li><strong>Validate</strong> incoming XML data before processing to prevent injection attacks.</li>
<li><strong>Optimize</strong>: Use document compression (gzip) or binary XML (e.g., Fast Infoset) for bandwidth-constrained environments.</li>
</ul>
Question 7263

Which HTTP status code means success?

Correct Answer: A
Explanation:
Status code 200 indicates successful request.
Question 7264

Which issue occurs when a page redirects multiple times?

Correct Answer: A
Explanation:
Redirect chains slow down crawling.
Question 7265

What is a redirect loop?

Correct Answer: A
Explanation:
<b>A redirect loop is a website problem where a webpage keeps redirecting users from one URL to another repeatedly without reaching the final page</b>. This creates an endless cycle of redirects, and the browser is unable to open the website correctly. When this happens, users may see messages such as “Too Many Redirects” or “This page isn’t working.” Redirect loops are common in websites when redirect settings are not configured properly.
<br>
For example, Page A redirects to Page B, and Page B again redirects back to Page A. Because both pages continue sending visitors to each other, the browser gets stuck in a loop. This issue can happen due to incorrect HTTPS settings, plugin conflicts, wrong .htaccess rules, or mistakes in website configuration.
<br>
Redirect loops can negatively affect user experience because visitors cannot access the website content. They may also harm search engine optimization (SEO) since search engines may face difficulty crawling the pages. Website owners should regularly test redirects and check server settings to avoid such problems. Fixing redirect loops improves website performance, user satisfaction, and search engine visibility. Therefore, the correct answer is A. Endless redirect cycle.
Question 7266

Which factor improves site crawl efficiency?

Correct Answer: A
Explanation:
Organized structure helps crawlers navigate easily.
Question 7267

What is breadcrumb navigation?

Correct Answer: A
Explanation:
Breadcrumbs show user path within site.
Question 7268

Which file extension is commonly used for sitemaps?

Correct Answer: A
Explanation:
Sitemaps are usually created in XML format.
Question 7269

What is server response time?

Correct Answer: A
Explanation:
Lower response time improves performance.
Question 7270

Which element improves crawl depth?

Correct Answer: A
Explanation:
Internal links help bots reach deeper pages.
Question 7271

Which error occurs when server fails to process request?

Correct Answer: A
Explanation:
HTTP 500 indicates server internal error.
Question 7272

Which technique reduces CSS and JS file size?

Correct Answer: A
Explanation:
Minification removes unnecessary characters from code.
Question 7273

Which technique stores copies of pages for faster loading?

Correct Answer: A
Explanation:
Caching stores data for quicker retrieval.
Question 7274

Which SEO element ensures site works on smartphones?

Correct Answer: A
Explanation:
Mobile friendly design improves usability on phones.
Question 7275

What is AMP?

Correct Answer: A
Explanation:
AMP is framework for fast mobile pages.
Question 7276

Which SEO issue involves too little content?

Correct Answer: A
Explanation:
Thin content has little value for users.
Question 7277

Which tool helps audit technical SEO issues?

Correct Answer: A
Explanation:
Screaming Frog crawls websites to detect SEO issues.
Question 7278

Which element helps search engines understand page language?

Correct Answer: A
Explanation:
hreflang tells search engines language and region.
Question 7279

What is the main goal of Technical SEO?

Correct Answer: A
Explanation:
Technical SEO ensures search engines can access and understand website content.
Question 7280

What is keyword research in SEO?

Correct Answer: A
Explanation:
<p><strong>What is Keyword Research in SEO?</strong></p>

<p>Keyword research in SEO is the process of finding the words and phrases that users type into search engines like Google to search for information, products, or services. These search terms are called keywords. Keyword research helps website owners and digital marketers understand user interests and create content that matches what people are searching online.</p>

<p>It is one of the most important parts of Search Engine Optimization (SEO) because it helps improve website ranking, increase organic traffic, and attract the right audience. By using the correct keywords in blogs, articles, titles, and website pages, websites can appear higher in search engine results.</p>

<p>For example, if users frequently search for “SEO tools,” “best keyword research tools,” or “keyword analysis,” then websites can create content around these topics to gain more traffic and visibility.</p>

<p><strong>Related Keywords:</strong> SEO keyword analysis, keyword planning, search volume research, SEO tools, organic traffic keywords.</p>

<p>The correct answer is <strong>A. Finding search terms used by users</strong>.</p>

<h3>1. Google Keyword Planner</h3>
<p>Google Keyword Planner is a free keyword research tool provided by Google. It helps users find keyword ideas, monthly search volume, and competition level. Since the data comes directly from Google, it is highly reliable for SEO and digital marketing strategies.</p>

<h3>2. Ahrefs</h3>
<p>Ahrefs is a powerful SEO tool used for keyword research, backlink analysis, and competitor tracking. It helps users discover high-ranking keywords and improve website performance through detailed SEO insights.</p>

<h3>3. SEMrush</h3>
<p>SEMrush is a popular digital marketing and keyword research tool. It provides keyword suggestions, SEO audits, traffic analysis, and competitor research. Many businesses use SEMrush to improve search engine rankings.</p>

<h3>4. Ubersuggest</h3>
<p>Ubersuggest is a beginner-friendly keyword research tool developed by Neil Patel. It helps users find keyword ideas, SEO difficulty, search volume, and content suggestions to improve online visibility.</p>

<h3>5. Moz Keyword Explorer</h3>
<p>Moz Keyword Explorer is an SEO tool that helps users discover valuable keywords and analyze ranking opportunities. It provides keyword difficulty scores, search volume data, and SEO recommendations for better optimization.</p>
Question 7281

Which tool is commonly used for keyword research?

Correct Answer: A
Explanation:
Google Keyword Planner helps find keywords and search volume.

<p><strong>Which tool is commonly used for keyword research?</strong></p>

<p>Keyword research tools are important in Search Engine Optimization (SEO) because they help users find the search terms people commonly use on search engines like Google. These tools provide information about search volume, keyword competition, trends, and related keyword ideas. By using keyword research tools, website owners and digital marketers can create better content and improve their website ranking in search results.</p>

<p>Google Keyword Planner is one of the most commonly used keyword research tools. It is a free tool provided by Google that helps users discover keyword ideas, monthly search volume, and competition levels. SEO experts, bloggers, businesses, and digital marketers use this tool to identify the best keywords for websites, blogs, and advertising campaigns.</p>

<p>Keyword research is important because it helps attract the right audience, increase organic traffic, and improve online visibility. It also allows businesses to understand user search behavior and create content based on popular topics.</p>

<p><strong>Related Keywords:</strong> SEO tools, keyword analysis, Google SEO tools, search volume checker, keyword planner.</p>

<p>The other options are incorrect because MS Paint is used for drawing and image editing, Notepad is used for text editing, and Calculator is used for mathematical calculations. These tools are not designed for SEO or keyword research.</p>

<p>Therefore, the correct answer is <strong>A. Google Keyword Planner</strong>.</p>

<h3>1. Google Keyword Planner</h3>
<p>Google Keyword Planner is a free keyword research tool provided by Google Ads. It helps users find keyword ideas, search volume data, and keyword competition for SEO and digital marketing campaigns.</p>

<h3>2. Ahrefs</h3>
<p>Ahrefs is an advanced SEO tool that helps users with keyword research, backlink analysis, and competitor tracking. It is widely used for improving website rankings and organic traffic.</p>

<h3>3. SEMrush</h3>
<p>SEMrush is a complete digital marketing tool used for keyword research, SEO audits, competitor analysis, and content optimization. It provides detailed keyword performance reports.</p>

<h3>4. Ubersuggest</h3>
<p>Ubersuggest is a simple and beginner-friendly SEO tool that provides keyword suggestions, search volume, SEO difficulty, and content ideas for websites and blogs.</p>

<h3>5. Moz Keyword Explorer</h3>
<p>Moz Keyword Explorer helps users discover profitable keywords and understand ranking opportunities. It provides keyword difficulty scores and SEO recommendations for better optimization.</p>
Question 7282

What does search volume indicate?

Correct Answer: A
Explanation:
<p><strong>The correct answer is A. Number of searches for a keyword</strong> because search volume measures how often users search for a specific keyword in a search engine.</p> <p>Search volume is an important metric in Search Engine Optimization (SEO) and digital marketing. It indicates the total number of searches a keyword receives over a specific period, usually per month. SEO professionals use search volume to identify popular keywords and understand user interest. Keywords with higher search volume can attract more website traffic, although they may also have higher competition. This data helps businesses choose the right keywords for content creation, advertisements, and website optimization.</p> <h3>Example</h3> <p>For example, if the keyword “digital marketing course” has a monthly search volume of 20,000, it means users searched for that term around 20,000 times in a month. A business offering marketing courses may target this keyword to increase website visitors and reach more potential customers.</p> <h3>Incorrect Options</h3> <p><strong>Option B:</strong> Number of images is incorrect because search volume is not related to the number of images available online.</p> <p><strong>Option C:</strong> Website speed is incorrect because website speed measures how quickly a webpage loads, not keyword popularity.</p> <p><strong>Option D:</strong> Ad budget is incorrect because ad budget refers to advertising spending and has no connection with keyword search frequency.</p> <h3>Takeaway</h3> <p>The main point is that search volume helps measure the popularity and traffic potential of a keyword in search engines.</p>
Question 7283

What is a long tail keyword?

Correct Answer: A
Explanation:
The correct answer is <b>A. Long and specific keyword phrase</b> because a long tail keyword contains detailed search terms that target a specific user query.
<br>
A long tail keyword is a keyword phrase made up of three or more words. These keywords are more specific than short or broad keywords and are commonly used in Search Engine Optimization (SEO). Long tail keywords usually have lower search volume, but they often attract users with clear search intent. Because they are more targeted, they can help websites achieve better conversion rates and face lower competition in search engine rankings. SEO professionals use long tail keywords to reach users searching for precise information, products, or services.
<br>
For example, instead of targeting the broad keyword “laptop,” a website may use the long tail keyword “best gaming laptop under 50000.” This helps attract users who are looking for a specific type of product. As a result, the website can receive more relevant traffic and improve the chances of user engagement or sales.
<br>
<ul><li><b>Option B</b> is incorrect because a single word keyword is usually considered a short tail keyword, not a long tail keyword.</li><li><b>Option C</b> is incorrect because long tail keywords are planned and targeted, not random.</li><li><b>Option D</b> is incorrect because long tail keywords are search phrases and are not limited to image-related searches.</li></ul>
<br>
The main point is that long tail keywords help target specific audiences and improve the quality of website traffic.
Question 7284

Which type of keyword usually has lower competition?

Correct Answer: A
Explanation:
The correct answer is <b>A. Long tail keyword</b> because long tail keywords are more specific and usually face lower competition in search engine rankings.
<p>
A long tail keyword is a detailed keyword phrase that contains multiple words and targets a specific search intent. In Search Engine Optimization (SEO), these keywords are important because they help websites attract highly targeted users. Long tail keywords generally have lower search volume than broad keywords, but they are easier to rank for due to reduced competition. They also improve the chances of conversions because users searching with specific phrases often know exactly what they want. SEO experts use long tail keywords to improve website visibility and attract relevant organic traffic.
<br>
For example, the keyword “mobile phone” is highly competitive because many websites target it. However, a long tail keyword like “best 5G mobile phone under 20000” is more specific and has lower competition. A website targeting this phrase may rank more easily and attract users looking for a precise product.
<br>
<ul><li>Option B is incorrect because short keywords are broad and usually have very high competition.</li><li>Option C is incorrect because brand keywords focus on a specific company or product name and may still have strong competition.</li><li>Option D is incorrect because generic keywords are broad terms that are commonly targeted by many websites.</li></ul>
</p>
<h3>The main point is that long tail keywords are easier to rank for because they are specific and usually have lower competition.
</h3>
Question 7285

What is keyword difficulty?

Correct Answer: A
Explanation:
<p>The <b>correct answer is A. How hard it is to rank for a keyword</b> because keyword difficulty measures the level of competition for ranking a keyword in search engine results.</p> <h4>What is Keyword Difficulty?</h4> <p>Keyword difficulty is an important SEO metric used to estimate how challenging it will be to rank for a specific keyword on search engines like Google. It is usually calculated based on factors such as competition, backlinks, domain authority, and the strength of websites already ranking for that keyword. Keywords with high difficulty are harder to rank for because many strong websites are competing for them. On the other hand, low-difficulty keywords are easier to target and can help smaller websites gain traffic more quickly.</p> <h3>Why is it Important?</h3> <ul> <li>Helps SEO professionals choose realistic keywords for ranking.</li> <li>Improves content planning and SEO strategy.</li> <li>Saves time by targeting less competitive keywords.</li> <li>Supports better growth in organic website traffic.</li> </ul> <h3>Example</h3> <p>For example, the keyword “SEO” has very high keyword difficulty because many established websites rank for it. However, a keyword like “SEO tips for beginners” may have lower competition and provide better ranking opportunities for new websites or blogs.</p> <h3>Why Other Options Are Incorrect</h3> <p><strong>Option B:</strong> Incorrect because the number of images on a page does not determine keyword difficulty.</p> <p><strong>Option C:</strong> Incorrect because website theme quality relates to design and appearance, not keyword competition.</p> <p><strong>Option D:</strong> Incorrect because page color design has no connection with SEO keyword ranking difficulty.</p> <h3>Takeaway</h3> <p>Keyword difficulty helps SEO experts understand how competitive a keyword is before using it in website content or marketing campaigns.</p>
Question 7286

Which keyword type includes brand name?

Correct Answer: A
Explanation:
<p><b>The correct answer is A. Branded keyword</b> because branded keywords contain the name of a specific company, product, or brand.</p> <h4>What is a Branded Keyword?</h4> <p>Branded keywords are search terms that include a brand name or a variation of it. These keywords are commonly used in Search Engine Optimization (SEO) and digital marketing to target users who are already familiar with a company or product. Branded keywords usually have strong user intent because people searching for them are often looking for a specific brand, website, service, or product. Businesses use branded keywords to improve visibility, protect brand identity, and attract loyal customers through search engines.</p> <h4>Why is it Important?</h4> <ul> <li>Helps businesses attract users already interested in their brand.</li> <li>Improves brand visibility in search engine results.</li> <li>Supports higher click-through and conversion rates.</li> <li>Protects brand traffic from competitors.</li> </ul> <h4>Example</h4> <p>For example, keywords like “Nike shoes,” “Apple iPhone,” or “Samsung Galaxy” are branded keywords because they contain company or product names. Users searching these terms usually have a clear interest in a particular brand.</p> <h4>Why Other Options Are Incorrect</h4> <p><strong>Option B:</strong> Incorrect because generic keywords are broad search terms and do not include any brand name.</p> <p><strong>Option C:</strong> Incorrect because informational keywords are used when users search for knowledge or answers, not specific brands.</p> <p><strong>Option D:</strong> Incorrect because transactional keywords focus on purchase intent and may or may not include a brand name.</p> <h4>Takeaway</h4> <p>Branded keywords include company or product names and help businesses attract users who are specifically searching for their brand.</p>
Question 7287

Which keyword intent indicates a user wants information?

Correct Answer: A
Explanation:
<p><b>The correct answer is A. Informational intent</b> because informational intent shows that the user is searching to learn, understand, or gather knowledge about a topic.</p> <h4>What is Informational Intent?</h4> <p>Informational intent is a type of search intent in which users look for answers, explanations, tutorials, guides, or general information online. These searches are usually made when people want to understand a topic rather than purchase a product immediately. In Search Engine Optimization (SEO), identifying informational intent helps content creators develop useful articles, blogs, FAQs, and educational pages that match user needs. Search engines prioritize informative and high-quality content for such queries to improve user experience.</p> <h4>Why is it Important?</h4> <ul> <li>Helps websites create educational and user-focused content.</li> <li>Improves organic traffic through informative articles and blogs.</li> <li>Builds trust and authority in a specific industry or topic.</li> <li>Supports better user engagement and search engine rankings.</li> </ul> <h4>Example</h4> <p>For example, searches like “What is SEO?”, “How does cloud computing work?”, or “Benefits of digital marketing” show informational intent. Users making these searches want knowledge or explanations instead of direct purchasing options.</p> <h4>Why Other Options Are Incorrect</h4> <p><b>Option B:</b> Transactional intent is incorrect because it indicates a user wants to buy a product or complete an action.</p> <p><b>Option C:</b> Commercial intent is incorrect because it is related to comparing products or services before making a purchase decision.</p> <p><b>Option D:</b> Navigational intent is incorrect because it is used when users want to visit a specific website or webpage.</p> <h5>Takeaway</h5> <p>Informational intent represents searches where users want knowledge, answers, or learning-related content from search engines.</p>
Question 7288

Which keyword intent indicates purchase intent?

Correct Answer: A
Explanation:
<p><b>The correct answer is A. Transactional intent</b> because transactional intent shows that the user is ready to purchase a product, subscribe to a service, or complete a specific action online.</p> <h4>What is Transactional Intent?</h4> <p>Transactional intent is a type of search intent in which users are close to making a purchase or completing a conversion-related action. These searches often include words such as “buy,” “order,” “download,” “subscribe,” or “discount.” In Search Engine Optimization (SEO) and digital marketing, transactional keywords are highly valuable because they target users with strong buying intent. Businesses optimize product pages, landing pages, and advertisements around these keywords to increase sales and conversions.</p> <h4>Why is it Important?</h4> <ul> <li>Helps businesses attract customers who are ready to buy.</li> <li>Improves conversion rates and online sales opportunities.</li> <li>Supports effective paid advertising and SEO campaigns.</li> <li>Targets users with strong commercial intent.</li> </ul> <h4>Example</h4> <p>For example, searches like “buy wireless headphones online,” “best laptop deals,” or “subscribe to SEO course” indicate transactional intent. These users are not just searching for information; they are preparing to take action or make a purchase.</p> <h4>Why Other Options Are Incorrect</h4> <p><b>Option B:</b> Informational intent is incorrect because it focuses on learning or gathering knowledge, not purchasing.</p> <p><b>Option C:</b> Navigational intent is incorrect because it is used when users want to reach a specific website or webpage.</p> <p><b>Option D:</b> Educational intent is incorrect because it relates to learning purposes rather than buying decisions.</p> <h5>Takeaway</h5> <p>Transactional intent represents searches where users are ready to purchase, subscribe, or complete an online action.</p>
Question 7289

Which keyword intent is used to find a specific website?

Correct Answer: A
Explanation:
<p><b>The correct answer is A. Navigational intent</b> because navigational intent is used when users want to visit a particular website, brand page, or online platform directly.</p>

<h4>What is Navigational Intent?</h4>

<p>Navigational intent is a type of search intent where users already know the website or brand they want to access. Instead of typing the full website URL, users search for the brand name, website name, or a related keyword in search engines. In Search Engine Optimization (SEO), navigational keywords are important because they help users quickly reach the correct webpage or online service. Businesses optimize their brand-related pages to appear at the top of search results for navigational queries.</p>

<h4>Why is it Important?</h4>

<ul>
<li>Helps users quickly find specific websites or webpages.</li>
<li>Improves brand visibility in search engine results.</li>
<li>Supports better user experience and faster navigation.</li>
<li>Increases direct website traffic from branded searches.</li>
</ul>

<h4>Example</h4>

<p>For example, searches like “Facebook login,” “YouTube homepage,” or “Amazon official site” show navigational intent. In these cases, users already know the destination website and use the search engine to reach it easily.</p>

<h4>Why Other Options Are Incorrect</h4>

<p><b>Option B:</b> Informational intent is incorrect because it focuses on learning or finding information about a topic.</p>

<p><b>Option C:</b> Transactional intent is incorrect because it relates to buying products or completing actions online.</p>

<p><b>Option D:</b> Research intent is incorrect because it is mainly used for comparing or exploring information before making decisions.</p>

<h5>Takeaway</h5>

<p>Navigational intent is used when users search for a specific website, brand, or webpage online.</p>
Question 7290

Which tool shows keyword trends over time?

Correct Answer: A
Explanation:
<p><b>The correct answer is A. Google Trends</b> because Google Trends helps users analyze how the popularity of keywords changes over time in search engines.</p>

<h4>What is Google Trends?</h4>

<p>Google Trends is a free tool provided by Google that shows the popularity and search trends of keywords over a specific period. It helps users understand which topics are gaining or losing interest among internet users. In Search Engine Optimization (SEO) and digital marketing, Google Trends is widely used for keyword research, content planning, and market analysis. The tool also allows users to compare multiple keywords and identify seasonal or trending searches in different regions.</p>

<h4>Why is it Important?</h4>

<ul>
<li>Helps identify trending and popular search topics.</li>
<li>Supports better keyword research and SEO strategy.</li>
<li>Useful for content planning and audience targeting.</li>
<li>Allows comparison of keyword popularity over time.</li>
</ul>

<h4>Example</h4>

<p>For example, a digital marketer can use Google Trends to compare keywords like “online classes” and “e-learning” to see which term is searched more frequently. This helps businesses create content based on current user interest and search behavior.</p>

<h4>Google Trends Official Link</h4>

<p><a href="https://trends.google.com/" target="_blank">Visit Google Trends</a></p>

<h4>Why Other Options Are Incorrect</h4>

<p><b>Option B:</b> Google Docs is incorrect because it is used for creating and editing documents, not keyword trend analysis.</p>

<p><b>Option C:</b> Google Slides is incorrect because it is presentation software and does not provide SEO trend data.</p>

<p><b>Option D:</b> Google Meet is incorrect because it is a video conferencing platform and not a keyword research tool.</p>

<h5>Takeaway</h5>

<p>Google Trends is a valuable SEO tool that helps users track keyword popularity and search trends over time.</p>
Question 7291

Which metric shows number of clicks from search results?

Correct Answer: A
Explanation:
CTR measures click through rate from search results.
Question 7292

What does CPC mean in keyword research?

Correct Answer: A
Explanation:
CPC indicates the price advertisers pay per click.
Question 7293

Which keyword tool provides backlink and keyword data?

Correct Answer: A
Explanation:
Ahrefs provides keyword and backlink analysis.
Question 7294

Which SEO tool provides keyword difficulty scores?

Correct Answer: A
Explanation:
SEMrush analyzes keyword difficulty and ranking data.
Question 7295

Which keyword type includes location?

Correct Answer: A
Explanation:
Local keywords include city or location names.
Question 7296

Which example is a local keyword?

Correct Answer: A
Explanation:
Local keywords include geographic terms.
Question 7297

What is keyword stuffing?

Correct Answer: A
Explanation:
Keyword stuffing can harm SEO rankings.
Question 7298

Which keyword type has one or two words?

Correct Answer: A
Explanation:
Short tail keywords are broad and highly competitive.
Question 7299

Which keyword type has three or more words?

Correct Answer: A
Explanation:
Long tail keywords are more specific.
Question 7300

Which keyword research factor measures competition level?

Correct Answer: A
Explanation:
Keyword difficulty measures ranking competition.
Question 7301

Which data source provides keyword suggestions?

Correct Answer: A
Explanation:
Google Autocomplete suggests popular search terms.
Question 7302

Which search result section shows related keywords?

Correct Answer: A
Explanation:
Related searches appear at bottom of search results.
Question 7303

Which keyword research strategy focuses on user questions?

Correct Answer: A
Explanation:
Question keywords start with words like how or what.
Question 7304

Which keyword phrase indicates comparison research?

Correct Answer: A
Explanation:
Comparison keywords show research intent.
Question 7305

Which keyword type targets buying decisions?

Correct Answer: A
Explanation:
Commercial keywords indicate product research before purchase.
Question 7306

Which metric measures keyword popularity?

Correct Answer: A
Explanation:
Search volume shows keyword popularity.
Question 7307

Which keyword research method analyzes competitor keywords?

Correct Answer: A
Explanation:
Competitor analysis identifies keywords used by competitors.
Question 7308

Which SEO strategy targets multiple related keywords?

Correct Answer: A
Explanation:
Keyword clustering groups related keywords together.
Question 7309

Which keyword type contains product names?

Correct Answer: A
Explanation:
Product keywords include specific product names.
Question 7310

Which tool provides keyword ideas based on search queries?

Correct Answer: A
Explanation:
AnswerThePublic generates keyword questions and ideas.
Question 7311

Which SEO factor improves keyword targeting?

Correct Answer: A
Explanation:
Relevant content helps target keywords naturally.
Question 7312

Which keyword research step identifies user search intent?

Correct Answer: A
Explanation:
Understanding search intent improves keyword targeting.
Question 7313

Which keyword metric indicates advertiser demand?

Correct Answer: A
Explanation:
Higher CPC indicates higher advertiser competition.
Question 7314

Which keyword type includes question words like how and why?

Correct Answer: A
Explanation:
Question keywords target informational searches.
Question 7315

Which SEO process involves selecting best keywords for content?

Correct Answer: A
Explanation:
Keyword targeting helps content rank in search results.
Question 7316

Which keyword research factor indicates seasonal interest?

Correct Answer: A
Explanation:
Trend data shows seasonal keyword popularity.
Question 7317

Which keyword research goal improves organic traffic?

Correct Answer: A
Explanation:
Relevant keywords attract organic traffic.
Question 7318

Which keyword phrase targets beginners learning a topic?

Correct Answer: A
Explanation:
How to queries target informational intent.
Question 7319

What is the main purpose of keyword research?

Correct Answer: A
Explanation:
Keyword research helps optimize content for search queries.
Question 7320

What is Instagram Marketing?

Correct Answer: A
Explanation:
Instagram marketing uses the platform to promote brands and engage audiences.
Question 7321

Which feature allows sharing photos and videos that disappear after 24 hours?

Correct Answer: A
Explanation:
Instagram Stories disappear automatically after 24 hours.
Question 7322

Which Instagram feature focuses on short entertaining videos?

Correct Answer: A
Explanation:
Reels allow users to create and share short engaging videos.
Question 7323

What is the maximum length of an Instagram Reel?

Correct Answer: A
Explanation:
Instagram Reels can be up to 90 seconds long.
Question 7324

Which type of account provides insights and analytics?

Correct Answer: A
Explanation:
Business accounts provide analytics through Instagram Insights.
Question 7325

What is the purpose of hashtags on Instagram?

Correct Answer: A
Explanation:
Hashtags help users discover posts on specific topics.
Question 7326

Which section shows analytics data for posts and followers?

Correct Answer: A
Explanation:
Insights provide data about reach, impressions, and engagement.
Question 7327

What is engagement on Instagram?

Correct Answer: A
Explanation:
Engagement measures how users interact with content.
Question 7328

Which Instagram feature allows direct communication with followers?

Correct Answer: A
Explanation:
Direct Messages enable private conversations.
Question 7329

Which tab helps users discover new content?

Correct Answer: A
Explanation:
Explore page suggests content based on interests.
Question 7330

What does CTA stand for in Instagram marketing?

Correct Answer: A
Explanation:
CTA encourages users to take an action like visiting a link.
Question 7331

Which link location is available in Instagram bio?

Correct Answer: A
Explanation:
Instagram allows clickable links mainly in the bio.
Question 7332

Which feature saves Stories permanently on profile?

Correct Answer: A
Explanation:
Highlights keep selected Stories visible on profile.
Question 7333

Which content type increases engagement on Instagram?

Correct Answer: A
Explanation:
Attractive visuals perform better on Instagram.
Question 7334

Which Instagram metric shows how many people saw a post?

Correct Answer: A
Explanation:
Reach measures unique accounts that viewed the post.
Question 7335

Which metric shows total number of times a post was viewed?

Correct Answer: A
Explanation:
Impressions count total views including repeated ones.
Question 7336

Which strategy increases follower growth?

Correct Answer: A
Explanation:
Regular posting keeps audience engaged.
Question 7337

Which Instagram feature allows product tagging?

Correct Answer: A
Explanation:
Instagram Shopping lets brands tag products in posts.
Question 7338

Which content format disappears after 24 hours?

Correct Answer: A
Explanation:
Stories automatically disappear after 24 hours.
Question 7339

Which tool schedules Instagram posts automatically?

Correct Answer: A
Explanation:
Schedulers allow planning posts in advance.
Question 7340

Which metric shows follower interaction rate?

Correct Answer: A
Explanation:
Engagement rate measures audience interaction.
Question 7341

Which Instagram feature allows live streaming?

Correct Answer: A
Explanation:
Instagram Live broadcasts real time video.
Question 7342

Which Instagram feature allows collaboration posts?

Correct Answer: A
Explanation:
Collab posts allow two accounts to share one post.
Question 7343

Which type of post is most common on Instagram?

Correct Answer: A
Explanation:
Instagram is primarily a visual platform.
Question 7344

Which factor increases Instagram reach?

Correct Answer: A
Explanation:
Hashtags help posts appear in search results.
Question 7345

Which feature allows users to save posts for later?

Correct Answer: A
Explanation:
Saved posts can be viewed later in collections.
Question 7346

Which marketing strategy uses influencers to promote products?

Correct Answer: A
Explanation:
Influencers promote brands to their followers.
Question 7347

Which Instagram content format allows multiple images in one post?

Correct Answer: A
Explanation:
Carousel posts allow multiple images or videos.
Question 7348

Which metric indicates number of followers gained?

Correct Answer: A
Explanation:
Follower growth tracks increase in audience.
Question 7349

Which section shows user profile details?

Correct Answer: A
Explanation:
Profile page displays bio, posts, and followers.
Question 7350

Which marketing goal focuses on increasing brand awareness?

Correct Answer: A
Explanation:
Brand awareness aims to reach a wider audience.
Question 7351

Which feature lets users add music to short videos?

Correct Answer: A
Explanation:
Reels include built in music tracks.
Question 7352

Which element encourages user interaction?

Correct Answer: A
Explanation:
CTA encourages actions like comment or follow.
Question 7353

Which type of caption improves engagement?

Correct Answer: A
Explanation:
Questions encourage users to comment.
Question 7354

Which Instagram feature allows polls and quizzes?

Correct Answer: A
Explanation:
Story stickers enable polls and quizzes.
Question 7355

Which metric shows number of profile visits?

Correct Answer: A
Explanation:
Profile visits measure how many users viewed the profile.
Question 7356

Which strategy increases Instagram engagement?

Correct Answer: A
Explanation:
Interactive content encourages user participation.
Question 7357

Which feature allows sharing user generated content?

Correct Answer: A
Explanation:
Reposting user content builds community engagement.
Question 7358

Which marketing objective focuses on generating sales?

Correct Answer: A
Explanation:
Conversion goals focus on driving purchases.
Question 7359

What is the main goal of Instagram marketing?

Correct Answer: A
Explanation:
Instagram marketing builds brand presence and engagement.
Question 7360

What is Facebook Ads?

Correct Answer: A
Explanation:
Facebook Ads allow businesses to promote products through paid campaigns.
Question 7361

Which platform manages Facebook advertising campaigns?

Correct Answer: A
Explanation:
Ads Manager is the main tool for creating and managing ads.
Question 7362

Which objective focuses on increasing website visits?

Correct Answer: A
Explanation:
Traffic objective drives users to external websites.
Question 7363

Which objective aims to show ads to the maximum number of people?

Correct Answer: A
Explanation:
Reach objective maximizes the number of unique viewers.
Question 7364

Which objective focuses on getting more likes and comments?

Correct Answer: A
Explanation:
Engagement campaigns encourage interaction with posts.
Question 7365

Which Facebook Ads format shows multiple images in one ad?

Correct Answer: A
Explanation:
Carousel ads allow several images or videos in one ad.
Question 7366

Which ad format displays a single image?

Correct Answer: A
Explanation:
Image ads promote products with a single picture.
Question 7367

Which ad format uses moving visuals to promote products?

Correct Answer: A
Explanation:
Video ads engage users using motion content.
Question 7368

Which Facebook tool tracks website conversions?

Correct Answer: A
Explanation:
Facebook Pixel tracks user actions on websites.
Question 7369

What is the purpose of Facebook Pixel?

Correct Answer: A
Explanation:
Pixel collects data about visitor behavior.
Question 7370

Which targeting option focuses on user location?

Correct Answer: A
Explanation:
Geographic targeting selects audience by location.
Question 7371

Which targeting option uses hobbies and interests?

Correct Answer: A
Explanation:
Interest targeting shows ads based on user interests.
Question 7372

Which targeting type focuses on user activities and habits?

Correct Answer: A
Explanation:
Behavior targeting focuses on past user actions.
Question 7373

Which audience includes people who already interacted with your business?

Correct Answer: A
Explanation:
Custom audiences are created from existing customer data.
Question 7374

Which audience is based on similarity to existing customers?

Correct Answer: A
Explanation:
Lookalike audiences find users similar to current customers.
Question 7375

What does CPC stand for in Facebook Ads?

Correct Answer: A
Explanation:
CPC measures the cost paid for each click.
Question 7376

What does CPM mean in advertising?

Correct Answer: A
Explanation:
CPM indicates cost per 1000 ad impressions.
Question 7377

What does CTR measure?

Correct Answer: A
Explanation:
CTR measures percentage of users who clicked the ad.
Question 7378

Which metric measures number of times ad was shown?

Correct Answer: A
Explanation:
Impressions count total ad views.
Question 7379

Which metric counts unique users who saw the ad?

Correct Answer: A
Explanation:
Reach counts unique viewers.
Question 7380

Which campaign objective focuses on purchases?

Correct Answer: A
Explanation:
Conversion campaigns aim to generate sales.
Question 7381

Which objective collects user contact information?

Correct Answer: A
Explanation:
Lead generation campaigns collect user details.
Question 7382

Which Facebook ad placement appears in user news feed?

Correct Answer: A
Explanation:
Feed ads appear directly in the news feed.
Question 7383

Which placement displays ads in full screen vertical format?

Correct Answer: A
Explanation:
Story ads appear between user stories.
Question 7384

Which placement appears on the right side of desktop?

Correct Answer: A
Explanation:
Right column ads appear on desktop side panel.
Question 7385

Which ad type allows direct conversation with users?

Correct Answer: A
Explanation:
Messenger ads start conversations with users.
Question 7386

Which feature tests different ad versions?

Correct Answer: A
Explanation:
A B testing compares performance of ad variations.
Question 7387

Which factor improves ad performance?

Correct Answer: A
Explanation:
Relevant targeting increases ad effectiveness.
Question 7388

Which ad metric measures sales generated?

Correct Answer: A
Explanation:
Conversions count completed desired actions.
Question 7389

Which campaign type focuses on brand awareness?

Correct Answer: A
Explanation:
Awareness campaigns introduce brand to audience.
Question 7390

Which audience type has never interacted with your brand?

Correct Answer: A
Explanation:
Cold audiences are new potential customers.
Question 7391

Which audience includes users who visited your website?

Correct Answer: A
Explanation:
Remarketing targets previous visitors.
Question 7392

Which element encourages users to take action?

Correct Answer: A
Explanation:
CTA prompts users to click or purchase.
Question 7393

Which CTA example encourages purchase?

Correct Answer: A
Explanation:
Shop Now encourages users to buy products.
Question 7394

Which ad metric measures user interaction?

Correct Answer: A
Explanation:
Engagement includes likes, comments, and shares.
Question 7395

Which factor increases Facebook ad relevance?

Correct Answer: A
Explanation:
Relevant targeting improves ad performance.
Question 7396

Which ad format combines product catalog with images?

Correct Answer: A
Explanation:
Collection ads showcase product catalogs.
Question 7397

Which Facebook tool helps analyze campaign performance?

Correct Answer: A
Explanation:
Ads Manager reports show campaign data.
Question 7398

What is the main goal of Facebook Ads?

Correct Answer: A
Explanation:
Facebook Ads help businesses reach targeted customers.
Question 7399

What is YouTube Marketing?

Correct Answer: A
Explanation:
YouTube marketing uses video content to promote brands.
Question 7400

Which platform is used to upload and share videos for marketing?

Correct Answer: A
Explanation:
YouTube is the largest video sharing platform.
Question 7401

What is the purpose of a YouTube channel?

Correct Answer: A
Explanation:
A YouTube channel is used to upload and manage videos.
Question 7402

Which element helps viewers understand a video topic quickly?

Correct Answer: A
Explanation:
A clear title helps users and search engines understand the video.
Question 7403

Which section describes the video content below the video?

Correct Answer: A
Explanation:
Description explains the video details and can include links.
Question 7404

Which feature allows grouping similar videos together?

Correct Answer: A
Explanation:
Playlists organize videos into categories.
Question 7405

What is a YouTube thumbnail?

Correct Answer: A
Explanation:
Thumbnails attract viewers to click videos.
Question 7406

Which metric shows how many times a video was watched?

Correct Answer: A
Explanation:
Views represent the number of times a video was watched.
Question 7407

Which metric measures total time people spent watching videos?

Correct Answer: A
Explanation:
Watch time is an important ranking factor for YouTube.
Question 7408

Which element encourages viewers to subscribe or visit a link?

Correct Answer: A
Explanation:
A CTA motivates viewers to take action.
Question 7409

Which YouTube feature allows viewers to interact during live broadcast?

Correct Answer: A
Explanation:
YouTube Live streams videos in real time.
Question 7410

Which short video format is available on YouTube?

Correct Answer: A
Explanation:
YouTube Shorts allows short vertical videos.
Question 7411

Which YouTube tool provides analytics for creators?

Correct Answer: A
Explanation:
YouTube Studio shows performance data for videos.
Question 7412

Which metric shows how many users subscribed to a channel?

Correct Answer: A
Explanation:
Subscribers follow a channel for future videos.
Question 7413

Which element helps videos appear in YouTube search results?

Correct Answer: A
Explanation:
Tags help categorize videos for search.
Question 7414

Which ad format appears before or during YouTube videos?

Correct Answer: A
Explanation:
Video ads play before or during content.
Question 7415

Which type of YouTube ad can be skipped after a few seconds?

Correct Answer: A
Explanation:
Skippable ads allow viewers to skip after 5 seconds.
Question 7416

Which YouTube ad type cannot be skipped?

Correct Answer: A
Explanation:
Non skippable ads must be watched fully.
Question 7417

Which YouTube metric shows how many people liked a video?

Correct Answer: A
Explanation:
Likes show positive audience feedback.
Question 7418

Which metric indicates viewer interaction with a video?

Correct Answer: A
Explanation:
Engagement includes likes, comments, and shares.
Question 7419

Which YouTube element appears at the end of videos for promotion?

Correct Answer: A
Explanation:
End screens promote other videos or subscriptions.
Question 7420

Which feature allows clickable elements during videos?

Correct Answer: A
Explanation:
Cards add clickable links within videos.
Question 7421

Which content strategy improves YouTube channel growth?

Correct Answer: A
Explanation:
Regular uploads keep audience engaged.
Question 7422

Which YouTube metric measures how many times video thumbnails were shown?

Correct Answer: A
Explanation:
Impressions count thumbnail appearances.
Question 7423

Which metric measures percentage of people clicking the video?

Correct Answer: A
Explanation:
CTR measures clicks compared to impressions.
Question 7424

Which content type attracts viewers quickly?

Correct Answer: A
Explanation:
High quality content improves engagement.
Question 7425

Which strategy uses influencers to promote YouTube content?

Correct Answer: A
Explanation:
Influencers help reach larger audiences.
Question 7426

Which part of a YouTube video should capture attention early?

Correct Answer: A
Explanation:
Strong intros keep viewers watching.
Question 7427

Which video length strategy helps maintain viewer interest?

Correct Answer: A
Explanation:
Short and engaging videos improve retention.
Question 7428

Which YouTube feature allows adding subtitles to videos?

Correct Answer: A
Explanation:
Captions improve accessibility and SEO.
Question 7429

Which YouTube marketing goal focuses on increasing brand awareness?

Correct Answer: A
Explanation:
Brand awareness aims to expose videos to larger audiences.
Question 7430

Which element improves video SEO?

Correct Answer: A
Explanation:
SEO optimization improves search visibility.
Question 7431

Which YouTube tool allows creators to manage comments?

Correct Answer: A
Explanation:
Studio provides moderation tools.
Question 7432

Which YouTube feature allows viewers to share videos easily?

Correct Answer: A
Explanation:
Share button allows videos to be distributed.
Question 7433

Which metric measures audience retention?

Correct Answer: A
Explanation:
Average view duration shows how long viewers watch.
Question 7434

Which strategy increases YouTube subscribers?

Correct Answer: A
Explanation:
A direct request often increases subscriptions.
Question 7435

Which YouTube ad format appears in search results?

Correct Answer: A
Explanation:
Discovery ads appear in search and recommended videos.
Question 7436

Which marketing objective focuses on generating leads?

Correct Answer: A
Explanation:
Lead generation collects potential customer details.
Question 7437

Which YouTube marketing strategy focuses on valuable content?

Correct Answer: A
Explanation:
Content marketing attracts viewers through useful videos.
Question 7438

What is the main goal of YouTube marketing?

Correct Answer: A
Explanation:
YouTube marketing helps businesses reach audiences using video.
Question 7439

What is Mobile Marketing?

Correct Answer: A
Explanation:
Mobile marketing targets users through smartphones and tablets.
Question 7440

Which device is mainly used in mobile marketing?

Correct Answer: A
Explanation:
Smartphones are the primary devices for mobile marketing campaigns.
Question 7441

Which marketing method sends promotional messages directly to mobile phones?

Correct Answer: A
Explanation:
SMS marketing sends promotional messages via text messages.
Question 7442

Which technology allows sending notifications to mobile apps?

Correct Answer: A
Explanation:
Push notifications are messages sent directly to users through apps.
Question 7443

Which factor improves mobile website performance?

Correct Answer: A
Explanation:
Responsive design adapts website layout to mobile screens.
Question 7444

Which mobile marketing strategy targets users based on location?

Correct Answer: A
Explanation:
Location based marketing targets users in specific geographic areas.
Question 7445

Which technology uses GPS to send relevant offers nearby?

Correct Answer: A
Explanation:
Geo targeting sends offers based on user location.
Question 7446

Which mobile advertising format appears inside mobile apps?

Correct Answer: A
Explanation:
In app ads are displayed within mobile applications.
Question 7447

Which marketing method promotes mobile apps?

Correct Answer: A
Explanation:
App marketing focuses on promoting mobile applications.
Question 7448

Which platform is commonly used for mobile app advertising?

Correct Answer: A
Explanation:
Google Ads supports mobile app promotion campaigns.
Question 7449

Which metric measures how many users installed an app?

Correct Answer: A
Explanation:
App installs measure number of users downloading an app.
Question 7450

Which marketing channel uses QR codes?

Correct Answer: A
Explanation:
QR codes are scanned using smartphones for promotions.
Question 7451

Which feature allows mobile websites to load quickly?

Correct Answer: A
Explanation:
AMP improves page speed on mobile devices.
Question 7452

Which mobile marketing metric measures ad clicks?

Correct Answer: A
Explanation:
CTR measures percentage of users clicking ads.
Question 7453

Which marketing type targets users via mobile applications?

Correct Answer: A
Explanation:
In app marketing promotes products inside apps.
Question 7454

Which device feature enables location based ads?

Correct Answer: A
Explanation:
GPS helps identify user location for targeted ads.
Question 7455

Which message format is limited to 160 characters?

Correct Answer: A
Explanation:
SMS messages are typically limited to 160 characters.
Question 7456

Which marketing approach targets smartphone users with personalized ads?

Correct Answer: A
Explanation:
Personalized ads target users based on preferences.
Question 7457

Which mobile advertising format uses full screen ads?

Correct Answer: A
Explanation:
Interstitial ads appear as full screen advertisements.
Question 7458

Which mobile ad format appears at top or bottom of screen?

Correct Answer: A
Explanation:
Banner ads are small ads displayed on screen edges.
Question 7459

Which marketing technique sends multimedia messages to phones?

Correct Answer: A
Explanation:
MMS allows sending images and videos via messages.
Question 7460

Which mobile metric measures number of app downloads?

Correct Answer: A
Explanation:
Install rate measures downloads of an app.
Question 7461

Which mobile marketing strategy focuses on engaging app users?

Correct Answer: A
Explanation:
App engagement marketing keeps users active in apps.
Question 7462

Which type of notification appears even when app is closed?

Correct Answer: A
Explanation:
Push notifications appear on device screens.
Question 7463

Which mobile ad format uses short promotional videos?

Correct Answer: A
Explanation:
Video ads display short promotional videos.
Question 7464

Which marketing channel uses mobile friendly websites?

Correct Answer: A
Explanation:
Mobile web marketing targets users browsing on phones.
Question 7465

Which mobile marketing technique sends offers through apps?

Correct Answer: A
Explanation:
In app messaging communicates directly inside apps.
Question 7466

Which factor improves user experience on mobile sites?

Correct Answer: A
Explanation:
Fast loading improves mobile user experience.
Question 7467

Which mobile marketing method targets users based on behavior?

Correct Answer: A
Explanation:
Behavioral targeting uses user data to show relevant ads.
Question 7468

Which marketing strategy encourages users to install apps?

Correct Answer: A
Explanation:
App install campaigns promote app downloads.
Question 7469

Which mobile technology scans codes using camera?

Correct Answer: A
Explanation:
QR codes are scanned through smartphone cameras.
Question 7470

Which factor improves mobile SEO ranking?

Correct Answer: A
Explanation:
Mobile friendly websites rank better in mobile search.
Question 7471

Which mobile ad type promotes brand awareness through apps?

Correct Answer: A
Explanation:
Display ads appear visually in mobile apps.
Question 7472

Which tool measures mobile app performance?

Correct Answer: A
Explanation:
Google Analytics tracks mobile user behavior.
Question 7473

Which marketing method uses notifications for reminders?

Correct Answer: A
Explanation:
Push notifications remind users about offers or updates.
Question 7474

Which marketing goal focuses on increasing app engagement?

Correct Answer: A
Explanation:
User engagement tracks interactions inside apps.
Question 7475

Which mobile marketing strategy focuses on personalized offers?

Correct Answer: A
Explanation:
Personalized marketing improves conversion rates.
Question 7476

Which mobile marketing metric measures user interaction?

Correct Answer: A
Explanation:
Engagement rate measures user interactions.
Question 7477

Which mobile marketing objective focuses on generating leads?

Correct Answer: A
Explanation:
Lead generation collects potential customer information.
Question 7478

What is the main goal of mobile marketing?

Correct Answer: A
Explanation:
Mobile marketing connects businesses with mobile users.
Question 7479

What is E-commerce marketing?

Correct Answer: A
Explanation:
E-commerce marketing promotes products or services through online platforms.
Question 7480

Which platform is widely used for e-commerce websites?

Correct Answer: A
Explanation:
Shopify is a popular platform for building online stores.
Question 7481

Which strategy helps attract visitors from search engines?

Correct Answer: A
Explanation:
SEO helps online stores rank higher in search engine results.
Question 7482

What is the purpose of product pages in e-commerce?

Correct Answer: A
Explanation:
Product pages show product information, images, and prices.
Question 7483

Which metric measures the percentage of visitors who make a purchase?

Correct Answer: A
Explanation:
Conversion rate indicates how many visitors become customers.
Question 7484

Which marketing method sends promotional messages to customers email?

Correct Answer: A
Explanation:
Email marketing promotes products through email campaigns.
Question 7485

Which advertising platform is commonly used for e-commerce ads?

Correct Answer: A
Explanation:
Google Ads helps promote products through paid advertising.
Question 7486

Which payment method is commonly used in online stores?

Correct Answer: A
Explanation:
Payment gateways process online transactions securely.
Question 7487

Which type of marketing promotes products through influencers?

Correct Answer: A
Explanation:
Influencers promote products to their followers.
Question 7488

Which platform allows businesses to sell products directly online?

Correct Answer: A
Explanation:
Amazon is one of the largest e-commerce marketplaces.
Question 7489

Which feature allows customers to add items before purchase?

Correct Answer: A
Explanation:
Shopping carts store selected items before checkout.
Question 7490

Which process completes the purchase in an online store?

Correct Answer: A
Explanation:
Checkout is the process of finalizing an order.
Question 7491

Which e-commerce metric measures average amount spent per order?

Correct Answer: A
Explanation:
Average order value calculates average spending per order.
Question 7492

Which marketing technique targets previous website visitors?

Correct Answer: A
Explanation:
Remarketing shows ads to users who visited the website earlier.
Question 7493

Which platform is popular for e-commerce product promotions?

Correct Answer: A
Explanation:
Facebook Ads are widely used to promote products online.
Question 7494

Which marketing method promotes products through affiliate partners?

Correct Answer: A
Explanation:
Affiliates earn commission for promoting products.
Question 7495

Which metric measures how many people visit an online store?

Correct Answer: A
Explanation:
Traffic indicates number of website visitors.
Question 7496

Which tool tracks visitor behavior on e-commerce websites?

Correct Answer: A
Explanation:
Google Analytics tracks user activity on websites.
Question 7497

Which factor improves e-commerce sales?

Correct Answer: A
Explanation:
Clear product images increase buyer confidence.
Question 7498

Which content helps customers understand products better?

Correct Answer: A
Explanation:
Product descriptions explain features and benefits.
Question 7499

Which marketing strategy encourages repeat purchases?

Correct Answer: A
Explanation:
Loyalty programs reward repeat customers.
Question 7500

Which marketing technique offers discounts to attract buyers?

Correct Answer: A
Explanation:
Promotions encourage users to buy products.
Question 7501

Which platform allows online store owners to manage products and orders?

Correct Answer: A
Explanation:
Shopify provides tools to manage online stores.
Question 7502

Which marketing channel uses product videos to promote items?

Correct Answer: A
Explanation:
Video marketing demonstrates products visually.
Question 7503

Which feature allows customers to search products on a website?

Correct Answer: A
Explanation:
Search bars help users quickly find products.
Question 7504

Which factor increases trust in an e-commerce website?

Correct Answer: A
Explanation:
Positive reviews increase customer trust.
Question 7505

Which metric measures revenue generated by an online store?

Correct Answer: A
Explanation:
Total sales show revenue from orders.
Question 7506

Which marketing strategy promotes products on social media?

Correct Answer: A
Explanation:
Social media helps reach large audiences.
Question 7507

Which e-commerce feature allows users to save products for later?

Correct Answer: A
Explanation:
Wishlist allows customers to save items for future purchase.
Question 7508

Which metric measures number of orders placed?

Correct Answer: A
Explanation:
Order count indicates how many purchases were made.
Question 7509

Which marketing goal focuses on increasing online sales?

Correct Answer: A
Explanation:
Conversion optimization improves the percentage of buyers.
Question 7510

Which factor improves website speed for e-commerce?

Correct Answer: A
Explanation:
Optimized images help pages load faster.
Question 7511

Which tool helps automate email campaigns for e-commerce?

Correct Answer: A
Explanation:
Mailchimp helps automate email marketing campaigns.
Question 7512

Which marketing strategy promotes products through search ads?

Correct Answer: A
Explanation:
SEM uses paid search ads to promote products.
Question 7513

Which content format shows multiple product images in one post?

Correct Answer: A
Explanation:
Carousel posts display multiple product images.
Question 7514

Which e-commerce feature allows tracking order delivery?

Correct Answer: A
Explanation:
Order tracking shows shipping progress.
Question 7515

Which strategy helps recover abandoned shopping carts?

Correct Answer: A
Explanation:
Cart recovery emails remind users to complete purchases.
Question 7516

Which marketing metric measures profitability of campaigns?

Correct Answer: A
Explanation:
ROI measures return on investment from marketing campaigns.
Question 7517

Which marketing objective focuses on attracting new customers?

Correct Answer: A
Explanation:
Customer acquisition aims to bring new buyers.
Question 7518

What is the main goal of e-commerce marketing?

Correct Answer: A
Explanation:
E-commerce marketing focuses on generating online sales.
Question 7519

What is digital marketing?

Correct Answer: A
Explanation:
Digital marketing promotes products using online platforms.
Question 7520

Which platform is commonly used for digital marketing?

Correct Answer: A
Explanation:
Digital marketing mainly uses the internet.
Question 7521

What does SEO stand for?

Correct Answer: A
Explanation:
SEO improves website ranking in search engines.
Question 7522

Which marketing method uses search engines to promote websites?

Correct Answer: A
Explanation:
SEM uses search engines to advertise products.
Question 7523

Which platform is widely used for video marketing?

Correct Answer: A
Explanation:
YouTube is a major platform for video marketing.
Question 7524

Which marketing channel sends promotional emails?

Correct Answer: A
Explanation:
Email marketing communicates with customers through emails.
Question 7525

Which marketing method promotes products on social media platforms?

Correct Answer: A
Explanation:
Social media marketing uses platforms like Facebook and Instagram.
Question 7526

Which digital marketing strategy improves website ranking organically?

Correct Answer: A
Explanation:
SEO improves rankings without paid ads.
Question 7527

Which advertising model charges per click?

Correct Answer: A
Explanation:
PPC stands for pay per click advertising.
Question 7528

Which tool tracks website traffic and user behavior?

Correct Answer: A
Explanation:
Google Analytics analyzes visitor behavior.
Question 7529

Which metric measures number of visitors to a website?

Correct Answer: A
Explanation:
Traffic indicates number of visitors.
Question 7530

Which digital marketing strategy uses influencers to promote products?

Correct Answer: A
Explanation:
Influencers promote brands to their followers.
Question 7531

Which marketing technique promotes products through affiliate partners?

Correct Answer: A
Explanation:
Affiliates earn commission for promoting products.
Question 7532

Which digital marketing channel focuses on creating valuable content?

Correct Answer: A
Explanation:
Content marketing provides useful information to attract customers.
Question 7533

Which digital marketing metric measures percentage of visitors who complete an action?

Correct Answer: A
Explanation:
Conversion rate measures successful actions.
Question 7534

Which term describes the number of times an ad is displayed?

Correct Answer: A
Explanation:
Impressions count how often ads appear.
Question 7535

Which metric measures number of people who clicked an ad?

Correct Answer: A
Explanation:
CTR means click through rate.
Question 7536

Which digital marketing channel uses mobile devices to promote products?

Correct Answer: A
Explanation:
Mobile marketing targets smartphone users.
Question 7537

Which digital marketing platform allows running paid ads on search engines?

Correct Answer: A
Explanation:
Google Ads manages search advertising campaigns.
Question 7538

Which factor improves website user experience?

Correct Answer: A
Explanation:
Fast loading improves user satisfaction.
Question 7539

Which digital marketing strategy focuses on brand awareness?

Correct Answer: A
Explanation:
Social media helps brands reach large audiences.
Question 7540

Which platform is commonly used for professional networking marketing?

Correct Answer: A
Explanation:
LinkedIn focuses on professional networking.
Question 7541

Which digital marketing strategy uses paid search results?

Correct Answer: A
Explanation:
SEM promotes websites through paid search ads.
Question 7542

Which content type is commonly used in digital marketing?

Correct Answer: A
Explanation:
Blogs help attract and educate customers.
Question 7543

Which marketing objective focuses on generating leads?

Correct Answer: A
Explanation:
Lead generation collects customer information.
Question 7544

Which marketing technique sends automated promotional emails?

Correct Answer: A
Explanation:
Automation sends emails automatically based on triggers.
Question 7545

Which digital marketing goal focuses on increasing online sales?

Correct Answer: A
Explanation:
Conversion optimization improves purchase rate.
Question 7546

Which digital marketing metric measures return on investment?

Correct Answer: A
Explanation:
ROI measures profitability of marketing campaigns.
Question 7547

Which digital marketing method targets previous website visitors?

Correct Answer: A
Explanation:
Remarketing shows ads to past visitors.
Question 7548

Which digital marketing platform allows businesses to create brand pages?

Correct Answer: A
Explanation:
Facebook pages help businesses connect with audiences.
Question 7549

Which marketing channel uses videos to promote products?

Correct Answer: A
Explanation:
Video marketing uses videos to attract audiences.
Question 7550

Which factor increases trust in online businesses?

Correct Answer: A
Explanation:
Positive reviews improve trust.
Question 7551

Which marketing strategy focuses on building relationships with customers?

Correct Answer: A
Explanation:
Relationship marketing builds long term customer loyalty.
Question 7552

Which metric measures user interaction with content?

Correct Answer: A
Explanation:
Engagement measures likes, comments, and shares.
Question 7553

Which marketing objective focuses on attracting new customers?

Correct Answer: A
Explanation:
Customer acquisition aims to gain new buyers.
Question 7554

Which digital marketing technique uses display banners on websites?

Correct Answer: A
Explanation:
Display ads appear visually on websites.
Question 7555

Which platform allows businesses to share visual content?

Correct Answer: A
Explanation:
Instagram focuses on images and visual content.
Question 7556

Which digital marketing strategy focuses on creating brand awareness through content?

Correct Answer: A
Explanation:
Content marketing builds awareness through valuable information.
Question 7557

Which marketing tool helps schedule social media posts?

Correct Answer: A
Explanation:
Schedulers allow planning social media posts.
Question 7558

What is the main goal of digital marketing?

Correct Answer: A
Explanation:
Digital marketing helps businesses reach customers online.
Question 7559

What is web analytics?

Correct Answer: A
Explanation:
Web analytics analyzes website performance and user behavior.
Question 7560

Which tool is widely used for website analytics?

Correct Answer: A
Explanation:
Google Analytics tracks website traffic and user behavior.
Question 7561

What does KPI stand for in analytics?

Correct Answer: A
Explanation:
KPI measures important performance metrics.
Question 7562

Which metric shows number of visitors to a website?

Correct Answer: A
Explanation:
Users represent unique visitors to a website.
Question 7563

Which metric shows total visits including repeat visitors?

Correct Answer: A
Explanation:
Sessions count total visits including repeat users.
Question 7564

What is bounce rate?

Correct Answer: A
Explanation:
Bounce rate measures single page visits.
Question 7565

Which metric shows number of pages viewed by visitors?

Correct Answer: A
Explanation:
Pageviews count how many pages were viewed.
Question 7566

What does CTR stand for?

Correct Answer: A
Explanation:
CTR measures percentage of clicks per impression.
Question 7567

Which metric measures percentage of visitors completing a goal?

Correct Answer: A
Explanation:
Conversion rate measures successful actions.
Question 7568

What does ROI mean in marketing analytics?

Correct Answer: A
Explanation:
ROI measures profit generated from marketing investment.
Question 7569

Which analytics tool belongs to Google?

Correct Answer: A
Explanation:
Google Analytics is a free web analytics service.
Question 7570

Which metric measures number of ad displays?

Correct Answer: A
Explanation:
Impressions count how often ads appear.
Question 7571

Which report shows where website visitors come from?

Correct Answer: A
Explanation:
Traffic source report shows referral channels.
Question 7572

Which traffic source represents visitors from search engines?

Correct Answer: A
Explanation:
Organic traffic comes from search engine results.
Question 7573

Which traffic source comes from clicking links on other websites?

Correct Answer: A
Explanation:
Referral traffic originates from external websites.
Question 7574

Which traffic source represents visitors typing the URL directly?

Correct Answer: A
Explanation:
Direct traffic occurs when users type the URL or use bookmarks.
Question 7575

Which report shows user demographics and interests?

Correct Answer: A
Explanation:
Audience report displays user characteristics.
Question 7576

Which report analyzes user activity on pages?

Correct Answer: A
Explanation:
Behavior report analyzes user interactions with pages.
Question 7577

What is a goal in analytics?

Correct Answer: A
Explanation:
Goals track actions like purchases or signups.
Question 7578

Which metric shows average time visitors spend on site?

Correct Answer: A
Explanation:
Average session duration measures engagement.
Question 7579

Which analytics metric shows where visitors leave the website?

Correct Answer: A
Explanation:
Exit rate shows last page visited before leaving.
Question 7580

Which analytics feature tracks specific user actions like downloads?

Correct Answer: A
Explanation:
Event tracking measures user interactions.
Question 7581

Which feature tracks user purchases in analytics?

Correct Answer: A
Explanation:
Ecommerce tracking records online transactions.
Question 7582

Which analytics metric measures engagement with content?

Correct Answer: A
Explanation:
Engagement rate measures interaction level.
Question 7583

Which report helps identify most popular website pages?

Correct Answer: A
Explanation:
Top pages report shows pages with highest views.
Question 7584

Which metric indicates how often visitors return to a site?

Correct Answer: A
Explanation:
Returning users measure loyalty.
Question 7585

Which analytics metric shows number of clicks on links?

Correct Answer: A
Explanation:
Click count measures link interactions.
Question 7586

Which report helps track campaign performance?

Correct Answer: A
Explanation:
Campaign reports track marketing campaign data.
Question 7587

Which parameter is used in URLs to track campaigns?

Correct Answer: A
Explanation:
UTM parameters help track marketing sources.
Question 7588

Which analytics metric shows how many users saw a page?

Correct Answer: A
Explanation:
Pageviews represent number of page loads.
Question 7589

Which analytics feature groups users based on behavior?

Correct Answer: A
Explanation:
Segmentation divides users into groups.
Question 7590

Which metric measures percentage of users clicking ads?

Correct Answer: A
Explanation:
CTR calculates click percentage.
Question 7591

Which report helps analyze device types used by visitors?

Correct Answer: A
Explanation:
Device report shows mobile, tablet, and desktop usage.
Question 7592

Which metric measures campaign profitability?

Correct Answer: A
Explanation:
ROI evaluates profit from marketing campaigns.
Question 7593

Which analytics metric measures percentage of visitors leaving immediately?

Correct Answer: A
Explanation:
Bounce rate indicates single page visits.
Question 7594

Which analytics feature compares two versions of a webpage?

Correct Answer: A
Explanation:
A B testing compares performance variations.
Question 7595

Which report shows search terms used by visitors?

Correct Answer: A
Explanation:
Search query report shows keywords used.
Question 7596

Which analytics tool helps track website conversions?

Correct Answer: A
Explanation:
Google Analytics tracks conversion events.
Question 7597

Which metric measures engagement through comments and shares?

Correct Answer: A
Explanation:
Engagement rate measures interactions.
Question 7598

What is the main goal of analytics in digital marketing?

Correct Answer: A
Explanation:
Analytics helps optimize marketing strategies.
Question 7599

What is affiliate marketing?

Correct Answer: A
Explanation:
Affiliate marketing rewards partners for promoting products.
Question 7600

Who promotes products in affiliate marketing?

Correct Answer: A
Explanation:
Affiliates promote products using their platforms.
Question 7601

Who owns the product in affiliate marketing?

Correct Answer: A
Explanation:
Merchant or advertiser owns the product being promoted.
Question 7602

What does CPA stand for in affiliate marketing?

Correct Answer: A
Explanation:
CPA means payment occurs when a specific action is completed.
Question 7603

Which platform is popular for affiliate marketing programs?

Correct Answer: A
Explanation:
Amazon Associates is one of the largest affiliate programs.
Question 7604

What is an affiliate link?

Correct Answer: A
Explanation:
Affiliate links track sales generated by affiliates.
Question 7605

What does commission mean in affiliate marketing?

Correct Answer: A
Explanation:
Commission is the reward paid to affiliates for sales.
Question 7606

Which marketing channel is often used for affiliate promotion?

Correct Answer: A
Explanation:
Blogs are commonly used to promote affiliate products.
Question 7607

Which metric tracks the number of clicks on affiliate links?

Correct Answer: A
Explanation:
Click count measures how many users clicked the link.
Question 7608

Which term describes the person who buys through an affiliate link?

Correct Answer: A
Explanation:
Customers complete the purchase through affiliate referrals.
Question 7609

Which payment model pays only when a sale happens?

Correct Answer: A
Explanation:
Cost Per Sale rewards affiliates for completed purchases.
Question 7610

Which payment model pays per click?

Correct Answer: A
Explanation:
Cost Per Click pays affiliates for each click generated.
Question 7611

Which term refers to tracking affiliate performance?

Correct Answer: A
Explanation:
Affiliate tracking monitors sales and clicks.
Question 7612

Which type of website commonly uses affiliate links?

Correct Answer: A
Explanation:
Review sites recommend products and include affiliate links.
Question 7613

Which marketing strategy promotes products through influencers?

Correct Answer: A
Explanation:
Influencers can promote affiliate products to followers.
Question 7614

Which affiliate tool helps track links and conversions?

Correct Answer: A
Explanation:
Dashboards show performance statistics.
Question 7615

Which factor increases affiliate conversions?

Correct Answer: A
Explanation:
Honest reviews increase customer trust.
Question 7616

Which affiliate method promotes products through email?

Correct Answer: A
Explanation:
Email campaigns can include affiliate links.
Question 7617

Which affiliate marketing channel uses video platforms?

Correct Answer: A
Explanation:
YouTube creators promote products with affiliate links.
Question 7618

Which term refers to generating leads through affiliate links?

Correct Answer: A
Explanation:
Lead generation collects potential customer data.
Question 7619

Which affiliate platform connects advertisers and affiliates?

Correct Answer: A
Explanation:
Affiliate networks manage affiliate programs.
Question 7620

Which affiliate network is widely known?

Correct Answer: A
Explanation:
ClickBank is a popular affiliate network.
Question 7621

Which affiliate metric measures sales generated?

Correct Answer: A
Explanation:
Conversions indicate successful sales.
Question 7622

Which affiliate marketing strategy focuses on product comparisons?

Correct Answer: A
Explanation:
Comparison articles help users choose products.
Question 7623

Which affiliate technique promotes seasonal offers?

Correct Answer: A
Explanation:
Seasonal promotions increase sales during events.
Question 7624

Which affiliate marketing content helps explain product features?

Correct Answer: A
Explanation:
Product reviews describe benefits and usage.
Question 7625

Which affiliate metric measures percentage of clicks converting to sales?

Correct Answer: A
Explanation:
Conversion rate shows efficiency of affiliate campaigns.
Question 7626

Which marketing method promotes affiliate links through social media?

Correct Answer: A
Explanation:
Social media helps reach large audiences.
Question 7627

Which affiliate marketing advantage requires low startup cost?

Correct Answer: A
Explanation:
Affiliate marketing requires minimal investment.
Question 7628

Which affiliate marketing goal focuses on increasing traffic to links?

Correct Answer: A
Explanation:
More traffic increases chances of sales.
Question 7629

Which affiliate metric measures profitability?

Correct Answer: A
Explanation:
ROI measures return on investment.
Question 7630

Which affiliate marketing platform pays commissions for digital products?

Correct Answer: A
Explanation:
ClickBank specializes in digital products.
Question 7631

Which affiliate marketing model pays for generated leads?

Correct Answer: A
Explanation:
CPL pays affiliates for collecting leads.
Question 7632

Which factor improves affiliate marketing trust?

Correct Answer: A
Explanation:
Honest recommendations build credibility.
Question 7633

Which affiliate content format compares multiple products?

Correct Answer: A
Explanation:
Comparison articles evaluate different products.
Question 7634

Which affiliate marketing strategy promotes trending products?

Correct Answer: A
Explanation:
Trending products attract more buyers.
Question 7635

Which affiliate method targets users searching for product reviews?

Correct Answer: A
Explanation:
SEO helps affiliate content rank in search results.
Question 7636

Which affiliate metric measures total earnings?

Correct Answer: A
Explanation:
Revenue shows total commission earned.
Question 7637

Which affiliate marketing objective focuses on increasing product sales?

Correct Answer: A
Explanation:
Sales generation increases merchant revenue.
Question 7638

What is the main goal of affiliate marketing?

Correct Answer: A
Explanation:
Affiliates earn income through product promotion.
Question 7639

What is email marketing?

Correct Answer: A
Explanation:
Email marketing uses email to promote products and communicate with customers.
Question 7640

Which tool is commonly used for email marketing campaigns?

Correct Answer: A
Explanation:
Mailchimp is a popular email marketing platform.
Question 7641

What is an email list?

Correct Answer: A
Explanation:
Email lists contain contacts who subscribed to receive emails.
Question 7642

Which email marketing metric measures the percentage of opened emails?

Correct Answer: A
Explanation:
Open rate measures how many recipients opened the email.
Question 7643

Which metric measures how many people clicked links in an email?

Correct Answer: A
Explanation:
CTR measures the percentage of recipients who clicked links.
Question 7644

Which type of email promotes products or services?

Correct Answer: A
Explanation:
Promotional emails advertise products or offers.
Question 7645

What is email automation?

Correct Answer: A
Explanation:
Automation sends emails automatically based on user behavior.
Question 7646

Which element appears as the main title of an email?

Correct Answer: A
Explanation:
The subject line tells recipients what the email is about.
Question 7647

Which type of email is sent to welcome new subscribers?

Correct Answer: A
Explanation:
Welcome emails introduce new subscribers to the brand.
Question 7648

Which metric measures how many emails were successfully delivered?

Correct Answer: A
Explanation:
Delivery rate measures successful email deliveries.
Question 7649

Which email marketing strategy divides subscribers into groups?

Correct Answer: A
Explanation:
Segmentation targets specific subscriber groups.
Question 7650

Which type of email provides updates or news to subscribers?

Correct Answer: A
Explanation:
Newsletters share updates, tips, and announcements.
Question 7651

Which metric measures emails that could not be delivered?

Correct Answer: A
Explanation:
Bounce rate shows emails that failed delivery.
Question 7652

Which term refers to sending targeted emails to customers?

Correct Answer: A
Explanation:
Targeting improves relevance of email campaigns.
Question 7653

Which email element encourages users to take action?

Correct Answer: A
Explanation:
CTA encourages readers to click or purchase.
Question 7654

Which email type confirms a customer purchase?

Correct Answer: A
Explanation:
Order confirmation emails verify completed purchases.
Question 7655

Which marketing goal focuses on increasing email subscribers?

Correct Answer: A
Explanation:
List building increases subscriber database.
Question 7656

Which email metric measures percentage of recipients completing an action?

Correct Answer: A
Explanation:
Conversion rate measures goal completion.
Question 7657

Which email marketing method sends reminders to users?

Correct Answer: A
Explanation:
Reminder emails notify users about tasks or events.
Question 7658

Which tool helps design professional email templates?

Correct Answer: A
Explanation:
Template builders create attractive email layouts.
Question 7659

Which factor improves email open rates?

Correct Answer: A
Explanation:
A strong subject line increases open rates.
Question 7660

Which email type promotes discounts or offers?

Correct Answer: A
Explanation:
Promotional emails advertise deals.
Question 7661

Which email marketing metric measures subscriber engagement?

Correct Answer: A
Explanation:
Engagement rate measures interactions.
Question 7662

Which email format includes images and styled content?

Correct Answer: A
Explanation:
HTML emails allow visual design and formatting.
Question 7663

Which type of email reminds customers about abandoned carts?

Correct Answer: A
Explanation:
Cart recovery emails encourage purchase completion.
Question 7664

Which strategy focuses on personalizing emails for users?

Correct Answer: A
Explanation:
Personalization customizes emails for recipients.
Question 7665

Which email marketing benefit improves customer relationships?

Correct Answer: A
Explanation:
Emails allow direct communication with customers.
Question 7666

Which metric measures percentage of users unsubscribing?

Correct Answer: A
Explanation:
Unsubscribe rate tracks users leaving email lists.
Question 7667

Which email marketing technique schedules emails in advance?

Correct Answer: A
Explanation:
Scheduling sends emails at specific times.
Question 7668

Which email type collects feedback from customers?

Correct Answer: A
Explanation:
Survey emails gather customer opinions.
Question 7669

Which marketing objective focuses on generating leads through email?

Correct Answer: A
Explanation:
Lead generation collects potential customer data.
Question 7670

Which email marketing metric measures profitability?

Correct Answer: A
Explanation:
ROI measures returns from email campaigns.
Question 7671

Which email element appears at the bottom of email?

Correct Answer: A
Explanation:
Footer contains contact info and unsubscribe link.
Question 7672

Which practice improves email deliverability?

Correct Answer: A
Explanation:
Verified lists improve delivery success.
Question 7673

Which email marketing advantage is cost effective communication?

Correct Answer: A
Explanation:
Email marketing is affordable and scalable.
Question 7674

Which email campaign welcomes new customers?

Correct Answer: A
Explanation:
Welcome campaigns introduce brand to subscribers.
Question 7675

Which email marketing strategy targets previous buyers?

Correct Answer: A
Explanation:
Retention emails encourage repeat purchases.
Question 7676

Which email metric measures link click percentage?

Correct Answer: A
Explanation:
CTR measures link click percentage.
Question 7677

Which email marketing practice requires user permission?

Correct Answer: A
Explanation:
Opt in ensures users consent to receive emails.
Question 7678

What is the main goal of email marketing?

Correct Answer: A
Explanation:
Email marketing builds relationships and drives conversions.
Question 7679

What is content marketing?

Correct Answer: A
Explanation:
Content marketing focuses on valuable information to attract and retain audiences.
Question 7680

Which format is commonly used in content marketing?

Correct Answer: A
Explanation:
Blogs are widely used to educate and attract audiences.
Question 7681

Which goal does content marketing mainly focus on?

Correct Answer: A
Explanation:
Content marketing focuses on delivering useful information to users.
Question 7682

Which platform is widely used for publishing blog content?

Correct Answer: A
Explanation:
WordPress is one of the most popular blogging platforms.
Question 7683

Which content type uses visual storytelling?

Correct Answer: A
Explanation:
Infographics present information visually.
Question 7684

Which content format includes recorded moving visuals?

Correct Answer: A
Explanation:
Videos are powerful for storytelling and engagement.
Question 7685

Which marketing channel distributes content through email?

Correct Answer: A
Explanation:
Email marketing distributes content directly to subscribers.
Question 7686

Which content marketing strategy focuses on storytelling?

Correct Answer: A
Explanation:
Storytelling builds emotional connection with audience.
Question 7687

Which metric measures user interaction with content?

Correct Answer: A
Explanation:
Engagement includes likes, comments, and shares.
Question 7688

Which content marketing channel uses videos?

Correct Answer: A
Explanation:
YouTube is widely used for video content marketing.
Question 7689

Which term refers to planning content before publishing?

Correct Answer: A
Explanation:
Content strategy outlines topics and goals.
Question 7690

Which tool helps research trending content topics?

Correct Answer: A
Explanation:
Google Trends identifies popular search topics.
Question 7691

Which content type educates users about products?

Correct Answer: A
Explanation:
Tutorials explain how to use products.
Question 7692

Which platform is widely used for professional content sharing?

Correct Answer: A
Explanation:
LinkedIn is popular for professional content.
Question 7693

Which content format uses audio recordings?

Correct Answer: A
Explanation:
Podcasts share information through audio content.
Question 7694

Which marketing strategy focuses on creating valuable articles?

Correct Answer: A
Explanation:
Blogs are central to content marketing.
Question 7695

Which factor improves content visibility on search engines?

Correct Answer: A
Explanation:
SEO helps content rank in search engines.
Question 7696

Which content marketing goal focuses on generating leads?

Correct Answer: A
Explanation:
Content marketing can collect leads through forms.
Question 7697

Which type of content answers user questions?

Correct Answer: A
Explanation:
FAQ content addresses common customer queries.
Question 7698

Which platform allows visual image content sharing?

Correct Answer: A
Explanation:
Instagram focuses on visual storytelling.
Question 7699

Which content strategy builds trust with customers?

Correct Answer: A
Explanation:
Educational content builds credibility.
Question 7700

Which metric measures number of times content is displayed?

Correct Answer: A
Explanation:
Impressions count how often content appears.
Question 7701

Which metric measures how many users clicked content links?

Correct Answer: A
Explanation:
CTR measures percentage of clicks.
Question 7702

Which content format combines text and visuals?

Correct Answer: A
Explanation:
Infographics combine graphics with text.
Question 7703

Which strategy promotes content across multiple channels?

Correct Answer: A
Explanation:
Distribution spreads content through different platforms.
Question 7704

Which tool analyzes content performance?

Correct Answer: A
Explanation:
Analytics tools track user engagement.
Question 7705

Which content marketing advantage builds brand awareness?

Correct Answer: A
Explanation:
Consistent content increases brand visibility.
Question 7706

Which content type explains company values and mission?

Correct Answer: A
Explanation:
About pages introduce brand identity.
Question 7707

Which content strategy focuses on long form detailed articles?

Correct Answer: A
Explanation:
Long form articles provide detailed information.
Question 7708

Which content metric measures audience retention?

Correct Answer: A
Explanation:
Average time on page indicates engagement.
Question 7709

Which platform is commonly used to share professional articles?

Correct Answer: A
Explanation:
LinkedIn supports article publishing.
Question 7710

Which content marketing strategy focuses on storytelling videos?

Correct Answer: A
Explanation:
Videos communicate stories effectively.
Question 7711

Which type of content helps explain complex information visually?

Correct Answer: A
Explanation:
Infographics simplify complex topics visually.
Question 7712

Which marketing objective focuses on building brand loyalty?

Correct Answer: A
Explanation:
Retention strategies maintain long term customers.
Question 7713

Which strategy promotes content on social media platforms?

Correct Answer: A
Explanation:
Social platforms distribute content widely.
Question 7714

Which content type educates customers before buying?

Correct Answer: A
Explanation:
Buying guides help users make purchase decisions.
Question 7715

Which metric measures content shares on social media?

Correct Answer: A
Explanation:
Social shares indicate content popularity.
Question 7716

Which strategy promotes evergreen content?

Correct Answer: A
Explanation:
Evergreen content remains relevant over time.
Question 7717

Which content marketing technique updates old articles?

Correct Answer: A
Explanation:
Refreshing content keeps it relevant.
Question 7718

What is the main goal of content marketing?

Correct Answer: A
Explanation:
Content marketing builds audience trust and engagement.
Question 7719

What is Google Ads?

Correct Answer: A
Explanation:
Google Ads is Googles platform for running paid online advertisements.
Question 7720

What does PPC stand for in Google Ads?

Correct Answer: A
Explanation:
PPC means advertisers pay each time a user clicks their ad.
Question 7721

Which type of Google Ads appear on search engine results pages?

Correct Answer: A
Explanation:
Search ads appear on Google search result pages based on keywords.
Question 7722

Which network displays ads on websites and apps?

Correct Answer: A
Explanation:
The Display Network shows visual ads across websites and apps.
Question 7723

What is a keyword in Google Ads?

Correct Answer: A
Explanation:
Keywords trigger ads when users search related queries.
Question 7724

What does CPC stand for?

Correct Answer: A
Explanation:
CPC is the amount paid for each ad click.
Question 7725

What does CTR stand for?

Correct Answer: A
Explanation:
CTR measures percentage of users who click an ad.
Question 7726

Which metric measures how often an ad is shown?

Correct Answer: A
Explanation:
Impressions count the number of times ads are displayed.
Question 7727

Which campaign type promotes products using images and prices?

Correct Answer: A
Explanation:
Shopping ads display product images, price and store name.
Question 7728

Which campaign type is mainly used for video ads?

Correct Answer: A
Explanation:
Video campaigns display ads on YouTube and video partners.
Question 7729

What is Quality Score in Google Ads?

Correct Answer: A
Explanation:
Quality Score reflects ad relevance, CTR and landing page quality.
Question 7730

Which bidding strategy focuses on maximizing conversions?

Correct Answer: A
Explanation:
This strategy automatically sets bids to generate more conversions.
Question 7731

What is a conversion in Google Ads?

Correct Answer: A
Explanation:
Conversions include purchases, signups or downloads.
Question 7732

Which tool tracks conversions on a website?

Correct Answer: A
Explanation:
Conversion tracking measures actions taken after ad clicks.
Question 7733

Which extension shows additional site links below ads?

Correct Answer: A
Explanation:
Sitelink extensions add extra clickable links to ads.
Question 7734

Which extension displays business phone number?

Correct Answer: A
Explanation:
Call extensions allow users to call directly from ads.
Question 7735

Which extension shows business address?

Correct Answer: A
Explanation:
Location extensions display business address in ads.
Question 7736

What is a landing page?

Correct Answer: A
Explanation:
Landing pages are destination pages for ad clicks.
Question 7737

Which factor improves Quality Score?

Correct Answer: A
Explanation:
Relevant ads and landing pages improve Quality Score.
Question 7738

Which targeting option focuses on geographic areas?

Correct Answer: A
Explanation:
Location targeting displays ads in specific regions.
Question 7739

Which targeting option focuses on user interests?

Correct Answer: A
Explanation:
Audience targeting uses user behavior and interests.
Question 7740

Which campaign type promotes mobile app downloads?

Correct Answer: A
Explanation:
App campaigns focus on driving app installs.
Question 7741

Which metric measures percentage of clicks leading to conversions?

Correct Answer: A
Explanation:
Conversion rate measures completed goals after clicks.
Question 7742

What does CPM stand for?

Correct Answer: A
Explanation:
CPM charges advertisers per 1000 ad impressions.
Question 7743

Which report shows search terms triggering ads?

Correct Answer: A
Explanation:
This report shows actual queries users searched.
Question 7744

Which feature compares two ad versions?

Correct Answer: A
Explanation:
A B testing compares ad performance.
Question 7745

Which tool helps find keyword ideas?

Correct Answer: A
Explanation:
Keyword Planner helps research keywords.
Question 7746

Which campaign type focuses on brand awareness across websites?

Correct Answer: A
Explanation:
Display campaigns show visual ads across websites.
Question 7747

Which metric measures profitability of ads?

Correct Answer: A
Explanation:
ROI measures return on investment from campaigns.
Question 7748

Which bidding strategy allows manual bid control?

Correct Answer: A
Explanation:
Manual CPC lets advertisers set bids themselves.
Question 7749

Which campaign type focuses on website traffic?

Correct Answer: A
Explanation:
Search campaigns drive traffic from search results.
Question 7750

Which metric measures how many users clicked ads?

Correct Answer: A
Explanation:
Clicks count user interactions with ads.
Question 7751

Which Google Ads feature improves ad relevance automatically?

Correct Answer: A
Explanation:
Responsive ads adapt headlines and descriptions.
Question 7752

Which targeting option shows ads on specific devices?

Correct Answer: A
Explanation:
Device targeting allows ads on mobile, tablet or desktop.
Question 7753

Which metric measures ad visibility?

Correct Answer: A
Explanation:
Impression share shows percentage of possible impressions received.
Question 7754

Which campaign goal focuses on generating leads?

Correct Answer: A
Explanation:
Lead campaigns collect user information.
Question 7755

Which extension highlights special offers in ads?

Correct Answer: A
Explanation:
Promotion extensions highlight deals and discounts.
Question 7756

Which Google Ads report analyzes device performance?

Correct Answer: A
Explanation:
Device reports show performance by device type.
Question 7757

What is the main goal of Google Ads?

Correct Answer: A
Explanation:
Google Ads helps businesses reach customers through paid search and display ads.
Question 7758

What does SEO stand for?

Correct Answer: A
Explanation:
SEO means optimizing websites to rank higher in search engines.
Question 7759

What is the main goal of SEO?

Correct Answer: A
Explanation:
SEO focuses on improving visibility in search results.
Question 7760

Which search engine is most commonly used worldwide?

Correct Answer: A
Explanation:
Google dominates global search engine usage.
Question 7761

Which SEO technique focuses on optimizing website content?

Correct Answer: A
Explanation:
On Page SEO optimizes elements within a webpage.
Question 7762

Which SEO technique focuses on backlinks?

Correct Answer: A
Explanation:
Off Page SEO mainly involves building backlinks.
Question 7763

Which tag defines the title of a webpage?

Correct Answer: A
Explanation:
The title tag shows the page title in search results.
Question 7764

Which element describes webpage content in search results?

Correct Answer: A
Explanation:
Meta description summarizes page content for search engines.
Question 7765

Which HTML tag is used for the main heading?

Correct Answer: A
Explanation:
H1 is typically the main heading of a page.
Question 7766

What is a backlink?

Correct Answer: A
Explanation:
Backlinks improve authority and SEO rankings.
Question 7767

Which tool is used to analyze website traffic?

Correct Answer: A
Explanation:
Google Analytics tracks visitor behavior.
Question 7768

Which tool helps monitor website performance in Google search?

Correct Answer: A
Explanation:
Search Console provides SEO performance data.
Question 7769

Which factor improves SEO ranking?

Correct Answer: A
Explanation:
High quality content improves rankings.
Question 7770

What is keyword density?

Correct Answer: A
Explanation:
Keyword density shows how often a keyword appears.
Question 7771

Which type of keyword contains multiple words?

Correct Answer: A
Explanation:
Long tail keywords are longer and more specific.
Question 7772

Which SEO technique improves website loading speed?

Correct Answer: A
Explanation:
Technical SEO focuses on website performance.
Question 7773

What does CTR stand for?

Correct Answer: A
Explanation:
CTR measures clicks compared to impressions.
Question 7774

Which factor improves user experience on websites?

Correct Answer: A
Explanation:
Fast pages improve user satisfaction.
Question 7775

Which type of SEO focuses on local searches?

Correct Answer: A
Explanation:
Local SEO optimizes businesses for local searches.
Question 7776

Which metric measures number of website visitors?

Correct Answer: A
Explanation:
Traffic represents website visitors.
Question 7777

Which term describes pages not indexed by search engines?

Correct Answer: A
Explanation:
Noindex prevents search engines from indexing pages.
Question 7778

Which file controls crawler access to website pages?

Correct Answer: A
Explanation:
robots.txt tells crawlers which pages to crawl.
Question 7779

Which file lists all pages of a website?

Correct Answer: A
Explanation:
Sitemaps help search engines find pages.
Question 7780

Which SEO strategy targets users searching nearby?

Correct Answer: A
Explanation:
Local SEO targets location based searches.
Question 7781

Which metric measures percentage of visitors leaving immediately?

Correct Answer: A
Explanation:
Bounce rate measures single page visits.
Question 7782

Which SEO technique focuses on improving website structure?

Correct Answer: A
Explanation:
Technical SEO improves crawling and indexing.
Question 7783

Which content type helps attract organic traffic?

Correct Answer: A
Explanation:
Blogs help attract search engine visitors.
Question 7784

Which SEO practice is considered harmful?

Correct Answer: A
Explanation:
Keyword stuffing violates SEO guidelines.
Question 7785

Which search engine update targeted spam backlinks?

Correct Answer: A
Explanation:
Penguin targeted manipulative backlinks.
Question 7786

Which update focused on low quality content?

Correct Answer: A
Explanation:
Panda penalized thin or duplicate content.
Question 7787

Which tag describes images for search engines?

Correct Answer: A
Explanation:
Alt text describes images to search engines.
Question 7788

Which SEO metric measures how long visitors stay?

Correct Answer: A
Explanation:
Average session duration shows engagement.
Question 7789

Which SEO strategy builds internal connections between pages?

Correct Answer: A
Explanation:
Internal links connect pages within the site.
Question 7790

Which SEO goal focuses on increasing website sales?

Correct Answer: A
Explanation:
Conversion optimization increases customer actions.
Question 7791

Which SEO technique targets mobile users?

Correct Answer: A
Explanation:
Mobile SEO optimizes websites for smartphones.
Question 7792

Which SEO element appears in browser tabs?

Correct Answer: A
Explanation:
Title tags appear in browser tabs and search results.
Question 7793

Which SEO metric measures how many times a page appears in results?

Correct Answer: A
Explanation:
Impressions measure visibility in search results.
Question 7794

Which strategy promotes websites through backlinks?

Correct Answer: A
Explanation:
Link building increases website authority.
Question 7795

Which SEO goal focuses on attracting targeted visitors?

Correct Answer: A
Explanation:
SEO aims to attract relevant search traffic.
Question 7796

Which SEO metric measures success of goals like purchases?

Correct Answer: A
Explanation:
Conversion rate measures completed goals.
Question 7797

What is the main purpose of SEO?

Correct Answer: A
Explanation:
SEO increases organic search visibility.
Question 7798

What is Social Media Marketing?

Correct Answer: A
Explanation:
Social media marketing promotes brands using platforms like Facebook and Instagram.<br>
Correct Option: <b>A. Promoting products through social media platforms</b><br>
Explanation:<br>
Social Media Marketing (SMM) is the use of social media platforms and websites to promote a product, service, or brand. It involves creating and sharing content on platforms like Facebook, Instagram, LinkedIn, Twitter (X), TikTok, YouTube, and Pinterest to connect with audiences, build brand awareness, increase sales, and drive website traffic.
Question 7799

Which platform is widely used for social media marketing?

Correct Answer: A
Explanation:
Facebook is one of the most popular platforms for marketing.
Question 7800

Which social media platform focuses on visual images?

Correct Answer: A
Explanation:
Instagram is mainly used for sharing images and visual content.
Question 7801

Which platform is mainly used for professional networking?

Correct Answer: A
Explanation:
LinkedIn is used for professional networking and business marketing.
Question 7802

Which metric measures how many users interact with posts?

Correct Answer: A
Explanation:
Engagement rate includes likes, comments and shares.
Question 7803

Which metric measures how many people saw a post?

Correct Answer: A
Explanation:
Reach shows number of unique users who saw a post.
Question 7804

Which metric measures how many times a post was displayed?

Correct Answer: A
Explanation:
Impressions count how often content appeared.
Question 7805

Which social media feature allows direct messaging?

Correct Answer: A
Explanation:
Direct messages allow private conversations.
Question 7806

Which social media content format disappears after 24 hours?

Correct Answer: A
Explanation:
Stories disappear automatically after 24 hours.
Question 7807

Which social media strategy involves posting regularly?

Correct Answer: A
Explanation:
Regular posting maintains audience engagement.
Question 7808

Which marketing strategy promotes products through influencers?

Correct Answer: A
Explanation:
Influencers promote brands to their followers.
Question 7809

Which social media platform is known for short video content?

Correct Answer: A
Explanation:
TikTok focuses on short form video content.
Question 7810

Which social media feature allows multiple images in one post?

Correct Answer: A
Explanation:
Carousel posts allow multiple images or videos.
Question 7811

Which social media marketing goal focuses on increasing brand awareness?

Correct Answer: A
Explanation:
Brand awareness aims to reach more potential customers.
Question 7812

Which social media platform is widely used for video sharing?

Correct Answer: A
Explanation:
Social media platforms are very popular for communication, entertainment, and sharing information online. Among them, <b>YouTube is one of the most widely used platforms for video sharing.</b> It allows users to upload, watch, like, comment on, and share videos with people around the world. Millions of creators use YouTube to share educational content, music, gaming videos, tutorials, news, and entertainment.
<br>
YouTube is easy to use and supports videos of different lengths and qualities. People can access it on mobile phones, tablets, laptops, and smart TVs. It is also useful for students and professionals because they can learn new skills through video lessons and tutorials. Businesses and content creators use YouTube for marketing and audience engagement.
<br>
The other options are not social media video-sharing platforms. Excel is spreadsheet software used for calculations and data management. WordPad is a basic text-editing application, while Calculator is used for mathematical calculations. These applications do not provide video-sharing features like YouTube.
<br>
Because YouTube is specially designed for uploading and sharing videos online, it is the correct answer. Therefore, the correct option is A. YouTube.
Question 7813

Which social media marketing metric measures link clicks?

Correct Answer: A
Explanation:
CTR measures how many users clicked links.
Question 7814

Which content type increases engagement on social media?

Correct Answer: A
Explanation:
Visual content attracts more engagement.
Question 7815

Which strategy encourages users to interact with posts?

Correct Answer: A
Explanation:
CTA encourages likes, comments or clicks.
Question 7816

Which social media platform focuses on image collections and ideas?

Correct Answer: A
Explanation:
Pinterest allows users to share and save visual ideas.
Question 7817

Which feature allows broadcasting live video on social media?

Correct Answer: A
Explanation:
Live streaming broadcasts video in real time.
Question 7818

Which metric measures how many followers a page has?

Correct Answer: A
Explanation:
Follower count represents audience size.
Question 7819

Which social media strategy promotes content through paid ads?

Correct Answer: A
Explanation:
Paid ads increase reach and targeting.
Question 7820

Which metric measures user comments and shares?

Correct Answer: A
Explanation:
Engagement includes likes, comments and shares.
Question 7821

Which social media platform allows microblogging posts?

Correct Answer: A
Explanation:
Twitter allows short text updates called tweets.
Question 7822

Which strategy focuses on planning posts in advance?

Correct Answer: A
Explanation:
Content calendars organize posting schedules.
Question 7823

Which tool helps schedule social media posts?

Correct Answer: A
Explanation:
Schedulers automate posting at set times.
Question 7824

Which marketing objective focuses on increasing website visits?

Correct Answer: A
Explanation:
Traffic campaigns drive users to websites.
Question 7825

Which social media metric measures profitability of campaigns?

Correct Answer: A
Explanation:
ROI measures return on marketing investment.
Question 7826

Which type of post asks questions to increase comments?

Correct Answer: A
Explanation:
Interactive posts encourage audience responses.
Question 7827

Which marketing goal focuses on gaining new followers?

Correct Answer: A
Explanation:
Audience growth increases brand reach.
Question 7828

Which social media element helps categorize posts?

Correct Answer: A
Explanation:
Hashtags help users find related content.
Question 7829

Which social media platform uses short disappearing messages?

Correct Answer: A
Explanation:
Snapchat messages disappear after viewing.
Question 7830

Which metric measures how often posts appear in feeds?

Correct Answer: A
Explanation:
Impressions measure how often content is displayed.
Question 7831

Which social media marketing benefit improves brand visibility?

Correct Answer: A
Explanation:
Social media connects brands with global audiences.
Question 7832

Which social media feature saves important stories permanently?

Correct Answer: A
Explanation:
Highlights keep selected stories on profile.
Question 7833

Which strategy encourages customers to create content for brands?

Correct Answer: A
Explanation:
UGC builds trust and engagement.
Question 7834

Which social media metric measures engagement percentage?

Correct Answer: A
Explanation:
Engagement rate measures interaction relative to reach.
Question 7835

Which social media goal focuses on building customer relationships?

Correct Answer: A
Explanation:
Communities strengthen brand loyalty.
Question 7836

Which social media strategy analyzes campaign performance?

Correct Answer: A
Explanation:
Analytics helps measure social media results.
Question 7837

What is the main goal of social media marketing?

Correct Answer: A
Explanation:
Social media marketing increases brand awareness and engagement.
Question 7838

What does LIC stand for in India?

Correct Answer: A
Explanation:
LIC stands for Life Insurance Corporation of India.
Question 7839

In which year was LIC established?

Correct Answer: A
Explanation:
LIC was established in 1956 after nationalization of insurance companies.
Question 7840

Where is the headquarters of LIC located?

Correct Answer: A
Explanation:
LIC headquarters is located in Mumbai, India.
Question 7841

What does AAO stand for in LIC AAO?

Correct Answer: A
Explanation:
AAO stands for Assistant Administrative Officer.
Question 7842

LIC is a type of which financial institution?

Correct Answer: A
Explanation:
LIC provides life insurance services.
Question 7843

Which ministry regulates LIC?

Correct Answer: A
Explanation:
LIC operates under the Ministry of Finance.
Question 7844

Which organization regulates insurance companies in India?

Correct Answer: A
Explanation:
IRDAI regulates insurance companies in India.
Question 7845

What is the main function of LIC?

Correct Answer: A
Explanation:
LIC primarily provides life insurance services.
Question 7846

Which exam stage comes first in LIC AAO recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage.
Question 7847

Which subject is included in LIC AAO prelims?

Correct Answer: A
Explanation:
Reasoning is a key subject in LIC AAO prelims.
Question 7848

Which subject tests numerical skills in LIC AAO?

Correct Answer: A
Explanation:
Quantitative aptitude tests numerical ability.
Question 7849

Which section evaluates language skills in LIC AAO?

Correct Answer: A
Explanation:
English language section evaluates comprehension and grammar.
Question 7850

Which exam stage comes after LIC AAO prelims?

Correct Answer: A
Explanation:
Candidates qualifying prelims appear for mains.
Question 7851

Which section is included in LIC AAO mains?

Correct Answer: A
Explanation:
General knowledge is included in mains exam.
Question 7852

Which type of insurance covers risk of death?

Correct Answer: A
Explanation:
Life insurance covers risk related to death.
Question 7853

Which LIC policy offers financial protection to family?

Correct Answer: A
Explanation:
Term insurance provides financial protection for family.
Question 7854

Which LIC product combines insurance and savings?

Correct Answer: A
Explanation:
Endowment plans provide both savings and insurance.
Question 7855

Which LIC policy provides pension benefits?

Correct Answer: A
Explanation:
Annuity plans provide regular pension income.
Question 7856

Which type of risk is covered by insurance?

Correct Answer: A
Explanation:
Insurance protects against financial losses.
Question 7857

Which factor determines insurance premium?

Correct Answer: A
Explanation:
Higher risk results in higher premium.
Question 7858

Which document provides insurance contract details?

Correct Answer: A
Explanation:
Policy document contains contract terms.
Question 7859

Which term refers to the person insured?

Correct Answer: A
Explanation:
Policyholder is the insured person.
Question 7860

Which term refers to payment made for insurance coverage?

Correct Answer: A
Explanation:
Premium is the amount paid for insurance.
Question 7861

Which insurance concept spreads risk among many people?

Correct Answer: A
Explanation:
Risk pooling spreads risk among policyholders.
Question 7862

Which exam section tests current affairs knowledge?

Correct Answer: A
Explanation:
General awareness includes current affairs.
Question 7863

Which LIC AAO section includes banking awareness?

Correct Answer: A
Explanation:
Banking awareness is part of general awareness.
Question 7864

Which skill helps solve logical puzzles?

Correct Answer: A
Explanation:
Reasoning ability improves logical thinking.
Question 7865

Which exam section includes reading comprehension?

Correct Answer: A
Explanation:
Reading comprehension is tested in English section.
Question 7866

Which type of questions appear in quantitative aptitude?

Correct Answer: A
Explanation:
Quantitative aptitude includes math problems.
Question 7867

Which role does LIC agent perform?

Correct Answer: A
Explanation:
LIC agents promote and sell policies.
Question 7868

Which LIC officer manages administrative tasks?

Correct Answer: A
Explanation:
AAO manages administrative operations.
Question 7869

Which financial term refers to long term investment?

Correct Answer: A
Explanation:
Savings help build long term financial security.
Question 7870

Which skill is essential for LIC AAO job?

Correct Answer: A
Explanation:
Decision making is important for administrative roles.
Question 7871

Which exam stage tests personality and communication?

Correct Answer: A
Explanation:
Interview evaluates personality and communication.
Question 7872

Which type of insurance protects vehicles?

Correct Answer: A
Explanation:
Motor insurance covers vehicle damage or loss.
Question 7873

Which type of insurance covers medical expenses?

Correct Answer: A
Explanation:
Health insurance covers medical costs.
Question 7874

Which insurance policy covers travel risks?

Correct Answer: A
Explanation:
Travel insurance covers risks during travel.
Question 7875

Which LIC objective focuses on financial security?

Correct Answer: A
Explanation:
LIC ensures financial protection to families.
Question 7876

Which concept reduces uncertainty in financial planning?

Correct Answer: A
Explanation:
Insurance reduces financial uncertainty.
Question 7877

What is the main purpose of LIC AAO recruitment?

Correct Answer: A
Explanation:
LIC AAO recruits officers for administrative roles.
Question 7878

What does ESIC stand for in India?

Correct Answer: A
Explanation:
ESIC stands for Employees State Insurance Corporation.
Question 7879

In which year was ESIC established?

Correct Answer: A
Explanation:
ESIC was established in 1952 under the ESI Act.
Question 7880

Which ministry governs ESIC in India?

Correct Answer: A
Explanation:
ESIC functions under the Ministry of Labour and Employment.
Question 7881

What type of organization is ESIC?

Correct Answer: A
Explanation:
ESIC is a statutory body created under the ESI Act.
Question 7882

Which act governs ESIC?

Correct Answer: A
Explanation:
ESIC operates under the Employees State Insurance Act 1948.
Question 7883

Where is the headquarters of ESIC located?

Correct Answer: A
Explanation:
The headquarters of ESIC is in New Delhi.
Question 7884

What is the main purpose of ESIC?

Correct Answer: A
Explanation:
ESIC provides social security and health insurance to employees.
Question 7885

Which benefit is provided under the ESI scheme?

Correct Answer: A
Explanation:
Medical benefit is one of the key benefits under ESI.
Question 7886

Which benefit provides cash compensation during sickness?

Correct Answer: A
Explanation:
Sickness benefit provides cash compensation during illness.
Question 7887

Which benefit supports insured women during pregnancy?

Correct Answer: A
Explanation:
Maternity benefit supports insured women during pregnancy.
Question 7888

Which benefit provides compensation for work related injury?

Correct Answer: A
Explanation:
Disablement benefit compensates injury during employment.
Question 7889

Which benefit provides financial support to family after death?

Correct Answer: A
Explanation:
Dependants benefit supports family after insured person death.
Question 7890

Which exam stage is first in ESIC Clerk recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage in recruitment.
Question 7891

Which subject is included in ESIC Clerk prelims?

Correct Answer: A
Explanation:
Reasoning ability tests logical thinking.
Question 7892

Which section tests numerical skills in ESIC Clerk exam?

Correct Answer: A
Explanation:
Quantitative aptitude measures mathematical ability.
Question 7893

Which section evaluates language skills in ESIC exam?

Correct Answer: A
Explanation:
English language tests grammar and comprehension.
Question 7894

Which exam stage follows ESIC Clerk prelims?

Correct Answer: A
Explanation:
Candidates qualifying prelims appear for mains.
Question 7895

Which skill is important for ESIC Clerk job?

Correct Answer: A
Explanation:
Clerical skills are required for administrative work.
Question 7896

Which section includes questions on current affairs?

Correct Answer: A
Explanation:
General awareness includes current affairs.
Question 7897

Which section tests computer knowledge in ESIC exam?

Correct Answer: A
Explanation:
Computer awareness checks knowledge of computer basics.
Question 7898

Which organization regulates labour welfare schemes in India?

Correct Answer: A
Explanation:
Labour welfare schemes are handled by the labour ministry.
Question 7899

Which financial support helps insured workers during unemployment?

Correct Answer: A
Explanation:
Unemployment allowance helps workers temporarily unemployed.
Question 7900

Which benefit covers funeral expenses?

Correct Answer: A
Explanation:
Funeral benefit supports funeral costs.
Question 7901

Which document proves insurance coverage under ESIC?

Correct Answer: A
Explanation:
ESI card identifies insured persons.
Question 7902

Which type of insurance is provided by ESIC?

Correct Answer: A
Explanation:
ESIC provides social security insurance.
Question 7903

Which ESIC facility provides medical services?

Correct Answer: A
Explanation:
ESIC hospitals provide medical care.
Question 7904

Which ESIC scheme benefits employees earning below a threshold?

Correct Answer: A
Explanation:
ESI scheme covers workers below wage limit.
Question 7905

Which skill helps solve logical questions?

Correct Answer: A
Explanation:
Reasoning ability helps solve logical puzzles.
Question 7906

Which exam section includes data interpretation?

Correct Answer: A
Explanation:
Data interpretation questions are part of quantitative aptitude.
Question 7907

Which role does an ESIC Clerk mainly perform?

Correct Answer: A
Explanation:
ESIC Clerks manage office and administrative work.
Question 7908

Which concept spreads risk among insured members?

Correct Answer: A
Explanation:
Risk pooling spreads financial risk among many.
Question 7909

Which benefit provides cash during temporary disability?

Correct Answer: A
Explanation:
Disablement benefit compensates temporary disability.
Question 7910

Which exam skill requires fast calculations?

Correct Answer: A
Explanation:
Quantitative aptitude involves numerical calculations.
Question 7911

Which ESIC program ensures healthcare for workers?

Correct Answer: A
Explanation:
ESI scheme ensures healthcare and benefits.
Question 7912

Which ESIC benefit helps families of deceased workers?

Correct Answer: A
Explanation:
Dependants benefit supports family members.
Question 7913

Which subject tests grammar and vocabulary?

Correct Answer: A
Explanation:
English language section checks grammar and vocabulary.
Question 7914

Which exam section includes banking awareness?

Correct Answer: A
Explanation:
General awareness includes banking and current affairs.
Question 7915

Which concept helps reduce financial uncertainty?

Correct Answer: A
Explanation:
Insurance reduces financial risk.
Question 7916

Which ESIC recruitment goal is to hire clerical staff?

Correct Answer: A
Explanation:
Clerks support administrative operations.
Question 7917

What is the main purpose of ESIC Clerk recruitment?

Correct Answer: A
Explanation:
ESIC recruits clerks to manage administrative work.
Question 7918

What does NABARD stand for?

Correct Answer: A
Explanation:
NABARD stands for National Bank for Agriculture and Rural Development.
Question 7919

In which year was NABARD established?

Correct Answer: A
Explanation:
NABARD was established in 1982 to promote rural development.
Question 7920

Where is the headquarters of NABARD located?

Correct Answer: A
Explanation:
NABARD headquarters is located in Mumbai.
Question 7921

Which committee recommended the establishment of NABARD?

Correct Answer: A
Explanation:
The Shivaraman Committee recommended the establishment of NABARD.
Question 7922

Which sector does NABARD mainly support?

Correct Answer: A
Explanation:
NABARD focuses on agriculture and rural development.
Question 7923

Which organization regulates NABARD?

Correct Answer: A
Explanation:
NABARD functions under the supervision of RBI and Government of India.
Question 7924

Which fund is managed by NABARD for rural infrastructure?

Correct Answer: A
Explanation:
RIDF is managed by NABARD to develop rural infrastructure.
Question 7925

Which type of banks are supervised by NABARD?

Correct Answer: A
Explanation:
NABARD supervises Regional Rural Banks and cooperative banks.
Question 7926

Which scheme provides financial support for self help groups?

Correct Answer: A
Explanation:
SHG Bank Linkage Programme connects SHGs with banks.
Question 7927

Which organization promotes microfinance in rural India?

Correct Answer: A
Explanation:
NABARD promotes microfinance through SHGs.
Question 7928

Which exam phase comes first in NABARD Officer recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage of NABARD recruitment.
Question 7929

Which subject is included in NABARD prelims?

Correct Answer: A
Explanation:
Reasoning ability is part of the prelim exam.
Question 7930

Which subject tests numerical ability in NABARD exam?

Correct Answer: A
Explanation:
Quantitative aptitude evaluates mathematical skills.
Question 7931

Which section includes questions about agriculture and rural economy?

Correct Answer: A
Explanation:
This section focuses on agriculture and rural development topics.
Question 7932

Which stage follows NABARD mains exam?

Correct Answer: A
Explanation:
Candidates clearing mains are called for interview.
Question 7933

Which benefit of NABARD supports rural infrastructure projects?

Correct Answer: A
Explanation:
RIDF funds rural infrastructure development.
Question 7934

Which scheme helps farmers through rural credit?

Correct Answer: A
Explanation:
NABARD provides refinance to banks for rural credit.
Question 7935

Which bank was merged with NABARD functions earlier?

Correct Answer: A
Explanation:
ARDC functions were transferred to NABARD.
Question 7936

Which type of development does NABARD mainly promote?

Correct Answer: A
Explanation:
NABARD focuses on rural and agricultural development.
Question 7937

Which sector receives refinance support from NABARD?

Correct Answer: A
Explanation:
NABARD supports agriculture through refinance.
Question 7938

Which skill is important for NABARD Officer job?

Correct Answer: A
Explanation:
Analytical ability is important for financial analysis.
Question 7939

Which exam section tests English comprehension?

Correct Answer: A
Explanation:
English section includes comprehension and grammar.
Question 7940

Which section includes current affairs questions?

Correct Answer: A
Explanation:
General awareness includes current affairs.
Question 7941

Which organization promotes rural entrepreneurship through NABARD?

Correct Answer: A
Explanation:
NABARD promotes rural entrepreneurship initiatives.
Question 7942

Which NABARD program promotes watershed development?

Correct Answer: A
Explanation:
NABARD supports watershed development projects.
Question 7943

Which financial institution supports cooperative banks?

Correct Answer: A
Explanation:
NABARD supervises cooperative banks.
Question 7944

Which NABARD initiative focuses on climate resilient agriculture?

Correct Answer: A
Explanation:
NABARD supports climate resilient agriculture.
Question 7945

Which bank category benefits from NABARD refinance?

Correct Answer: A
Explanation:
RRBs receive refinance support from NABARD.
Question 7946

Which exam skill requires quick calculations?

Correct Answer: A
Explanation:
Quantitative aptitude requires fast calculations.
Question 7947

Which NABARD initiative promotes financial inclusion?

Correct Answer: A
Explanation:
This programme connects SHGs with banks.
Question 7948

Which concept spreads financial risk among many people?

Correct Answer: A
Explanation:
Risk pooling distributes risk among many participants.
Question 7949

Which skill helps solve logical puzzles in exams?

Correct Answer: A
Explanation:
Reasoning ability helps solve logic questions.
Question 7950

Which NABARD department works for agricultural credit?

Correct Answer: A
Explanation:
This department focuses on agricultural financing.
Question 7951

Which exam stage evaluates personality and communication?

Correct Answer: A
Explanation:
Interview tests communication and personality.
Question 7952

Which type of development helps improve rural livelihood?

Correct Answer: A
Explanation:
Rural development improves living standards.
Question 7953

Which NABARD scheme supports tribal development?

Correct Answer: A
Explanation:
NABARD provides tribal development initiatives.
Question 7954

Which financial activity provides loans for agriculture?

Correct Answer: A
Explanation:
Agricultural credit finances farming activities.
Question 7955

Which NABARD objective promotes sustainable agriculture?

Correct Answer: A
Explanation:
NABARD promotes eco friendly agricultural practices.
Question 7956

Which institution plays key role in rural finance development?

Correct Answer: A
Explanation:
NABARD is the apex rural development bank.
Question 7957

What is the main purpose of NABARD Officer recruitment?

Correct Answer: A
Explanation:
NABARD recruits officers to support rural and agricultural development.
Question 7958

What does LIC stand for?

Correct Answer: A
Explanation:
LIC stands for Life Insurance Corporation of India.
Question 7959

In which year was LIC established?

Correct Answer: A
Explanation:
LIC was established in 1956 after nationalization of insurance companies.
Question 7960

Where is the headquarters of LIC located?

Correct Answer: A
Explanation:
LIC headquarters is located in Mumbai.
Question 7961

Which ministry governs LIC in India?

Correct Answer: A
Explanation:
LIC operates under the Ministry of Finance.
Question 7962

What is the main function of LIC?

Correct Answer: A
Explanation:
LIC provides life insurance policies to individuals.
Question 7963

Which regulatory body supervises insurance companies in India?

Correct Answer: A
Explanation:
IRDAI regulates the insurance sector in India.
Question 7964

What does IRDAI stand for?

Correct Answer: A
Explanation:
IRDAI is the regulator for insurance companies.
Question 7965

Which type of insurance policy provides coverage for a fixed period?

Correct Answer: A
Explanation:
Term insurance provides coverage for a specified term.
Question 7966

Which LIC policy combines savings and insurance?

Correct Answer: A
Explanation:
Endowment plans combine insurance protection and savings.
Question 7967

Which exam stage comes first in LIC Clerk recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage in recruitment.
Question 7968

Which subject is included in LIC Clerk prelims?

Correct Answer: A
Explanation:
Reasoning ability is an important section.
Question 7969

Which section tests numerical ability in LIC Clerk exam?

Correct Answer: A
Explanation:
Quantitative aptitude evaluates mathematical ability.
Question 7970

Which section tests grammar and comprehension?

Correct Answer: A
Explanation:
English language section tests grammar and reading comprehension.
Question 7971

Which stage comes after LIC Clerk prelims?

Correct Answer: A
Explanation:
Candidates clearing prelims appear in the mains exam.
Question 7972

Which type of questions appear in reasoning section?

Correct Answer: A
Explanation:
Reasoning section tests logical thinking ability.
Question 7973

Which exam section includes current affairs questions?

Correct Answer: A
Explanation:
General awareness includes current affairs and banking awareness.
Question 7974

Which skill helps solve puzzles and patterns?

Correct Answer: A
Explanation:
Logical reasoning helps in solving puzzles.
Question 7975

Which insurance concept spreads risk among many people?

Correct Answer: A
Explanation:
Risk pooling distributes financial risk among many policyholders.
Question 7976

What is the payment made to keep insurance active called?

Correct Answer: A
Explanation:
Premium is the payment made for insurance coverage.
Question 7977

What is the document containing insurance contract terms?

Correct Answer: A
Explanation:
Policy document contains terms and conditions of insurance.
Question 7978

Who is the person insured under a policy?

Correct Answer: A
Explanation:
Policyholder is the person who owns the policy.
Question 7979

Which role does an LIC agent perform?

Correct Answer: A
Explanation:
LIC agents promote and sell insurance policies.
Question 7980

Which skill is important for LIC Clerk job?

Correct Answer: A
Explanation:
LIC Clerks handle administrative and office tasks.
Question 7981

Which exam section requires quick calculations?

Correct Answer: A
Explanation:
Quantitative aptitude requires fast calculations.
Question 7982

Which type of insurance protects vehicles?

Correct Answer: A
Explanation:
Motor insurance protects vehicles against damage.
Question 7983

Which insurance covers medical expenses?

Correct Answer: A
Explanation:
Health insurance covers hospital and medical costs.
Question 7984

Which insurance covers travel related risks?

Correct Answer: A
Explanation:
Travel insurance covers risks during travel.
Question 7985

Which section includes banking awareness questions?

Correct Answer: A
Explanation:
General awareness includes banking and economic knowledge.
Question 7986

Which exam stage evaluates personality and communication?

Correct Answer: A
Explanation:
Interview tests communication and personality.
Question 7987

Which type of development helps improve financial security?

Correct Answer: A
Explanation:
Insurance provides financial security against risks.
Question 7988

Which LIC policy provides regular income after retirement?

Correct Answer: A
Explanation:
Annuity plans provide pension after retirement.
Question 7989

Which financial activity involves saving money regularly?

Correct Answer: A
Explanation:
Savings help build financial stability.
Question 7990

Which concept reduces financial uncertainty?

Correct Answer: A
Explanation:
Insurance protects against financial loss.
Question 7991

Which skill helps solve number series questions?

Correct Answer: A
Explanation:
Quantitative reasoning helps solve numerical patterns.
Question 7992

Which exam subject focuses on vocabulary and grammar?

Correct Answer: A
Explanation:
English section tests vocabulary and grammar.
Question 7993

Which exam subject includes puzzles and seating arrangement?

Correct Answer: A
Explanation:
Reasoning ability includes puzzles and seating arrangement.
Question 7994

Which insurance concept transfers risk to insurer?

Correct Answer: A
Explanation:
Risk transfer shifts financial risk to insurance company.
Question 7995

Which LIC goal focuses on financial protection of families?

Correct Answer: A
Explanation:
LIC aims to secure families financially.
Question 7996

Which recruitment objective is for LIC Clerk exam?

Correct Answer: A
Explanation:
LIC Clerk recruitment hires staff for administrative work.
Question 7997

What is the main role of LIC Clerk?

Correct Answer: A
Explanation:
LIC Clerks manage office records and customer services.
Question 7998

What does India Post primarily provide?

Correct Answer: A
Explanation:
India Post provides postal delivery and financial services.
Question 7999

Which ministry governs India Post?

Correct Answer: A
Explanation:
India Post operates under the Ministry of Communications.
Question 8000

What is the headquarters of India Post?

Correct Answer: A
Explanation:
The headquarters of India Post is located in New Delhi.
Question 8001

Which year was the Indian Post Office Act enacted?

Correct Answer: A
Explanation:
The Indian Post Office Act was enacted in 1898.
Question 8002

What is the PIN code system used for?

Correct Answer: A
Explanation:
PIN codes help identify postal regions for delivery.
Question 8003

How many digits are in an Indian PIN code?

Correct Answer: A
Explanation:
Indian PIN codes contain six digits.
Question 8004

Which service allows sending letters quickly in India Post?

Correct Answer: A
Explanation:
Speed Post is used for faster delivery of letters.
Question 8005

Which service provides proof of mailing and delivery?

Correct Answer: A
Explanation:
Registered Post offers proof of delivery.
Question 8006

Which postal service is used mainly for sending books?

Correct Answer: A
Explanation:
Book Post is used for educational materials.
Question 8007

Which postal service delivers parcels domestically?

Correct Answer: A
Explanation:
Parcel Post is used for sending packages.
Question 8008

Which exam stage is first for Postal Assistant recruitment?

Correct Answer: A
Explanation:
Written exam is the first stage.
Question 8009

Which subject tests numerical ability in postal exams?

Correct Answer: A
Explanation:
Quantitative aptitude tests numerical skills.
Question 8010

Which subject tests grammar and comprehension?

Correct Answer: A
Explanation:
English section tests grammar and comprehension.
Question 8011

Which section tests logical thinking?

Correct Answer: A
Explanation:
Reasoning ability measures logical thinking.
Question 8012

Which exam section includes current affairs?

Correct Answer: A
Explanation:
General awareness includes current events.
Question 8013

What is the function of a Postal Assistant?

Correct Answer: A
Explanation:
Postal Assistants handle counter services and mail processing.
Question 8014

Which service transfers money through post offices?

Correct Answer: A
Explanation:
Money orders transfer funds through post offices.
Question 8015

Which savings scheme is offered by India Post?

Correct Answer: A
Explanation:
India Post offers savings accounts to customers.
Question 8016

Which deposit scheme provides monthly income?

Correct Answer: A
Explanation:
Monthly Income Scheme provides regular interest.
Question 8017

Which scheme encourages long term savings?

Correct Answer: A
Explanation:
PPF encourages long term savings.
Question 8018

Which certificate scheme doubles money over time?

Correct Answer: A
Explanation:
KVP doubles investment after a fixed period.
Question 8019

Which postal service ensures fastest delivery?

Correct Answer: A
Explanation:
Speed Post is the fastest postal service.
Question 8020

Which PIN code digit represents the region?

Correct Answer: A
Explanation:
The first digit represents the postal region.
Question 8021

Which digit represents the sorting district in PIN code?

Correct Answer: A
Explanation:
Third digit indicates the sorting district.
Question 8022

Which digit identifies the specific post office?

Correct Answer: A
Explanation:
Last three digits identify the post office.
Question 8023

Which service offers insurance for parcels?

Correct Answer: A
Explanation:
Insured Post covers value of parcels.
Question 8024

Which post office service provides life insurance?

Correct Answer: A
Explanation:
PLI provides insurance for government employees.
Question 8025

Which scheme targets rural population insurance?

Correct Answer: A
Explanation:
RPLI provides insurance for rural citizens.
Question 8026

Which postal service allows tracking shipments online?

Correct Answer: A
Explanation:
Speed Post allows online tracking.
Question 8027

Which postal product is used for greeting messages?

Correct Answer: A
Explanation:
Greeting Post delivers greeting cards.
Question 8028

Which postal service is cheapest for letters?

Correct Answer: A
Explanation:
Ordinary Post is the cheapest letter service.
Question 8029

Which postal department manages stamp printing?

Correct Answer: A
Explanation:
India Security Press prints postage stamps.
Question 8030

Which skill helps solve puzzles in postal exams?

Correct Answer: A
Explanation:
Reasoning helps solve logical puzzles.
Question 8031

Which exam skill requires quick calculations?

Correct Answer: A
Explanation:
Quantitative aptitude needs fast calculations.
Question 8032

Which postal scheme helps children save money?

Correct Answer: A
Explanation:
SSY supports savings for girl children.
Question 8033

Which exam section includes banking awareness?

Correct Answer: A
Explanation:
General awareness includes banking topics.
Question 8034

Which document is used for postal identity verification?

Correct Answer: A
Explanation:
Identity proof is required for postal services.
Question 8035

Which concept spreads risk among insured people?

Correct Answer: A
Explanation:
Risk pooling distributes financial risk.
Question 8036

Which recruitment goal is for Postal Assistant exam?

Correct Answer: A
Explanation:
Postal Assistant recruitment hires clerical postal staff.
Question 8037

What is the main role of a Postal Assistant?

Correct Answer: A
Explanation:
Postal Assistants manage postal counter and records.
Question 8038

What does NABARD stand for?

Correct Answer: A
Explanation:
NABARD stands for National Bank for Agriculture and Rural Development.
Question 8039

In which year was NABARD established?

Correct Answer: A
Explanation:
NABARD was established in 1982 to promote rural development.
Question 8040

Where is the headquarters of NABARD located?

Correct Answer: A
Explanation:
The headquarters of NABARD is located in Mumbai.
Question 8041

Which act led to the establishment of NABARD?

Correct Answer: A
Explanation:
NABARD was set up under the NABARD Act 1981.
Question 8042

Which committee recommended the creation of NABARD?

Correct Answer: A
Explanation:
The Shivaraman Committee recommended NABARD.
Question 8043

Which bank supervises NABARD operations indirectly?

Correct Answer: A
Explanation:
RBI plays a supervisory role over NABARD.
Question 8044

Which fund is managed by NABARD for rural infrastructure?

Correct Answer: A
Explanation:
RIDF finances rural infrastructure projects.
Question 8045

Which banks are primarily supervised by NABARD?

Correct Answer: A
Explanation:
NABARD supervises Regional Rural Banks and cooperative banks.
Question 8046

Which scheme connects Self Help Groups with banks?

Correct Answer: A
Explanation:
This programme links SHGs with banks.
Question 8047

Which sector is mainly supported by NABARD?

Correct Answer: A
Explanation:
NABARD focuses on agriculture and rural development.
Question 8048

Which NABARD initiative promotes rural innovation?

Correct Answer: A
Explanation:
This fund supports innovative rural ideas.
Question 8049

Which programme promotes watershed development?

Correct Answer: A
Explanation:
Watershed development improves soil and water management.
Question 8050

Which type of finance provides small loans to rural borrowers?

Correct Answer: A
Explanation:
Microfinance provides small loans to low income borrowers.
Question 8051

Which NABARD programme promotes rural entrepreneurship?

Correct Answer: A
Explanation:
This programme promotes rural entrepreneurs.
Question 8052

Which activity is a major source of rural livelihood?

Correct Answer: A
Explanation:
Agriculture is the major livelihood source in rural areas.
Question 8053

Which exam section tests logical thinking in NABARD exams?

Correct Answer: A
Explanation:
Reasoning ability tests logical thinking.
Question 8054

Which exam section tests grammar and comprehension?

Correct Answer: A
Explanation:
English section evaluates grammar and comprehension.
Question 8055

Which NABARD exam section covers social and economic topics?

Correct Answer: A
Explanation:
This section covers social and economic development.
Question 8056

Which fund promotes tribal development through NABARD?

Correct Answer: A
Explanation:
This fund supports tribal development.
Question 8057

Which development activity improves irrigation facilities?

Correct Answer: A
Explanation:
Watershed development improves irrigation.
Question 8058

Which credit helps farmers buy seeds and fertilizers?

Correct Answer: A
Explanation:
Agricultural credit supports farm production.
Question 8059

Which sector generates maximum rural employment?

Correct Answer: A
Explanation:
Agriculture provides the largest rural employment.
Question 8060

Which NABARD initiative supports financial inclusion?

Correct Answer: A
Explanation:
SHG programme improves financial inclusion.
Question 8061

Which exam subject includes data interpretation?

Correct Answer: A
Explanation:
Quantitative aptitude includes data interpretation.
Question 8062

Which NABARD goal supports environmental sustainability?

Correct Answer: A
Explanation:
NABARD promotes sustainable agriculture.
Question 8063

Which development improves rural income?

Correct Answer: A
Explanation:
Rural development increases income levels.
Question 8064

Which programme promotes climate resilient agriculture?

Correct Answer: A
Explanation:
NABARD promotes climate resilient farming.
Question 8065

Which institution promotes cooperative credit societies?

Correct Answer: A
Explanation:
NABARD supports cooperative credit institutions.
Question 8066

Which skill is important for solving puzzles in exams?

Correct Answer: A
Explanation:
Reasoning ability solves puzzles.
Question 8067

Which skill helps in solving numerical problems quickly?

Correct Answer: A
Explanation:
Quantitative aptitude improves calculation skills.
Question 8068

Which institution promotes small scale industries?

Correct Answer: A
Explanation:
SIDBI promotes small industries.
Question 8069

Which financial service provides loans for farming?

Correct Answer: A
Explanation:
Agricultural finance supports farming.
Question 8070

Which development helps improve village infrastructure?

Correct Answer: A
Explanation:
Infrastructure development improves villages.
Question 8071

Which bank category receives refinance from NABARD?

Correct Answer: A
Explanation:
RRBs receive refinance support.
Question 8072

Which sector helps achieve food security?

Correct Answer: A
Explanation:
Agriculture ensures food production.
Question 8073

Which NABARD objective promotes rural financial stability?

Correct Answer: A
Explanation:
NABARD strengthens rural credit system.
Question 8074

Which concept distributes financial risk among many participants?

Correct Answer: A
Explanation:
Risk pooling spreads risk across participants.
Question 8075

Which exam stage evaluates communication and personality?

Correct Answer: A
Explanation:
Interview stage tests personality and communication.
Question 8076

Which NABARD recruitment objective focuses on rural development?

Correct Answer: A
Explanation:
NABARD officers work for rural development.
Question 8077

What is the main role of a NABARD Officer?

Correct Answer: A
Explanation:
NABARD officers implement rural development initiatives.
Question 8078

What does GIC stand for in India?

Correct Answer: A
Explanation:
GIC stands for General Insurance Corporation of India.
Question 8079

In which year was GIC of India established?

Correct Answer: A
Explanation:
GIC was established in 1972 after the nationalization of general insurance.
Question 8080

Where is the headquarters of GIC Re located?

Correct Answer: A
Explanation:
GIC Re headquarters is located in Mumbai.
Question 8081

What type of company is GIC Re?

Correct Answer: A
Explanation:
GIC Re is India's largest reinsurance company.
Question 8082

Which regulatory body regulates insurance companies in India?

Correct Answer: A
Explanation:
IRDAI regulates insurance companies in India.
Question 8083

What does IRDAI stand for?

Correct Answer: A
Explanation:
IRDAI regulates and supervises the insurance sector.
Question 8084

Which type of insurance covers non life risks?

Correct Answer: A
Explanation:
General insurance covers non life risks like health, vehicle and property.
Question 8085

Which type of insurance covers vehicle damage?

Correct Answer: A
Explanation:
Motor insurance covers vehicle damage and accidents.
Question 8086

Which insurance policy covers medical expenses?

Correct Answer: A
Explanation:
Health insurance pays for medical expenses.
Question 8087

Which insurance protects property against fire damage?

Correct Answer: A
Explanation:
Fire insurance protects property from fire damage.
Question 8088

What is the first stage of GIC AAO recruitment?

Correct Answer: A
Explanation:
The preliminary exam is the first stage of recruitment.
Question 8089

Which subject tests logical ability in GIC AAO exam?

Correct Answer: A
Explanation:
Reasoning section evaluates logical thinking.
Question 8090

Which section tests grammar and comprehension?

Correct Answer: A
Explanation:
English language tests grammar and reading comprehension.
Question 8091

Which exam section involves numerical calculations?

Correct Answer: A
Explanation:
Quantitative aptitude involves mathematical calculations.
Question 8092

Which section includes questions on current affairs?

Correct Answer: A
Explanation:
General awareness includes current affairs.
Question 8093

Which exam stage follows the prelim exam in GIC AAO recruitment?

Correct Answer: A
Explanation:
Candidates clearing prelims appear for the mains exam.
Question 8094

Which exam stage evaluates personality and communication?

Correct Answer: A
Explanation:
Interview tests communication and personality.
Question 8095

Which term refers to transferring risk to an insurer?

Correct Answer: A
Explanation:
Insurance transfers financial risk to insurer.
Question 8096

Which term refers to payment made for insurance coverage?

Correct Answer: A
Explanation:
Premium is the payment made for insurance.
Question 8097

Which document contains the insurance contract details?

Correct Answer: A
Explanation:
Policy document contains terms and conditions.
Question 8098

Which concept spreads financial risk among many policyholders?

Correct Answer: A
Explanation:
Risk pooling spreads risk among many insured people.
Question 8099

Which insurance type covers travel related risks?

Correct Answer: A
Explanation:
Travel insurance covers risks during travel.
Question 8100

Which term refers to person buying insurance policy?

Correct Answer: A
Explanation:
Policyholder is the insured person.
Question 8101

Which insurance type covers crops against natural disasters?

Correct Answer: A
Explanation:
Crop insurance protects farmers from crop loss.
Question 8102

Which skill helps solve logical puzzles?

Correct Answer: A
Explanation:
Reasoning ability helps solve logical puzzles.
Question 8103

Which exam subject includes data interpretation questions?

Correct Answer: A
Explanation:
Quantitative aptitude includes data interpretation.
Question 8104

Which concept reduces financial uncertainty?

Correct Answer: A
Explanation:
Insurance reduces financial uncertainty.
Question 8105

Which skill helps solve number series problems?

Correct Answer: A
Explanation:
Quantitative reasoning helps solve numerical series.
Question 8106

Which financial activity involves regular saving of money?

Correct Answer: A
Explanation:
Savings help build financial stability.
Question 8107

Which insurance sector covers business risks?

Correct Answer: A
Explanation:
Commercial insurance protects business risks.
Question 8108

Which exam section tests knowledge of economy and finance?

Correct Answer: A
Explanation:
General awareness includes economy and finance topics.
Question 8109

Which exam section requires quick calculations?

Correct Answer: A
Explanation:
Quantitative aptitude requires fast calculations.
Question 8110

Which concept distributes financial loss among insured members?

Correct Answer: A
Explanation:
Risk pooling distributes financial loss.
Question 8111

Which insurance professional evaluates risk and damage?

Correct Answer: A
Explanation:
Surveyors assess insurance claims and damages.
Question 8112

Which GIC objective supports insurance industry stability?

Correct Answer: A
Explanation:
Reinsurance support stabilizes insurance industry.
Question 8113

Which institution supports reinsurance in India?

Correct Answer: A
Explanation:
GIC Re is the national reinsurance company.
Question 8114

Which financial concept protects against uncertain losses?

Correct Answer: A
Explanation:
Insurance protects against uncertain losses.
Question 8115

Which recruitment goal focuses on hiring administrative officers?

Correct Answer: A
Explanation:
GIC AAO recruitment hires administrative officers.
Question 8116

What is the main role of a GIC AAO?

Correct Answer: A
Explanation:
GIC AAOs manage administrative and insurance operations.
Question 8117

What is the primary role of a Postal Clerk?

Correct Answer: A
Explanation:
Postal clerks handle mail operations and customer services at post offices.
Question 8118

Which organization manages postal services in India?

Correct Answer: A
Explanation:
India Post manages postal services across the country.
Question 8119

Under which ministry does India Post operate?

Correct Answer: A
Explanation:
India Post works under the Ministry of Communications.
Question 8120

What does PIN stand for in PIN code?

Correct Answer: A
Explanation:
PIN stands for Postal Index Number.
Question 8121

How many digits are there in an Indian PIN code?

Correct Answer: A
Explanation:
Indian PIN codes contain six digits.
Question 8122

Which service of India Post offers fastest delivery?

Correct Answer: A
Explanation:
Speed Post is the fastest postal delivery service.
Question 8123

Which service provides proof of delivery?

Correct Answer: A
Explanation:
Registered Post provides proof of delivery.
Question 8124

Which postal service is mainly used for sending books?

Correct Answer: A
Explanation:
Book Post is used for sending books and printed materials.
Question 8125

Which exam subject tests logical thinking in postal exams?

Correct Answer: A
Explanation:
Reasoning ability tests logical thinking.
Question 8126

Which exam section includes grammar and comprehension?

Correct Answer: A
Explanation:
English section tests grammar and comprehension.
Question 8127

Which subject tests numerical ability?

Correct Answer: A
Explanation:
Quantitative aptitude tests mathematical ability.
Question 8128

Which exam section includes current affairs?

Correct Answer: A
Explanation:
General awareness includes current affairs.
Question 8129

Which service transfers money through post offices?

Correct Answer: A
Explanation:
Money orders transfer funds through post offices.
Question 8130

Which savings scheme is offered by post offices?

Correct Answer: A
Explanation:
India Post offers savings account services.
Question 8131

Which scheme provides monthly income through post office?

Correct Answer: A
Explanation:
MIS provides regular monthly income.
Question 8132

Which scheme doubles money after a fixed time?

Correct Answer: A
Explanation:
KVP doubles the investment after maturity.
Question 8133

Which postal insurance scheme is for government employees?

Correct Answer: A
Explanation:
PLI is designed mainly for government employees.
Question 8134

Which insurance scheme is meant for rural citizens?

Correct Answer: A
Explanation:
RPLI provides insurance to rural population.
Question 8135

Which postal service allows tracking of items online?

Correct Answer: A
Explanation:
Speed Post allows online tracking.
Question 8136

Which postal facility is used for sending parcels?

Correct Answer: A
Explanation:
Parcel Post is used to send packages.
Question 8137

Which exam skill helps solve puzzles?

Correct Answer: A
Explanation:
Reasoning ability helps solve puzzles.
Question 8138

Which exam skill helps solve numerical problems quickly?

Correct Answer: A
Explanation:
Quantitative aptitude involves calculations.
Question 8139

Which document proves identity at post office?

Correct Answer: A
Explanation:
Identity proof is required for verification.
Question 8140

Which department prints postage stamps in India?

Correct Answer: A
Explanation:
India Security Press prints stamps.
Question 8141

Which postal scheme encourages saving for girl child?

Correct Answer: A
Explanation:
SSY supports savings for girl child.
Question 8142

Which postal exam section includes banking awareness?

Correct Answer: A
Explanation:
General awareness includes banking topics.
Question 8143

Which postal role includes sorting letters and parcels?

Correct Answer: A
Explanation:
Postal clerks sort and process mail.
Question 8144

Which service is cheapest for sending letters?

Correct Answer: A
Explanation:
Ordinary Post is the cheapest letter service.
Question 8145

Which postal product is used for greeting messages?

Correct Answer: A
Explanation:
Greeting Post delivers greeting cards.
Question 8146

Which concept spreads financial risk among insured members?

Correct Answer: A
Explanation:
Risk pooling spreads financial risk.
Question 8147

Which exam stage evaluates personality?

Correct Answer: A
Explanation:
Interview evaluates personality.
Question 8148

Which postal department handles financial services?

Correct Answer: A
Explanation:
Post offices offer banking services.
Question 8149

Which scheme encourages long term savings?

Correct Answer: A
Explanation:
PPF encourages long term savings.
Question 8150

Which postal activity includes customer service at counters?

Correct Answer: A
Explanation:
Postal clerks provide counter services.
Question 8151

Which service ensures secure parcel delivery?

Correct Answer: A
Explanation:
Insured Post protects valuable parcels.
Question 8152

Which sector mainly benefits from postal financial services?

Correct Answer: A
Explanation:
Postal banking helps rural communities.
Question 8153

Which postal scheme helps small savings?

Correct Answer: A
Explanation:
NSC encourages small savings.
Question 8154

Which role ensures accurate mail record keeping?

Correct Answer: A
Explanation:
Postal clerks maintain mail records.
Question 8155

Which recruitment goal focuses on hiring clerical staff?

Correct Answer: A
Explanation:
Postal clerk recruitment fills clerical posts.
Question 8156

What is the main role of a Postal Clerk?

Correct Answer: A
Explanation:
Postal clerks manage mail processing and customer services.
Question 8157

What is the main function of an automobile engine?

Correct Answer: A
Explanation:
An engine converts chemical energy of fuel into mechanical energy.
Question 8158

Which engine is commonly used in petrol cars?

Correct Answer: A
Explanation:
Petrol engines operate using spark ignition.
Question 8159

Which engine is commonly used in diesel vehicles?

Correct Answer: A
Explanation:
Diesel engines work on compression ignition principle.
Question 8160

Which component stores electrical energy in a vehicle?

Correct Answer: A
Explanation:
The battery stores electrical energy in vehicles.
Question 8161

What is the purpose of a radiator in automobiles?

Correct Answer: A
Explanation:
Radiator dissipates heat from the engine coolant.
Question 8162

Which system supplies fuel to the engine?

Correct Answer: A
Explanation:
Fuel system supplies fuel to the engine for combustion.
Question 8163

Which component mixes fuel and air in petrol engines?

Correct Answer: A
Explanation:
Carburetor mixes air and fuel before combustion.
Question 8164

Which system reduces vehicle speed?

Correct Answer: A
Explanation:
Braking system slows or stops the vehicle.
Question 8165

Which device converts mechanical energy into electrical energy in vehicles?

Correct Answer: A
Explanation:
Alternator generates electricity using mechanical energy.
Question 8166

What is the purpose of a clutch in automobiles?

Correct Answer: A
Explanation:
Clutch connects or disconnects engine power to gearbox.
Question 8167

Which component changes speed and torque of vehicle?

Correct Answer: A
Explanation:
Gearbox adjusts speed and torque of vehicle.
Question 8168

Which type of engine cycle is used in most petrol engines?

Correct Answer: A
Explanation:
Petrol engines operate on Otto cycle.
Question 8169

Which type of engine cycle is used in diesel engines?

Correct Answer: A
Explanation:
Diesel engines follow Diesel cycle.
Question 8170

Which component starts the engine?

Correct Answer: A
Explanation:
Starter motor initiates engine operation.
Question 8171

Which system maintains proper engine temperature?

Correct Answer: A
Explanation:
Cooling system keeps engine temperature controlled.
Question 8172

Which component delivers fuel from tank to engine?

Correct Answer: A
Explanation:
Fuel pump supplies fuel from tank to engine.
Question 8173

Which type of vehicle uses electric motor as power source?

Correct Answer: A
Explanation:
Electric vehicles use electric motors for propulsion.
Question 8174

Which component controls direction of vehicle?

Correct Answer: A
Explanation:
Steering system controls vehicle direction.
Question 8175

Which device measures vehicle speed?

Correct Answer: A
Explanation:
Speedometer indicates vehicle speed.
Question 8176

Which device measures engine temperature?

Correct Answer: A
Explanation:
Temperature gauge monitors engine temperature.
Question 8177

Which device measures distance traveled by vehicle?

Correct Answer: A
Explanation:
Odometer records total distance traveled.
Question 8178

Which component stores fuel in a vehicle?

Correct Answer: A
Explanation:
Fuel tank stores fuel for vehicle operation.
Question 8179

Which system removes exhaust gases from engine?

Correct Answer: A
Explanation:
Exhaust system removes gases after combustion.
Question 8180

Which part filters air before entering engine?

Correct Answer: A
Explanation:
Air filter cleans air entering engine.
Question 8181

Which component lubricates engine parts?

Correct Answer: A
Explanation:
Engine oil reduces friction between moving parts.
Question 8182

Which system provides spark in petrol engine?

Correct Answer: A
Explanation:
Ignition system produces spark for combustion.
Question 8183

Which component produces spark in petrol engine?

Correct Answer: A
Explanation:
Spark plug ignites air fuel mixture.
Question 8184

Which system supplies lubrication to engine parts?

Correct Answer: A
Explanation:
Lubrication system supplies oil to moving parts.
Question 8185

Which vehicle uses both petrol engine and electric motor?

Correct Answer: A
Explanation:
Hybrid vehicles combine engine and electric motor.
Question 8186

Which component increases engine efficiency by cooling intake air?

Correct Answer: A
Explanation:
Intercooler cools compressed intake air.
Question 8187

Which automotive system converts chemical energy into heat energy?

Correct Answer: A
Explanation:
Combustion converts chemical energy to heat.
Question 8188

Which part connects piston to crankshaft?

Correct Answer: A
Explanation:
Connecting rod links piston and crankshaft.
Question 8189

Which part converts reciprocating motion into rotary motion?

Correct Answer: A
Explanation:
Crankshaft converts reciprocating motion to rotary motion.
Question 8190

Which component controls air fuel mixture entering engine?

Correct Answer: A
Explanation:
Throttle valve controls air fuel mixture flow.
Question 8191

Which system improves safety by stopping vehicle?

Correct Answer: A
Explanation:
Braking system helps stop vehicle safely.
Question 8192

Which component stores rotational energy in engine?

Correct Answer: A
Explanation:
Flywheel stores rotational energy and stabilizes engine speed.
Question 8193

Which engineering field deals with vehicle design and manufacturing?

Correct Answer: A
Explanation:
Automobile engineering focuses on vehicle design and production.
Question 8194

What is the main objective of automobile engineering?

Correct Answer: A
Explanation:
Automobile engineering focuses on designing vehicles.
Question 8195

Which component reduces exhaust noise?

Correct Answer: A
Explanation:
Silencer reduces exhaust noise from engine gases.
Question 8196

Which part transfers power from engine to wheels?

Correct Answer: A
Explanation:
Transmission transfers engine power to wheels.
Question 8197

What is the main purpose of instrumentation engineering?

Correct Answer: A
Explanation:
Instrumentation engineering focuses on measurement and control of process variables.
Question 8198

Which instrument is used to measure temperature?

Correct Answer: A
Explanation:
A thermometer measures temperature in a system.
Question 8199

Which device converts physical quantity into electrical signal?

Correct Answer: A
Explanation:
A transducer converts physical quantities into electrical signals.
Question 8200

Which instrument measures electric current?

Correct Answer: A
Explanation:
An ammeter measures electric current.
Question 8201

Which instrument measures voltage?

Correct Answer: A
Explanation:
A voltmeter measures electrical potential difference.
Question 8202

Which instrument measures resistance?

Correct Answer: A
Explanation:
Ohmmeter measures electrical resistance.
Question 8203

Which device increases signal strength?

Correct Answer: A
Explanation:
Amplifiers increase the magnitude of signals.
Question 8204

Which instrument measures atmospheric pressure?

Correct Answer: A
Explanation:
Barometer measures atmospheric pressure.
Question 8205

Which device measures rotational speed?

Correct Answer: A
Explanation:
Tachometer measures rotational speed of a shaft.
Question 8206

Which instrument measures humidity?

Correct Answer: A
Explanation:
Hygrometer measures humidity in the air.
Question 8207

Which instrument measures flow rate of liquids?

Correct Answer: A
Explanation:
Flow meters measure the rate of fluid flow.
Question 8208

Which instrument measures pressure in pipelines?

Correct Answer: A
Explanation:
Pressure gauges measure pressure inside pipelines.
Question 8209

Which device senses physical parameters like temperature or pressure?

Correct Answer: A
Explanation:
Sensors detect physical parameters.
Question 8210

Which system automatically maintains process variables?

Correct Answer: A
Explanation:
Control systems regulate process variables.
Question 8211

Which controller is most commonly used in industries?

Correct Answer: A
Explanation:
PID controller is widely used for industrial automation.
Question 8212

What does PID stand for?

Correct Answer: A
Explanation:
PID stands for Proportional Integral Derivative control.
Question 8213

Which instrument measures electrical power?

Correct Answer: A
Explanation:
Wattmeter measures electrical power.
Question 8214

Which instrument records electrical signals graphically?

Correct Answer: A
Explanation:
Oscilloscope displays electrical signals graphically.
Question 8215

Which device generates electrical waveforms?

Correct Answer: A
Explanation:
Oscillator generates periodic electrical signals.
Question 8216

Which device converts AC to DC?

Correct Answer: A
Explanation:
Rectifier converts alternating current to direct current.
Question 8217

Which instrument measures altitude?

Correct Answer: A
Explanation:
Altimeter measures height above sea level.
Question 8218

Which instrument measures sound level?

Correct Answer: A
Explanation:
Sound level meter measures noise intensity.
Question 8219

Which instrument measures light intensity?

Correct Answer: A
Explanation:
Lux meter measures light intensity.
Question 8220

Which device converts mechanical motion to electrical signal?

Correct Answer: A
Explanation:
Transducers convert mechanical energy to electrical signals.
Question 8221

Which system maintains constant temperature automatically?

Correct Answer: A
Explanation:
Temperature control systems regulate heat automatically.
Question 8222

Which device stabilizes voltage supply?

Correct Answer: A
Explanation:
Voltage stabilizers maintain constant voltage.
Question 8223

Which instrument measures vibration?

Correct Answer: A
Explanation:
Vibrometer measures vibration levels.
Question 8224

Which device measures acceleration?

Correct Answer: A
Explanation:
Accelerometer measures acceleration forces.
Question 8225

Which device controls process variables automatically?

Correct Answer: A
Explanation:
Controllers maintain process variables automatically.
Question 8226

Which instrument measures density of liquids?

Correct Answer: A
Explanation:
Hydrometer measures liquid density.
Question 8227

Which instrument measures frequency of electrical signals?

Correct Answer: A
Explanation:
Frequency meter measures signal frequency.
Question 8228

Which device converts electrical signal into mechanical motion?

Correct Answer: A
Explanation:
Actuators convert electrical signals into mechanical motion.
Question 8229

Which system helps automate industrial processes?

Correct Answer: A
Explanation:
Automation systems control processes automatically.
Question 8230

Which instrument measures torque?

Correct Answer: A
Explanation:
Torque meter measures twisting force.
Question 8231

Which instrument measures displacement?

Correct Answer: A
Explanation:
LVDT measures linear displacement.
Question 8232

Which instrument measures liquid level in tanks?

Correct Answer: A
Explanation:
Level transmitters measure fluid level.
Question 8233

Which device provides feedback in control systems?

Correct Answer: A
Explanation:
Sensors provide feedback to control systems.
Question 8234

Which instrument measures electrical energy consumption?

Correct Answer: A
Explanation:
Energy meters measure electrical energy usage.
Question 8235

Which engineering field focuses on measurement and control systems?

Correct Answer: A
Explanation:
Instrumentation engineering focuses on measurement and control.
Question 8236

What is the main objective of instrumentation engineering?

Correct Answer: A
Explanation:
Instrumentation engineering ensures accurate measurement and control of systems.
Question 8237

What does MPPSC stand for?

Correct Answer: A
Explanation:
MPPSC stands for Madhya Pradesh Public Service Commission.
Question 8238

MPPSC conducts recruitment for which state?

Correct Answer: A
Explanation:
MPPSC conducts civil service recruitment for Madhya Pradesh state.
Question 8239

Where is the headquarters of MPPSC located?

Correct Answer: A
Explanation:
MPPSC headquarters is located in Indore.
Question 8240

Under which article of the Constitution are Public Service Commissions established?

Correct Answer: A
Explanation:
Article 315 provides for Public Service Commissions.
Question 8241

Which exam is conducted by MPPSC for administrative services?

Correct Answer: A
Explanation:
MPPSC conducts the State Service Examination.
Question 8242

What is the first stage of MPPSC recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage of MPPSC recruitment.
Question 8243

Which exam stage follows the preliminary exam in MPPSC?

Correct Answer: A
Explanation:
Candidates clearing prelims appear for mains.
Question 8244

Which stage evaluates personality in MPPSC recruitment?

Correct Answer: A
Explanation:
Interview assesses personality and communication.
Question 8245

Which subject includes questions about Indian polity?

Correct Answer: A
Explanation:
General studies includes Indian polity.
Question 8246

Which subject includes questions about Indian history?

Correct Answer: A
Explanation:
General studies covers Indian history topics.
Question 8247

Which subject includes geography questions?

Correct Answer: A
Explanation:
General studies includes geography.
Question 8248

Which river is the longest in Madhya Pradesh?

Correct Answer: A
Explanation:
Narmada is the longest river flowing through Madhya Pradesh.
Question 8249

Which city is the capital of Madhya Pradesh?

Correct Answer: A
Explanation:
Bhopal is the capital city of Madhya Pradesh.
Question 8250

Which city is the largest in Madhya Pradesh?

Correct Answer: A
Explanation:
Indore is the largest city in Madhya Pradesh.
Question 8251

Which wildlife sanctuary is famous in Madhya Pradesh?

Correct Answer: A
Explanation:
Kanha National Park is a famous wildlife sanctuary in MP.
Question 8252

Which MP city is known as the city of lakes?

Correct Answer: A
Explanation:
Bhopal is known as the city of lakes.
Question 8253

Which festival is celebrated in Ujjain with great importance?

Correct Answer: A
Explanation:
Kumbh Mela is held in Ujjain every 12 years.
Question 8254

Which temple in MP is dedicated to Lord Mahakal?

Correct Answer: A
Explanation:
Mahakaleshwar Temple is located in Ujjain.
Question 8255

Which river originates from Amarkantak?

Correct Answer: A
Explanation:
Narmada river originates from Amarkantak.
Question 8256

Which MP city is known for its marble rocks?

Correct Answer: A
Explanation:
Jabalpur is famous for marble rocks at Bhedaghat.
Question 8257

Which MP district is famous for diamond mines?

Correct Answer: A
Explanation:
Panna district is known for diamond mines.
Question 8258

Which dam is built on the Narmada river?

Correct Answer: A
Explanation:
Sardar Sarovar Dam is built on Narmada river.
Question 8259

Which national park in MP is famous for tigers?

Correct Answer: A
Explanation:
Bandhavgarh National Park is known for tigers.
Question 8260

Which dance form is famous in Madhya Pradesh?

Correct Answer: A
Explanation:
Matki dance is a traditional dance of MP.
Question 8261

Which MP city hosts the Tansen music festival?

Correct Answer: A
Explanation:
Tansen festival is celebrated in Gwalior.
Question 8262

Which language is widely spoken in Madhya Pradesh?

Correct Answer: A
Explanation:
Hindi is the main language spoken in MP.
Question 8263

Which MP city is known for the Sanchi Stupa?

Correct Answer: A
Explanation:
Sanchi is famous for the ancient Buddhist stupa.
Question 8264

Which famous freedom fighter was born in MP?

Correct Answer: A
Explanation:
Chandra Shekhar Azad was born in MP.
Question 8265

Which MP district is famous for white tigers?

Correct Answer: A
Explanation:
Rewa is known for white tigers.
Question 8266

Which MP city is known as the commercial capital of the state?

Correct Answer: A
Explanation:
Indore is the commercial capital of MP.
Question 8267

Which MP city hosts the Bharat Bhavan cultural complex?

Correct Answer: A
Explanation:
Bharat Bhavan is located in Bhopal.
Question 8268

Which MP city is famous for the Khajuraho temples?

Correct Answer: A
Explanation:
Khajuraho temples are located in Chhatarpur district.
Question 8269

Which MP city is famous for the Maheshwar fort?

Correct Answer: A
Explanation:
Maheshwar fort is located in Maheshwar.
Question 8270

Which MP river is a tributary of Yamuna?

Correct Answer: A
Explanation:
Chambal river flows into Yamuna.
Question 8271

Which MP city is famous for the Bhimbetka rock shelters?

Correct Answer: A
Explanation:
Bhimbetka rock shelters are near Bhopal.
Question 8272

Which MP city is famous for the Rajwada palace?

Correct Answer: A
Explanation:
Rajwada palace is located in Indore.
Question 8273

Which MP city hosts the Simhastha Kumbh Mela?

Correct Answer: A
Explanation:
Simhastha Kumbh Mela is held in Ujjain.
Question 8274

Which commission conducts MPPSC exams?

Correct Answer: A
Explanation:
MPPSC conducts the state civil service exam.
Question 8275

What does APPSC stand for?

Correct Answer: A
Explanation:
APPSC stands for Andhra Pradesh Public Service Commission.
Question 8276

APPSC conducts recruitment for which state?

Correct Answer: A
Explanation:
APPSC recruits candidates for government services in Andhra Pradesh.
Question 8277

Where is the headquarters of APPSC located?

Correct Answer: A
Explanation:
The headquarters of APPSC is located in Vijayawada.
Question 8278

Under which article of the Indian Constitution are State Public Service Commissions established?

Correct Answer: A
Explanation:
Article 315 provides for the establishment of Public Service Commissions.
Question 8279

Which exam is conducted by APPSC for administrative posts?

Correct Answer: A
Explanation:
APPSC Group I exam recruits officers for administrative posts.
Question 8280

What is the first stage of the APPSC Group I examination?

Correct Answer: A
Explanation:
Preliminary exam is the first stage in APPSC recruitment.
Question 8281

Which stage follows the preliminary exam in APPSC recruitment?

Correct Answer: A
Explanation:
Candidates clearing prelims appear for the main exam.
Question 8282

Which stage evaluates personality in APPSC exams?

Correct Answer: A
Explanation:
Interview evaluates personality and communication skills.
Question 8283

Which subject includes questions on Indian polity in APPSC exams?

Correct Answer: A
Explanation:
General Studies covers Indian polity topics.
Question 8284

Which subject includes geography questions in APPSC exams?

Correct Answer: A
Explanation:
Geography is included in the General Studies paper.
Question 8285

Which river is the longest in Andhra Pradesh?

Correct Answer: A
Explanation:
Godavari is the longest river flowing through Andhra Pradesh.
Question 8286

What is the capital of Andhra Pradesh?

Correct Answer: A
Explanation:
Amaravati is the capital city of Andhra Pradesh.
Question 8287

Which city is the largest in Andhra Pradesh?

Correct Answer: A
Explanation:
Visakhapatnam is the largest city in the state.
Question 8288

Which port is the largest in Andhra Pradesh?

Correct Answer: A
Explanation:
Visakhapatnam Port is the largest port in Andhra Pradesh.
Question 8289

Which famous temple is located in Tirupati?

Correct Answer: A
Explanation:
The Tirumala Venkateswara Temple is located in Tirupati.
Question 8290

Which river forms the Nagarjuna Sagar Dam?

Correct Answer: A
Explanation:
Nagarjuna Sagar Dam is built on the Krishna River.
Question 8291

Which Andhra Pradesh district is famous for the Araku Valley?

Correct Answer: A
Explanation:
Araku Valley is located in the Visakhapatnam district.
Question 8292

Which dance form is traditional in Andhra Pradesh?

Correct Answer: A
Explanation:
Kuchipudi is a classical dance form from Andhra Pradesh.
Question 8293

Which festival is widely celebrated in Andhra Pradesh?

Correct Answer: A
Explanation:
Ugadi is the Telugu New Year festival celebrated in AP.
Question 8294

Which crop is widely grown in Andhra Pradesh?

Correct Answer: A
Explanation:
Rice is the major crop grown in Andhra Pradesh.
Question 8295

Which AP city is known as the City of Destiny?

Correct Answer: A
Explanation:
Visakhapatnam is known as the City of Destiny.
Question 8296

Which AP city is famous for mango production?

Correct Answer: A
Explanation:
Chittoor district is famous for mango production.
Question 8297

Which AP city is known for red chilli market?

Correct Answer: A
Explanation:
Guntur is famous for its chilli market.
Question 8298

Which wildlife sanctuary is located in Andhra Pradesh?

Correct Answer: A
Explanation:
Sri Venkateswara National Park is located in AP.
Question 8299

Which AP district is famous for Lepakshi temple?

Correct Answer: A
Explanation:
Lepakshi temple is located in Anantapur district.
Question 8300

Which AP city hosts the Amaravati Buddhist site?

Correct Answer: A
Explanation:
Amaravati is famous for its Buddhist heritage.
Question 8301

Which AP city is known for the Kanaka Durga Temple?

Correct Answer: A
Explanation:
Kanaka Durga Temple is located in Vijayawada.
Question 8302

Which AP district is known for Pulicat Lake?

Correct Answer: A
Explanation:
Pulicat Lake is located in Nellore district.
Question 8303

Which river is known as the lifeline of Andhra Pradesh?

Correct Answer: A
Explanation:
Godavari is often called the lifeline of Andhra Pradesh.
Question 8304

Which commission conducts APPSC examinations?

Correct Answer: A
Explanation:
APPSC conducts civil service exams for Andhra Pradesh.
Question 8305

What does RPSC stand for?

Correct Answer: A
Explanation:
RPSC stands for Rajasthan Public Service Commission.
Question 8306

RPSC conducts recruitment for which state?

Correct Answer: A
Explanation:
RPSC recruits candidates for Rajasthan state government services.
Question 8307

Where is the headquarters of RPSC located?

Correct Answer: A
Explanation:
The headquarters of RPSC is located in Ajmer.
Question 8308

Under which article of the Constitution are State Public Service Commissions established?

Correct Answer: A
Explanation:
Article 315 provides for the establishment of Public Service Commissions.
Question 8309

Which exam is conducted by RPSC for administrative services?

Correct Answer: A
Explanation:
RAS exam is conducted by RPSC for administrative posts.
Question 8310

What is the first stage of RPSC RAS recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage of RPSC recruitment.
Question 8311

Which stage follows the preliminary exam in RPSC recruitment?

Correct Answer: A
Explanation:
Candidates who qualify prelims appear for the mains exam.
Question 8312

Which stage evaluates personality in RPSC exams?

Correct Answer: A
Explanation:
Interview stage assesses personality and communication skills.
Question 8313

Which subject includes Indian polity in RPSC exams?

Correct Answer: A
Explanation:
Indian polity is part of the General Studies syllabus.
Question 8314

Which subject includes Indian history in RPSC exams?

Correct Answer: A
Explanation:
Indian history is covered in the General Studies paper.
Question 8315

Which city is the capital of Rajasthan?

Correct Answer: A
Explanation:
Jaipur is the capital city of Rajasthan.
Question 8316

Which city is known as the Pink City?

Correct Answer: A
Explanation:
Jaipur is famously called the Pink City.
Question 8317

Which river flows through Rajasthan?

Correct Answer: A
Explanation:
Luni is one of the major rivers of Rajasthan.
Question 8318

Which desert is located in Rajasthan?

Correct Answer: A
Explanation:
The Thar Desert covers most of western Rajasthan.
Question 8319

Which city is known as the Blue City of Rajasthan?

Correct Answer: A
Explanation:
Jodhpur is known as the Blue City.
Question 8320

Which lake is famous in Udaipur?

Correct Answer: A
Explanation:
Lake Pichola is a famous tourist attraction in Udaipur.
Question 8321

Which wildlife sanctuary is famous in Rajasthan?

Correct Answer: A
Explanation:
Ranthambore National Park is famous for tigers.
Question 8322

Which city hosts the Pushkar Fair?

Correct Answer: A
Explanation:
Pushkar Fair is held annually in Pushkar.
Question 8323

Which temple is located in Pushkar?

Correct Answer: A
Explanation:
Pushkar is famous for the Brahma Temple.
Question 8324

Which city is known as the City of Lakes in Rajasthan?

Correct Answer: A
Explanation:
Udaipur is called the City of Lakes.
Question 8325

Which fort is located in Jodhpur?

Correct Answer: A
Explanation:
Mehrangarh Fort is located in Jodhpur.
Question 8326

Which city is known for the Hawa Mahal?

Correct Answer: A
Explanation:
Hawa Mahal is a famous monument in Jaipur.
Question 8327

Which dance form is famous in Rajasthan?

Correct Answer: A
Explanation:
Ghoomar is a traditional folk dance of Rajasthan.
Question 8328

Which Rajasthan district is famous for marble production?

Correct Answer: A
Explanation:
Nagaur is known for marble production.
Question 8329

Which festival is famous in Jaisalmer?

Correct Answer: A
Explanation:
Desert Festival is celebrated in Jaisalmer.
Question 8330

Which Rajasthan city is known for camel breeding?

Correct Answer: A
Explanation:
Bikaner is famous for camel breeding.
Question 8331

Which Rajasthan city is famous for Kota stone?

Correct Answer: A
Explanation:
Kota is famous for Kota stone.
Question 8332

Which district is famous for Chittorgarh Fort?

Correct Answer: A
Explanation:
Chittorgarh district houses the famous Chittorgarh Fort.
Question 8333

Which Rajasthan city hosts the Literature Festival?

Correct Answer: A
Explanation:
Jaipur Literature Festival is globally famous.
Question 8334

Which commission conducts RPSC exams?

Correct Answer: A
Explanation:
RPSC conducts state civil service examinations.
Question 8335

What does TSPSC stand for?

Correct Answer: A
Explanation:
TSPSC stands for Telangana State Public Service Commission.
Question 8336

TSPSC conducts recruitment for which state?

Correct Answer: A
Explanation:
TSPSC recruits candidates for government services in Telangana.
Question 8337

Where is the headquarters of TSPSC located?

Correct Answer: A
Explanation:
The headquarters of TSPSC is located in Hyderabad.
Question 8338

Under which article of the Constitution are State Public Service Commissions established?

Correct Answer: A
Explanation:
Article 315 provides for the establishment of Public Service Commissions.
Question 8339

Which exam is conducted by TSPSC for administrative services?

Correct Answer: A
Explanation:
TSPSC Group I exam recruits officers for administrative posts.
Question 8340

What is the first stage of TSPSC Group I examination?

Correct Answer: A
Explanation:
Preliminary exam is the first stage in TSPSC recruitment.
Question 8341

Which stage follows the preliminary exam in TSPSC recruitment?

Correct Answer: A
Explanation:
Candidates clearing prelims appear for the main exam.
Question 8342

Which stage evaluates personality in TSPSC recruitment?

Correct Answer: A
Explanation:
Interview assesses personality and communication skills.
Question 8343

Which subject includes questions on Indian polity in TSPSC exams?

Correct Answer: A
Explanation:
Indian polity is part of the General Studies syllabus.
Question 8344

Which subject includes geography questions in TSPSC exams?

Correct Answer: A
Explanation:
Geography is included in the General Studies paper.
Question 8345

What is the capital of Telangana?

Correct Answer: A
Explanation:
Hyderabad is the capital city of Telangana.
Question 8346

Which river flows through Telangana?

Correct Answer: A
Explanation:
Godavari is one of the major rivers flowing through Telangana.
Question 8347

Which river is the second major river of Telangana?

Correct Answer: A
Explanation:
Krishna River is another major river in Telangana.
Question 8348

Which city is known as the City of Pearls?

Correct Answer: A
Explanation:
Hyderabad is famous as the City of Pearls.
Question 8349

Which famous monument is located in Hyderabad?

Correct Answer: A
Explanation:
Charminar is a historic monument in Hyderabad.
Question 8350

Which wildlife sanctuary is located in Telangana?

Correct Answer: A
Explanation:
Kawal Tiger Reserve is located in Telangana.
Question 8351

Which dam is built on the Krishna River in Telangana?

Correct Answer: A
Explanation:
Nagarjuna Sagar Dam is built on the Krishna River.
Question 8352

Which city in Telangana is known for the Thousand Pillar Temple?

Correct Answer: A
Explanation:
The Thousand Pillar Temple is located in Warangal.
Question 8353

Which Telangana district is famous for the Ramappa Temple?

Correct Answer: A
Explanation:
Ramappa Temple is located in Mulugu district.
Question 8354

Which festival is widely celebrated in Telangana?

Correct Answer: A
Explanation:
Bathukamma is a traditional festival of Telangana.
Question 8355

Which crop is widely grown in Telangana?

Correct Answer: A
Explanation:
Rice is one of the main crops grown in Telangana.
Question 8356

Which Telangana city is known for IT industry?

Correct Answer: A
Explanation:
Hyderabad is a major IT hub in India.
Question 8357

Which Telangana city is famous for Bidriware handicrafts?

Correct Answer: A
Explanation:
Bidriware handicrafts are popular in Hyderabad region.
Question 8358

Which Telangana district is known for coal mines?

Correct Answer: A
Explanation:
Singareni coal mines are located in Bhadradri Kothagudem district.
Question 8359

Which Telangana city is famous for the Golconda Fort?

Correct Answer: A
Explanation:
Golconda Fort is located in Hyderabad.
Question 8360

Which Telangana city hosts the Sammakka Saralamma Jatara?

Correct Answer: A
Explanation:
Sammakka Saralamma Jatara is held in Mulugu district.
Question 8361

Which commission conducts TSPSC exams?

Correct Answer: A
Explanation:
TSPSC conducts civil service recruitment in Telangana.
Question 8362

Which Telangana district is famous for the Kuntala Waterfall?

Correct Answer: A
Explanation:
Kuntala Waterfall is located in Adilabad district.
Question 8363

Which Telangana city is known for the Medak Cathedral?

Correct Answer: A
Explanation:
Medak Cathedral is one of the largest churches in Asia.
Question 8364

Which exam authority conducts TSPSC recruitment?

Correct Answer: A
Explanation:
TSPSC is responsible for conducting state government recruitment exams.
Question 8365

What does TNPSC stand for?

Correct Answer: A
Explanation:
TNPSC stands for Tamil Nadu Public Service Commission.
Question 8366

TNPSC conducts recruitment for which state?

Correct Answer: A
Explanation:
TNPSC recruits candidates for government services in Tamil Nadu.
Question 8367

Where is the headquarters of TNPSC located?

Correct Answer: A
Explanation:
The headquarters of TNPSC is located in Chennai.
Question 8368

Under which article of the Constitution are State Public Service Commissions established?

Correct Answer: A
Explanation:
Article 315 provides for the establishment of Public Service Commissions.
Question 8369

Which exam is conducted by TNPSC for administrative services?

Correct Answer: A
Explanation:
TNPSC Group I exam recruits officers for administrative posts.
Question 8370

What is the first stage of TNPSC Group I examination?

Correct Answer: A
Explanation:
Preliminary exam is the first stage in TNPSC recruitment.
Question 8371

Which stage follows the preliminary exam in TNPSC recruitment?

Correct Answer: A
Explanation:
Candidates clearing prelims appear for the main exam.
Question 8372

Which stage evaluates personality in TNPSC recruitment?

Correct Answer: A
Explanation:
Interview assesses personality and communication skills.
Question 8373

Which subject includes questions on Indian polity in TNPSC exams?

Correct Answer: A
Explanation:
Indian polity is part of the General Studies syllabus.
Question 8374

Which subject includes geography questions in TNPSC exams?

Correct Answer: A
Explanation:
Geography is included in the General Studies paper.
Question 8375

What is the capital of Tamil Nadu?

Correct Answer: A
Explanation:
Chennai is the capital city of Tamil Nadu.
Question 8376

Which river is the longest in Tamil Nadu?

Correct Answer: A
Explanation:
Kaveri is the longest river flowing in Tamil Nadu.
Question 8377

Which city is known as the Detroit of India?

Correct Answer: A
Explanation:
Chennai is known as the Detroit of India due to automobile industry.
Question 8378

Which famous temple is located in Madurai?

Correct Answer: A
Explanation:
Meenakshi Temple is a famous temple in Madurai.
Question 8379

Which Tamil Nadu city is known as the Manchester of South India?

Correct Answer: A
Explanation:
Coimbatore is known as the Manchester of South India.
Question 8380

Which dance form originated in Tamil Nadu?

Correct Answer: A
Explanation:
Bharatanatyam originated in Tamil Nadu.
Question 8381

Which festival is widely celebrated in Tamil Nadu?

Correct Answer: A
Explanation:
Pongal is a major harvest festival in Tamil Nadu.
Question 8382

Which wildlife sanctuary is located in Tamil Nadu?

Correct Answer: A
Explanation:
Mudumalai National Park is located in Tamil Nadu.
Question 8383

Which dam is built on the Kaveri River?

Correct Answer: A
Explanation:
Mettur Dam is built across the Kaveri River.
Question 8384

Which Tamil Nadu district is famous for Nilgiri Hills?

Correct Answer: A
Explanation:
Nilgiri Hills are located in the Nilgiris district.
Question 8385

Which city in Tamil Nadu is known for Tiruchirapalli Rock Fort?

Correct Answer: A
Explanation:
Rock Fort Temple is located in Tiruchirapalli.
Question 8386

Which port is the largest in Tamil Nadu?

Correct Answer: A
Explanation:
Chennai Port is the largest port in Tamil Nadu.
Question 8387

Which Tamil Nadu city is famous for silk sarees?

Correct Answer: A
Explanation:
Kanchipuram is famous for silk sarees.
Question 8388

Which hill station is known as the Queen of Hill Stations in Tamil Nadu?

Correct Answer: A
Explanation:
Ooty is known as the Queen of Hill Stations.
Question 8389

Which Tamil Nadu city hosts the Brihadeeswarar Temple?

Correct Answer: A
Explanation:
Brihadeeswarar Temple is located in Thanjavur.
Question 8390

Which Tamil Nadu district is famous for tea plantations?

Correct Answer: A
Explanation:
Nilgiris district is known for tea plantations.
Question 8391

Which river originates in the Western Ghats and flows through Tamil Nadu?

Correct Answer: A
Explanation:
Kaveri originates in the Western Ghats.
Question 8392

Which Tamil Nadu city is known for automobile manufacturing?

Correct Answer: A
Explanation:
Chennai is a major automobile manufacturing hub.
Question 8393

Which commission conducts TNPSC examinations?

Correct Answer: A
Explanation:
TNPSC conducts recruitment exams for Tamil Nadu government.
Question 8394

What does MPSC stand for?

Correct Answer: A
Explanation:
MPSC stands for Maharashtra Public Service Commission.
Question 8395

MPSC conducts recruitment for which state?

Correct Answer: A
Explanation:
MPSC recruits candidates for Maharashtra government services.
Question 8396

Where is the headquarters of MPSC located?

Correct Answer: A
Explanation:
The headquarters of MPSC is located in Mumbai.
Question 8397

Under which article of the Constitution are State Public Service Commissions established?

Correct Answer: A
Explanation:
Article 315 deals with Public Service Commissions.
Question 8398

Which exam is conducted by MPSC for administrative posts?

Correct Answer: A
Explanation:
MPSC State Service Exam recruits administrative officers.
Question 8399

What is the first stage of MPSC recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage.
Question 8400

Which stage follows the preliminary exam in MPSC recruitment?

Correct Answer: A
Explanation:
Candidates clearing prelims appear for mains.
Question 8401

Which stage evaluates personality in MPSC recruitment?

Correct Answer: A
Explanation:
Interview evaluates personality.
Question 8402

Which subject includes Indian polity in MPSC exams?

Correct Answer: A
Explanation:
Indian polity is part of General Studies.
Question 8403

Which city is the capital of Maharashtra?

Correct Answer: A
Explanation:
Mumbai is the capital of Maharashtra.
Question 8404

Which city is known as the financial capital of India?

Correct Answer: A
Explanation:
Mumbai is the financial capital.
Question 8405

Which river is the longest in Maharashtra?

Correct Answer: A
Explanation:
Godavari is the longest river in Maharashtra.
Question 8406

Which river originates near Nashik?

Correct Answer: A
Explanation:
Godavari originates near Nashik.
Question 8407

Which city is known as the cultural capital of Maharashtra?

Correct Answer: A
Explanation:
Pune is called cultural capital.
Question 8408

Which fort is associated with Chhatrapati Shivaji Maharaj?

Correct Answer: A
Explanation:
Raigad Fort was Shivaji Maharaj capital.
Question 8409

Which dance form is popular in Maharashtra?

Correct Answer: A
Explanation:
Lavani is a traditional dance.
Question 8410

Which festival is widely celebrated in Maharashtra?

Correct Answer: A
Explanation:
Ganesh Chaturthi is major festival.
Question 8411

Which wildlife sanctuary is located in Maharashtra?

Correct Answer: A
Explanation:
Tadoba National Park is in Maharashtra.
Question 8412

Which city is famous for oranges in Maharashtra?

Correct Answer: A
Explanation:
Nagpur is called Orange City.
Question 8413

Which dam is built on the Koyna river?

Correct Answer: A
Explanation:
Koyna Dam is built on Koyna river.
Question 8414

Which city is known for Shirdi Sai Baba temple?

Correct Answer: A
Explanation:
Shirdi is famous for Sai Baba temple.
Question 8415

Which cave temples are located near Aurangabad?

Correct Answer: D
Explanation:
Ellora caves are near Aurangabad.
Question 8416

Which caves are UNESCO heritage site in Maharashtra?

Correct Answer: A
Explanation:
Ajanta caves are UNESCO site.
Question 8417

Which hill station is famous in Maharashtra?

Correct Answer: A
Explanation:
Mahabaleshwar is famous hill station.
Question 8418

Which city hosts the Kala Ghoda festival?

Correct Answer: A
Explanation:
Kala Ghoda festival held in Mumbai.
Question 8419

Which port is major in Maharashtra?

Correct Answer: A
Explanation:
Mumbai Port is major port.
Question 8420

Which city is known for grape production?

Correct Answer: A
Explanation:
Nashik famous for grapes.
Question 8421

Which city is famous for Kolhapuri chappals?

Correct Answer: A
Explanation:
Kolhapur famous for Kolhapuri chappals.
Question 8422

Which sport is widely popular in Maharashtra?

Correct Answer: B
Explanation:
Cricket is widely popular.
Question 8423

Which Maharashtra district is famous for Alphonso mango?

Correct Answer: A
Explanation:
Ratnagiri famous for Alphonso mango.
Question 8424

Which Maharashtra city hosts the International Film Festival?

Correct Answer: A
Explanation:
Mumbai hosts film festivals.
Question 8425

Which Maharashtra city is known for IT industry?

Correct Answer: A
Explanation:
Pune is IT hub.
Question 8426

Which dam is largest in Maharashtra?

Correct Answer: A
Explanation:
Koyna Dam largest hydroelectric project.
Question 8427

Which Maharashtra city is famous for textile industry?

Correct Answer: A
Explanation:
Solapur known for textiles.
Question 8428

Which Maharashtra city hosts the Elephanta caves?

Correct Answer: A
Explanation:
Elephanta caves near Mumbai.
Question 8429

Which Maharashtra region produces most sugar?

Correct Answer: A
Explanation:
Western Maharashtra known for sugar production.
Question 8430

Which Maharashtra city is known for cotton market?

Correct Answer: A
Explanation:
Nagpur famous for cotton.
Question 8431

Which Maharashtra city hosts Ganesh Visarjan celebrations?

Correct Answer: A
Explanation:
Mumbai hosts large celebrations.
Question 8432

Which commission conducts MPSC exams?

Correct Answer: A
Explanation:
MPSC conducts state civil service exams.
Question 8433

Which Maharashtra city is known for Deekshabhoomi?

Correct Answer: A
Explanation:
Deekshabhoomi located in Nagpur.
Question 8434

Which Maharashtra city is famous for Pandharpur temple?

Correct Answer: A
Explanation:
Pandharpur famous for Vitthal temple.
Question 8435

Which Maharashtra city hosts Kumbh Mela?

Correct Answer: A
Explanation:
Nashik hosts Kumbh Mela.
Question 8436

Which Maharashtra city is famous for forts and beaches?

Correct Answer: A
Explanation:
Ratnagiri has forts and beaches.
Question 8437

Which Maharashtra city is known for Lonar crater lake?

Correct Answer: A
Explanation:
Lonar lake located in Buldhana district.
Question 8438

Which Maharashtra city is famous for wine production?

Correct Answer: A
Explanation:
Nashik known as wine capital.
Question 8439

Which Maharashtra city is known as education hub?

Correct Answer: A
Explanation:
Pune known as education hub.
Question 8440

Which Maharashtra district borders Gujarat?

Correct Answer: A
Explanation:
Nandurbar shares border with Gujarat.
Question 8441

Which Maharashtra city is famous for Siddhivinayak temple?

Correct Answer: A
Explanation:
Siddhivinayak temple located in Mumbai.
Question 8442

Which Maharashtra city hosts IIT Bombay?

Correct Answer: A
Explanation:
IIT Bombay located in Mumbai.
Question 8443

Which Maharashtra city is famous for Shani Shingnapur temple?

Correct Answer: A
Explanation:
Temple located in Ahmednagar district.
Question 8444

Which Maharashtra city hosts film industry Bollywood?

Correct Answer: A
Explanation:
Bollywood based in Mumbai.
Question 8445

What does KPSC stand for?

Correct Answer: A
Explanation:
KPSC stands for Karnataka Public Service Commission.
Question 8446

KPSC conducts recruitment for which state?

Correct Answer: A
Explanation:
KPSC recruits candidates for Karnataka state government services.
Question 8447

Where is the headquarters of KPSC located?

Correct Answer: A
Explanation:
The headquarters of KPSC is located in Bengaluru.
Question 8448

Under which article of the Constitution are State Public Service Commissions established?

Correct Answer: A
Explanation:
Article 315 provides for Public Service Commissions.
Question 8449

Which exam is conducted by KPSC for administrative services?

Correct Answer: A
Explanation:
KPSC conducts Karnataka Administrative Service exam.
Question 8450

What is the first stage of KPSC recruitment?

Correct Answer: A
Explanation:
Preliminary exam is the first stage of recruitment.
Question 8451

Which stage follows the preliminary exam in KPSC recruitment?

Correct Answer: A
Explanation:
Candidates clearing prelims appear for mains.
Question 8452

Which stage evaluates personality in KPSC recruitment?

Correct Answer: A
Explanation:
Interview assesses personality and communication skills.
Question 8453

Which subject includes Indian polity in KPSC exams?

Correct Answer: A
Explanation:
Indian polity is part of General Studies.
Question 8454

What is the capital of Karnataka?

Correct Answer: A
Explanation:
Bengaluru is the capital of Karnataka.
Question 8455

Which city is known as the Silicon Valley of India?

Correct Answer: A
Explanation:
Bengaluru is called the Silicon Valley of India.<br>
The <b>correct answer is A. Bengaluru.</b> <br>

Bengaluru (formerly Bangalore) is known as the “Silicon Valley of India” because it is India’s largest and most prominent hub for information technology (IT) services, software exports, and tech innovation. The city hosts numerous global tech giants like Google, Microsoft, Apple, and Intel, along with thousands of startups and unicorns, making it India’s startup capital. With over 200 engineering colleges producing nearly 90,000 engineers annually, Bengaluru has a massive skilled workforce and houses major tech parks like Electronic City and Whitefield. Its IT sector contributes over one-third of India’s total IT exports, cementing its status as the country’s tech powerhouse.
Question 8456

Which river is the longest in Karnataka?

Correct Answer: A
Explanation:
Krishna is the longest river flowing through Karnataka.
Question 8457

Which river originates in Karnataka and flows into Tamil Nadu?

Correct Answer: A
Explanation:
Kaveri originates in Karnataka.
Question 8458

Which city is famous for Mysore Palace?

Correct Answer: A
Explanation:
Mysuru is famous for Mysore Palace.
Question 8459

Which dance form originated in Karnataka?

Correct Answer: A
Explanation:
Yakshagana is a traditional dance form.
Question 8460

Which festival is widely celebrated in Karnataka?

Correct Answer: A
Explanation:
Mysuru Dasara is a famous festival.
Question 8461

Which wildlife sanctuary is located in Karnataka?

Correct Answer: A
Explanation:
Bandipur National Park is in Karnataka.
Question 8462

Which city is known for coffee plantations in Karnataka?

Correct Answer: A
Explanation:
Chikkamagaluru is famous for coffee.
Question 8463

Which dam is built on the Kaveri river?

Correct Answer: A
Explanation:
KRS dam is built on Kaveri river.
Question 8464

Which Karnataka city is known for sandalwood?

Correct Answer: A
Explanation:
Mysuru is famous for sandalwood.
Question 8465

Which caves are located in Karnataka?

Correct Answer: A
Explanation:
Badami caves are located in Karnataka.
Question 8466

Which Karnataka city hosts Infosys headquarters?

Correct Answer: A
Explanation:
Infosys headquarters is in Bengaluru.
Question 8467

Which port city is located in Karnataka?

Correct Answer: A
Explanation:
Mangaluru is a major port city.
Question 8468

Which Karnataka city is famous for silk industry?

Correct Answer: A
Explanation:
Ramanagara known for silk.
Question 8469

Which Karnataka district is known for Hampi ruins?

Correct Answer: A
Explanation:
Hampi is located in Vijayanagara district.
Question 8470

Which empire built Hampi monuments?

Correct Answer: A
Explanation:
Hampi was capital of Vijayanagara empire.
Question 8471

Which Karnataka city is famous for Udupi cuisine?

Correct Answer: A
Explanation:
Udupi famous for vegetarian cuisine.
Question 8472

Which Karnataka district is famous for Jog Falls?

Correct Answer: A
Explanation:
Jog falls located in Shivamogga.
Question 8473

Which river forms Jog Falls?

Correct Answer: A
Explanation:
Sharavati river forms Jog Falls.
Question 8474

Which Karnataka city is famous for ISRO headquarters?

Correct Answer: A
Explanation:
ISRO headquarters located in Bengaluru.
Question 8475

Which Karnataka district borders Goa?

Correct Answer: A
Explanation:
Uttara Kannada shares border with Goa.
Question 8476

Which Karnataka city hosts IIM Bangalore?

Correct Answer: A
Explanation:
IIM Bangalore located in Bengaluru.
Question 8477

Which Karnataka city is known as Garden City?

Correct Answer: A
Explanation:
Bengaluru known as Garden City.
Question 8478

Which Karnataka district is famous for iron ore mining?

Correct Answer: A
Explanation:
Ballari famous for iron ore.
Question 8479

Which Karnataka region produces most coffee?

Correct Answer: A
Explanation:
Kodagu major coffee producer.
Question 8480

Which Karnataka city hosts National Law School of India University?

Correct Answer: A
Explanation:
NLSIU located in Bengaluru.
Question 8481

Which Karnataka city is famous for Mysore silk sarees?

Correct Answer: A
Explanation:
Mysuru famous for silk sarees.
Question 8482

Which Karnataka city hosts HAL headquarters?

Correct Answer: A
Explanation:
HAL headquartered in Bengaluru.
Question 8483

Which commission conducts KPSC exams?

Correct Answer: A
Explanation:
KPSC conducts state civil service exams.
Question 8484

Which organization conducts recruitment for Punjab Police?

Correct Answer: A
Explanation:
Punjab Police Recruitment Board conducts recruitment for Punjab Police.
Question 8485

What is the capital of Punjab?

Correct Answer: A
Explanation:
Chandigarh serves as the capital of Punjab.
Question 8486

Which river flows through Punjab and is part of the Indus system?

Correct Answer: A
Explanation:
Sutlej river flows through Punjab and is part of the Indus system.
Question 8487

Which Sikh Guru founded the city of Amritsar?

Correct Answer: A
Explanation:
Guru Ram Das founded the city of Amritsar.
Question 8488

Which famous temple is located in Amritsar?

Correct Answer: A
Explanation:
The Golden Temple is located in Amritsar.
Question 8489

Which city is known as the industrial hub of Punjab?

Correct Answer: A
Explanation:
Ludhiana is known as the industrial hub of Punjab.
Question 8490

Which Punjabi festival celebrates the harvest season?

Correct Answer: A
Explanation:
Baisakhi celebrates the harvest and Sikh New Year.
Question 8491

Which river forms the border between Punjab and Pakistan?

Correct Answer: A
Explanation:
Ravi river forms part of the border.
Question 8492

Which Punjabi dance is performed by men?

Correct Answer: A
Explanation:
Bhangra is traditionally performed by men.
Question 8493

Which Punjabi dance is traditionally performed by women?

Correct Answer: A
Explanation:
Giddha is a traditional dance by women.
Question 8494

Which city in Punjab is famous for the Wagah Border ceremony?

Correct Answer: A
Explanation:
The Wagah Border ceremony takes place near Amritsar.
Question 8495

Which crop is mainly grown in Punjab?

Correct Answer: A
Explanation:
Punjab is one of the largest producers of wheat in India.
Question 8496

Which city is known as the sports goods hub of Punjab?

Correct Answer: A
Explanation:
Jalandhar is known for sports goods manufacturing.
Question 8497

Which Sikh Guru founded the Khalsa in 1699?

Correct Answer: A
Explanation:
Guru Gobind Singh founded the Khalsa in 1699.
Question 8498

Which city is known for the Qila Mubarak fort?

Correct Answer: A
Explanation:
Qila Mubarak is located in Patiala.
Question 8499

Which city hosts Punjab Agricultural University?

Correct Answer: A
Explanation:
Punjab Agricultural University is in Ludhiana.
Question 8500

Which river is known as the lifeline of Punjab agriculture?

Correct Answer: A
Explanation:
Sutlej river supports irrigation in Punjab.
Question 8501

Which Punjabi city is known for its hosiery industry?

Correct Answer: A
Explanation:
Ludhiana is famous for hosiery manufacturing.
Question 8502

Which Punjabi city has the famous Durgiana Temple?

Correct Answer: A
Explanation:
Durgiana Temple is located in Amritsar.
Question 8503

Which Punjabi city is famous for its phulkari embroidery?

Correct Answer: A
Explanation:
Patiala is famous for traditional phulkari embroidery.
Question 8504

Which Punjab city hosts the India–Pakistan border retreat ceremony?

Correct Answer: A
Explanation:
The retreat ceremony takes place at Wagah near Amritsar.
Question 8505

Which Punjabi city is known for the Virasat-e-Khalsa museum?

Correct Answer: A
Explanation:
Virasat-e-Khalsa museum is located in Anandpur Sahib.
Question 8506

Which Punjab city is known for cotton production?

Correct Answer: A
Explanation:
Bathinda is known for cotton cultivation.
Question 8507

Which Punjabi city is known for its handloom industry?

Correct Answer: A
Explanation:
Amritsar has a significant handloom industry.
Question 8508

Which Punjabi district is famous for the Harike Wetland?

Correct Answer: A
Explanation:
Harike Wetland is located in Tarn Taran district.
Question 8509

Which Punjab city is known for the Ranjit Sagar Dam?

Correct Answer: A
Explanation:
Ranjit Sagar Dam is near Pathankot.
Question 8510

Which Punjabi city is known as the royal city of Punjab?

Correct Answer: A
Explanation:
Patiala is known as the royal city.
Question 8511

Which Punjabi city is famous for the Golden Temple complex?

Correct Answer: A
Explanation:
The Golden Temple complex is located in Amritsar.
Question 8512

Which commission conducts Punjab Police recruitment exams?

Correct Answer: A
Explanation:
Punjab Police Recruitment Board manages recruitment.
Question 8513

Which Punjabi city is known for the Khalsa College?

Correct Answer: A
Explanation:
Khalsa College is located in Amritsar.
Question 8514

What does MP Police stand for?

Correct Answer: A
Explanation:
MP Police refers to the police force of Madhya Pradesh.
Question 8515

Which state does MP Police serve?

Correct Answer: A
Explanation:
MP Police maintains law and order in Madhya Pradesh.
Question 8516

What is the capital of Madhya Pradesh?

Correct Answer: A
Explanation:
Bhopal is the capital city of Madhya Pradesh.
Question 8517

Which city is the largest in Madhya Pradesh?

Correct Answer: A
Explanation:
Indore is the largest city in Madhya Pradesh.
Question 8518

Who is the head of MP Police?

Correct Answer: A
Explanation:
The Director General of Police is the head of the state police.
Question 8519

What does DGP stand for in police department?

Correct Answer: A
Explanation:
DGP stands for Director General of Police.
Question 8520

Which rank comes below Superintendent of Police?

Correct Answer: A
Explanation:
Additional SP works under the Superintendent of Police.
Question 8521

Which river is the longest in Madhya Pradesh?

Correct Answer: A
Explanation:
Narmada is the longest river flowing through MP.
Question 8522

Which national park in MP is famous for tigers?

Correct Answer: A
Explanation:
Bandhavgarh is famous for high tiger density.
Question 8523

Which MP city is known as the City of Lakes?

Correct Answer: A
Explanation:
Bhopal is known as the City of Lakes.
Question 8524

Which district in MP is famous for diamond mines?

Correct Answer: A
Explanation:
Panna district is famous for diamond mines.
Question 8525

Which MP city is famous for Mahakaleshwar Temple?

Correct Answer: A
Explanation:
Mahakaleshwar Temple is located in Ujjain.
Question 8526

Which river originates from Amarkantak?

Correct Answer: A
Explanation:
Narmada river originates from Amarkantak.
Question 8527

Which MP city is famous for marble rocks?

Correct Answer: A
Explanation:
Marble rocks at Bhedaghat are located near Jabalpur.
Question 8528

Which MP district is famous for white tigers?

Correct Answer: A
Explanation:
Rewa is famous for white tigers.
Question 8529

Which festival is held every 12 years in Ujjain?

Correct Answer: A
Explanation:
Kumbh Mela is celebrated in Ujjain every 12 years.
Question 8530

Which MP city hosts the Bharat Bhavan cultural complex?

Correct Answer: A
Explanation:
Bharat Bhavan is located in Bhopal.
Question 8531

Which MP city is known for Rajwada Palace?

Correct Answer: A
Explanation:
Rajwada Palace is located in Indore.
Question 8532

Which MP city is famous for the Tansen Music Festival?

Correct Answer: A
Explanation:
Tansen Music Festival is celebrated in Gwalior.
Question 8533

Which MP city is known for Sanchi Stupa?

Correct Answer: A
Explanation:
Sanchi is famous for the Buddhist Stupa.
Question 8534

Which MP city is known as the commercial capital?

Correct Answer: A
Explanation:
Indore is considered the commercial capital.
Question 8535

Which MP city hosts Simhastha Kumbh?

Correct Answer: A
Explanation:
Simhastha Kumbh is held in Ujjain.
Question 8536

Which MP city is near Bhimbetka rock shelters?

Correct Answer: A
Explanation:
Bhimbetka rock shelters are near Bhopal.
Question 8537

Which MP river is a tributary of Yamuna?

Correct Answer: A
Explanation:
Chambal river flows into Yamuna.
Question 8538

Which police rank is below Sub Inspector?

Correct Answer: A
Explanation:
ASI rank is below Sub Inspector.
Question 8539

Which MP city is known for Khajuraho temples?

Correct Answer: A
Explanation:
Khajuraho temples are located in Chhatarpur district.
Question 8540

Which MP city is known for Maheshwar Fort?

Correct Answer: A
Explanation:
Maheshwar Fort is located in Maheshwar.
Question 8541

Which MP national park is known for barasingha deer?

Correct Answer: A
Explanation:
Kanha National Park protects barasingha deer.
Question 8542

Which MP district is famous for tiger reserve Pench?

Correct Answer: A
Explanation:
Pench Tiger Reserve is located in Seoni district.
Question 8543

Which police department maintains law and order in Madhya Pradesh?

Correct Answer: A
Explanation:
MP Police is responsible for maintaining law and order in the state.
Question 8544

Which organization maintains law and order in Bihar?

Correct Answer: A
Explanation:
Bihar Police is responsible for maintaining law and order in Bihar.
Question 8545

What is the capital of Bihar?

Correct Answer: A
Explanation:
Patna is the capital city of Bihar.
Question 8546

Who is the head of Bihar Police?

Correct Answer: A
Explanation:
The Director General of Police is the head of the state police.
Question 8547

What does DGP stand for in police department?

Correct Answer: A
Explanation:
DGP stands for Director General of Police.
Question 8548

Which river flows through Patna?

Correct Answer: A
Explanation:
The Ganga river flows through Patna.
Question 8549

Which city is known as the educational hub of Bihar?

Correct Answer: A
Explanation:
Patna is known as the educational hub of Bihar.
Question 8550

Which ancient university was located in Bihar?

Correct Answer: A
Explanation:
Nalanda University was an ancient center of learning in Bihar.
Question 8551

Which district is famous for Bodh Gaya?

Correct Answer: A
Explanation:
Bodh Gaya is located in Gaya district.
Question 8552

Which religion was founded by Lord Mahavira in Bihar?

Correct Answer: A
Explanation:
Lord Mahavira was the founder of Jainism.
Question 8553

Which famous temple is located in Bodh Gaya?

Correct Answer: A
Explanation:
Mahabodhi Temple marks the place of Buddha enlightenment.
Question 8554

Which Bihar city is famous for silk production?

Correct Answer: A
Explanation:
Bhagalpur is known for its silk industry.
Question 8555

Which festival is widely celebrated in Bihar?

Correct Answer: A
Explanation:
Chhath Puja is the most important festival of Bihar.
Question 8556

Which river is the longest in Bihar?

Correct Answer: A
Explanation:
The Ganga is the longest river flowing through Bihar.
Question 8557

Which Bihar city is known for the Vikramshila University ruins?

Correct Answer: A
Explanation:
Vikramshila University ruins are near Bhagalpur.
Question 8558

Which Bihar district is known for Madhubani paintings?

Correct Answer: A
Explanation:
Madhubani district is famous for its traditional paintings.
Question 8559

Which Bihar city is known for the Golghar monument?

Correct Answer: A
Explanation:
Golghar is a famous historical structure in Patna.
Question 8560

Which Bihar district is famous for litchi production?

Correct Answer: A
Explanation:
Muzaffarpur is famous for its litchi fruit.
Question 8561

Which Bihar city hosts the Patna Sahib Gurudwara?

Correct Answer: A
Explanation:
Takht Sri Patna Sahib is located in Patna.
Question 8562

Which police rank is below Sub Inspector?

Correct Answer: A
Explanation:
Assistant Sub Inspector is below Sub Inspector.
Question 8563

Which Bihar city is known for the Gandhi Maidan?

Correct Answer: A
Explanation:
Gandhi Maidan is located in Patna.
Question 8564

Which river is known as the sorrow of Bihar?

Correct Answer: A
Explanation:
Kosi river is called the sorrow of Bihar due to floods.
Question 8565

Which Bihar district is famous for Nalanda ruins?

Correct Answer: A
Explanation:
Nalanda district contains the ruins of Nalanda University.
Question 8566

Which Bihar city is known for the Bara Imambara?

Correct Answer: A
Explanation:
Bara Imambara is located in Patna.
Question 8567

Which Bihar city is famous for Sonepur Cattle Fair?

Correct Answer: A
Explanation:
Sonepur hosts Asia largest cattle fair.
Question 8568

Which Bihar city is known for the Valmiki National Park?

Correct Answer: A
Explanation:
Valmiki National Park is located in West Champaran district.
Question 8569

Which Bihar city is famous for Darbhanga Palace?

Correct Answer: A
Explanation:
Darbhanga Palace is located in Darbhanga.
Question 8570

Which Bihar city is famous for the Kankarbagh area?

Correct Answer: A
Explanation:
Kankarbagh is a major residential area in Patna.
Question 8571

Which commission conducts Bihar Police recruitment?

Correct Answer: A
Explanation:
CSBC conducts Bihar Police constable recruitment.
Question 8572

Which Bihar city is famous for the Buddha Smriti Park?

Correct Answer: A
Explanation:
Buddha Smriti Park is located in Patna.
Question 8573

Which Bihar city is known for the Patna High Court?

Correct Answer: A
Explanation:
Patna High Court is located in Patna.
Question 8574

What does IT stand for?

Correct Answer: A
Explanation:
IT stands for Information Technology.
Question 8575

Which device is used to input data into a computer?

Correct Answer: A
Explanation:
Keyboard is an input device used to enter data.
Question 8576

Which device displays output from a computer?

Correct Answer: A
Explanation:
Monitor is an output device that shows information.
Question 8577

Which component is known as the brain of the computer?

Correct Answer: A
Explanation:
CPU performs calculations and controls computer operations.
Question 8578

What does CPU stand for?

Correct Answer: A
Explanation:
CPU stands for Central Processing Unit.
Question 8579

Which memory is volatile in a computer?

Correct Answer: A
Explanation:
RAM loses its data when power is turned off.
Question 8580

Which memory is non-volatile?

Correct Answer: A
Explanation:
ROM retains data even when power is off.
Question 8581

Which storage device has the largest capacity?

Correct Answer: A
Explanation:
Hard disk has large storage capacity compared to older devices.
Question 8582

Which device is used to move the cursor on screen?

Correct Answer: A
Explanation:
Mouse is used to control the pointer on screen.
Question 8583

Which software is used to operate computer hardware?

Correct Answer: A
Explanation:
Operating system controls computer hardware.
Question 8584

Which is an example of an operating system?

Correct Answer: A
Explanation:
Windows is a widely used operating system.
Question 8585

Which key is used to refresh a web page?

Correct Answer: A
Explanation:
F5 key refreshes the webpage.
Question 8586

Which device is used to print documents?

Correct Answer: A
Explanation:
Printer produces hard copies of documents.
Question 8587

Which device scans images into a computer?

Correct Answer: A
Explanation:
Scanner converts physical documents to digital format.
Question 8588

Which network connects computers worldwide?

Correct Answer: A
Explanation:
Internet connects computers globally.
Question 8589

What does LAN stand for?

Correct Answer: A
Explanation:
LAN means Local Area Network.
Question 8590

Which company developed Windows OS?

Correct Answer: A
Explanation:
Microsoft developed the Windows operating system.
Question 8591

Which device stores data permanently?

Correct Answer: A
Explanation:
Hard disk stores data permanently.
Question 8592

Which software is used to browse the internet?

Correct Answer: A
Explanation:
Web browsers allow users to access websites.
Question 8593

Which is an example of a web browser?

Correct Answer: A
Explanation:
Google Chrome is a popular web browser.
Question 8594

Which key combination is used to copy text?

Correct Answer: A
Explanation:
Ctrl+C is used to copy selected text.
Question 8595

Which key combination is used to paste text?

Correct Answer: A
Explanation:
Ctrl+V pastes copied text.
Question 8596

Which key combination is used to cut text?

Correct Answer: A
Explanation:
Ctrl+X cuts selected text.
Question 8597

Which device provides internet connectivity?

Correct Answer: A
Explanation:
Modem connects computer to internet.
Question 8598

Which type of software is MS Word?

Correct Answer: A
Explanation:
MS Word is application software.
Question 8599

Which type of computer memory is fastest?

Correct Answer: A
Explanation:
Cache memory is the fastest type of memory.
Question 8600

Which company developed the Android operating system?

Correct Answer: A
Explanation:
Google developed Android OS.
Question 8601

Which file extension is used for MS Word documents?

Correct Answer: A
Explanation:
MS Word files commonly use .docx extension.
Question 8602

Which file extension is used for Excel files?

Correct Answer: A
Explanation:
Excel files use .xlsx extension.
Question 8603

Which device converts digital signals to analog signals?

Correct Answer: A
Explanation:
Modem converts digital signals to analog for transmission.
Question 8604

Which network type covers a large geographical area?

Correct Answer: A
Explanation:
WAN stands for Wide Area Network.
Question 8605

Which storage device uses optical technology?

Correct Answer: A
Explanation:
CD uses optical technology to store data.
Question 8606

Which IT term refers to malicious software?

Correct Answer: A
Explanation:
Malware refers to harmful software.
Question 8607

Which tool protects a computer from viruses?

Correct Answer: A
Explanation:
Antivirus software protects against malware.
Question 8608

Which technology allows wireless internet connection?

Correct Answer: A
Explanation:
Wi-Fi allows wireless internet connectivity.
Question 8609

Which company developed the Linux operating system?

Correct Answer: A
Explanation:
Linux was developed by Linus Torvalds.
Question 8610

Which programming language is widely used for web development?

Correct Answer: A
Explanation:
JavaScript is widely used for web development.
Question 8611

Which protocol is used to transfer web pages?

Correct Answer: A
Explanation:
HTTP transfers web pages on the internet.
Question 8612

Which device connects multiple computers in a network?

Correct Answer: A
Explanation:
Switch connects multiple computers in a LAN.
Question 8613

Which cloud service model provides software over internet?

Correct Answer: A
Explanation:
SaaS delivers software through the internet.
Question 8614

Which of the following is a measure of central tendency?

Correct Answer: C
Explanation:
<b>Mean </b>is a measure of central tendency because it represents the average value of a data set and shows the central or typical value around which the data are distributed. The other options, namely standard deviation, range, and variance, are measures of dispersion, which show how much the data vary rather than indicating the center.
Question 8615

Large sample theory is applicable when

Correct Answer: B
Explanation:
Large sample theory is generally applicable when the sample size is greater than 30. This is because for larger samples, the sampling distribution tends to be approximately normal, which allows the use of large sample statistical methods.
Question 8616

The intelligency, ability or efficiency can be measured by use of

Correct Answer: A
Question 8617

The major 14 banks were nationalised in the year

Correct Answer: D
Question 8618

The difference between the highest and lowest value in a dataset is called:

Correct Answer: C
Explanation:
<p>Range is the difference between the highest value and the lowest value in a dataset. It is a simple measure of dispersion that shows how widely the data are spread. The other options, mean, median, and mode, are measures of central tendency and do not describe the spread of the data.</p>
Question 8619

What is the capital of Odisha?

Correct Answer: C
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:2d5ad753-c3be-43a5-889b-97c71a3a3ef2-4" data-testid="conversation-turn-10" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="a921ef04-20a4-4a47-ac04-0dc196537ba5" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="0" data-end="717" data-is-last-node="" data-is-only-node="">Bhubaneswar is the capital of Odisha and serves as the state’s political, administrative, and institutional center. It officially became the capital in 1948, replacing Cuttack, to support better urban planning and modern governance. Known as the “Temple City of India,” Bhubaneswar is famous for its rich cultural heritage, historic temples, and rapid development. It houses the Odisha Legislative Assembly, government secretariat, and key administrative offices. The city also plays an important role in education, tourism, and business. For Odisha-related competitive exams, Bhubaneswar is one of the most important general knowledge facts and is frequently asked in MCQ-based examinations.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8620

How many districts are there in Odisha?

Correct Answer: B
Explanation:
<p data-start="261" data-end="987">Odisha has 30 districts, and this is an important fact for state-level competitive exams, especially Odisha PSC preparation. Districts are the main administrative units of the state, helping the government manage law and order, development, education, health services, and local administration effectively. Questions related to the number of districts are frequently asked in general knowledge and Odisha-specific exams. Candidates should remember this fact clearly because it is a basic yet highly repeated topic. Knowing Odisha’s administrative structure also helps in understanding questions related to divisions, headquarters, population, and regional governance in various MCQ-based examinations.</p>
<p data-start="989" data-end="1044" data-is-last-node="" data-is-only-node=""></p>
Question 8621

What is the principal language of Odisha?

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:2d5ad753-c3be-43a5-889b-97c71a3a3ef2-6" data-testid="conversation-turn-14" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="8317beb0-379d-4300-b482-89dca1f32cb0" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="279" data-end="966" data-is-last-node="" data-is-only-node="">Odia is the principal language of Odisha and is widely spoken across the state in daily life, education, administration, literature, and media. It is one of the oldest languages in India and holds great cultural and historical importance. Odia was also recognized as a Classical Language of India, which highlights its rich literary tradition and ancient heritage. For Odisha PSC and other state-level competitive exams, questions about the official or principal language of Odisha are very common. Candidates should remember this fact carefully because it is a basic Odisha general knowledge topic and often appears in MCQ sections and preliminary examinations.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8622

The name Odisha is derived from which ancient term?

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:2d5ad753-c3be-43a5-889b-97c71a3a3ef2-7" data-testid="conversation-turn-16" data-scroll-anchor="true" data-turn="assistant">
<div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)">
<div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn">
<div class="flex max-w-full flex-col gap-4 grow">
<div class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" dir="auto" tabindex="0" data-message-author-role="assistant" data-message-id="4431ded3-64e2-4e9a-951f-bb019aa9b8d9" data-message-model-slug="gpt-5-4-thinking" data-turn-start-message="true">
<div class="flex w-full flex-col gap-1 empty:hidden">
<div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling">
<p data-start="312" data-end="1007" data-is-last-node="" data-is-only-node="">The name Odisha is believed to be derived from the ancient term "<span data-start="401" data-end="414">Odra Desa"</span>, which referred to the land inhabited by the Odra people in early Indian history. This term has strong historical and cultural significance and is often mentioned in discussions of Odisha&rsquo;s origin and identity. Over time, Odra Desa evolved linguistically into Odisha. This fact is important for Odisha PSC and other competitive exams because questions about the state&rsquo;s historical background, ancient names, and cultural roots are frequently asked. Understanding such topics helps candidates build strong Odisha-specific general knowledge for prelims, mains, and other objective examinations.</p>
</div>
</div>
</div>
</div>
<div class="z-0 flex min-h-[46px] justify-start">&nbsp;</div>
<div class="mt-3 w-full empty:hidden">
<div class="text-center">&nbsp;</div>
</div>
</div>
</div>
</section>
<div class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]" aria-hidden="true">&nbsp;</div>
Question 8623

Which body conducts Odisha Civil Services?

Correct Answer: C
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:2d5ad753-c3be-43a5-889b-97c71a3a3ef2-8" data-testid="conversation-turn-18" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="8bfb826b-ed07-4900-a370-c471f2b277d7" dir="auto" data-message-model-slug="gpt-5-3" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="395" data-end="1063" data-is-last-node="" data-is-only-node="">The <span data-start="424" data-end="467">Odisha Public Service Commission (OPSC)</span> is the body responsible for conducting the Odisha Civil Services examinations. It was established to recruit candidates for various civil services and administrative positions in the state government. OPSC conducts exams, interviews, and other selection processes to ensure the recruitment of qualified individuals for various government posts in Odisha. This is an essential topic for candidates preparing for state civil services exams, as questions related to the organization and its functions are commonly included in general knowledge and exam sections of Odisha PSC and other state exams.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8624

Which city is known as the “Temple City” of Odisha?

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:2d5ad753-c3be-43a5-889b-97c71a3a3ef2-9" data-testid="conversation-turn-20" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="e36d5fd5-3f1d-47c3-904f-0b3e32fff676" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="305" data-end="959" data-is-last-node="" data-is-only-node="">Bhubaneswar is famously known as the "Temple City" of Odisha. The city boasts a rich collection of ancient temples, with over 500 temples dotting its landscape. These temples showcase unique Kalinga architecture and are vital to the state's cultural and spiritual identity. Bhubaneswar serves as an important pilgrimage destination, housing famous temples such as Lingaraj Temple, Mukteshwar Temple, and Rajarani Temple. This is a key fact in Odisha PSC and general knowledge exams, as questions about the cultural and religious significance of the city are often included in multiple-choice sections and regional history topics.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8625

Chilika Lake is which type of water body?

Correct Answer: C
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:2d5ad753-c3be-43a5-889b-97c71a3a3ef2-10" data-testid="conversation-turn-22" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="2b919a25-958c-4d05-9910-dfcb6c5d5ed1" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="327" data-end="983" data-is-last-node="" data-is-only-node="">Chilika Lake is a <span data-start="370" data-end="395">brackish water lagoon</span>, which means it contains a mixture of fresh water and salt water. It is one of the largest coastal lagoons in India and is located in Odisha. Chilika is internationally famous for its rich biodiversity, migratory birds, and aquatic life, especially dolphins. It is also an important source of livelihood for many local fishing communities. In Odisha PSC and other competitive exams, Chilika Lake is a very important topic because questions related to its location, nature, ecological value, and tourism significance are frequently asked in general knowledge and Odisha-specific sections.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8626

What is the primary function of management?

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-1" data-testid="conversation-turn-4" data-scroll-anchor="true" data-turn="assistant">
<div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)">
<div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn">
<div class="flex max-w-full flex-col gap-4 grow">
<div class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" dir="auto" tabindex="0" data-message-author-role="assistant" data-message-id="940d5d5b-41da-4e33-b8e2-0c628656c9d9" data-message-model-slug="gpt-5-4-thinking" data-turn-start-message="true">
<div class="flex w-full flex-col gap-1 empty:hidden">
<div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling">
<p data-start="69" data-end="284" data-is-last-node="" data-is-only-node="">The primary function of management is to help an organization achieve its goals in an efficient and effective way. It involves planning, organizing, directing, and controlling work properly.</p>
</div>
</div>
</div>
</div>
<div class="z-0 flex min-h-[46px] justify-start">&nbsp;</div>
<div class="mt-3 w-full empty:hidden">
<div class="text-center">&nbsp;</div>
</div>
</div>
</div>
</section>
<div class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]" aria-hidden="true">&nbsp;</div>
Question 8627

Which of the following is the first function of management?

Correct Answer: D
Explanation:
Planning is the first function of management because it decides in advance what to do, how to do it, when to do it, and who will do it. All other functions of management depend on planning first.
Question 8628

Organizing means:

Correct Answer: A
Explanation:
Organizing means dividing work, assigning duties to the right people, and arranging resources properly so the work can be done smoothly and efficiently.
Question 8629

Which level of management is mainly responsible for policy making?

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-4" data-testid="conversation-turn-10" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="42bfcf5e-5795-481f-86fd-89d580352dc1" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="40" data-end="244" data-is-last-node="" data-is-only-node="">Top management is mainly responsible for policy making because they set the overall goals, plans, and rules for the organization. They make major decisions for the whole business.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8630

Staffing is concerned with:

Correct Answer: C
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-5" data-testid="conversation-turn-12" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="8e39de5e-e03b-44f0-8578-c82d4a2f48a4" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="64" data-end="253" data-is-last-node="" data-is-only-node="">Staffing is concerned with finding the right people for the right job. It includes recruitment, selection, training, and placement of employees in the organization.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8631

Directing involves:

Correct Answer: C
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-6" data-testid="conversation-turn-14" data-scroll-anchor="true" data-turn="assistant">
<div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)">
<div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn">
<div class="flex max-w-full flex-col gap-4 grow">
<div class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" dir="auto" tabindex="0" data-message-author-role="assistant" data-message-id="112a44d1-90ca-4fc0-b8f5-f38dfb26e930" data-message-model-slug="gpt-5-4-thinking" data-turn-start-message="true">
<div class="flex w-full flex-col gap-1 empty:hidden">
<div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling">
<p data-start="58" data-end="278" data-is-last-node="" data-is-only-node="">Directing involves guiding, supervising, and motivating employees so they can work properly and help achieve organizational goals. It tells employees what to do and encourages them to do it well.</p>
</div>
</div>
</div>
</div>
<div class="z-0 flex min-h-[46px] justify-start">&nbsp;</div>
<div class="mt-3 w-full empty:hidden">
<div class="text-center">&nbsp;</div>
</div>
</div>
</div>
</section>
<div class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]" aria-hidden="true">&nbsp;</div>
Question 8632

The process of comparing actual performance with standards is called:

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-7" data-testid="conversation-turn-16" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="b41f731d-2813-4dea-9ef3-3fa4815b8ed0" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="37" data-end="223" data-is-last-node="" data-is-only-node="">Controlling is the process of comparing actual performance with planned standards. If there is any difference, corrective action is taken to improve performance.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8633

Which of the following is not a function of management?

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-8" data-testid="conversation-turn-18" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="36c9e1d3-2478-4f7a-9c99-8d01527af724" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="34" data-end="288" data-is-last-node="" data-is-only-node="">Auditing is not a basic function of management. The main functions of management are planning, organizing, staffing, directing, and controlling. Auditing is related to checking financial records, not general management functions.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8634

Decision-making is mainly related to:

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-9" data-testid="conversation-turn-20" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="1795bc99-3352-4b7a-9f8d-c5c6656cad2d" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="34" data-end="229" data-is-last-node="" data-is-only-node="">Decision-making is mainly related to planning because managers must choose the best course of action before starting any work. Good planning depends on correct decisions.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8635

Coordination in management means:

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-10" data-testid="conversation-turn-22" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="c13d15c8-c0ed-469b-a67f-d65c0adbae73" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="73" data-end="302" data-is-last-node="" data-is-only-node="">Coordination in management means connecting and balancing the work of different departments so everyone works together toward the same organizational goals. It helps avoid confusion and improves teamwork.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8636

Management is considered as:

Correct Answer: C
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-11" data-testid="conversation-turn-24" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="de93dff1-ddf7-4c37-b0f4-47984e5b14f7" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="46" data-end="253" data-is-last-node="" data-is-only-node="">Management is considered both art and science because it needs practical skills to handle people and work effectively, and it also uses principles, methods, and systematic knowledge.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8637

The principle of unity of command means:

Correct Answer: A
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-12" data-testid="conversation-turn-26" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="529cac4e-3e7f-4e3b-a4f5-366d0916d89f" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="79" data-end="275" data-is-last-node="" data-is-only-node="">The principle of unity of command means an employee should get instructions from only one superior. This avoids confusion, conflict, and misunderstanding in the workplace.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8638

Forecasting is associated with:

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-13" data-testid="conversation-turn-28" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="e632f8fd-1c7b-42c3-bfb5-edb520e49cd4" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="43" data-end="236" data-is-last-node="" data-is-only-node="">Forecasting is associated with future estimation because it helps management predict future conditions, needs, and results on the basis of past and present information.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8639

Motivation helps to:

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-14" data-testid="conversation-turn-30" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="be8f43ce-582c-46ba-a463-533e3ebfd241" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="63" data-end="246" data-is-last-node="" data-is-only-node="">Motivation helps increase employees’ interest and willingness to work better. It improves performance, confidence, and commitment toward organizational goals.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8640

Span of control refers to:

Correct Answer: A
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-15" data-testid="conversation-turn-32" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="ce1efd4d-5202-4ae5-96af-a1c24d9eef1f" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="66" data-end="249" data-is-last-node="" data-is-only-node="">Span of control refers to the number of employees or workers who directly report to one manager. It shows how many people a manager can supervise effectively.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8641

Middle level management mainly acts as a link between:

Correct Answer: B
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-16" data-testid="conversation-turn-34" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="4096d587-8d95-4613-b1c9-40c0e461095c" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="61" data-end="271" data-is-last-node="" data-is-only-node="">Middle level management acts as a link between top management and lower management. They pass instructions from top management to lower levels and also send reports and feedback upward.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8642

Leadership is the ability to:

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-17" data-testid="conversation-turn-36" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="77e1fa81-7342-4282-8d52-5e3d708cab6f" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="64" data-end="216" data-is-last-node="" data-is-only-node="">Leadership is the ability to influence, guide, and inspire people so they work willingly to achieve common goals or objectives.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8643

Which of the following is an example of top management?

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-18" data-testid="conversation-turn-38" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="6c8e0db8-de12-473a-b6b4-5658bf5a2dc4" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="49" data-end="241" data-is-last-node="" data-is-only-node="">A Chief Executive Officer is an example of top management because the CEO makes major decisions, sets policies, and guides the whole organization at the highest level.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8644

A good control system should be:

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-19" data-testid="conversation-turn-40" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="0c9b7480-59e7-4634-8057-45766a90c570" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="46" data-end="268" data-is-last-node="" data-is-only-node="">A good control system should be simple and effective so it can be easily understood and used properly. It should help managers find problems quickly and take corrective action without wasting time.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8645

The ultimate aim of management is to:

Correct Answer: D
Explanation:
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f0364e61-e65a-459f-9054-73457e41b515-20" data-testid="conversation-turn-42" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="5bebac15-74c4-4239-98b4-2f06cf6b977f" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="74" data-end="264" data-is-last-node="" data-is-only-node="">The ultimate aim of management is to achieve organizational objectives by using available resources like people, money, materials, and time in the best possible way.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section><div aria-hidden="true" class="pointer-events-none -mt-px h-px translate-y-[calc(var(--scroll-root-safe-area-inset-bottom)-14*var(--spacing))]"></div>
Question 8646

Are algorithms Artificial Intelligence?

Correct Answer: C
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-2" data-testid="conversation-turn-6" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="43639d41-07ef-47d3-80b2-be33c6f627c9" dir="auto" data-message-model-slug="gpt-5-3" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="331" data-end="974" data-is-last-node="" data-is-only-node="">Algorithms and <b>Artificial Intelligence</b> are closely related, but they are not the same thing. An algorithm is a step-by-step method used to solve a problem, while Artificial Intelligence is a broader concept that focuses on machines performing tasks that normally require human intelligence. AI systems rely on algorithms to process data, learn from patterns, and make decisions. For example, machine learning models use algorithms to improve accuracy over time. This means algorithms act as the foundation of AI. However, not every algorithm is AI, because many are used in simple programs without any intelligence involved.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8647

Can algorithms perform logical operations?

Correct Answer: A
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-3" data-testid="conversation-turn-8" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="cec8c876-4a67-4a2c-81b8-5e0046f582ba" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="336" data-end="1009" data-is-last-node="" data-is-only-node="">Yes, algorithms can perform logical operations because they are designed to follow rules, conditions, and decision-making steps. In programming, logical operations help an algorithm compare values, check conditions, and choose the next action. For example, an algorithm can decide whether a number is greater than another, whether a user’s password is correct, or whether a condition is true or false. These logical checks are essential in problem-solving and automation. Without logical operations, algorithms would not be able to make decisions or control the flow of a program. This is why logic is one of the most important parts of algorithm design.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8648

How do algorithms work?

Correct Answer: B
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-4" data-testid="conversation-turn-10" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="9b4a535b-5eba-452b-bd5b-493fd65b7f3e" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="276" data-end="935" data-is-last-node="" data-is-only-node="">Algorithms work by following a clear and logical sequence of steps to solve a problem or complete a task. They take some input, process it according to defined rules, and then produce an output. For example, an algorithm for adding two numbers first accepts the numbers, performs the calculation, and then shows the result. In more complex tasks, algorithms may compare values, make decisions, repeat actions, or organize data. Their main purpose is to provide a reliable method for solving problems efficiently. This step-by-step approach makes algorithms essential in programming, software development, and many real-life digital systems.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8649

Are algorithms and data structures hard to learn?

Correct Answer: C
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-5" data-testid="conversation-turn-12" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="d24da98b-7eaf-4112-aac4-28231c056877" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="379" data-end="1054" data-is-last-node="" data-is-only-node="">Algorithms and data structures can seem difficult in the beginning because they require logical thinking, problem-solving, and a clear understanding of how programs work. Many learners find the concepts confusing at first, especially topics like recursion, trees, or dynamic programming. However, with regular practice and simple explanations, they become much easier to understand. The key is to start with basic concepts such as arrays, stacks, queues, and sorting techniques before moving to advanced topics. They are not impossible to learn, and they are not only for experts. With patience and consistency, anyone can build strong skills in this area.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8650

What does the term “algorithm” mean?

Correct Answer: B
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-6" data-testid="conversation-turn-14" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="abcac918-11ba-4eee-b07b-e2a59d3d9b9f" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="300" data-end="892" data-is-last-node="" data-is-only-node="">An algorithm means a clear set of step-by-step instructions used to solve a problem or complete a task. It tells a computer or a person exactly what to do in the correct order to reach the desired result. For example, a recipe for cooking food is like an algorithm because it gives instructions one step at a time. In programming, algorithms are used for tasks such as sorting data, searching for information, or making decisions. A good algorithm should be logical, accurate, and efficient. It is one of the most important concepts in computer science and problem-solving.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8651

Which of the following algorithms will run in constant time?

Correct Answer: B
Explanation:
<div class="flex flex-col text-sm pb-25">
<section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-7" data-testid="conversation-turn-16" data-scroll-anchor="true" data-turn="assistant">
<div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)">
<div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn">
<div class="flex max-w-full flex-col gap-4 grow">
<div class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" dir="auto" tabindex="0" data-message-author-role="assistant" data-message-id="01efaae5-1bdc-492b-b2d2-a2af537737a7" data-message-model-slug="gpt-5-4-thinking" data-turn-start-message="true">
<div class="flex w-full flex-col gap-1 empty:hidden">
<div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling">
<p data-start="372" data-end="950" data-is-last-node="" data-is-only-node="">An algorithm runs in constant time when the time it takes does not depend on the size of the input. This is written as <span data-start="510" data-end="518">O(1)</span> in time complexity. Accessing an element in an array using its index is a perfect example because the computer can directly go to that memory location in one step. It does not matter whether the array has 10 elements or 10,000 elements. In contrast, finding the largest number, sorting an array, or performing a linear search usually takes more time as the input grows. That is why indexed array access is considered constant time.</p>
</div>
</div>
</div>
</div>
<div class="z-0 flex min-h-[46px] justify-start">&nbsp;</div>
<div class="mt-3 w-full empty:hidden">
<div class="text-center">&nbsp;</div>
</div>
</div>
</div>
</section>
</div>
<div class="pointer-events-none h-px w-px absolute bottom-0" aria-hidden="true" data-edge="true">&nbsp;</div>
Question 8652

Where are algorithms found?

Correct Answer: C
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-8" data-testid="conversation-turn-18" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="9f80ba8a-9fa8-4562-aad8-115e1cba4528" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="309" data-end="949" data-is-last-node="" data-is-only-node="">Algorithms are found in many places, not just in programming books or software systems. They are used in computers, mobile apps, websites, search engines, banking systems, navigation tools, and even smart devices. For example, when you search on Google, watch a video recommendation, or use a map for directions, algorithms are working in the background. They are also present in everyday life through step-by-step processes such as following a recipe, solving a math problem, or organizing tasks. In simple terms, algorithms exist wherever a sequence of instructions is used to complete a task efficiently and logically.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8653

Which sorting algorithm is most commonly used?

Correct Answer: B
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-9" data-testid="conversation-turn-20" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="2a5c3065-9b96-4a2c-90c9-3df082610c6f" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="242" data-end="935" data-is-last-node="" data-is-only-node="">Quick Sort is one of the most commonly used sorting algorithms because it is fast, efficient, and performs very well in average cases. It follows a divide-and-conquer approach, where it selects a pivot element, divides the data into smaller parts, and then sorts those parts recursively. This makes it much more practical than simple algorithms like Bubble Sort or Selection Sort for larger datasets. Although many modern programming libraries use hybrid sorting methods such as Timsort or Introsort, Quick Sort is still widely taught and widely recognized as a commonly used sorting algorithm because of its strong real-world performance and importance in computer science.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8654

Which algorithm can help ensure data integrity?

Correct Answer: B
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-10" data-testid="conversation-turn-22" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="27f19d40-14da-4673-8bdd-f4d78fa2448f" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="265" data-end="919" data-is-last-node="" data-is-only-node="">The <span data-start="288" data-end="317">SHA-256 hashing algorithm</span> is commonly used to help verify data integrity. It works by converting data into a fixed-length hash value, which acts like a unique digital fingerprint. When the data is received or accessed later, the hash can be generated again and compared with the original one. If both hash values match, the data has likely remained unchanged. If they do not match, it means the data may have been modified or corrupted. This is why hashing algorithms are widely used in cybersecurity, file verification, digital signatures, and secure systems. They do not store or sort data; they help detect changes reliably.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8655

Who are algorithms primarily created for?

Correct Answer: C
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-11" data-testid="conversation-turn-24" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="383cad66-ec22-4bc7-8f29-46858eec8a37" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="315" data-end="1040" data-is-last-node="" data-is-only-node="">Algorithms are primarily created to solve problems in a clear, logical, and efficient way for computers, digital systems, and the people who use them. A computer follows an algorithm to complete tasks such as searching, sorting, calculating, recommending content, or processing data. Although programmers design algorithms, their final purpose is usually to make technology work better for users. For example, algorithms help in banking apps, navigation systems, social media platforms, and online shopping websites. They are not made only for experts, students, or machines alone. Instead, they are developed to improve processes, support decision-making, and make tasks faster, easier, and more accurate.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8656

Why are algorithms called algorithms?

Correct Answer: C
Explanation:
<div class="flex flex-col text-sm pb-25"><section class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" data-turn-id="request-WEB:f01d4d61-59c7-4aba-b509-f21afbcb19fb-12" data-testid="conversation-turn-26" data-scroll-anchor="true" data-turn="assistant"><div class="text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)"><div class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn"><div class="flex max-w-full flex-col gap-4 grow"><div data-message-author-role="assistant" data-message-id="6a822a83-b3ed-4e03-b866-447b17f424c3" dir="auto" data-message-model-slug="gpt-5-4-thinking" class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1" data-turn-start-message="true" tabindex="0"><div class="flex w-full flex-col gap-1 empty:hidden"><div class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"><p data-start="401" data-end="1080" data-is-last-node="" data-is-only-node="">Algorithms are called algorithms because the word is derived from the name of the Persian mathematician <span data-start="524" data-end="558">Muhammad ibn Musa al-Khwarizmi</span>. His work in mathematics, especially on arithmetic and problem-solving methods, became highly influential. When his name was translated into Latin, it gradually evolved into the word <span data-start="742" data-end="755">algorithm</span>. Over time, the term came to mean a step-by-step method for solving a problem or completing a task. Today, the word is widely used in computer science, but its origin is historical rather than technical. This is why algorithms are not named after machines or software, but after a great mathematician’s lasting contribution.</p></div></div></div></div><div class="z-0 flex min-h-[46px] justify-start"></div><div class="mt-3 w-full empty:hidden"><div class="text-center"></div></div></div></div></section></div><div aria-hidden="true" data-edge="true" class="pointer-events-none h-px w-px absolute bottom-0"></div>
Question 8657

What is computer architecture?

Correct Answer: B
Explanation:
Computer architecture defines the structure and behavior of a computer system.
Question 8658

Which unit performs arithmetic and logical operations?

Correct Answer: C
Explanation:
ALU performs arithmetic and logical operations.
Question 8659

Which memory is the fastest?

Correct Answer: C
Explanation:
Cache memory is faster than RAM and secondary storage.
Question 8660

The brain of the computer is:

Correct Answer: B
Explanation:
CPU is called the brain of the computer.
Question 8661

Which bus carries memory addresses?

Correct Answer: C
Explanation:
Address bus carries address information.
Question 8662

DMA stands for:

Correct Answer: A
Explanation:
DMA stands for Direct Memory Access.
Question 8663

In pipelining, multiple instructions are:

Correct Answer: B
Explanation:
Pipelining allows overlapping execution of instructions.
Question 8664

Which is NOT a pipeline hazard?

Correct Answer: D
Explanation:
Memory hazard is not a standard pipeline hazard.
Question 8665

Virtual memory is mainly used to:

Correct Answer: C
Explanation:
Virtual memory extends RAM using disk storage.
Question 8666

Which register stores the address of the next instruction?

Correct Answer: C
Explanation:
Program Counter stores address of next instruction.
Question 8667

Cache memory is placed between:

Correct Answer: A
Explanation:
Cache memory is located between CPU and RAM.
Question 8668

Which addressing mode contains operand value directly?

Correct Answer: A
Explanation:
Immediate addressing stores operand directly in instruction.
Question 8669

The instruction cycle consists of:

Correct Answer: A
Explanation:
Instruction cycle mainly includes fetch and execute stages.
Question 8670

Which memory is non-volatile?

Correct Answer: C
Explanation:
ROM retains data after power is off.
Question 8671

A data bus is:

Correct Answer: B
Explanation:
Data bus transfers data in both directions.
Question 8672

Which component controls all operations of the CPU?

Correct Answer: B
Explanation:
Control Unit manages CPU operations.
Question 8673

Which memory hierarchy level has the largest capacity?

Correct Answer: D
Explanation:
Secondary storage has the largest capacity.
Question 8674

Which of the following is an example of secondary memory?

Correct Answer: C
Explanation:
SSD is a secondary storage device.
Question 8675

What is the main purpose of pipelining?

Correct Answer: B
Explanation:
Pipelining improves instruction throughput.
Question 8676

Which addressing mode uses a register to hold operand address?

Correct Answer: A
Explanation:
Register indirect mode uses register to store operand address.
Question 8677

Interrupts are used to:

Correct Answer: C
Explanation:
Interrupts allow CPU to respond to urgent events.
Question 8678

Which register stores the current instruction?

Correct Answer: B
Explanation:
Instruction Register stores current instruction.
Question 8679

Stack organization works on:

Correct Answer: B
Explanation:
Stack follows Last In First Out principle.
Question 8680

Which processor is designed for parallel data operations?

Correct Answer: B
Explanation:
Vector processors handle parallel data operations.
Question 8681

Parallel processing improves:

Correct Answer: A
Explanation:
Parallel processing increases execution speed.
Question 8682

Associative memory is also known as:

Correct Answer: C
Explanation:
Associative memory is also called CAM.
Question 8683

Which instruction transfers control to another location?

Correct Answer: C
Explanation:
Jump instruction changes execution flow.
Question 8684

Which bus carries control signals?

Correct Answer: C
Explanation:
Control bus carries control signals.
Question 8685

The process of transferring data directly between I/O and memory is:

Correct Answer: C
Explanation:
DMA transfers data directly between I/O and memory.
Question 8686

Which memory is closest to CPU?

Correct Answer: B
Explanation:
Cache memory is closest to CPU.
Question 8687

Which type of hazard occurs due to branch instructions?

Correct Answer: C
Explanation:
Branch instructions mainly cause control hazards.
Question 8688

The number of bits processed by CPU at once is called:

Correct Answer: B
Explanation:
Word length indicates bits processed at once.
Question 8689

Which addressing mode is commonly used in loops?

Correct Answer: B
Explanation:
Relative addressing is useful in loops and branching.
Question 8690

The MAR register stores:

Correct Answer: C
Explanation:
MAR stores memory addresses.
Question 8691

Which device manages communication between CPU and peripherals?

Correct Answer: A
Explanation:
I/O interface connects peripherals with CPU.
Question 8692

Pipeline stalls reduce:

Correct Answer: A
Explanation:
Pipeline stalls reduce instruction throughput.
Question 8693

Which memory loses data when power is off?

Correct Answer: B
Explanation:
RAM is volatile memory.
Question 8694

In instruction format, opcode specifies:

Correct Answer: B
Explanation:
Opcode tells the CPU what operation to execute.
Question 8695

SIMD stands for:

Correct Answer: A
Explanation:
SIMD means Single Instruction Multiple Data.
Question 8696

Which register temporarily stores arithmetic results?

Correct Answer: C
Explanation:
Accumulator stores intermediate arithmetic results.
Question 8697

Which architecture uses multiple processors?

Correct Answer: B
Explanation:
SIMD architecture uses parallel processors.
Question 8698

What is the primary function of cache memory?

Correct Answer: B
Explanation:
Cache improves CPU performance by storing frequently used data.
Question 8699

Which component interprets machine instructions?

Correct Answer: B
Explanation:
Control Unit interprets instructions.
Question 8700

Which memory hierarchy component is smallest in size?

Correct Answer: C
Explanation:
Registers are the smallest and fastest memory units.
Question 8701

Which type of memory access is sequential?

Correct Answer: C
Explanation:
Magnetic tape uses sequential access.
Question 8702

Which processor executes one instruction at a time?

Correct Answer: B
Explanation:
Scalar processor executes one instruction at a time.
Question 8703

What does the Control Bus carry?

Correct Answer: C
Explanation:
Control bus carries command and timing signals.
Question 8704

Which technique improves CPU utilization?

Correct Answer: B
Explanation:
Pipelining improves CPU utilization.
Question 8705

Which addressing mode accesses operand through memory location?

Correct Answer: C
Explanation:
Direct addressing accesses operand directly from memory.
Question 8706

What is the full form of ALU?

Correct Answer: A
Explanation:
ALU stands for Arithmetic Logic Unit.
Question 8707

Which memory type is used for firmware?

Correct Answer: B
Explanation:
Firmware is generally stored in ROM.
Question 8708

What is cloud computer architecture mainly related to?

Correct Answer: A
Explanation:
Cloud architecture manages distributed computing resources.
Question 8709

What is data structure?

Correct Answer: A
Explanation:
Data structure is a way to store and organize data efficiently.
Question 8710

Which data structure follows LIFO principle?

Correct Answer: B
Explanation:
Stack follows Last In First Out (LIFO) principle.
Question 8711

Which data structure follows FIFO principle?

Correct Answer: C
Explanation:
Queue follows First In First Out (FIFO) principle.
Question 8712

What is the time complexity of binary search?

Correct Answer: B
Explanation:
Binary search works in O(log n) time.
Question 8713

Which data structure is used for recursion?

Correct Answer: B
Explanation:
Stack is used for recursion function calls.
Question 8714

What is a linked list?

Correct Answer: A
Explanation:
Linked list is a linear collection of nodes connected by pointers.
Question 8715

Difference between array and linked list?

Correct Answer: B
Explanation:
Arrays are static, linked lists are dynamic in size.
Question 8716

Which data structure is best for searching?

Correct Answer: B
Explanation:
BST provides efficient searching operations.
Question 8717

What is a binary tree?

Correct Answer: A
Explanation:
Binary tree allows at most two children per node.
Question 8718

What is a binary search tree?

Correct Answer: A
Explanation:
BST maintains ordering property for efficient search.
Question 8719

Which traversal uses Root-Left-Right?

Correct Answer: B
Explanation:
Preorder traversal is Root-Left-Right.
Question 8720

Which traversal uses Left-Root-Right?

Correct Answer: A
Explanation:
Inorder traversal is Left-Root-Right.
Question 8721

Which traversal uses Left-Right-Root?

Correct Answer: C
Explanation:
Postorder traversal is Left-Right-Root.
Question 8722

What is stack overflow?

Correct Answer: B
Explanation:
Stack overflow occurs when stack is full.
Question 8723

What is queue underflow?

Correct Answer: B
Explanation:
Underflow occurs when deleting from empty queue.
Question 8724

Which data structure uses hashing?

Correct Answer: B
Explanation:
Hash table uses hashing technique.
Question 8725

What is a hash table?

Correct Answer: A
Explanation:
Hash table stores data using key-value pairs.
Question 8726

What is priority queue?

Correct Answer: B
Explanation:
Priority queue processes elements based on priority.
Question 8727

Which structure is used in BFS?

Correct Answer: B
Explanation:
BFS uses queue.
Question 8728

Which structure is used in DFS?

Correct Answer: B
Explanation:
DFS uses stack (or recursion).
Question 8729

What is a graph?

Correct Answer: A
Explanation:
Graph consists of nodes and edges.
Question 8730

What is adjacency matrix?

Correct Answer: A
Explanation:
Adjacency matrix represents graph using 2D array.
Question 8731

What is adjacency list?

Correct Answer: A
Explanation:
Adjacency list uses linked lists for graph.
Question 8732

What is linear search?

Correct Answer: A
Explanation:
Linear search checks each element one by one.
Question 8733

What is binary search?

Correct Answer: A
Explanation:
Binary search divides array into halves.
Question 8734

What is bubble sort?

Correct Answer: A
Explanation:
Bubble sort swaps adjacent elements.
Question 8735

What is merge sort?

Correct Answer: A
Explanation:
Merge sort uses divide and conquer.
Question 8736

What is quick sort?

Correct Answer: A
Explanation:
Quick sort uses pivot element.
Question 8737

What is a heap?

Correct Answer: A
Explanation:
Heap is a complete binary tree.
Question 8738

What is recursion?

Correct Answer: A
Explanation:
Recursion is self-calling function.
Question 8739

What is dynamic programming?

Correct Answer: A
Explanation:
DP solves problems using memoization.
Question 8740

What is greedy algorithm?

Correct Answer: A
Explanation:
Greedy algorithm chooses best option step by step.
Question 8741

What is backtracking?

Correct Answer: A
Explanation:
Backtracking explores all possibilities.
Question 8742

What is deque?

Correct Answer: A
Explanation:
Deque allows insertion and deletion from both ends.
Question 8743

What is Agricultural Statistics?

Correct Answer: B
Explanation:
Agricultural statistics deals with application of statistical methods in agriculture.
Question 8744

Which is the main use of statistics in agriculture?

Correct Answer: B
Explanation:
Statistics helps in analyzing agricultural data for better decisions.
Question 8745

Yield means in agriculture statistics:

Correct Answer: B
Explanation:
Yield refers to production per unit area.
Question 8746

Which is a measure of central tendency?

Correct Answer: A
Explanation:
Mean is a measure of central tendency.
Question 8747

Median is the:

Correct Answer: B
Explanation:
Median is the middle value in ordered data.
Question 8748

Mode refers to:

Correct Answer: C
Explanation:
Mode is the most frequently occurring value.
Question 8749

Which is a dispersion measure?

Correct Answer: C
Explanation:
Variance measures dispersion in data.
Question 8750

Standard deviation measures:

Correct Answer: B
Explanation:
Standard deviation shows spread of data.
Question 8751

Sampling means:

Correct Answer: B
Explanation:
Sampling is selecting a subset of population.
Question 8752

Population in statistics means:

Correct Answer: B
Explanation:
Population is the complete set of observations.
Question 8753

Sample is:

Correct Answer: B
Explanation:
Sample is a part of population.
Question 8754

Which is probability sampling method?

Correct Answer: A
Explanation:
Random sampling is a probability method.
Question 8755

Non-probability sampling includes:

Correct Answer: C
Explanation:
Judgment sampling is non-probability sampling.
Question 8756

Correlation measures:

Correct Answer: A
Explanation:
Correlation measures relationship between variables.
Question 8757

Regression is used for:

Correct Answer: A
Explanation:
Regression is used for prediction.
Question 8758

Which is primary data source?

Correct Answer: A
Explanation:
Census provides primary data.
Question 8759

Secondary data includes:

Correct Answer: B
Explanation:
Secondary data comes from published sources.
Question 8760

Which chart is used for frequency distribution?

Correct Answer: A
Explanation:
Histogram shows frequency distribution.
Question 8761

Which is a continuous variable?

Correct Answer: B
Explanation:
Rainfall is a continuous variable.
Question 8762

Discrete variable example is:

Correct Answer: C
Explanation:
Number of cattle is a discrete variable.
Question 8763

What is coefficient of variation?

Correct Answer: B
Explanation:
CV measures relative dispersion.
Question 8764

Index numbers are used for:

Correct Answer: A
Explanation:
Index numbers compare price levels.
Question 8765

Time series analysis studies:

Correct Answer: B
Explanation:
Time series analyzes data over time.
Question 8766

Which is a measure of skewness?

Correct Answer: A
Explanation:
Skewness measures asymmetry.
Question 8767

Census means:

Correct Answer: B
Explanation:
Census is complete data collection.
Question 8768

What is standard error?

Correct Answer: B
Explanation:
Standard error measures accuracy of sample estimate.
Question 8769

Which is a graphical representation?

Correct Answer: B
Explanation:
Histogram is a graphical representation.
Question 8770

Which distribution is commonly used in agriculture data?

Correct Answer: A
Explanation:
Normal distribution is widely used in agriculture statistics.
Question 8771

Which is a measure of location?

Correct Answer: A
Explanation:
Mean is a measure of location.
Question 8772

Which tool helps in data summarization?

Correct Answer: A
Explanation:
Mean and median summarize data.
Question 8773

What is error in statistics?

Correct Answer: A
Explanation:
Error is deviation from true value.
Question 8774

What is the main goal of environmental engineering?

Correct Answer: B
Explanation:
Environmental engineering focuses on protecting human health and the environment.
Question 8775

Which gas is primarily responsible for global warming?

Correct Answer: B
Explanation:
CO2 is the major greenhouse gas contributing to global warming.
Question 8776

Which layer of atmosphere protects Earth from UV rays?

Correct Answer: B
Explanation:
Ozone layer is located in the stratosphere.
Question 8777

What is BOD in water pollution?

Correct Answer: A
Explanation:
BOD measures oxygen required by microbes to decompose organic matter.
Question 8778

What does COD stand for?

Correct Answer: A
Explanation:
COD measures oxygen required to chemically oxidize pollutants.
Question 8779

Which is a renewable energy source?

Correct Answer: C
Explanation:
Solar energy is renewable and sustainable.
Question 8780

What is eutrophication?

Correct Answer: B
Explanation:
Eutrophication is nutrient enrichment in water bodies.
Question 8781

Which is a primary air pollutant?

Correct Answer: B
Explanation:
Carbon monoxide is directly emitted pollutant.
Question 8782

What is secondary air pollutant?

Correct Answer: C
Explanation:
Ozone is formed by reactions in atmosphere.
Question 8783

Which process removes suspended solids from water?

Correct Answer: B
Explanation:
Sedimentation allows particles to settle.
Question 8784

What is the purpose of chlorination?

Correct Answer: B
Explanation:
Chlorination disinfects water.
Question 8785

Which is a non-point source of pollution?

Correct Answer: C
Explanation:
Agricultural runoff is diffuse pollution.
Question 8786

Which gas causes acid rain?

Correct Answer: B
Explanation:
SO2 and NOx form acid rain.
Question 8787

What is noise pollution measured in?

Correct Answer: B
Explanation:
Noise is measured in decibels (dB).
Question 8788

Which is a solid waste management method?

Correct Answer: A
Explanation:
Incineration burns solid waste.
Question 8789

What is composting?

Correct Answer: B
Explanation:
Composting decomposes organic waste biologically.
Question 8790

Which is greenhouse gas other than CO2?

Correct Answer: B
Explanation:
Methane is a strong greenhouse gas.
Question 8791

What is pH range of pure water?

Correct Answer: C
Explanation:
Pure water has neutral pH of 7.
Question 8792

Which treatment is used for sewage water?

Correct Answer: A
Explanation:
Sewage Treatment Plant (STP) treats wastewater.
Question 8793

What is biomagnification?

Correct Answer: B
Explanation:
Biomagnification is accumulation of toxins in food chain.
Question 8794

Which is a renewable resource?

Correct Answer: C
Explanation:
Forests are renewable resources.
Question 8795

What is carbon footprint?

Correct Answer: B
Explanation:
Carbon footprint measures total GHG emissions.
Question 8796

Which is used in water softening?

Correct Answer: B
Explanation:
Ion exchange removes hardness from water.
Question 8797

What is reverse osmosis used for?

Correct Answer: B
Explanation:
RO is used for water purification.
Question 8798

Which is major cause of urban air pollution?

Correct Answer: B
Explanation:
Vehicles are major urban pollution source.
Question 8799

What is sustainable development?

Correct Answer: B
Explanation:
Sustainable development balances present and future needs.
Question 8800

Which instrument measures air quality?

Correct Answer: B
Explanation:
AQI measures air quality.
Question 8801

What is landfill?

Correct Answer: B
Explanation:
Landfill is waste disposal method.
Question 8802

Which pollutant causes smog?

Correct Answer: B
Explanation:
NOx and hydrocarbons form smog.
Question 8803

What is deforestation impact?

Correct Answer: B
Explanation:
Deforestation leads to biodiversity loss.
Question 8804

Which is modern waste management approach?

Correct Answer: B
Explanation:
Circular economy promotes reuse and recycling.
Question 8805

What is Agricultural Statistics?

Correct Answer: B
Explanation:
Agricultural statistics deals with application of statistical methods in agriculture.
Question 8806

Which is the main use of statistics in agriculture?

Correct Answer: B
Explanation:
Statistics helps in analyzing agricultural data for better decisions.
Question 8807

Yield means in agriculture statistics:

Correct Answer: B
Explanation:
Yield refers to production per unit area.
Question 8808

Which is a measure of central tendency?

Correct Answer: A
Explanation:
Mean is a measure of central tendency.
Question 8809

Median is the:

Correct Answer: B
Explanation:
Median is the middle value in ordered data.
Question 8810

Mode refers to:

Correct Answer: C
Explanation:
Mode is the most frequently occurring value.
Question 8811

Which is a dispersion measure?

Correct Answer: C
Explanation:
Variance measures dispersion in data.
Question 8812

Standard deviation measures:

Correct Answer: B
Explanation:
Standard deviation shows spread of data.
Question 8813

Sampling means:

Correct Answer: B
Explanation:
Sampling is selecting a subset of population.
Question 8814

Population in statistics means:

Correct Answer: B
Explanation:
Population is the complete set of observations.
Question 8815

Sample is:

Correct Answer: B
Explanation:
Sample is a part of population.
Question 8816

Which is probability sampling method?

Correct Answer: A
Explanation:
Random sampling is a probability method.
Question 8817

Non-probability sampling includes:

Correct Answer: C
Explanation:
Judgment sampling is non-probability sampling.
Question 8818

Correlation measures:

Correct Answer: A
Explanation:
Correlation measures relationship between variables.
Question 8819

Regression is used for:

Correct Answer: A
Explanation:
Regression is used for prediction.
Question 8820

Which is primary data source?

Correct Answer: A
Explanation:
Census provides primary data.
Question 8821

Secondary data includes:

Correct Answer: B
Explanation:
Secondary data comes from published sources.
Question 8822

Which chart is used for frequency distribution?

Correct Answer: A
Explanation:
Histogram shows frequency distribution.
Question 8823

Which is a continuous variable?

Correct Answer: B
Explanation:
Rainfall is a continuous variable.
Question 8824

Discrete variable example is:

Correct Answer: C
Explanation:
Number of cattle is a discrete variable.
Question 8825

What is coefficient of variation?

Correct Answer: B
Explanation:
CV measures relative dispersion.
Question 8826

Index numbers are used for:

Correct Answer: A
Explanation:
Index numbers compare price levels.
Question 8827

Time series analysis studies:

Correct Answer: B
Explanation:
Time series analyzes data over time.
Question 8828

Which is a measure of skewness?

Correct Answer: A
Explanation:
Skewness measures asymmetry.
Question 8829

Census means:

Correct Answer: B
Explanation:
Census is complete data collection.
Question 8830

What is standard error?

Correct Answer: B
Explanation:
Standard error measures accuracy of sample estimate.
Question 8831

Which is a graphical representation?

Correct Answer: B
Explanation:
Histogram is a graphical representation.
Question 8832

Which distribution is commonly used in agriculture data?

Correct Answer: A
Explanation:
Normal distribution is widely used in agriculture statistics.
Question 8833

Which is a measure of location?

Correct Answer: A
Explanation:
Mean is a measure of location.
Question 8834

Which tool helps in data summarization?

Correct Answer: A
Explanation:
Mean and median summarize data.
Question 8835

What is error in statistics?

Correct Answer: A
Explanation:
Error is deviation from true value.
Question 8836

What is instrumentation engineering?

Correct Answer: B
Explanation:
Instrumentation engineering deals with measurement and control of processes.
Question 8837

Which device measures temperature?

Correct Answer: B
Explanation:
Thermometer is used to measure temperature.
Question 8838

Which instrument measures pressure?

Correct Answer: A
Explanation:
Manometer measures pressure.
Question 8839

What does anemometer measure?

Correct Answer: B
Explanation:
Anemometer measures wind speed.
Question 8840

Which sensor is used for light measurement?

Correct Answer: A
Explanation:
LDR measures light intensity.
Question 8841

What is transducer?

Correct Answer: A
Explanation:
Transducer converts one energy form to another.
Question 8842

Which is active transducer?

Correct Answer: A
Explanation:
Thermocouple is an active transducer.
Question 8843

Which is passive transducer?

Correct Answer: C
Explanation:
Strain gauge is a passive transducer.
Question 8844

What is calibration?

Correct Answer: B
Explanation:
Calibration is comparison with standard instrument.
Question 8845

What is accuracy?

Correct Answer: A
Explanation:
Accuracy means closeness to true value.
Question 8846

What is precision?

Correct Answer: B
Explanation:
Precision is repeatability of results.
Question 8847

What is resolution of instrument?

Correct Answer: B
Explanation:
Resolution is smallest measurable change.
Question 8848

What is hysteresis in instrumentation?

Correct Answer: B
Explanation:
Hysteresis is lag between input-output response.
Question 8849

What is strain gauge used for?

Correct Answer: B
Explanation:
Strain gauge measures deformation.
Question 8850

Which device measures flow rate?

Correct Answer: A
Explanation:
Venturimeter measures fluid flow rate.
Question 8851

What is RTD used for?

Correct Answer: B
Explanation:
RTD measures temperature using resistance.
Question 8852

What is thermocouple used for?

Correct Answer: B
Explanation:
Thermocouple measures temperature.
Question 8853

Which instrument measures humidity?

Correct Answer: A
Explanation:
Hygrometer measures humidity.
Question 8854

What is signal conditioning?

Correct Answer: B
Explanation:
Signal conditioning prepares sensor signals.
Question 8855

What is transmitter in instrumentation?

Correct Answer: A
Explanation:
Transmitter sends standardized signals.
Question 8856

What is 4-20 mA signal used for?

Correct Answer: B
Explanation:
4-20 mA is standard industrial analog signal.
Question 8857

What is SCADA system?

Correct Answer: B
Explanation:
SCADA is used for industrial control and monitoring.
Question 8858

What is PLC?

Correct Answer: B
Explanation:
PLC is used in industrial automation.
Question 8859

Which instrument measures speed?

Correct Answer: A
Explanation:
Tachometer measures rotational speed.
Question 8860

What is control system?

Correct Answer: A
Explanation:
Control system regulates process output.
Question 8861

What is open loop control system?

Correct Answer: A
Explanation:
Open loop has no feedback.
Question 8862

What is closed loop control system?

Correct Answer: B
Explanation:
Closed loop uses feedback.
Question 8863

What is actuator?

Correct Answer: B
Explanation:
Actuator converts signal into motion.
Question 8864

What is error in measurement?

Correct Answer: B
Explanation:
Error is difference between measured and true value.
Question 8865

What is zero error?

Correct Answer: B
Explanation:
Zero error occurs when instrument reads non-zero at zero input.
Question 8866

What is dead zone in instrumentation?

Correct Answer: A
Explanation:
Dead zone is range where instrument does not respond.
Question 8867

What is sensitivity of instrument?

Correct Answer: A
Explanation:
Sensitivity measures output change for input change.
Question 8868

What is repeatability?

Correct Answer: A
Explanation:
Repeatability means consistent results.
Question 8869

What is reproducibility?

Correct Answer: B
Explanation:
Reproducibility is consistency under changed conditions.
Question 8870

What is digital instrument?

Correct Answer: B
Explanation:
Digital instruments display discrete values.
Question 8871

What is analog instrument?

Correct Answer: B
Explanation:
Analog instruments show continuous variation.
Question 8872

What is data acquisition system?

Correct Answer: A
Explanation:
DAS collects and processes data.
Question 8873

What is automation in instrumentation?

Correct Answer: B
Explanation:
Automation reduces human intervention.
Question 8874

What is feedback in control system?

Correct Answer: A
Explanation:
Feedback improves system accuracy.
Question 8875

What is PLC programming used for?

Correct Answer: B
Explanation:
PLC programming is used in automation systems.
Question 8876

What is smart sensor?

Correct Answer: B
Explanation:
Smart sensors include processing and communication.
Question 8877

What is industrial instrumentation used for?

Correct Answer: B
Explanation:
Used for monitoring industrial operations.
Question 8878

What is calibration error?

Correct Answer: B
Explanation:
Calibration error occurs due to improper calibration.
Question 8879

What is sampling rate in instrumentation?

Correct Answer: B
Explanation:
Sampling rate is number of samples per second.
Question 8880

What is signal-to-noise ratio?

Correct Answer: B
Explanation:
SNR compares signal strength with noise.
Question 8881

What is distributed control system (DCS)?

Correct Answer: B
Explanation:
DCS uses distributed controllers for process control.
Question 8882

What is digital electronics?

Correct Answer: B
Explanation:
Digital electronics deals with digital signals (0 and 1) and logic circuits.
Question 8883

Which number system is used in digital electronics?

Correct Answer: B
Explanation:
Binary number system is used in digital electronics.
Question 8884

How many states does a digital signal have?

Correct Answer: B
Explanation:
Digital signals have two states: 0 and 1.
Question 8885

What is logic gate?

Correct Answer: B
Explanation:
Logic gates perform logical operations on binary inputs.
Question 8886

Which is NOT a basic logic gate?

Correct Answer: D
Explanation:
ADC is not a logic gate.
Question 8887

Which gate gives output 1 only when all inputs are 1?

Correct Answer: B
Explanation:
AND gate outputs 1 only when all inputs are 1.
Question 8888

Which gate gives output 1 when any input is 1?

Correct Answer: B
Explanation:
OR gate outputs 1 if any input is 1.
Question 8889

NOT gate is also called:

Correct Answer: A
Explanation:
NOT gate is called inverter.
Question 8890

What is NAND gate?

Correct Answer: A
Explanation:
NAND is NOT of AND gate.
Question 8891

What is NOR gate?

Correct Answer: A
Explanation:
NOR is NOT of OR gate.
Question 8892

Which gate is universal gate?

Correct Answer: C
Explanation:
NAND gate is a universal gate.
Question 8893

Which gate is also a universal gate?

Correct Answer: C
Explanation:
NOR gate is also universal.
Question 8894

What is XOR gate output when inputs are same?

Correct Answer: A
Explanation:
XOR outputs 0 for same inputs.
Question 8895

What is flip-flop?

Correct Answer: A
Explanation:
Flip-flop is a memory storage element.
Question 8896

Which flip-flop is used for memory storage?

Correct Answer: A
Explanation:
RS flip-flop stores binary data.
Question 8897

What is clock signal used for?

Correct Answer: B
Explanation:
Clock synchronizes digital circuits.
Question 8898

What is a register?

Correct Answer: A
Explanation:
Register is a small storage unit in CPU.
Question 8899

How many bits in a nibble?

Correct Answer: B
Explanation:
Nibble = 4 bits.
Question 8900

How many bits in a byte?

Correct Answer: B
Explanation:
1 byte = 8 bits.
Question 8901

What is combinational circuit?

Correct Answer: B
Explanation:
Combinational circuits depend only on current inputs.
Question 8902

What is sequential circuit?

Correct Answer: B
Explanation:
Sequential circuits have memory.
Question 8903

Which is combinational circuit example?

Correct Answer: C
Explanation:
Adder is combinational circuit.
Question 8904

Which is sequential circuit example?

Correct Answer: C
Explanation:
Counter is sequential circuit.
Question 8905

What is multiplexer?

Correct Answer: B
Explanation:
MUX selects one input from many.
Question 8906

What is demultiplexer?

Correct Answer: B
Explanation:
DEMUX sends one input to many outputs.
Question 8907

What is encoder?

Correct Answer: B
Explanation:
Encoder converts inputs into binary code.
Question 8908

What is decoder?

Correct Answer: A
Explanation:
Decoder converts binary to output lines.
Question 8909

What is full adder?

Correct Answer: B
Explanation:
Full adder adds 3 bits (A, B, Carry-in).
Question 8910

What is half adder?

Correct Answer: B
Explanation:
Half adder adds two bits.
Question 8911

What is latch?

Correct Answer: A
Explanation:
Latch is basic memory element.
Question 8912

What is counter in digital electronics?

Correct Answer: B
Explanation:
Counter counts clock pulses.
Question 8913

What is shift register?

Correct Answer: A
Explanation:
Shift register shifts data serially.
Question 8914

Which gate is used in half adder sum?

Correct Answer: C
Explanation:
XOR gives sum in half adder.
Question 8915

Which gate is used for carry in half adder?

Correct Answer: A
Explanation:
AND gate gives carry output.
Question 8916

What is propagation delay?

Correct Answer: A
Explanation:
Propagation delay is time taken for output response.
Question 8917

What is tri-state buffer?

Correct Answer: C
Explanation:
Tri-state buffer has high impedance state.
Question 8918

What is binary code?

Correct Answer: B
Explanation:
Binary code uses 0 and 1.
Question 8919

What is logic family?

Correct Answer: A
Explanation:
Logic family is group of digital logic circuits.
Question 8920

Which is fastest logic family?

Correct Answer: C
Explanation:
ECL is fastest logic family.
Question 8921

What is IC in digital electronics?

Correct Answer: B
Explanation:
IC stands for Integrated Circuit.
Question 8922

What is memory cell?

Correct Answer: A
Explanation:
Memory cell stores one bit of data.
Question 8923

What is asynchronous circuit?

Correct Answer: A
Explanation:
Asynchronous circuits have no clock.
Question 8924

What is synchronous circuit?

Correct Answer: B
Explanation:
Synchronous circuits use clock.
Question 8925

What is logic level HIGH?

Correct Answer: B
Explanation:
HIGH represents logic 1.
Question 8926

What is logic level LOW?

Correct Answer: B
Explanation:
LOW represents logic 0.
Question 8927

What is electrical safety?

Correct Answer: B
Explanation:
Electrical safety refers to practices that protect from electrical hazards.
Question 8928

What is the main cause of electric shock?

Correct Answer: B
Explanation:
Electric shock occurs when current passes through the body.
Question 8929

Which device protects against overcurrent?

Correct Answer: B
Explanation:
Fuse protects circuits from excessive current.
Question 8930

Which device automatically breaks circuit during fault?

Correct Answer: B
Explanation:
Circuit breaker trips during fault conditions.
Question 8931

What is earthing?

Correct Answer: B
Explanation:
Earthing connects system to ground for safety.
Question 8932

Why is earthing important?

Correct Answer: B
Explanation:
Earthing protects humans from shock.
Question 8933

What is insulation in electrical safety?

Correct Answer: B
Explanation:
Insulation prevents current leakage.
Question 8934

Which material is good insulator?

Correct Answer: C
Explanation:
Rubber is a good insulator.
Question 8935

What is electrical overload?

Correct Answer: B
Explanation:
Overload occurs when current exceeds limit.
Question 8936

What is short circuit?

Correct Answer: B
Explanation:
Short circuit is unintended low resistance path.
Question 8937

What is shock hazard voltage considered dangerous?

Correct Answer: B
Explanation:
Above 50V AC is generally dangerous.
Question 8938

What is PPE in electrical safety?

Correct Answer: B
Explanation:
PPE refers to safety gear like gloves and helmets.
Question 8939

Which PPE is used for electricians?

Correct Answer: A
Explanation:
Rubber gloves provide insulation.
Question 8940

What is arc flash?

Correct Answer: B
Explanation:
Arc flash is a dangerous electrical explosion.
Question 8941

What causes arc flash?

Correct Answer: B
Explanation:
Arc flash occurs due to fault current in air.
Question 8942

What is lockout/tagout procedure?

Correct Answer: B
Explanation:
LOTO ensures machines are safely shut off.
Question 8943

What is safe voltage limit for dry conditions?

Correct Answer: C
Explanation:
50V is considered safety threshold.
Question 8944

What is step potential?

Correct Answer: B
Explanation:
Step potential can cause shock near fault.
Question 8945

What is touch potential?

Correct Answer: A
Explanation:
Touch potential is voltage when touching equipment.
Question 8946

Which tool is used to detect live wire?

Correct Answer: A
Explanation:
Multimeter detects voltage in live wires.
Question 8947

What is function of MCB?

Correct Answer: B
Explanation:
MCB protects against overload and short circuit.
Question 8948

What is RCCB used for?

Correct Answer: B
Explanation:
RCCB detects leakage current.
Question 8949

What is difference between MCB and fuse?

Correct Answer: A
Explanation:
MCB can be reset, fuse must be replaced.
Question 8950

What is electrical grounding resistance?

Correct Answer: B
Explanation:
Grounding resistance ensures safe discharge.
Question 8951

What is safe practice before electrical work?

Correct Answer: B
Explanation:
Always disconnect power before work.
Question 8952

What is danger of wet hands with electricity?

Correct Answer: B
Explanation:
Wet skin reduces resistance and increases shock risk.
Question 8953

What is electrical fire cause?

Correct Answer: B
Explanation:
Overload causes overheating and fire.
Question 8954

Which extinguisher is used for electrical fire?

Correct Answer: C
Explanation:
CO2 extinguisher is safe for electrical fires.
Question 8955

What is safety sign color for danger?

Correct Answer: C
Explanation:
Red indicates danger.
Question 8956

What is insulating mat used for?

Correct Answer: B
Explanation:
Insulating mats prevent shock.
Question 8957

What is safe working distance in high voltage area?

Correct Answer: B
Explanation:
Safety requires maintaining distance from HV lines.
Question 8958

What is meaning of hazard in electrical safety?

Correct Answer: B
Explanation:
Hazard means potential danger.
Question 8959

What is arc suppression?

Correct Answer: B
Explanation:
Arc suppression reduces electrical arcs.
Question 8960

What is protective relay used for?

Correct Answer: B
Explanation:
Relays detect faults and isolate systems.
Question 8961

What is importance of warning labels in electrical systems?

Correct Answer: B
Explanation:
Labels warn users about hazards.
Question 8962

What is overvoltage protection device?

Correct Answer: B
Explanation:
Surge protectors prevent voltage spikes.
Question 8963

What is electrical safety audit?

Correct Answer: B
Explanation:
Audit checks electrical safety standards.
Question 8964

What is purpose of emergency stop switch?

Correct Answer: B
Explanation:
Emergency stop quickly shuts down equipment.
Question 8965

What is safe ladder material for electrical work?

Correct Answer: C
Explanation:
Non-conductive ladders are safe.
Question 8966

What is importance of PPE inspection?

Correct Answer: B
Explanation:
Inspection ensures PPE effectiveness.
Question 8967

What is residual current device (RCD)?

Correct Answer: B
Explanation:
RCD protects from electric shock.
Question 8968

What is electrical isolation?

Correct Answer: B
Explanation:
Isolation ensures safety during maintenance.
Question 8969

What is safe insulation resistance value?

Correct Answer: B
Explanation:
High insulation resistance ensures safety.
Question 8970

What is danger of overloaded extension boards?

Correct Answer: B
Explanation:
Overloading can cause fire hazards.
Question 8971

What is role of warning sirens in electrical systems?

Correct Answer: B
Explanation:
Sirens warn about hazards.
Question 8972

What is the main purpose of power transmission system?

Correct Answer: B
Explanation:
Transmission system carries power from generating stations to substations.
Question 8973

Which voltage level is used for long distance transmission?

Correct Answer: C
Explanation:
High voltage reduces power loss over long distances.
Question 8974

What is the main advantage of high voltage transmission?

Correct Answer: B
Explanation:
High voltage reduces I²R losses.
Question 8975

Which system is used for stepping up voltage?

Correct Answer: A
Explanation:
Step-up transformers increase voltage for transmission.
Question 8976

What is distribution system in power system?

Correct Answer: B
Explanation:
Distribution system delivers electricity to end users.
Question 8977

Which is primary distribution voltage level?

Correct Answer: C
Explanation:
Primary distribution commonly uses 11 kV.
Question 8978

Which is secondary distribution voltage?

Correct Answer: D
Explanation:
Secondary distribution supplies 415V/230V to consumers.
Question 8979

What is transmission line?

Correct Answer: B
Explanation:
Transmission lines carry electrical power.
Question 8980

Which material is commonly used for overhead transmission lines?

Correct Answer: B
Explanation:
ACSR is widely used due to strength and conductivity.
Question 8981

What is corona effect in transmission lines?

Correct Answer: B
Explanation:
Corona is ionization of air around high voltage conductors.
Question 8982

What is sag in transmission lines?

Correct Answer: B
Explanation:
Sag is the lowest point of conductor between towers.
Question 8983

Why is sag provided in transmission lines?

Correct Answer: B
Explanation:
Sag reduces mechanical tension due to temperature changes.
Question 8984

What is insulator in transmission line?

Correct Answer: B
Explanation:
Insulators prevent leakage of current to towers.
Question 8985

Which material is used for transmission line insulators?

Correct Answer: B
Explanation:
Porcelain and glass are commonly used insulators.
Question 8986

What is string insulator used for?

Correct Answer: B
Explanation:
String insulators are used in high voltage lines.
Question 8987

What is the function of a substation?

Correct Answer: B
Explanation:
Substations step up or step down voltage.
Question 8988

What is busbar in substation?

Correct Answer: B
Explanation:
Busbar distributes power in substations.
Question 8989

What is circuit breaker used for?

Correct Answer: B
Explanation:
Circuit breakers protect against faults.
Question 8990

What is isolator in power system?

Correct Answer: B
Explanation:
Isolator is used for no-load switching.
Question 8991

What is earthing in power system?

Correct Answer: A
Explanation:
Earthing protects against electric shock.
Question 8992

What is power factor?

Correct Answer: A
Explanation:
Power factor indicates efficiency of power usage.
Question 8993

What is ideal power factor value?

Correct Answer: C
Explanation:
Unity power factor (1) is ideal.
Question 8994

What is load factor?

Correct Answer: B
Explanation:
Load factor measures utilization efficiency.
Question 8995

What is voltage regulation?

Correct Answer: B
Explanation:
Voltage regulation measures voltage variation.
Question 8996

What is transmission efficiency?

Correct Answer: A
Explanation:
Efficiency is output power divided by input power.
Question 8997

Which system reduces transmission losses?

Correct Answer: A
Explanation:
High voltage reduces I²R losses.
Question 8998

What is HVDC transmission?

Correct Answer: A
Explanation:
HVDC uses direct current for long distance transmission.
Question 8999

What is advantage of HVDC?

Correct Answer: B
Explanation:
HVDC has lower losses for long distance.
Question 9000

What is corona loss?

Correct Answer: B
Explanation:
Corona causes energy loss in lines.
Question 9001

What is skin effect?

Correct Answer: B
Explanation:
AC current tends to flow at conductor surface.
Question 9002

What is proximity effect?

Correct Answer: B
Explanation:
Proximity effect occurs due to nearby conductors.
Question 9003

What is surge in power system?

Correct Answer: B
Explanation:
Surge is sudden increase in voltage.
Question 9004

What is lightning arrester used for?

Correct Answer: B
Explanation:
Lightning arrester protects equipment from surges.
Question 9005

What is distribution transformer?

Correct Answer: B
Explanation:
Distribution transformer reduces voltage for use.
Question 9006

What is radial distribution system?

Correct Answer: B
Explanation:
Radial system supplies power in one path.
Question 9007

What is ring main system?

Correct Answer: B
Explanation:
Ring system provides alternate supply path.
Question 9008

What is feeder in distribution system?

Correct Answer: B
Explanation:
Feeder carries power to distribution points.
Question 9009

What is service line?

Correct Answer: B
Explanation:
Service line connects consumer to distribution network.
Question 9010

What is demand factor?

Correct Answer: A
Explanation:
Demand factor measures system demand.
Question 9011

What is diversity factor?

Correct Answer: A
Explanation:
Diversity factor improves system design.
Question 9012

What is reliability in power system?

Correct Answer: B
Explanation:
Reliability ensures continuous supply.
Question 9013

What is power quality?

Correct Answer: A
Explanation:
Power quality refers to stable supply conditions.
Question 9014

What is distribution automation?

Correct Answer: B
Explanation:
Automation improves efficiency and reliability.
Question 9015

What is smart grid?

Correct Answer: B
Explanation:
Smart grid uses digital technology for power management.
Question 9016

What is load shedding?

Correct Answer: B
Explanation:
Load shedding manages demand during shortage.
Question 9017

What is peak load?

Correct Answer: B
Explanation:
Peak load is maximum demand period.
Question 9018

What is an electric vehicle (EV)?

Correct Answer: B
Explanation:
An EV uses an electric motor powered by a battery instead of fossil fuels.
Question 9019

Which is the main energy source in electric vehicles?

Correct Answer: C
Explanation:
EVs mainly use rechargeable batteries as energy source.
Question 9020

What type of motor is commonly used in EVs?

Correct Answer: A
Explanation:
Induction motors and BLDC motors are commonly used in EVs.
Question 9021

What does BLDC motor stand for?

Correct Answer: A
Explanation:
BLDC means Brushless Direct Current motor.
Question 9022

Which component stores energy in EVs?

Correct Answer: B
Explanation:
Battery pack stores electrical energy in EVs.
Question 9023

What is the full form of BMS in EV technology?

Correct Answer: B
Explanation:
BMS manages charging, discharging, and safety of battery.
Question 9024

What is the function of EV inverter?

Correct Answer: B
Explanation:
Inverter converts DC from battery to AC for motor.
Question 9025

Which charging level is fastest in EV charging?

Correct Answer: C
Explanation:
Level 3 DC fast charging is the fastest.
Question 9026

What is regenerative braking in EV?

Correct Answer: B
Explanation:
Regenerative braking recovers energy during braking.
Question 9027

Which battery type is commonly used in EVs?

Correct Answer: B
Explanation:
Lithium-ion batteries are widely used due to high energy density.
Question 9028

What is the main advantage of lithium-ion battery?

Correct Answer: B
Explanation:
Lithium-ion batteries store more energy per weight.
Question 9029

What does SOC mean in EV battery?

Correct Answer: B
Explanation:
SOC indicates remaining battery charge level.
Question 9030

What does SOH mean in EV battery?

Correct Answer: A
Explanation:
SOH indicates battery health condition.
Question 9031

Which gas emission is reduced by EVs?

Correct Answer: C
Explanation:
EVs have zero tailpipe emissions.
Question 9032

What is range anxiety in EVs?

Correct Answer: B
Explanation:
Range anxiety is concern about insufficient driving range.
Question 9033

What is EV charging station called?

Correct Answer: B
Explanation:
EVSE is equipment used for charging EVs.
Question 9034

Which factor affects EV range most?

Correct Answer: B
Explanation:
Speed and load significantly affect battery consumption.
Question 9035

What is DC fast charging advantage?

Correct Answer: B
Explanation:
DC fast charging reduces charging time.
Question 9036

What is electric drivetrain in EV?

Correct Answer: B
Explanation:
Drivetrain transmits motor power to wheels.
Question 9037

Which EV type uses both engine and motor?

Correct Answer: B
Explanation:
Hybrid EV uses both combustion engine and electric motor.
Question 9038

What is PHEV?

Correct Answer: B
Explanation:
PHEV can be charged externally.
Question 9039

What is ICE in vehicles?

Correct Answer: A
Explanation:
ICE refers to petrol/diesel engines.
Question 9040

What is torque in EV motor?

Correct Answer: A
Explanation:
Torque is rotational force produced by motor.
Question 9041

Which EV component controls motor speed?

Correct Answer: B
Explanation:
Motor controller regulates speed and torque.
Question 9042

What is EV thermal management system used for?

Correct Answer: B
Explanation:
Thermal system maintains optimal operating temperature.
Question 9043

What is charging time affected by?

Correct Answer: A
Explanation:
Charging depends on battery capacity and charger rating.
Question 9044

What is energy recovery in EV?

Correct Answer: B
Explanation:
Energy recovery uses braking energy.
Question 9045

What is EV efficiency compared to ICE?

Correct Answer: B
Explanation:
EVs are more efficient than ICE vehicles.
Question 9046

What is battery degradation in EV?

Correct Answer: B
Explanation:
Battery capacity reduces with time and cycles.
Question 9047

What is fast charging drawback?

Correct Answer: A
Explanation:
Fast charging can degrade battery faster.
Question 9048

What is EV power electronics used for?

Correct Answer: B
Explanation:
Power electronics control energy flow in EVs.
Question 9049

What is onboard charger in EV?

Correct Answer: B
Explanation:
Onboard charger converts AC from grid to DC.
Question 9050

What is charging plug standard in EV?

Correct Answer: B
Explanation:
CCS and CHAdeMO are common EV charging standards.
Question 9051

What is EV noise level compared to ICE?

Correct Answer: B
Explanation:
EVs are much quieter than ICE vehicles.
Question 9052

What is battery pack in EV?

Correct Answer: B
Explanation:
Battery pack consists of multiple cells.
Question 9053

What is electric vehicle controller?

Correct Answer: B
Explanation:
Controller manages motor speed and torque.
Question 9054

What is EV drivetrain efficiency loss mainly due to?

Correct Answer: A
Explanation:
Losses occur due to electrical and thermal effects.
Question 9055

What is EV future trend?

Correct Answer: B
Explanation:
Future focuses on EVs and renewable energy integration.
Question 9056

What is analog electronics?

Correct Answer: B
Explanation:
Analog electronics deals with continuous-time signals.
Question 9057

Which of the following is an analog signal?

Correct Answer: C
Explanation:
Sine wave is a continuous analog signal.
Question 9058

What is amplifier used for?

Correct Answer: B
Explanation:
Amplifiers increase the strength of weak signals.
Question 9059

What is the function of rectifier?

Correct Answer: B
Explanation:
Rectifier converts AC into DC.
Question 9060

Which device is used to smooth DC output?

Correct Answer: B
Explanation:
Capacitor filters ripple from DC output.
Question 9061

What is diode?

Correct Answer: A
Explanation:
Diode allows current in one direction only.
Question 9062

What is transistor?

Correct Answer: B
Explanation:
Transistor is used for switching and amplification.
Question 9063

Which transistor terminals are called?

Correct Answer: B
Explanation:
BJT has emitter, base, and collector.
Question 9064

What is the function of capacitor?

Correct Answer: B
Explanation:
Capacitor stores electrical energy.
Question 9065

What is inductor?

Correct Answer: B
Explanation:
Inductor stores energy in magnetic field.
Question 9066

What is RC circuit?

Correct Answer: A
Explanation:
RC circuit contains resistor and capacitor.
Question 9067

What is time constant in RC circuit?

Correct Answer: B
Explanation:
Time constant is R multiplied by C.
Question 9068

What is oscillator?

Correct Answer: B
Explanation:
Oscillator generates periodic waveforms.
Question 9069

Which oscillator generates sine wave?

Correct Answer: A
Explanation:
RC oscillators generate sine waves.
Question 9070

What is feedback in amplifier?

Correct Answer: A
Explanation:
Feedback improves stability and gain.
Question 9071

What is negative feedback?

Correct Answer: B
Explanation:
Negative feedback stabilizes amplifier.
Question 9072

What is positive feedback?

Correct Answer: B
Explanation:
Positive feedback increases output signal.
Question 9073

What is clipping in electronics?

Correct Answer: B
Explanation:
Clipping removes part of signal waveform.
Question 9074

What is clipping circuit used for?

Correct Answer: B
Explanation:
Clipping circuits limit voltage levels.
Question 9075

What is clamping circuit?

Correct Answer: A
Explanation:
Clamping circuits shift waveform level.
Question 9076

What is Zener diode used for?

Correct Answer: B
Explanation:
Zener diode is used for voltage regulation.
Question 9077

What is operational amplifier?

Correct Answer: A
Explanation:
Op-amp is a high gain differential amplifier.
Question 9078

What is ideal op-amp gain?

Correct Answer: B
Explanation:
Ideal op-amp has infinite gain.
Question 9079

What is input impedance of ideal op-amp?

Correct Answer: B
Explanation:
Ideal op-amp has infinite input impedance.
Question 9080

What is output impedance of ideal op-amp?

Correct Answer: B
Explanation:
Ideal op-amp has zero output impedance.
Question 9081

What is comparator?

Correct Answer: B
Explanation:
Comparator compares two input voltages.
Question 9082

What is voltage regulator?

Correct Answer: B
Explanation:
Regulator keeps voltage constant.
Question 9083

What is ripple in power supply?

Correct Answer: B
Explanation:
Ripple is unwanted AC component in DC.
Question 9084

What is BJT?

Correct Answer: B
Explanation:
BJT stands for Bipolar Junction Transistor.
Question 9085

What is FET?

Correct Answer: A
Explanation:
FET is Field Effect Transistor.
Question 9086

Which is voltage controlled device?

Correct Answer: B
Explanation:
FET is voltage controlled device.
Question 9087

What is saturation region in transistor?

Correct Answer: B
Explanation:
Saturation means transistor is fully ON.
Question 9088

What is cutoff region?

Correct Answer: B
Explanation:
Cutoff means transistor is OFF.
Question 9089

What is load line in electronics?

Correct Answer: B
Explanation:
Load line shows operating point.
Question 9090

What is Q point?

Correct Answer: B
Explanation:
Q point is operating point in transistor.
Question 9091

What is distortion in amplifier?

Correct Answer: B
Explanation:
Distortion changes signal shape.
Question 9092

What is coupling capacitor used for?

Correct Answer: B
Explanation:
Coupling capacitor blocks DC and passes AC.
Question 9093

What is bandwidth?

Correct Answer: B
Explanation:
Bandwidth is frequency range of signal.
Question 9094

What is gain in amplifier?

Correct Answer: B
Explanation:
Gain is amplification factor.
Question 9095

What is saturation in diode?

Correct Answer: B
Explanation:
Saturation is maximum conduction state.
Question 9096

What is high voltage engineering?

Correct Answer: B
Explanation:
High voltage engineering deals with generation, transmission and application of high voltages.
Question 9097

Which range is considered high voltage in power systems?

Correct Answer: C
Explanation:
Typically above 33 kV is considered high voltage.
Question 9098

What is the main purpose of high voltage transmission?

Correct Answer: B
Explanation:
High voltage reduces I²R losses.
Question 9099

Which gas is used in high voltage circuit breakers?

Correct Answer: B
Explanation:
SF6 is widely used due to high dielectric strength.
Question 9100

What is corona discharge?

Correct Answer: B
Explanation:
Corona is ionization of air near high voltage conductors.
Question 9101

Which effect is associated with high voltage overhead lines?

Correct Answer: B
Explanation:
Corona effect occurs in high voltage lines.
Question 9102

What is insulation breakdown?

Correct Answer: B
Explanation:
Breakdown occurs when insulation fails under stress.
Question 9103

Which material is commonly used for high voltage insulators?

Correct Answer: B
Explanation:
Porcelain and glass are commonly used.
Question 9104

What is dielectric strength?

Correct Answer: B
Explanation:
Dielectric strength is resistance to electrical breakdown.
Question 9105

What is partial discharge?

Correct Answer: B
Explanation:
Partial discharge is localized dielectric failure.
Question 9106

What is lightning arrester used for?

Correct Answer: B
Explanation:
Lightning arrester protects from surge voltages.
Question 9107

What is surge in high voltage system?

Correct Answer: B
Explanation:
Surge is sudden transient overvoltage.
Question 9108

Which instrument measures high voltage?

Correct Answer: B
Explanation:
Potential dividers are used for HV measurement.
Question 9109

What is impulse voltage?

Correct Answer: B
Explanation:
Impulse voltage is a sudden high magnitude pulse.
Question 9110

What is BIL in high voltage engineering?

Correct Answer: A
Explanation:
BIL defines insulation withstand capability.
Question 9111

What is flashover in HV systems?

Correct Answer: B
Explanation:
Flashover is discharge over insulation surface.
Question 9112

What is puncture in insulator?

Correct Answer: B
Explanation:
Puncture is internal failure of insulation.
Question 9113

Which factor increases corona loss?

Correct Answer: B
Explanation:
Higher voltage and small radius increase corona loss.
Question 9114

What is bundle conductor used for?

Correct Answer: B
Explanation:
Bundle conductors reduce corona effect.
Question 9115

What is grading of insulators?

Correct Answer: B
Explanation:
Grading ensures uniform voltage distribution.
Question 9116

What is electrostatic field?

Correct Answer: B
Explanation:
Electrostatic field is due to stationary charges.
Question 9117

What is field stress in HV engineering?

Correct Answer: B
Explanation:
Field stress refers to electric field intensity.
Question 9118

What is creepage distance?

Correct Answer: B
Explanation:
Creepage is surface path distance on insulator.
Question 9119

What is clearance in HV systems?

Correct Answer: B
Explanation:
Clearance is air distance between conductors.
Question 9120

What is ionization in HV systems?

Correct Answer: B
Explanation:
Ionization creates charged particles in air.
Question 9121

What is Townsend discharge?

Correct Answer: B
Explanation:
Townsend discharge is initial breakdown mechanism.
Question 9122

What is streamer discharge?

Correct Answer: B
Explanation:
Streamer is fast ionization propagation.
Question 9123

What is leader discharge?

Correct Answer: B
Explanation:
Leader forms main lightning channel.
Question 9124

What is insulation coordination?

Correct Answer: B
Explanation:
It ensures proper insulation design against surges.
Question 9125

What is switching surge?

Correct Answer: B
Explanation:
Switching operations create transient overvoltages.
Question 9126

What is lightning surge?

Correct Answer: B
Explanation:
Lightning causes high voltage surges.
Question 9127

What is impulse generator used for?

Correct Answer: B
Explanation:
Impulse generators test insulation strength.
Question 9128

What is cascade transformer?

Correct Answer: B
Explanation:
Cascade transformers are used for HV generation.
Question 9129

What is Tesla coil used for?

Correct Answer: B
Explanation:
Tesla coil generates high frequency high voltage.
Question 9130

What is electric field intensity?

Correct Answer: A
Explanation:
Electric field intensity is force per unit charge.
Question 9131

What is capacitance grading?

Correct Answer: B
Explanation:
Capacitance grading improves voltage distribution.
Question 9132

What is corona ring used for?

Correct Answer: B
Explanation:
Corona rings reduce field concentration.
Question 9133

What is pollution flashover?

Correct Answer: B
Explanation:
Pollution causes surface tracking and flashover.
Question 9134

What is tracking in insulators?

Correct Answer: B
Explanation:
Tracking forms conductive carbon paths.
Question 9135

What is arc in HV systems?

Correct Answer: B
Explanation:
Arc is high temperature electrical discharge.
Question 9136

What is arc quenching?

Correct Answer: B
Explanation:
Arc quenching stops unwanted arcs.
Question 9137

What is high voltage testing?

Correct Answer: B
Explanation:
HV testing checks insulation strength.
Question 9138

What is withstand voltage?

Correct Answer: B
Explanation:
It is the voltage insulation can safely withstand.
Question 9139

What is a power system?

Correct Answer: B
Explanation:
A power system includes generation, transmission, and distribution of electrical energy.
Question 9140

Which component generates electrical power?

Correct Answer: B
Explanation:
Generators convert mechanical energy into electrical energy.
Question 9141

What is the function of transmission system?

Correct Answer: B
Explanation:
Transmission system carries power from plants to substations.
Question 9142

Which voltage level is used in transmission system?

Correct Answer: B
Explanation:
High voltage is used to reduce power losses.
Question 9143

What is distribution system?

Correct Answer: B
Explanation:
Distribution system supplies power to end users.
Question 9144

What is substation?

Correct Answer: B
Explanation:
Substations control and transform voltage levels.
Question 9145

Which device steps up voltage?

Correct Answer: B
Explanation:
Step-up transformer increases voltage for transmission.
Question 9146

Which device steps down voltage?

Correct Answer: B
Explanation:
Step-down transformer reduces voltage for distribution.
Question 9147

What is load in power system?

Correct Answer: B
Explanation:
Load is any device consuming electrical power.
Question 9148

What is power factor?

Correct Answer: A
Explanation:
Power factor indicates efficiency of power usage.
Question 9149

What is ideal power factor?

Correct Answer: C
Explanation:
Unity power factor is ideal for efficiency.
Question 9150

What is real power?

Correct Answer: B
Explanation:
Real power performs useful work.
Question 9151

What is reactive power?

Correct Answer: B
Explanation:
Reactive power does not perform real work.
Question 9152

What is apparent power?

Correct Answer: A
Explanation:
Apparent power is combination of real and reactive power.
Question 9153

What is frequency of power system in India?

Correct Answer: B
Explanation:
India uses 50 Hz frequency.
Question 9154

What is voltage regulation?

Correct Answer: B
Explanation:
Voltage regulation measures voltage variation.
Question 9155

What is efficiency of power system?

Correct Answer: B
Explanation:
Efficiency is output power divided by input power.
Question 9156

What is transmission line?

Correct Answer: B
Explanation:
Transmission lines carry electricity.
Question 9157

Which material is used in transmission lines?

Correct Answer: B
Explanation:
ACSR is widely used due to strength and conductivity.
Question 9158

What is corona effect?

Correct Answer: B
Explanation:
Corona is ionization of air around HV conductors.
Question 9159

What is insulator?

Correct Answer: B
Explanation:
Insulators prevent current leakage to ground.
Question 9160

What is circuit breaker?

Correct Answer: B
Explanation:
Circuit breaker protects system from faults.
Question 9161

What is isolator?

Correct Answer: B
Explanation:
Isolator operates under no-load conditions.
Question 9162

What is earthing?

Correct Answer: B
Explanation:
Earthing protects from electric shock.
Question 9163

What is short circuit?

Correct Answer: B
Explanation:
Short circuit is unintended low resistance path.
Question 9164

What is overload?

Correct Answer: B
Explanation:
Overload occurs when current exceeds limit.
Question 9165

What is load shedding?

Correct Answer: B
Explanation:
Load shedding manages demand shortage.
Question 9166

What is smart grid?

Correct Answer: B
Explanation:
Smart grid uses digital control and automation.
Question 9167

What is power loss in transmission?

Correct Answer: B
Explanation:
Losses occur due to conductor resistance.
Question 9168

What is HVDC transmission?

Correct Answer: B
Explanation:
HVDC is used for long distance efficient transmission.
Question 9169

What is transformer?

Correct Answer: B
Explanation:
Transformer changes voltage levels.
Question 9170

What is step-up transformer?

Correct Answer: B
Explanation:
Step-up transformer increases voltage.
Question 9171

What is step-down transformer?

Correct Answer: B
Explanation:
Step-down transformer reduces voltage.
Question 9172

What is power system stability?

Correct Answer: B
Explanation:
Stability means system remains in equilibrium.
Question 9173

What is frequency stability?

Correct Answer: B
Explanation:
Frequency stability keeps system at rated frequency.
Question 9174

What is busbar?

Correct Answer: B
Explanation:
Busbar distributes power in substations.
Question 9175

What is distribution transformer?

Correct Answer: B
Explanation:
It reduces voltage for consumer use.
Question 9176

What is peak load?

Correct Answer: B
Explanation:
Peak load is highest demand.
Question 9177

What is base load?

Correct Answer: B
Explanation:
Base load is continuous minimum demand.
Question 9178

What is reliability in power system?

Correct Answer: B
Explanation:
Reliability ensures uninterrupted supply.
Question 9179

What is distribution feeder?

Correct Answer: B
Explanation:
Feeder carries power to distribution network.
Question 9180

What is power quality?

Correct Answer: A
Explanation:
Power quality refers to stable and clean power supply.
Question 9181

What is capacitor in power system?

Correct Answer: B
Explanation:
Capacitors improve power factor.
Question 9182

What is synchronous generator?

Correct Answer: B
Explanation:
Synchronous generators produce AC power.
Question 9183

What is renewable energy?

Correct Answer: B
Explanation:
Renewable energy comes from sources like solar, wind, hydro that are naturally replenished.
Question 9184

Which is a renewable energy source?

Correct Answer: C
Explanation:
Solar energy is a clean renewable source.
Question 9185

Which device converts solar energy into electricity?

Correct Answer: B
Explanation:
PV cells convert sunlight directly into electricity.
Question 9186

What is the main source of wind energy?

Correct Answer: B
Explanation:
Wind is caused by uneven heating of earth by the sun.
Question 9187

Which energy source uses flowing water?

Correct Answer: B
Explanation:
Hydropower uses flowing water to generate electricity.
Question 9188

What is biomass energy?

Correct Answer: B
Explanation:
Biomass uses organic waste and plant materials.
Question 9189

What is geothermal energy?

Correct Answer: B
Explanation:
Geothermal energy comes from earth’s internal heat.
Question 9190

Which renewable energy source is most widely used globally?

Correct Answer: C
Explanation:
Hydropower is currently the most widely used renewable source.
Question 9191

What is the main advantage of renewable energy?

Correct Answer: B
Explanation:
Renewables reduce pollution and are sustainable.
Question 9192

What is a solar cell made of?

Correct Answer: B
Explanation:
Silicon is the most commonly used semiconductor.
Question 9193

What is wind turbine used for?

Correct Answer: B
Explanation:
Wind turbines convert wind kinetic energy to electrical energy.
Question 9194

What is capacity factor in renewable energy?

Correct Answer: B
Explanation:
Capacity factor measures utilization of power plant.
Question 9195

What is net metering?

Correct Answer: B
Explanation:
Net metering allows users to sell excess electricity.
Question 9196

What is hybrid renewable system?

Correct Answer: B
Explanation:
Hybrid systems use more than one renewable source.
Question 9197

What is solar inverter used for?

Correct Answer: B
Explanation:
Solar inverter converts DC to AC electricity.
Question 9198

What is MPPT in solar system?

Correct Answer: A
Explanation:
MPPT maximizes power output from solar panels.
Question 9199

What is efficiency of solar panel?

Correct Answer: B
Explanation:
Efficiency is output energy compared to input sunlight.
Question 9200

What affects solar panel output?

Correct Answer: A
Explanation:
Sunlight and temperature strongly affect output.
Question 9201

What is wind power plant?

Correct Answer: B
Explanation:
Wind plants convert wind energy into electricity.
Question 9202

What is offshore wind energy?

Correct Answer: B
Explanation:
Offshore wind farms are located in oceans.
Question 9203

What is tidal energy?

Correct Answer: B
Explanation:
Tidal energy uses movement of sea tides.
Question 9204

What is wave energy?

Correct Answer: B
Explanation:
Wave energy harnesses ocean surface motion.
Question 9205

What is biomass gasification?

Correct Answer: A
Explanation:
Gasification converts biomass into combustible gas.
Question 9206

What is anaerobic digestion?

Correct Answer: B
Explanation:
It produces biogas without oxygen.
Question 9207

What is biogas mainly composed of?

Correct Answer: B
Explanation:
Biogas mainly contains methane.
Question 9208

What is geothermal power plant used for?

Correct Answer: B
Explanation:
Geothermal plants use earth’s heat.
Question 9209

What is solar thermal energy?

Correct Answer: B
Explanation:
Solar thermal systems use heat from sun.
Question 9210

What is distributed generation?

Correct Answer: B
Explanation:
Distributed generation produces power near consumers.
Question 9211

What is smart grid in renewable energy?

Correct Answer: B
Explanation:
Smart grids improve renewable integration.
Question 9212

What is energy storage in renewable systems?

Correct Answer: B
Explanation:
Energy storage helps balance supply and demand.
Question 9213

Which storage system is common in solar?

Correct Answer: B
Explanation:
Batteries are commonly used for solar storage.
Question 9214

What is carbon footprint?

Correct Answer: B
Explanation:
Carbon footprint measures environmental impact.
Question 9215

What is green energy?

Correct Answer: B
Explanation:
Green energy is clean and sustainable.
Question 9216

What is solar irradiation?

Correct Answer: B
Explanation:
Solar irradiation measures sunlight intensity.
Question 9217

What is energy conversion efficiency?

Correct Answer: B
Explanation:
Efficiency measures useful output energy.
Question 9218

What is renewable integration?

Correct Answer: B
Explanation:
Integration connects renewables to grid.
Question 9219

What is microgrid?

Correct Answer: B
Explanation:
Microgrid is a small self-contained power system.
Question 9220

What is energy audit?

Correct Answer: B
Explanation:
Energy audit evaluates energy consumption.
Question 9221

What is sustainability in energy?

Correct Answer: B
Explanation:
Sustainability ensures future energy availability.
Question 9222

What is signal processing?

Correct Answer: B
Explanation:
Signal processing deals with analyzing and modifying signals.
Question 9223

What is an analog signal?

Correct Answer: B
Explanation:
Analog signals are continuous in time and amplitude.
Question 9224

What is a digital signal?

Correct Answer: B
Explanation:
Digital signals use discrete values (0 and 1).
Question 9225

What is sampling in signal processing?

Correct Answer: B
Explanation:
Sampling converts analog signal into discrete-time signal.
Question 9226

What is sampling frequency?

Correct Answer: B
Explanation:
Sampling frequency is how many samples per second are taken.
Question 9227

What is Nyquist theorem?

Correct Answer: B
Explanation:
Nyquist theorem avoids aliasing by proper sampling rate.
Question 9228

What is aliasing?

Correct Answer: B
Explanation:
Aliasing occurs when sampling rate is too low.
Question 9229

What is quantization?

Correct Answer: B
Explanation:
Quantization converts continuous amplitude to discrete levels.
Question 9230

What is Fourier Transform used for?

Correct Answer: B
Explanation:
Fourier Transform converts signal into frequency domain.
Question 9231

What is inverse Fourier Transform?

Correct Answer: A
Explanation:
Inverse Fourier Transform reconstructs time signal.
Question 9232

What is convolution in signal processing?

Correct Answer: B
Explanation:
Convolution describes system response to input signal.
Question 9233

What is impulse signal?

Correct Answer: B
Explanation:
Impulse signal has very short duration.
Question 9234

What is step signal?

Correct Answer: B
Explanation:
Step signal jumps from one level to another.
Question 9235

What is system in signal processing?

Correct Answer: B
Explanation:
System processes input signals into output signals.
Question 9236

What is linear system?

Correct Answer: B
Explanation:
Linear systems follow additivity and scaling.
Question 9237

What is time-invariant system?

Correct Answer: B
Explanation:
Output does not depend on time shift.
Question 9238

What is frequency domain?

Correct Answer: B
Explanation:
Frequency domain shows signal spectrum.
Question 9239

What is time domain?

Correct Answer: B
Explanation:
Time domain shows signal vs time.
Question 9240

What is low pass filter?

Correct Answer: B
Explanation:
Low pass filter allows low frequencies.
Question 9241

What is high pass filter?

Correct Answer: B
Explanation:
High pass filter allows high frequencies.
Question 9242

What is band pass filter?

Correct Answer: B
Explanation:
Band pass filter allows certain frequency band.
Question 9243

What is band stop filter?

Correct Answer: B
Explanation:
Band stop filter removes specific frequencies.
Question 9244

What is signal-to-noise ratio (SNR)?

Correct Answer: B
Explanation:
SNR measures signal quality.
Question 9245

What is filter in signal processing?

Correct Answer: B
Explanation:
Filters remove unwanted frequencies.
Question 9246

What is discrete-time signal?

Correct Answer: B
Explanation:
Discrete signals exist at sampled points.
Question 9247

What is continuous-time signal?

Correct Answer: A
Explanation:
Continuous signals exist at all times.
Question 9248

What is FFT?

Correct Answer: A
Explanation:
FFT is efficient computation of Fourier Transform.
Question 9249

What is aliasing prevention method?

Correct Answer: B
Explanation:
Anti-aliasing filter prevents signal overlap.
Question 9250

What is digital filter?

Correct Answer: B
Explanation:
Digital filters process discrete signals.
Question 9251

What is system response?

Correct Answer: B
Explanation:
System response is output of a system.
Question 9252

What is zero input response?

Correct Answer: A
Explanation:
Zero input response is due to initial conditions.
Question 9253

What is zero state response?

Correct Answer: B
Explanation:
Zero state response is due to external input.
Question 9254

What is stability in system?

Correct Answer: B
Explanation:
Stable systems produce bounded output.
Question 9255

What is sampling theorem condition?

Correct Answer: B
Explanation:
Sampling frequency must be at least twice max frequency.
Question 9256

What is energy signal?

Correct Answer: B
Explanation:
Energy signals have finite total energy.
Question 9257

What is power signal?

Correct Answer: B
Explanation:
Power signals have finite average power.
Question 9258

What is electrical measurement?

Correct Answer: B
Explanation:
Electrical measurement deals with measuring electrical quantities.
Question 9259

Which instrument measures current?

Correct Answer: B
Explanation:
Ammeter is used to measure current.
Question 9260

Which instrument measures voltage?

Correct Answer: B
Explanation:
Voltmeter measures potential difference.
Question 9261

Which instrument measures resistance?

Correct Answer: C
Explanation:
Ohmmeter is used to measure resistance.
Question 9262

What is the unit of current?

Correct Answer: B
Explanation:
Current is measured in amperes.
Question 9263

What is the unit of voltage?

Correct Answer: B
Explanation:
Voltage is measured in volts.
Question 9264

What is the unit of resistance?

Correct Answer: C
Explanation:
Resistance is measured in ohms.
Question 9265

Which instrument is used for power measurement?

Correct Answer: B
Explanation:
Wattmeter measures electrical power.
Question 9266

What is galvanometer used for?

Correct Answer: B
Explanation:
Galvanometer detects small currents.
Question 9267

Which instrument measures energy?

Correct Answer: B
Explanation:
Energy meter measures electrical energy consumption.
Question 9268

What is the principle of moving coil instrument?

Correct Answer: B
Explanation:
Deflection occurs due to torque on coil.
Question 9269

Which instrument works on electromagnetic induction?

Correct Answer: B
Explanation:
Induction meters work on electromagnetic induction.
Question 9270

What is PMMC instrument?

Correct Answer: A
Explanation:
PMMC uses permanent magnet and moving coil.
Question 9271

Which instrument is used for DC measurement only?

Correct Answer: B
Explanation:
PMMC works only on DC.
Question 9272

What is shunt resistance used for?

Correct Answer: B
Explanation:
Shunt allows ammeter to measure higher currents.
Question 9273

What is multiplier resistance used for?

Correct Answer: B
Explanation:
Multiplier extends voltmeter range.
Question 9274

What is loading effect?

Correct Answer: B
Explanation:
Measurement instruments affect circuit behavior.
Question 9275

What is accuracy?

Correct Answer: A
Explanation:
Accuracy is how close measurement is to true value.
Question 9276

What is precision?

Correct Answer: B
Explanation:
Precision is consistency of results.
Question 9277

What is error in measurement?

Correct Answer: B
Explanation:
Error is deviation from true value.
Question 9278

What is systematic error?

Correct Answer: B
Explanation:
Systematic errors are consistent and repeatable.
Question 9279

What is random error?

Correct Answer: B
Explanation:
Random errors vary unpredictably.
Question 9280

What is calibration?

Correct Answer: B
Explanation:
Calibration ensures measurement accuracy.
Question 9281

What is bridge circuit used for?

Correct Answer: B
Explanation:
Bridge circuits measure resistance accurately.
Question 9282

Which bridge is used for resistance measurement?

Correct Answer: A
Explanation:
Wheatstone bridge measures resistance.
Question 9283

What is Wheatstone bridge?

Correct Answer: B
Explanation:
Wheatstone bridge measures unknown resistance.
Question 9284

What is null deflection method?

Correct Answer: B
Explanation:
Null method gives high accuracy.
Question 9285

What is deflection method?

Correct Answer: B
Explanation:
Deflection is based on pointer movement.
Question 9286

What is potentiometer used for?

Correct Answer: B
Explanation:
Potentiometer measures voltage accurately.
Question 9287

What is standard cell?

Correct Answer: B
Explanation:
Standard cell provides known stable voltage.
Question 9288

What is meter constant?

Correct Answer: B
Explanation:
Meter constant converts reading into actual value.
Question 9289

What is creeping in energy meter?

Correct Answer: B
Explanation:
Creeping is unwanted disc movement.
Question 9290

What is instrument transformer?

Correct Answer: B
Explanation:
Instrument transformers scale down high values.
Question 9291

What is CT?

Correct Answer: A
Explanation:
CT measures high current safely.
Question 9292

What is PT?

Correct Answer: B
Explanation:
PT measures high voltage safely.
Question 9293

What is burden in instrument transformer?

Correct Answer: A
Explanation:
Burden is load on CT/PT secondary.
Question 9294

What is phase angle error?

Correct Answer: B
Explanation:
Phase angle error affects accuracy.
Question 9295

What is digital multimeter?

Correct Answer: B
Explanation:
DMM measures electrical quantities digitally.
Question 9296

What is analog instrument?

Correct Answer: B
Explanation:
Analog instruments use pointer movement.
Question 9297

What is energy meter used for?

Correct Answer: B
Explanation:
Energy meter records power usage.
Question 9298

What is energy management?

Correct Answer: B
Explanation:
Energy management focuses on efficient use and optimization of energy resources.
Question 9299

What is the main objective of energy management?

Correct Answer: B
Explanation:
Energy management aims to reduce energy use and cost while maintaining performance.
Question 9300

What is an energy audit?

Correct Answer: B
Explanation:
Energy audit identifies energy saving opportunities.
Question 9301

Which sector consumes most energy in industries?

Correct Answer: B
Explanation:
Motors and heating systems are major energy consumers.
Question 9302

What is demand side management?

Correct Answer: B
Explanation:
DSM focuses on controlling and optimizing energy demand.
Question 9303

What is peak load management?

Correct Answer: B
Explanation:
It shifts or reduces load during peak demand hours.
Question 9304

What is energy efficiency?

Correct Answer: B
Explanation:
Energy efficiency measures useful energy output.
Question 9305

What is energy conservation?

Correct Answer: B
Explanation:
Energy conservation reduces unnecessary energy usage.
Question 9306

What is power factor correction?

Correct Answer: B
Explanation:
Power factor correction improves efficiency.
Question 9307

Which device is used for power factor correction?

Correct Answer: B
Explanation:
Capacitor banks are commonly used for correction.
Question 9308

What is load factor?

Correct Answer: B
Explanation:
Load factor shows system utilization efficiency.
Question 9309

What is diversity factor?

Correct Answer: B
Explanation:
Diversity factor considers non-coincident loads.
Question 9310

What is energy conservation building design?

Correct Answer: B
Explanation:
ECBD reduces energy consumption in buildings.
Question 9311

What is LED lighting advantage?

Correct Answer: B
Explanation:
LEDs are energy efficient lighting solutions.
Question 9312

What is smart meter?

Correct Answer: B
Explanation:
Smart meters provide real-time energy data.
Question 9313

What is energy benchmarking?

Correct Answer: B
Explanation:
Benchmarking helps evaluate energy efficiency.
Question 9314

What is cogeneration?

Correct Answer: B
Explanation:
Cogeneration improves overall efficiency.
Question 9315

What is trigeneration?

Correct Answer: B
Explanation:
Trigeneration produces three types of energy outputs.
Question 9316

What is energy intensity?

Correct Answer: A
Explanation:
Energy intensity measures energy use per economic output.
Question 9317

What is green building?

Correct Answer: B
Explanation:
Green buildings minimize environmental impact.
Question 9318

What is HVAC system?

Correct Answer: A
Explanation:
HVAC controls building temperature and air quality.
Question 9319

What is insulation in buildings?

Correct Answer: B
Explanation:
Insulation reduces energy loss in buildings.
Question 9320

What is energy tariff?

Correct Answer: B
Explanation:
Energy tariff is the cost of electricity usage.
Question 9321

What is peak demand charge?

Correct Answer: B
Explanation:
It is charged for peak electricity demand.
Question 9322

What is renewable integration in energy management?

Correct Answer: B
Explanation:
Integration includes solar, wind into grid.
Question 9323

What is carbon credit?

Correct Answer: B
Explanation:
Carbon credits allow controlled emissions.
Question 9324

What is ISO 50001?

Correct Answer: B
Explanation:
ISO 50001 defines energy management systems.
Question 9325

What is energy saving potential?

Correct Answer: B
Explanation:
It identifies possible energy reduction.
Question 9326

What is variable speed drive?

Correct Answer: B
Explanation:
VSD improves energy efficiency of motors.
Question 9327

What is energy monitoring system?

Correct Answer: B
Explanation:
It helps in analyzing energy consumption.
Question 9328

What is standby power loss?

Correct Answer: B
Explanation:
Standby devices consume small amount of energy.
Question 9329

What is load scheduling?

Correct Answer: B
Explanation:
Load scheduling optimizes energy usage.
Question 9330

What is peak shaving?

Correct Answer: B
Explanation:
Peak shaving reduces maximum demand.
Question 9331

What is energy efficiency ratio (EER)?

Correct Answer: B
Explanation:
EER measures cooling efficiency.
Question 9332

What is demand response?

Correct Answer: B
Explanation:
Demand response adjusts consumption dynamically.
Question 9333

What is audit trail in energy management?

Correct Answer: B
Explanation:
Audit trail tracks energy consumption data.
Question 9334

What is thermal energy storage?

Correct Answer: B
Explanation:
It stores heat energy for future use.
Question 9335

What is electromagnetic field?

Correct Answer: B
Explanation:
Electromagnetic field is produced by electric charges and currents.
Question 9336

What is Coulomb’s law?

Correct Answer: B
Explanation:
Coulomb’s law defines force between charges.
Question 9337

What is unit of electric field?

Correct Answer: B
Explanation:
Electric field is measured in N/C or V/m.
Question 9338

What is electric flux?

Correct Answer: B
Explanation:
Electric flux measures field passing through a surface.
Question 9339

What is Gauss law?

Correct Answer: B
Explanation:
Gauss law relates flux to enclosed charge.
Question 9340

What is electric field intensity?

Correct Answer: B
Explanation:
Electric field intensity is force per unit charge.
Question 9341

What is potential difference?

Correct Answer: B
Explanation:
Potential difference is energy per unit charge.
Question 9342

What is equipotential surface?

Correct Answer: B
Explanation:
No work is done along equipotential surface.
Question 9343

What is capacitance?

Correct Answer: B
Explanation:
Capacitance is charge storage ability.
Question 9344

What is dielectric material?

Correct Answer: B
Explanation:
Dielectrics are insulating materials.
Question 9345

What is polarization in dielectric?

Correct Answer: B
Explanation:
Polarization is dipole alignment in electric field.
Question 9346

What is permittivity?

Correct Answer: B
Explanation:
Permittivity measures electric field response.
Question 9347

What is magnetic field?

Correct Answer: B
Explanation:
Magnetic field is produced by moving charges.
Question 9348

What is Biot-Savart law?

Correct Answer: B
Explanation:
Biot-Savart law gives magnetic field due to current.
Question 9349

What is Ampere’s law?

Correct Answer: B
Explanation:
Ampere’s law relates magnetic field and current.
Question 9350

What is magnetic flux?

Correct Answer: B
Explanation:
Magnetic flux is field passing through a surface.
Question 9351

What is Lorentz force?

Correct Answer: B
Explanation:
Lorentz force acts on moving charged particles.
Question 9352

What is right hand rule?

Correct Answer: B
Explanation:
Right hand rule gives magnetic field direction.
Question 9353

What is magnetic permeability?

Correct Answer: B
Explanation:
Permeability defines magnetic response.
Question 9354

What is hysteresis?

Correct Answer: B
Explanation:
Hysteresis shows energy loss in magnetization.
Question 9355

What is hysteresis loop?

Correct Answer: B
Explanation:
It shows magnetic behavior of material.
Question 9356

What is eddy current?

Correct Answer: B
Explanation:
Eddy currents are induced circulating currents.
Question 9357

What is skin effect?

Correct Answer: B
Explanation:
Skin effect pushes current to conductor surface.
Question 9358

What is displacement current?

Correct Answer: B
Explanation:
Displacement current exists in changing fields.
Question 9359

What is Maxwell’s equation?

Correct Answer: B
Explanation:
Maxwell’s equations describe EM fields.
Question 9360

What is electromagnetic wave?

Correct Answer: B
Explanation:
EM waves propagate through space.
Question 9361

What is wave propagation?

Correct Answer: B
Explanation:
Wave propagation is movement of waves.
Question 9362

What is Poynting vector?

Correct Answer: B
Explanation:
Poynting vector represents power flow.
Question 9363

What is boundary condition in EM fields?

Correct Answer: B
Explanation:
Boundary conditions define field behavior.
Question 9364

What is divergence of field?

Correct Answer: B
Explanation:
Divergence measures field source strength.
Question 9365

What is curl of field?

Correct Answer: B
Explanation:
Curl measures rotation of field.
Question 9366

What is electrostatic field?

Correct Answer: B
Explanation:
Electrostatic field is due to stationary charges.
Question 9367

What is magnetic hysteresis loss?

Correct Answer: B
Explanation:
Energy is lost during magnetization cycle.
Question 9368

What is electromagnetic induction?

Correct Answer: B
Explanation:
Changing magnetic field induces EMF.
Question 9369

What is Faraday’s law?

Correct Answer: B
Explanation:
Faraday’s law describes electromagnetic induction.
Question 9370

What is Lenz’s law?

Correct Answer: B
Explanation:
Induced EMF opposes change in flux.
Question 9371

What is electrical utilization?

Correct Answer: B
Explanation:
Electrical utilization deals with how electrical energy is used in applications.
Question 9372

Which is an application of electrical utilization?

Correct Answer: B
Explanation:
Electric heating is a direct use of electrical energy.
Question 9373

What is electric heating?

Correct Answer: B
Explanation:
Electric heating converts electricity into heat.
Question 9374

Which device is used in resistance heating?

Correct Answer: B
Explanation:
Heating elements produce heat due to resistance.
Question 9375

What is arc welding?

Correct Answer: B
Explanation:
Arc welding uses high temperature electric arc.
Question 9376

What is electric arc?

Correct Answer: B
Explanation:
Arc is visible electrical discharge.
Question 9377

What is induction heating?

Correct Answer: B
Explanation:
Induction heating uses electromagnetic induction.
Question 9378

What is dielectric heating?

Correct Answer: B
Explanation:
Dielectric heating heats insulating materials.
Question 9379

What is electric traction?

Correct Answer: B
Explanation:
Electric traction is used in trains and transport.
Question 9380

Which is an example of electric traction?

Correct Answer: B
Explanation:
Electric trains use electric traction.
Question 9381

What is electric furnace?

Correct Answer: B
Explanation:
Electric furnaces are used for melting metals.
Question 9382

What is resistance heating element made of?

Correct Answer: B
Explanation:
Nichrome is commonly used due to high resistance.
Question 9383

What is electric welding?

Correct Answer: A
Explanation:
Electric welding uses electricity to join metals.
Question 9384

What is spot welding?

Correct Answer: B
Explanation:
Spot welding joins metal sheets at points.
Question 9385

What is electric drive system?

Correct Answer: B
Explanation:
Electric drives control motor speed and torque.
Question 9386

What is braking in electric traction?

Correct Answer: B
Explanation:
Electric braking slows or stops vehicles.
Question 9387

What is regenerative braking?

Correct Answer: B
Explanation:
Regenerative braking converts kinetic energy back to electrical energy.
Question 9388

What is dynamic braking?

Correct Answer: B
Explanation:
Dynamic braking dissipates energy as heat.
Question 9389

What is electric water heating?

Correct Answer: B
Explanation:
Electric heaters are used to heat water.
Question 9390

What is load management in utilization?

Correct Answer: B
Explanation:
Load management optimizes electricity usage.
Question 9391

What is illumination engineering?

Correct Answer: B
Explanation:
Illumination engineering deals with lighting design.
Question 9392

What is lumen?

Correct Answer: B
Explanation:
Lumen measures light output.
Question 9393

What is lux?

Correct Answer: A
Explanation:
Lux measures illumination intensity.
Question 9394

What is incandescent lamp?

Correct Answer: B
Explanation:
Incandescent lamps use heated filament.
Question 9395

What is fluorescent lamp?

Correct Answer: B
Explanation:
Fluorescent lamps use gas discharge.
Question 9396

What is LED?

Correct Answer: A
Explanation:
LED emits light when current flows through it.
Question 9397

What is power consumption?

Correct Answer: B
Explanation:
Power consumption is energy used by loads.
Question 9398

What is load factor in utilization?

Correct Answer: B
Explanation:
Load factor measures usage efficiency.
Question 9399

What is energy saving device?

Correct Answer: B
Explanation:
Energy-saving devices reduce consumption.
Question 9400

What is electric motor?

Correct Answer: B
Explanation:
Motors convert electrical energy to motion.
Question 9401

What is servo motor?

Correct Answer: B
Explanation:
Servo motors allow precise control.
Question 9402

What is industrial heating?

Correct Answer: B
Explanation:
Industrial heating uses electricity for processes.
Question 9403

What is electric fan?

Correct Answer: B
Explanation:
Electric fans use motors for airflow.
Question 9404

What is air conditioning system?

Correct Answer: B
Explanation:
AC systems regulate temperature and humidity.
Question 9405

What is efficiency in utilization?

Correct Answer: B
Explanation:
Efficiency measures useful energy use.
Question 9406

What is electrical appliance?

Correct Answer: B
Explanation:
Appliances use electricity for operation.
Question 9407

What is power rating of appliance?

Correct Answer: B
Explanation:
Power rating shows maximum allowed power.
Question 9408

What is industrial automation?

Correct Answer: B
Explanation:
Industrial automation uses control systems to operate machines automatically.
Question 9409

Which is a key benefit of industrial automation?

Correct Answer: B
Explanation:
Automation improves efficiency and productivity.
Question 9410

What is PLC in automation?

Correct Answer: B
Explanation:
PLC is used for industrial control automation.
Question 9411

Which language is commonly used in PLC programming?

Correct Answer: B
Explanation:
Ladder logic is widely used in PLC programming.
Question 9412

What is SCADA system?

Correct Answer: B
Explanation:
SCADA is used for monitoring and control of industrial processes.
Question 9413

What is HMI in automation?

Correct Answer: B
Explanation:
HMI allows interaction between operator and machine.
Question 9414

What is sensor in automation?

Correct Answer: B
Explanation:
Sensors detect temperature, pressure, etc.
Question 9415

What is actuator?

Correct Answer: B
Explanation:
Actuators perform physical actions.
Question 9416

Which is an example of actuator?

Correct Answer: B
Explanation:
Motors are common actuators.
Question 9417

What is feedback system?

Correct Answer: B
Explanation:
Feedback improves system accuracy and stability.
Question 9418

What is open loop system?

Correct Answer: B
Explanation:
Open loop has no feedback.
Question 9419

What is closed loop system?

Correct Answer: B
Explanation:
Closed loop uses feedback for control.
Question 9420

What is PID controller?

Correct Answer: B
Explanation:
PID is widely used control algorithm.
Question 9421

What does PLC scan cycle mean?

Correct Answer: B
Explanation:
PLC continuously scans inputs and updates outputs.
Question 9422

What is industrial robot?

Correct Answer: B
Explanation:
Industrial robots perform automated tasks.
Question 9423

What is SCADA used for?

Correct Answer: B
Explanation:
SCADA supervises industrial processes.
Question 9424

What is DCS in automation?

Correct Answer: B
Explanation:
DCS is used for process control systems.
Question 9425

What is industrial IoT?

Correct Answer: B
Explanation:
IIoT connects machines via internet.
Question 9426

What is machine vision?

Correct Answer: B
Explanation:
Machine vision uses cameras for inspection.
Question 9427

What is automation sensor feedback used for?

Correct Answer: B
Explanation:
Feedback improves control precision.
Question 9428

What is encoder in automation?

Correct Answer: B
Explanation:
Encoders measure position and speed.
Question 9429

What is resolver?

Correct Answer: B
Explanation:
Resolver is used for position sensing.
Question 9430

What is automation level 0?

Correct Answer: B
Explanation:
Level 0 includes sensors and actuators.
Question 9431

What is SCADA RTU?

Correct Answer: A
Explanation:
RTU collects data from field devices.
Question 9432

What is industrial communication protocol?

Correct Answer: B
Explanation:
Protocols enable device communication.
Question 9433

Which is industrial communication protocol?

Correct Answer: B
Explanation:
Modbus is widely used in industry.
Question 9434

What is HART protocol?

Correct Answer: B
Explanation:
HART combines analog and digital communication.
Question 9435

What is factory automation?

Correct Answer: B
Explanation:
Automation reduces human intervention.
Question 9436

What is robotics automation?

Correct Answer: B
Explanation:
Robots perform automated operations.
Question 9437

What is safety interlock in automation?

Correct Answer: B
Explanation:
Interlocks prevent unsafe operations.
Question 9438

What is SCADA historian?

Correct Answer: B
Explanation:
Historian stores industrial data.
Question 9439

What is digital twin in industry?

Correct Answer: B
Explanation:
Digital twin is virtual replica of systems.
Question 9440

What is automation feedback loop purpose?

Correct Answer: B
Explanation:
Feedback loop maintains control.
Question 9441

What is industrial control system?

Correct Answer: B
Explanation:
ICS manages industrial operations.
Question 9442

What is power electronics?

Correct Answer: B
Explanation:
Power electronics deals with converting and controlling electrical power using semiconductor devices.
Question 9443

Which device is used in power electronics?

Correct Answer: A
Explanation:
Diodes are basic power electronic devices.
Question 9444

What is SCR?

Correct Answer: A
Explanation:
SCR is a thyristor used for controlled rectification.
Question 9445

What is thyristor?

Correct Answer: A
Explanation:
Thyristor is a four-layer semiconductor device used as switch.
Question 9446

What is power diode used for?

Correct Answer: B
Explanation:
Power diodes are used for high power rectification.
Question 9447

What is rectifier?

Correct Answer: A
Explanation:
Rectifier converts AC into DC.
Question 9448

What is inverter?

Correct Answer: B
Explanation:
Inverter converts DC to AC.
Question 9449

What is chopper?

Correct Answer: B
Explanation:
Chopper converts DC voltage level.
Question 9450

What is converter in power electronics?

Correct Answer: B
Explanation:
Converters change AC/DC or voltage levels.
Question 9451

What is PWM?

Correct Answer: B
Explanation:
PWM controls power using pulse width variation.
Question 9452

What is duty cycle?

Correct Answer: B
Explanation:
Duty cycle defines pulse ON time ratio.
Question 9453

What is commutation in SCR?

Correct Answer: B
Explanation:
Commutation is process of turning off SCR.
Question 9454

What is freewheeling diode?

Correct Answer: B
Explanation:
It provides path for inductive current.
Question 9455

What is phase control?

Correct Answer: A
Explanation:
Phase control adjusts output by changing firing angle.
Question 9456

What is firing angle?

Correct Answer: B
Explanation:
Firing angle controls switching time of SCR.
Question 9457

What is IGBT?

Correct Answer: A
Explanation:
IGBT is used for high power switching.
Question 9458

What is MOSFET?

Correct Answer: A
Explanation:
MOSFET is a fast switching semiconductor device.
Question 9459

What is rectification efficiency?

Correct Answer: B
Explanation:
Efficiency measures DC output from AC input.
Question 9460

What is ripple factor?

Correct Answer: B
Explanation:
Ripple factor shows AC content in DC output.
Question 9461

What is smoothing filter?

Correct Answer: B
Explanation:
Filters smooth rectifier output.
Question 9462

What is bridge rectifier?

Correct Answer: B
Explanation:
Bridge rectifier converts AC to DC efficiently.
Question 9463

What is half wave rectifier?

Correct Answer: B
Explanation:
Half wave rectifier uses single half cycle.
Question 9464

What is full wave rectifier?

Correct Answer: B
Explanation:
Full wave rectifier uses entire AC waveform.
Question 9465

What is snubber circuit?

Correct Answer: B
Explanation:
Snubber protects power switches.
Question 9466

What is switching loss?

Correct Answer: B
Explanation:
Switching loss occurs during ON/OFF transitions.
Question 9467

What is conduction loss?

Correct Answer: B
Explanation:
Conduction loss occurs when device conducts.
Question 9468

What is inverter PWM control?

Correct Answer: B
Explanation:
PWM controls inverter output voltage.
Question 9469

What is AC voltage controller?

Correct Answer: B
Explanation:
AC controllers adjust AC RMS voltage.
Question 9470

What is cycloconverter?

Correct Answer: B
Explanation:
Cycloconverter directly converts AC frequency.
Question 9471

What is soft starter?

Correct Answer: B
Explanation:
Soft starter reduces inrush current.
Question 9472

What is braking chopper?

Correct Answer: B
Explanation:
Braking chopper protects DC bus.
Question 9473

What is DC link in inverter?

Correct Answer: B
Explanation:
DC link stores energy between conversion stages.
Question 9474

What is harmonic in power electronics?

Correct Answer: B
Explanation:
Harmonics distort waveform shape.
Question 9475

What is harmonic filter?

Correct Answer: B
Explanation:
Filters reduce unwanted harmonics.
Question 9476

What is inverter efficiency?

Correct Answer: B
Explanation:
Efficiency measures conversion performance.
Question 9477

What is switching frequency?

Correct Answer: B
Explanation:
Higher frequency improves control but increases loss.
Question 9478

What is gate driver circuit?

Correct Answer: B
Explanation:
Gate driver controls switching devices.
Question 9479

What is IoT (Internet of Things)?

Correct Answer: B
Explanation:
IoT connects physical devices to the internet for data exchange.
Question 9480

Which is a basic component of IoT system?

Correct Answer: B
Explanation:
IoT systems use sensors and actuators to interact with environment.
Question 9481

What is sensor in IoT?

Correct Answer: B
Explanation:
Sensors detect physical parameters like temperature, humidity.
Question 9482

What is actuator in IoT?

Correct Answer: B
Explanation:
Actuators convert signals into physical actions.
Question 9483

What is IoT gateway?

Correct Answer: B
Explanation:
Gateway manages communication between devices and cloud.
Question 9484

Which communication protocol is used in IoT?

Correct Answer: B
Explanation:
MQTT is widely used for IoT communication.
Question 9485

What is MQTT?

Correct Answer: B
Explanation:
MQTT is a lightweight messaging protocol for IoT.
Question 9486

What is cloud computing in IoT?

Correct Answer: B
Explanation:
Cloud handles IoT data storage and analytics.
Question 9487

What is edge computing in IoT?

Correct Answer: B
Explanation:
Edge computing reduces latency by local processing.
Question 9488

What is fog computing?

Correct Answer: B
Explanation:
Fog computing extends cloud closer to devices.
Question 9489

What is IoT platform?

Correct Answer: B
Explanation:
IoT platforms manage devices and data.
Question 9490

Which is an example of IoT device?

Correct Answer: A
Explanation:
Smart thermostat is connected to internet.
Question 9491

What is RFID in IoT?

Correct Answer: A
Explanation:
RFID is used for tracking objects.
Question 9492

What is Zigbee?

Correct Answer: B
Explanation:
Zigbee is used for low-power IoT communication.
Question 9493

What is Bluetooth used for in IoT?

Correct Answer: B
Explanation:
Bluetooth is used for short-range IoT connectivity.
Question 9494

What is LoRaWAN?

Correct Answer: B
Explanation:
LoRaWAN is used for long-range IoT communication.
Question 9495

What is IoT security?

Correct Answer: B
Explanation:
IoT security protects devices and data.
Question 9496

What is encryption in IoT?

Correct Answer: B
Explanation:
Encryption protects IoT data.
Question 9497

What is authentication in IoT?

Correct Answer: B
Explanation:
Authentication ensures secure access.
Question 9498

What is IPv6 role in IoT?

Correct Answer: B
Explanation:
IPv6 supports massive IoT device connections.
Question 9499

What is smart home system?

Correct Answer: B
Explanation:
Smart homes use IoT for automation.
Question 9500

What is wearable IoT device?

Correct Answer: B
Explanation:
Wearables collect health and activity data.
Question 9501

What is IoT data analytics?

Correct Answer: B
Explanation:
Analytics extracts insights from IoT data.
Question 9502

What is real-time IoT system?

Correct Answer: B
Explanation:
Real-time systems process data immediately.
Question 9503

What is smart city concept?

Correct Answer: B
Explanation:
Smart cities use IoT for infrastructure management.
Question 9504

What is M2M communication in IoT?

Correct Answer: B
Explanation:
M2M enables devices to communicate automatically.
Question 9505

What is IoT firmware?

Correct Answer: B
Explanation:
Firmware controls IoT device hardware.
Question 9506

What is sensor network in IoT?

Correct Answer: B
Explanation:
Sensor networks collect distributed data.
Question 9507

What is actuator control in IoT?

Correct Answer: B
Explanation:
Actuators perform actions based on commands.
Question 9508

What is IoT latency?

Correct Answer: B
Explanation:
Latency is delay in communication.
Question 9509

What is IoT scalability?

Correct Answer: B
Explanation:
Scalability allows system expansion.
Question 9510

What is digital dashboard in IoT?

Correct Answer: B
Explanation:
Dashboard shows real-time IoT data.
Question 9511

What is electronic measurement?

Correct Answer: B
Explanation:
Electronic measurement uses electronic instruments to measure electrical parameters.
Question 9512

Which instrument is used for electronic measurement?

Correct Answer: B
Explanation:
Digital multimeter measures electrical parameters electronically.
Question 9513

What is digital measurement system?

Correct Answer: B
Explanation:
Digital systems process measurements in digital form.
Question 9514

What is resolution in measurement?

Correct Answer: B
Explanation:
Resolution is the smallest change detectable.
Question 9515

What is sensitivity of instrument?

Correct Answer: B
Explanation:
Sensitivity is output change per input change.
Question 9516

What is accuracy?

Correct Answer: B
Explanation:
Accuracy measures closeness to actual value.
Question 9517

What is precision?

Correct Answer: B
Explanation:
Precision is consistency of repeated measurements.
Question 9518

What is error in measurement?

Correct Answer: B
Explanation:
Error is deviation from true value.
Question 9519

What is systematic error?

Correct Answer: B
Explanation:
Systematic errors are predictable.
Question 9520

What is random error?

Correct Answer: B
Explanation:
Random errors vary unpredictably.
Question 9521

What is calibration?

Correct Answer: B
Explanation:
Calibration ensures instrument accuracy.
Question 9522

What is analog measurement?

Correct Answer: B
Explanation:
Analog measurement uses continuous signals.
Question 9523

What is digital measurement?

Correct Answer: B
Explanation:
Digital measurement uses discrete values.
Question 9524

What is signal conditioning?

Correct Answer: B
Explanation:
Signal conditioning improves signal quality.
Question 9525

What is transducer?

Correct Answer: B
Explanation:
Transducers convert physical signals to electrical signals.
Question 9526

What is sensor?

Correct Answer: B
Explanation:
Sensors detect physical parameters.
Question 9527

What is active transducer?

Correct Answer: B
Explanation:
Active transducers produce their own output signal.
Question 9528

What is passive transducer?

Correct Answer: B
Explanation:
Passive transducers need external excitation.
Question 9529

What is oscilloscope used for?

Correct Answer: B
Explanation:
Oscilloscope displays signal waveforms.
Question 9530

What is multimeter used for?

Correct Answer: B
Explanation:
Multimeter measures electrical quantities.
Question 9531

What is LVDT?

Correct Answer: A
Explanation:
LVDT measures linear displacement.
Question 9532

What is strain gauge?

Correct Answer: B
Explanation:
Strain gauge measures deformation.
Question 9533

What is bridge circuit in measurement?

Correct Answer: B
Explanation:
Bridge circuits measure resistance accurately.
Question 9534

What is Wheatstone bridge used for?

Correct Answer: B
Explanation:
Wheatstone bridge measures unknown resistance.
Question 9535

What is loading effect?

Correct Answer: B
Explanation:
Measurement affects circuit behavior.
Question 9536

What is instrument range?

Correct Answer: B
Explanation:
Range defines measurement limits.
Question 9537

What is drift in measurement?

Correct Answer: B
Explanation:
Drift is gradual change in readings.
Question 9538

What is hysteresis in instruments?

Correct Answer: B
Explanation:
Hysteresis causes measurement difference.
Question 9539

What is digital voltmeter?

Correct Answer: B
Explanation:
DVM measures voltage using digital display.
Question 9540

What is ADC?

Correct Answer: B
Explanation:
ADC converts analog signals to digital.
Question 9541

What is DAC?

Correct Answer: B
Explanation:
DAC converts digital signals to analog.
Question 9542

What is sampling in measurement?

Correct Answer: B
Explanation:
Sampling converts signals into discrete form.
Question 9543

What is quantization?

Correct Answer: B
Explanation:
Quantization converts signal amplitude into levels.
Question 9544

What is display device in measurement system?

Correct Answer: B
Explanation:
Displays show measurement results.
Question 9545

What is data acquisition system?

Correct Answer: B
Explanation:
DAQ systems collect and process data.
Question 9546

What is an analog circuit?

Correct Answer: B
Explanation:
Analog circuits handle continuous-time signals.
Question 9547

Which device is commonly used in analog circuits?

Correct Answer: B
Explanation:
Op-amp is widely used in analog circuits.
Question 9548

What is an operational amplifier?

Correct Answer: B
Explanation:
Op-amp amplifies voltage signals.
Question 9549

What is gain in amplifier?

Correct Answer: B
Explanation:
Gain is amplification factor.
Question 9550

What is feedback in analog circuits?

Correct Answer: B
Explanation:
Feedback improves stability and control.
Question 9551

What is positive feedback?

Correct Answer: B
Explanation:
Positive feedback increases gain.
Question 9552

What is negative feedback?

Correct Answer: B
Explanation:
Negative feedback stabilizes circuits.
Question 9553

What is resistor used for?

Correct Answer: B
Explanation:
Resistors control current flow.
Question 9554

What is capacitor used for?

Correct Answer: A
Explanation:
Capacitors store electrical charge.
Question 9555

What is inductor used for?

Correct Answer: A
Explanation:
Inductors store energy in magnetic field.
Question 9556

What is RC circuit?

Correct Answer: A
Explanation:
RC circuits are used for filtering and timing.
Question 9557

What is RL circuit?

Correct Answer: B
Explanation:
RL circuits include resistor and inductor.
Question 9558

What is RLC circuit?

Correct Answer: B
Explanation:
RLC circuits are used in resonance applications.
Question 9559

What is resonance in RLC circuit?

Correct Answer: B
Explanation:
Resonance occurs when inductive and capacitive reactance are equal.
Question 9560

What is frequency response?

Correct Answer: B
Explanation:
Frequency response shows circuit behavior vs frequency.
Question 9561

What is filter circuit?

Correct Answer: B
Explanation:
Filters allow or block frequency ranges.
Question 9562

What is low pass filter?

Correct Answer: B
Explanation:
Low pass filter allows low frequency signals.
Question 9563

What is high pass filter?

Correct Answer: B
Explanation:
High pass filter allows high frequency signals.
Question 9564

What is band pass filter?

Correct Answer: B
Explanation:
Band pass filter allows a frequency band.
Question 9565

What is band stop filter?

Correct Answer: B
Explanation:
Band stop filter blocks a frequency band.
Question 9566

What is transistor?

Correct Answer: B
Explanation:
Transistors are used for switching and amplification.
Question 9567

What is BJT?

Correct Answer: B
Explanation:
BJT is a current controlled device.
Question 9568

What is MOSFET?

Correct Answer: B
Explanation:
MOSFET is a voltage-controlled transistor.
Question 9569

What is saturation region in transistor?

Correct Answer: B
Explanation:
Saturation means transistor fully ON.
Question 9570

What is cut-off region?

Correct Answer: B
Explanation:
Cut-off means no current flow.
Question 9571

What is amplifier?

Correct Answer: B
Explanation:
Amplifiers increase signal amplitude.
Question 9572

What is oscillation?

Correct Answer: B
Explanation:
Oscillation is periodic signal generation.
Question 9573

What is oscillator circuit?

Correct Answer: B
Explanation:
Oscillators generate periodic waveforms.
Question 9574

What is clipping circuit?

Correct Answer: B
Explanation:
Clipping removes parts of signal.
Question 9575

What is clamping circuit?

Correct Answer: B
Explanation:
Clamping shifts waveform level.
Question 9576

What is rectifier in analog circuits?

Correct Answer: A
Explanation:
Rectifier converts AC into DC.
Question 9577

What is diode?

Correct Answer: B
Explanation:
Diode allows current in one direction.
Question 9578

What is Zener diode?

Correct Answer: B
Explanation:
Zener diode maintains constant voltage.
Question 9579

What is clipping level?

Correct Answer: B
Explanation:
Clipping level defines distortion threshold.
Question 9580

What is wireless communication?

Correct Answer: B
Explanation:
Wireless communication transfers data without wired connections.
Question 9581

Which is an example of wireless communication?

Correct Answer: B
Explanation:
Wi-Fi is a wireless communication technology.
Question 9582

What is radio frequency?

Correct Answer: B
Explanation:
RF is used for wireless transmission.
Question 9583

What is modulation?

Correct Answer: B
Explanation:
Modulation carries information over carrier waves.
Question 9584

What is demodulation?

Correct Answer: B
Explanation:
Demodulation retrieves original information.
Question 9585

What is AM in communication?

Correct Answer: B
Explanation:
AM varies amplitude of carrier signal.
Question 9586

What is FM?

Correct Answer: A
Explanation:
FM varies frequency of carrier signal.
Question 9587

What is bandwidth?

Correct Answer: B
Explanation:
Bandwidth defines frequency range.
Question 9588

What is antenna?

Correct Answer: B
Explanation:
Antennas are used for wireless transmission.
Question 9589

What is transmitter?

Correct Answer: B
Explanation:
Transmitter sends information signals.
Question 9590

What is receiver?

Correct Answer: B
Explanation:
Receiver captures transmitted signals.
Question 9591

What is propagation in wireless communication?

Correct Answer: B
Explanation:
Propagation is wave travel.
Question 9592

What is multipath propagation?

Correct Answer: B
Explanation:
Multipath causes signal distortion.
Question 9593

What is fading?

Correct Answer: B
Explanation:
Fading reduces signal quality.
Question 9594

What is noise in communication?

Correct Answer: B
Explanation:
Noise disturbs communication signals.
Question 9595

What is SNR?

Correct Answer: B
Explanation:
SNR measures signal quality vs noise.
Question 9596

What is digital communication?

Correct Answer: B
Explanation:
Digital communication uses binary data.
Question 9597

What is analog communication?

Correct Answer: B
Explanation:
Analog uses continuous signals.
Question 9598

What is channel in communication?

Correct Answer: B
Explanation:
Channel carries communication signals.
Question 9599

What is baseband signal?

Correct Answer: B
Explanation:
Baseband is original signal before modulation.
Question 9600

What is passband signal?

Correct Answer: B
Explanation:
Passband is modulated signal.
Question 9601

What is TDM?

Correct Answer: A
Explanation:
TDM shares channel in time slots.
Question 9602

What is FDM?

Correct Answer: A
Explanation:
FDM uses different frequency bands.
Question 9603

What is CDMA?

Correct Answer: A
Explanation:
CDMA uses unique codes for users.
Question 9604

What is cellular network?

Correct Answer: B
Explanation:
Cellular networks use multiple cell towers.
Question 9605

What is handoff in cellular communication?

Correct Answer: B
Explanation:
Handoff maintains connection during movement.
Question 9606

What is GSM?

Correct Answer: A
Explanation:
GSM is a mobile communication standard.
Question 9607

What is LTE?

Correct Answer: A
Explanation:
LTE is high-speed mobile communication.
Question 9608

What is 5G?

Correct Answer: A
Explanation:
5G provides high-speed wireless communication.
Question 9609

What is MIMO?

Correct Answer: A
Explanation:
MIMO improves communication capacity.
Question 9610

What is spectrum in wireless communication?

Correct Answer: B
Explanation:
Spectrum defines available frequencies.
Question 9611

What is Digital Signal Processing (DSP)?

Correct Answer: B
Explanation:
DSP deals with analysis and manipulation of signals using digital systems.
Question 9612

What is sampling in DSP?

Correct Answer: B
Explanation:
Sampling converts analog signals into discrete-time signals.
Question 9613

What is quantization in DSP?

Correct Answer: B
Explanation:
Quantization converts amplitude into finite levels.
Question 9614

What is aliasing?

Correct Answer: B
Explanation:
Aliasing occurs when sampling rate is too low.
Question 9615

What is Nyquist theorem?

Correct Answer: B
Explanation:
Nyquist rate avoids aliasing.
Question 9616

What is discrete-time signal?

Correct Answer: B
Explanation:
Discrete signals exist at sampled points.
Question 9617

What is digital filter?

Correct Answer: B
Explanation:
Digital filters process signals digitally.
Question 9618

What is FIR filter?

Correct Answer: B
Explanation:
FIR filters have finite duration response.
Question 9619

What is IIR filter?

Correct Answer: A
Explanation:
IIR filters have feedback and infinite response.
Question 9620

What is convolution in DSP?

Correct Answer: B
Explanation:
Convolution is used for filtering signals.
Question 9621

What is FFT?

Correct Answer: A
Explanation:
FFT converts signal to frequency domain.
Question 9622

What is DFT?

Correct Answer: A
Explanation:
DFT converts discrete signal to frequency domain.
Question 9623

What is time domain?

Correct Answer: B
Explanation:
Time domain shows signal variation over time.
Question 9624

What is frequency domain?

Correct Answer: B
Explanation:
Frequency domain shows spectral components.
Question 9625

What is windowing in DSP?

Correct Answer: B
Explanation:
Windowing reduces edge effects in signals.
Question 9626

What is spectral leakage?

Correct Answer: B
Explanation:
Leakage occurs due to finite signal length.
Question 9627

What is Z-transform?

Correct Answer: B
Explanation:
Z-transform analyzes discrete systems.
Question 9628

What is system in DSP?

Correct Answer: B
Explanation:
System processes input signals.
Question 9629

What is linear system?

Correct Answer: B
Explanation:
Linear systems follow additivity and scaling.
Question 9630

What is causal system?

Correct Answer: B
Explanation:
Causal systems do not use future inputs.
Question 9631

What is stability in DSP system?

Correct Answer: B
Explanation:
Stable systems give bounded output.
Question 9632

What is impulse response?

Correct Answer: B
Explanation:
Impulse response defines system behavior.
Question 9633

What is sampling theorem condition?

Correct Answer: B
Explanation:
Nyquist condition avoids aliasing.
Question 9634

What is discrete convolution?

Correct Answer: B
Explanation:
Convolution combines discrete signals.
Question 9635

What is Fourier series?

Correct Answer: B
Explanation:
Fourier series represents periodic signals.
Question 9636

What is sampling frequency?

Correct Answer: B
Explanation:
Sampling frequency defines sample rate.
Question 9637

What is reconstruction in DSP?

Correct Answer: B
Explanation:
Reconstruction rebuilds analog signal.
Question 9638

What is anti-aliasing filter?

Correct Answer: B
Explanation:
Prevents aliasing before sampling.
Question 9639

What is block diagram in DSP?

Correct Answer: B
Explanation:
Block diagrams represent DSP systems.
Question 9640

What is digital system advantage?

Correct Answer: B
Explanation:
Digital systems are less affected by noise.
Question 9641

What is thermodynamics?

Correct Answer: B
Explanation:
Thermodynamics deals with energy transfer in the form of heat and work.
Question 9642

What is first law of thermodynamics?

Correct Answer: B
Explanation:
First law states energy cannot be created or destroyed.
Question 9643

What is second law of thermodynamics?

Correct Answer: B
Explanation:
Second law introduces entropy concept.
Question 9644

What is entropy?

Correct Answer: B
Explanation:
Entropy represents randomness or disorder.
Question 9645

What is enthalpy?

Correct Answer: B
Explanation:
Enthalpy is heat content of system.
Question 9646

What is internal energy?

Correct Answer: B
Explanation:
Internal energy includes all microscopic energies.
Question 9647

What is system in thermodynamics?

Correct Answer: B
Explanation:
System is part of universe under study.
Question 9648

What are types of thermodynamic systems?

Correct Answer: A
Explanation:
Systems are classified based on energy/mass exchange.
Question 9649

What is open system?

Correct Answer: B
Explanation:
Open systems exchange both mass and energy.
Question 9650

What is closed system?

Correct Answer: B
Explanation:
Closed system exchanges energy but not mass.
Question 9651

What is isolated system?

Correct Answer: B
Explanation:
Isolated system exchanges nothing.
Question 9652

What is thermodynamic equilibrium?

Correct Answer: B
Explanation:
Equilibrium means stable system conditions.
Question 9653

What is heat?

Correct Answer: B
Explanation:
Heat flows due to temperature difference.
Question 9654

What is work in thermodynamics?

Correct Answer: B
Explanation:
Work is force acting over distance.
Question 9655

What is specific heat?

Correct Answer: B
Explanation:
Specific heat is heat capacity per unit mass.
Question 9656

What is Carnot cycle?

Correct Answer: B
Explanation:
Carnot cycle is ideal maximum efficiency cycle.
Question 9657

What is efficiency of Carnot engine?

Correct Answer: B
Explanation:
Efficiency depends on source and sink temperatures.
Question 9658

What is refrigeration cycle?

Correct Answer: B
Explanation:
Refrigeration removes heat from low temp region.
Question 9659

What is COP in refrigeration?

Correct Answer: B
Explanation:
COP measures efficiency of refrigeration.
Question 9660

What is phase in thermodynamics?

Correct Answer: B
Explanation:
Phases include solid, liquid, gas.
Question 9661

What is phase change?

Correct Answer: B
Explanation:
Phase change includes melting, boiling etc.
Question 9662

What is latent heat?

Correct Answer: A
Explanation:
Latent heat is absorbed/released during phase change.
Question 9663

What is ideal gas?

Correct Answer: B
Explanation:
Ideal gas obeys PV=nRT.
Question 9664

What is ideal gas equation?

Correct Answer: A
Explanation:
Ideal gas law relates pressure, volume, temperature.
Question 9665

What is adiabatic process?

Correct Answer: B
Explanation:
Adiabatic means no heat transfer.
Question 9666

What is isothermal process?

Correct Answer: B
Explanation:
Isothermal means temperature remains constant.
Question 9667

What is isobaric process?

Correct Answer: B
Explanation:
Isobaric means constant pressure.
Question 9668

What is isochoric process?

Correct Answer: B
Explanation:
Isochoric means constant volume.
Question 9669

What is thermodynamic process?

Correct Answer: B
Explanation:
Process is change of state.
Question 9670

What is reversible process?

Correct Answer: B
Explanation:
Reversible process can be undone.
Question 9671

What is irreversible process?

Correct Answer: B
Explanation:
Irreversible processes increase entropy.
Question 9672

What is Zeroth law of thermodynamics?

Correct Answer: B
Explanation:
Defines temperature equilibrium.
Question 9673

What is heat engine?

Correct Answer: A
Explanation:
Heat engine converts heat into work.
Question 9674

What is sink in thermodynamics?

Correct Answer: B
Explanation:
Sink absorbs heat from system.
Question 9675

What is VLSI?

Correct Answer: A
Explanation:
VLSI refers to integration of millions of transistors on a single chip.
Question 9676

What is CMOS technology?

Correct Answer: B
Explanation:
CMOS is widely used in VLSI for low power circuits.
Question 9677

Which device is fundamental in VLSI circuits?

Correct Answer: B
Explanation:
Transistors are building blocks of VLSI.
Question 9678

What is Moore’s Law?

Correct Answer: B
Explanation:
Moore’s law predicts exponential transistor growth.
Question 9679

What is chip in VLSI?

Correct Answer: B
Explanation:
Chip refers to integrated circuit.
Question 9680

What is fabrication in VLSI?

Correct Answer: B
Explanation:
Fabrication is chip manufacturing process.
Question 9681

What is photolithography?

Correct Answer: B
Explanation:
Photolithography is used to create circuit patterns.
Question 9682

What is mask in VLSI?

Correct Answer: B
Explanation:
Masks define circuit patterns.
Question 9683

What is IC design flow?

Correct Answer: B
Explanation:
IC design follows structured steps.
Question 9684

What is HDL?

Correct Answer: A
Explanation:
HDL is used to design digital circuits.
Question 9685

Which are HDL languages?

Correct Answer: B
Explanation:
VHDL and Verilog are hardware description languages.
Question 9686

What is synthesis in VLSI?

Correct Answer: B
Explanation:
Synthesis converts design into hardware logic.
Question 9687

What is layout in VLSI?

Correct Answer: B
Explanation:
Layout defines physical chip structure.
Question 9688

What is timing analysis?

Correct Answer: B
Explanation:
Timing ensures correct circuit operation.
Question 9689

What is propagation delay?

Correct Answer: B
Explanation:
Propagation delay affects circuit speed.
Question 9690

What is setup time?

Correct Answer: B
Explanation:
Setup time ensures correct data capture.
Question 9691

What is hold time?

Correct Answer: B
Explanation:
Hold time ensures data stability.
Question 9692

What is combinational circuit?

Correct Answer: B
Explanation:
No memory elements are used.
Question 9693

What is sequential circuit?

Correct Answer: B
Explanation:
Sequential circuits use memory.
Question 9694

What is flip-flop?

Correct Answer: B
Explanation:
Flip-flops store binary data.
Question 9695

What is latch?

Correct Answer: B
Explanation:
Latch stores data when enabled.
Question 9696

What is logic gate?

Correct Answer: B
Explanation:
Logic gates perform boolean operations.
Question 9697

What is power dissipation in VLSI?

Correct Answer: B
Explanation:
Power dissipation affects chip performance.
Question 9698

What is static power?

Correct Answer: B
Explanation:
Static power is leakage power.
Question 9699

What is dynamic power?

Correct Answer: B
Explanation:
Dynamic power occurs during transitions.
Question 9700

What is scaling in VLSI?

Correct Answer: B
Explanation:
Scaling improves performance and density.
Question 9701

What is wafer in VLSI?

Correct Answer: B
Explanation:
Wafer is used to build chips.
Question 9702

What is yield in VLSI?

Correct Answer: B
Explanation:
Yield measures production efficiency.
Question 9703

What is parasitic in VLSI?

Correct Answer: B
Explanation:
Parasitics affect circuit performance.
Question 9704

What is RTL design?

Correct Answer: A
Explanation:
RTL describes data flow between registers.
Question 9705

What is verification in VLSI?

Correct Answer: B
Explanation:
Verification ensures correct design behavior.
Question 9706

What is testability in VLSI?

Correct Answer: B
Explanation:
Testability ensures easier fault detection.
Question 9707

What is scan chain?

Correct Answer: B
Explanation:
Scan chains help in testing ICs.
Question 9708

What is a microprocessor?

Correct Answer: B
Explanation:
A microprocessor is a CPU implemented on a single chip.
Question 9709

Which is the basic function of a microprocessor?

Correct Answer: B
Explanation:
Microprocessor executes instructions and performs calculations.
Question 9710

What is ALU in microprocessor?

Correct Answer: A
Explanation:
ALU performs arithmetic and logical operations.
Question 9711

What is control unit in microprocessor?

Correct Answer: B
Explanation:
Control unit manages execution of instructions.
Question 9712

What is register in microprocessor?

Correct Answer: B
Explanation:
Registers store temporary data for processing.
Question 9713

What is instruction set?

Correct Answer: B
Explanation:
Instruction set defines CPU operations.
Question 9714

What is opcode?

Correct Answer: B
Explanation:
Opcode specifies the operation to perform.
Question 9715

What is operand?

Correct Answer: B
Explanation:
Operand is the data for operation.
Question 9716

What is clock speed?

Correct Answer: B
Explanation:
Clock speed determines CPU processing rate.
Question 9717

What is bus in microprocessor?

Correct Answer: B
Explanation:
Bus transfers data between components.
Question 9718

What are types of buses?

Correct Answer: B
Explanation:
System buses include data, address, control buses.
Question 9719

What is address bus?

Correct Answer: B
Explanation:
Address bus specifies memory location.
Question 9720

What is data bus?

Correct Answer: B
Explanation:
Data bus carries data between CPU and memory.
Question 9721

What is control bus?

Correct Answer: B
Explanation:
Control bus manages operations.
Question 9722

What is instruction cycle?

Correct Answer: B
Explanation:
Instruction cycle executes program instructions.
Question 9723

What is fetching in CPU?

Correct Answer: B
Explanation:
Fetch stage retrieves instruction.
Question 9724

What is decoding?

Correct Answer: B
Explanation:
Decode stage interprets instruction.
Question 9725

What is execution phase?

Correct Answer: B
Explanation:
Execution performs operation.
Question 9726

What is pipelining in microprocessor?

Correct Answer: B
Explanation:
Pipelining improves CPU efficiency.
Question 9727

What is accumulator?

Correct Answer: B
Explanation:
Accumulator stores intermediate results.
Question 9728

What is interrupt?

Correct Answer: B
Explanation:
Interrupts handle urgent events.
Question 9729

What is RAM?

Correct Answer: B
Explanation:
RAM stores temporary data.
Question 9730

What is ROM?

Correct Answer: B
Explanation:
ROM stores permanent instructions.
Question 9731

What is cache memory?

Correct Answer: B
Explanation:
Cache improves processing speed.
Question 9732

What is addressing mode?

Correct Answer: B
Explanation:
Addressing mode defines operand access.
Question 9733

What is immediate addressing?

Correct Answer: B
Explanation:
Immediate mode includes data in instruction.
Question 9734

What is direct addressing?

Correct Answer: B
Explanation:
Direct addressing uses memory address directly.
Question 9735

What is indirect addressing?

Correct Answer: B
Explanation:
Indirect addressing uses pointer-like access.
Question 9736

What is stack in microprocessor?

Correct Answer: B
Explanation:
Stack follows Last In First Out.
Question 9737

What is program counter?

Correct Answer: B
Explanation:
Program counter tracks instruction flow.
Question 9738

What is microcontroller difference?

Correct Answer: B
Explanation:
Microcontroller is integrated system.
Question 9739

What does CSIR stand for?

Correct Answer: A
Explanation:
CSIR stands for Council of Scientific and Industrial Research. It is one of India’s largest and most prestigious research and development organizations under the Government of India. Established in 1942, CSIR works in various scientific fields such as engineering, biology, chemistry, and advanced technologies. It plays a major role in national development through innovation and scientific research.
Question 9740

Which ministry controls CSIR?

Correct Answer: B
Explanation:
CSIR functions under the Ministry of Science and Technology, Government of India. This ministry is responsible for promoting scientific research, innovation, and technological development in the country. CSIR works as an autonomous body but follows policies and funding guidelines from this ministry.
Question 9741

What is the full form of ASO?

Correct Answer: A
Explanation:
ASO stands for Assistant Section Officer. It is a clerical and administrative post in various government organizations including CSIR. The role involves file management, drafting official documents, assisting senior officers, and handling administrative responsibilities.
Question 9742

Which is a primary function of ASO?

Correct Answer: B
Explanation:
The primary function of an Assistant Section Officer is office administration work. This includes handling files, preparing reports, drafting letters, managing records, and assisting higher officials in administrative tasks. It is a desk-based government job.
Question 9743

Which is used for official documentation?

Correct Answer: A
Explanation:
MS Word is widely used for official documentation such as drafting letters, preparing reports, notices, and official correspondence. It is part of Microsoft Office Suite and is essential for government clerical and administrative work.
Question 9744

Shortcut key for copy in computer?

Correct Answer: B
Explanation:
Ctrl + C is the standard keyboard shortcut used to copy selected text, files, or objects. This command stores the data temporarily in clipboard memory so it can be pasted elsewhere.
Question 9745

Shortcut key for paste?

Correct Answer: B
Explanation:
Ctrl + V is used to paste copied or cut content from clipboard to the desired location. It is one of the most commonly used shortcuts in computers.
Question 9746

What is CPU?

Correct Answer: A
Explanation:
CPU stands for Central Processing Unit. It is known as the brain of the computer because it processes all instructions, performs calculations, and controls overall system operations.
Question 9747

Which is input device?

Correct Answer: C
Explanation:
A keyboard is an input device used to enter data and commands into a computer. Input devices send information to the computer for processing.
Question 9748

Which is output device?

Correct Answer: C
Explanation:
A monitor is an output device that displays processed information from the computer in visual form such as text, images, and videos.
Question 9749

Which ministry controls CSIR?

Correct Answer: B
Explanation:
CSIR (Council of Scientific and Industrial Research) functions under the Ministry of Science and Technology, Government of India. This is a frequently asked question in CSIR ASO exams as organizational structure and administrative control are important static GK topics.
Question 9750

Who is the head of CSIR?

Correct Answer: C
Explanation:
CSIR is headed by the Director General, who also serves as Secretary of DSIR. This question is commonly asked in ASO exams because institutional hierarchy of CSIR is an important governance topic.
Question 9751

Which of the following is a cloud storage service?

Correct Answer: B
Explanation:
Google Drive is a cloud storage service that allows users to store, access, and share files online. Cloud computing and digital services are frequently included in recent CSIR ASO computer awareness sections.
Question 9752

What is the full form of VPN?

Correct Answer: A
Explanation:
VPN stands for Virtual Private Network. It is used to create a secure connection over the internet. Questions on cybersecurity, VPN, firewall, and encryption are part of recent exam trends.
Question 9753

Which Articles define Fundamental Rights in Indian Constitution?

Correct Answer: B
Explanation:
Fundamental Rights are defined under Articles 12 to 35 of the Indian Constitution. This is a frequently asked static GK topic in CSIR ASO and other SSC-level exams.
Question 9754

What does DPIIT stand for?

Correct Answer: B
Explanation:
DPIIT stands for Department for Promotion of Industry and Internal Trade. It is important for current affairs related to government policies, startups, and industrial development.
Question 9755

Which is India’s national cyber security agency?

Correct Answer: B
Explanation:
CERT-In (Indian Computer Emergency Response Team) is the national agency responsible for handling cyber security incidents in India. Cyber awareness questions are increasingly important in exams.
Question 9756

What is the SI unit of electric resistance?

Correct Answer: B
Explanation:
Ohm is the SI unit of electrical resistance. Basic physics concepts such as electricity, resistance, and current are commonly asked in CSIR ASO technical sections.
Question 9757

Who developed ChatGPT?

Correct Answer: C
Explanation:
ChatGPT is developed by OpenAI. Questions based on artificial intelligence, machine learning, and recent technology trends are part of modern exam patterns.
Question 9758

Which organization publishes GDP data in India?

Correct Answer: B
Explanation:
National Statistical Office (NSO) publishes GDP and other official economic data in India. This is a common current affairs and economy-related PYQ topic.
Question 9759

Which organization regulates banking in India?

Correct Answer: B
Explanation:
RBI (Reserve Bank of India) is the central banking authority of India. It regulates monetary policy, issues currency, and controls banking operations. This is a frequently asked static GK question in CSIR ASO exams, especially under Indian economy topics.
Question 9760

What is the capital of the United Nations?

Correct Answer: B
Explanation:
The headquarters of the United Nations is located in New York, USA. International organizations and their headquarters are commonly asked in current affairs sections of CSIR ASO exams.
Question 9761

Which gas is responsible for global warming?

Correct Answer: C
Explanation:
Carbon dioxide is a major greenhouse gas responsible for global warming. Environmental science questions are increasingly important in competitive exams including CSIR ASO.
Question 9762

Which Indian state has the longest coastline?

Correct Answer: B
Explanation:
Gujarat has the longest coastline among Indian states. Geography-based questions are common in CSIR ASO exams under static GK.
Question 9763

What is the full form of AI?

Correct Answer: B
Explanation:
AI stands for Artificial Intelligence. It refers to machines simulating human intelligence. AI-based questions are part of recent computer awareness trends in ASO exams.
Question 9764

Which is the smallest continent?

Correct Answer: B
Explanation:
Australia is the smallest continent in the world. Geography questions like continents, oceans, and capitals are frequently asked in CSIR ASO exams.
Question 9765

Which is the national river of India?

Correct Answer: B
Explanation:
The Ganga is the national river of India. It holds cultural, religious, and geographical significance and is a common GK question.
Question 9766

What does HTML stand for?

Correct Answer: A
Explanation:
HTML stands for Hyper Text Markup Language. It is used to create and structure web pages. Computer awareness sections often include such basic web technology questions.
Question 9767

Which planet is known as Red Planet?

Correct Answer: B
Explanation:
Mars is known as the Red Planet due to the presence of iron oxide on its surface. Space-related questions are common in science sections of ASO exams.
Question 9768

Which Indian constitution day is celebrated on?

Correct Answer: C
Explanation:
Constitution Day of India is celebrated on 26 November to honor the adoption of the Constitution in 1949. This is an important current affairs topic.
Question 9769

What is Physics

Correct Answer: D
Explanation:
<span data-subtree="aimfl,mfl" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);" style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; margin: 0px; border-bottom: 0px rgb(10, 10, 10);">Physics is </span><mark jsuid="PRRqxc_i" class="HxTRcb" jsaction="click:&amp;PRRqxc_i|h5M12e;mouseenter:&amp;PRRqxc_i|sbHm2b;mouseleave:&amp;PRRqxc_i|Tx5Rb;rcuQ6b:&amp;PRRqxc_i|npT2md" jscontroller="DfH0l" data-sfc-root="c" data-wiz-uids="PRRqxc_j" data-sfc-cb="" data-ved="2ahUKEwi-6-as7t2UAxUT2TgGHUSYB8UQuJAPegoIAggACAAIARAF" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 500; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);" style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; margin: 0px; border-bottom: 0px rgb(0, 29, 53);"><!--qkimaf PRRqxc_i/HugV6--><!--cqw1tb PRRqxc_i/HugV6-->the fundamental natural science that studies matter, energy, motion, and forces<!--TgQPHd|[]--></mark>.
Question 9770

What is the full form of ICMR?

Correct Answer: A
Explanation:
ICMR stands for Indian Council of Medical Research. It is one of the oldest and most important medical research bodies in India. ICMR works under the Department of Health Research and supports biomedical research, public health studies, disease control programs, and scientific guidance for health policy. For ICMR Assistant exams, basic institutional awareness is important because questions may test knowledge of major Indian organizations, their roles, and their administrative importance in government health research.
Question 9771

The headquarters of the Indian Council of Medical Research is located in which city?

Correct Answer: B
Explanation:
The headquarters of the Indian Council of Medical Research is located in New Delhi. ICMR coordinates health and biomedical research through its institutes and centres across India. In competitive exams such as ICMR Assistant, questions on headquarters of national organizations are common because they test general awareness and administrative knowledge. New Delhi is also the location of several important ministries, councils, departments, and national-level research organizations connected with public health, governance, and scientific planning.
Question 9772

Which ministry is associated with the Department of Health Research?

Correct Answer: C
Explanation:
The Department of Health Research functions under the Ministry of Health and Family Welfare. ICMR works under this department and supports medical, clinical, and public health research in India. This type of question is useful for ICMR Assistant preparation because candidates should understand the administrative structure of health research organizations. Knowing the parent ministry helps in answering questions related to government departments, research bodies, national health programs, and policy-making institutions in India.
Question 9773

Which of the following is a primary function of ICMR?

Correct Answer: B
Explanation:
The main function of ICMR is to promote, coordinate, and conduct biomedical and health research in India. It supports research on communicable diseases, non-communicable diseases, nutrition, reproductive health, epidemiology, and public health systems. In the ICMR Assistant exam, such questions check whether candidates understand the role of the organization they are applying to. ICMR does not conduct defence recruitment, railway administration, or tax management. Its work is mainly connected with medical science and public health research.
Question 9774

If 25 percent of a number is 180, what is the number?

Correct Answer: C
Explanation:
If 25 percent of a number is 180, then one-fourth of the number is 180. To find the full number, multiply 180 by 4. So, the number is 720. This type of percentage question is very common in assistant-level competitive exams because it tests basic arithmetic speed and conceptual clarity. Candidates should remember that 25 percent means 1 by 4, 50 percent means 1 by 2, and 75 percent means 3 by 4 for quick calculation.
Question 9775

A file is received in an office on 12 March and disposed of on 18 March. How many days did it remain pending including both dates?

Correct Answer: C
Explanation:
When both the starting date and ending date are included, the counting begins from 12 March and ends on 18 March. The dates are 12, 13, 14, 15, 16, 17, and 18, which makes 7 days. Date counting questions are useful in office-based exams because assistants often handle files, deadlines, letters, and official records. Such questions test practical administrative calculation and attention to detail, which are important for clerical and assistant-level government posts.
Question 9776

Choose the correctly spelt word.

Correct Answer: B
Explanation:
The correctly spelt word is Accommodation. It has double c and double m. Spelling questions are frequently asked in English sections of assistant-level exams because they test vocabulary accuracy and written communication skills. In official work, correct spelling is important while drafting letters, notes, reports, file comments, and emails. Candidates should practice commonly misspelled words such as accommodation, committee, necessary, government, occurrence, and recommendation to improve accuracy in the English language section.
Question 9777

Select the synonym of Precise.

Correct Answer: B
Explanation:
The synonym of Precise is Exact. Precise means clear, accurate, and specific. Vague means unclear, lengthy means long, and confused means not properly understood. Synonym questions test vocabulary and reading ability, which are important for English comprehension and official communication. In an assistant exam, candidates may be required to identify word meanings quickly. Building vocabulary through daily reading, newspapers, official documents, and previous exam questions helps improve performance in this section.
Question 9778

In MS Excel, which formula is used to add values from cells A1 to A5?

Correct Answer: C
Explanation:
In MS Excel, the SUM function is used to add numbers. The correct formula is =SUM(A1:A5). This adds all values from cell A1 to cell A5. Computer knowledge questions are important for ICMR Assistant because office work involves data entry, reports, spreadsheets, and record management. Candidates should know basic formulas such as SUM, AVERAGE, COUNT, MAX, and MIN. These functions are commonly used in administrative and clerical work.
Question 9779

Which shortcut key is used to copy selected text in Windows?

Correct Answer: B
Explanation:
Ctrl + C is used to copy selected text, files, or data in Windows and many software applications. Ctrl + X is used to cut, Ctrl + V is used to paste, and Ctrl + Z is used to undo an action. Shortcut key questions are common in computer awareness sections because they test practical knowledge. Assistants working in offices should know basic shortcuts to improve speed while drafting documents, managing files, preparing reports, and handling digital records.
Question 9780

Find the missing number in the series: 4, 9, 19, 39, 79, ?

Correct Answer: B
Explanation:
The pattern is multiplication by 2 and adding 1. 4 x 2 + 1 = 9, 9 x 2 + 1 = 19, 19 x 2 + 1 = 39, and 39 x 2 + 1 = 79. Therefore, the next number is 79 x 2 + 1 = 159. Number series questions are common in reasoning sections. They test pattern recognition, calculation speed, and logical thinking. Candidates should check multiplication, addition, squares, cubes, and alternating patterns while solving series questions.
Question 9781

If A is coded as 1, B as 2, and C as 3, then what is the code for ICMR?

Correct Answer: A
Explanation:
Using alphabetical positions, I is the 9th letter, C is the 3rd letter, M is the 13th letter, and R is the 18th letter. Therefore, ICMR is coded as 9-3-13-18. Coding-decoding questions are important in reasoning sections because they test letter positions, patterns, and logical conversion. Candidates should memorize letter positions or learn quick methods, such as A to Z numbering, reverse alphabet values, and common coding patterns used in exams.
Question 9782

Which part of the Indian Constitution deals with Fundamental Rights?

Correct Answer: C
Explanation:
Part III of the Indian Constitution deals with Fundamental Rights. These rights include equality, freedom, protection against exploitation, freedom of religion, cultural and educational rights, and constitutional remedies. Polity questions are commonly asked in government assistant exams because they test awareness of basic constitutional structure. Fundamental Rights are important because they protect citizens against arbitrary action and support democratic governance. Candidates should remember major parts, articles, schedules, and constitutional features for general awareness preparation.
Question 9783

Article 14 of the Indian Constitution is related to which right?

Correct Answer: B
Explanation:
Article 14 provides equality before law and equal protection of laws within the territory of India. It is one of the most important Fundamental Rights and forms the basis of rule of law. This question is relevant for assistant-level exams because basic constitutional articles are frequently asked. Candidates should connect Article 14 with equality, Article 19 with freedoms, Article 21 with life and personal liberty, and Article 32 with constitutional remedies for quick revision.
Question 9784

Which of the following is not a type of computer memory?

Correct Answer: C
Explanation:
CPU is not a type of memory. It stands for Central Processing Unit and is responsible for processing instructions. RAM, ROM, and Cache are types of computer memory. RAM is temporary memory, ROM stores permanent instructions, and cache provides high-speed access to frequently used data. Computer fundamentals are important for ICMR Assistant because modern office work requires basic IT knowledge. Candidates should understand hardware, software, memory, input-output devices, operating systems, and internet basics.
Question 9785

Which device is used to convert hard copy documents into digital format?

Correct Answer: B
Explanation:
A scanner is used to convert hard copy documents, images, or printed pages into digital format. Printers produce hard copies from digital files, monitors display output, and speakers produce sound. Scanners are commonly used in offices for digitizing records, certificates, application forms, and official documents. This question tests practical computer awareness. For assistant exams, candidates should know basic input and output devices because they are widely used in administrative and documentation-related office work.
Question 9786

A sum of Rs. 8000 becomes Rs. 9200 in 2 years at simple interest. What is the annual rate of interest?

Correct Answer: C
Explanation:
The principal is Rs. 8000 and the amount is Rs. 9200. So, simple interest is Rs. 1200. Time is 2 years. Using the formula SI = P x R x T divided by 100, we get 1200 = 8000 x R x 2 divided by 100. Therefore, R = 7.5 percent. Simple interest questions are common in quantitative aptitude. Candidates should practice direct formula-based questions because they are scoring and require only basic arithmetic accuracy.
Question 9787

The average of five numbers is 24. If one number 30 is removed, what is the average of the remaining four numbers?

Correct Answer: C
Explanation:
The average of five numbers is 24, so their total is 5 x 24 = 120. If 30 is removed, the remaining total is 120 - 30 = 90. The average of four numbers is 90 divided by 4 = 22.5. Average questions are common in assistant-level exams and are usually easy if the total is calculated first. Candidates should remember that average multiplied by number of observations gives the total value.
Question 9788

Choose the correct antonym of Transparent.

Correct Answer: C
Explanation:
The antonym of Transparent is Opaque. Transparent means allowing light to pass through clearly, while opaque means not allowing light to pass through. In a broader sense, transparent can also mean open and clear in communication, while opaque can mean unclear. Antonym questions test vocabulary, word contrast, and reading comprehension ability. In government exams, these questions are usually direct and scoring. Candidates should practice common adjective pairs such as transparent-opaque, ancient-modern, expand-contract, and permanent-temporary.
Question 9789

Fill in the blank: The committee has submitted ___ report.

Correct Answer: A
Explanation:
The correct answer is its. Committee is a collective noun and is usually treated as a singular unit when acting together. Therefore, the sentence should be: The committee has submitted its report. Grammar questions in assistant-level exams often test pronouns, subject-verb agreement, articles, prepositions, and tenses. In official writing, correct grammar is important because assistants may prepare notes, letters, reports, and summaries. Candidates should understand collective nouns and pronoun agreement clearly.
Question 9790

Which of the following is an example of application software?

Correct Answer: B
Explanation:
MS Word is application software because it is used by users to create, edit, and format documents. Windows and Linux are operating system software, while device drivers help hardware communicate with the operating system. Application software performs specific user tasks such as word processing, spreadsheet preparation, presentation creation, and database management. This topic is important for ICMR Assistant computer awareness because office work requires knowledge of common applications used for documentation and administrative tasks.
Question 9791

Which of the following file extensions is commonly used for MS Excel workbook files?

Correct Answer: B
Explanation:
The .xlsx extension is commonly used for Microsoft Excel workbook files. The .docx extension is used for Word documents, .pptx is used for PowerPoint presentations, and .txt is used for plain text files. File extension questions are common in computer awareness because they test practical digital literacy. Assistants often handle documents, spreadsheets, reports, and records, so knowing common file types helps in organizing, opening, editing, and sharing official files properly.
Question 9792

Which Indian state has the largest population according to the Census 2011?

Correct Answer: C
Explanation:
According to Census 2011, Uttar Pradesh is the most populous state in India. Population-related questions are part of general awareness and may appear in competitive exams. Candidates should remember important census facts such as most populous state, least populous state, highest literacy state, and sex ratio-related facts. Although newer estimates may change population projections, Census 2011 remains the official completed census data commonly used in exams until a new official census is fully released.
Question 9793

Who is known as the Father of the Indian Constitution?

Correct Answer: B
Explanation:
Dr. B. R. Ambedkar is known as the Father of the Indian Constitution because he served as the Chairman of the Drafting Committee of the Constituent Assembly. His role in drafting, explaining, and shaping the Constitution was extremely important. This is a frequently asked general awareness question in government exams. Candidates should also remember other key personalities such as Dr. Rajendra Prasad, Jawaharlal Nehru, Sardar Patel, and their roles in the freedom movement and constitution-making process.
Question 9794

If 18 workers complete a task in 20 days, how many days will 12 workers take to complete the same task?

Correct Answer: C
Explanation:
This is a work and time question. Total work is measured as workers multiplied by days. So, 18 workers x 20 days = 360 worker-days. If 12 workers do the same work, days required = 360 divided by 12 = 30 days. Work and time questions test inverse proportion because fewer workers take more time, while more workers take less time. Candidates should carefully identify whether the relation is direct or inverse before solving.
Question 9795

A train running at 60 km per hour crosses a pole in 18 seconds. What is the length of the train?

Correct Answer: C
Explanation:
Speed of the train is 60 km per hour. Convert it into metres per second: 60 x 5 divided by 18 = 16.67 m per second. Time taken to cross a pole is 18 seconds. Length of train = speed x time = 16.67 x 18 = 300 metres. Train questions are common in quantitative aptitude. Candidates should remember that while crossing a pole, distance covered is equal to the length of the train.
Question 9796

Which one of the following is a communicable disease?

Correct Answer: C
Explanation:
Tuberculosis is a communicable disease because it can spread from one person to another, mainly through airborne droplets from an infected person. Diabetes, hypertension, and arthritis are generally non-communicable diseases. Health awareness questions are relevant for ICMR Assistant because the organization is connected with medical and public health research. Candidates should understand basic differences between communicable and non-communicable diseases, vaccination, infection control, nutrition, sanitation, and public health programs.
Question 9797

Which vitamin is mainly obtained from sunlight exposure?

Correct Answer: D
Explanation:
Vitamin D is mainly produced in the skin when the body is exposed to sunlight. It is important for calcium absorption, bone health, and immune function. General science questions in ICMR Assistant exams may cover nutrition, vitamins, minerals, human body systems, and diseases. Candidates should remember important vitamins and deficiency diseases, such as Vitamin A for vision, Vitamin C for scurvy prevention, Vitamin D for bones, and Vitamin K for blood clotting.
Question 9798

Which blood cells help in fighting infections?

Correct Answer: B
Explanation:
White blood cells help the body fight infections. They are part of the immune system and protect the body against bacteria, viruses, and other harmful agents. Red blood cells carry oxygen, platelets help in blood clotting, and plasma is the liquid part of blood. General science questions on human biology are useful for ICMR Assistant preparation because ICMR is related to medical research. Candidates should learn basic functions of blood components and body systems.
Question 9799

Which organ purifies blood in the human body by filtering waste products?

Correct Answer: B
Explanation:
The kidneys filter blood and remove waste products from the body in the form of urine. They also help maintain water balance, electrolyte balance, and blood pressure regulation. The heart pumps blood, lungs help in respiration, and stomach helps in digestion. Human body questions are common in general science sections. Candidates should know the basic functions of major organs such as brain, heart, lungs, kidneys, liver, stomach, and pancreas for quick exam revision.
Question 9800

Which of the following is the correct order in the hierarchy of office noting movement?

Correct Answer: B
Explanation:
In general office procedure, a matter is first received, then examined, followed by noting and submission for decision. Assistants are expected to help in processing files, preparing notes, checking facts, and putting up matters to higher authorities. This type of administrative question is useful for assistant-level exams because it reflects practical office work. Proper file movement ensures accountability, clarity, and timely disposal of official matters in government offices and research institutions.
Question 9801

In official correspondence, D.O. letter stands for which of the following?

Correct Answer: B
Explanation:
D.O. letter stands for Demi Official letter. It is used for official communication with a personal touch, generally between officers. It is less formal than a standard official letter but still relates to official matters. Questions on office correspondence are relevant for assistant posts because assistants may assist in drafting letters, reminders, notes, and reports. Candidates should know common official communication formats such as office memorandum, circular, notice, reminder, report, and demi official letter.
Question 9802

Which document is generally used to communicate a decision or instruction within a government office?

Correct Answer: A
Explanation:
An Office Memorandum is commonly used in government offices to communicate decisions, instructions, information, or administrative matters. It is an important form of official correspondence. Assistant-level exams may include questions on office procedure because the role involves documentation, file handling, record keeping, and communication support. Candidates should understand the basic purpose of office orders, memoranda, circulars, notices, minutes, and official letters to perform well in administrative awareness questions.
Question 9803

Which of the following is used for sending electronic mail?

Correct Answer: B
Explanation:
SMTP stands for Simple Mail Transfer Protocol and is used for sending electronic mail. HTTP is used for web browsing, FTP is used for file transfer, and USB is a hardware interface. Internet and networking basics are commonly asked in computer awareness. Assistants should understand email, browsers, file sharing, online forms, digital signatures, cyber security, and basic protocols because digital communication is a routine part of modern government and institutional office work.
Question 9804

Which one of the following is the strongest password?

Correct Answer: C
Explanation:
IcMR@2026#Qx7 is the strongest password among the options because it includes uppercase letters, lowercase letters, numbers, and special characters. A strong password should not be easily guessed and should avoid common words, names, birthdays, or simple number patterns. Cyber security awareness is important in office work because assistants may handle official documents, emails, portals, and sensitive data. Candidates should understand password safety, phishing, malware, data privacy, and secure digital practices.
Question 9805

Which of the following is an input device?

Correct Answer: A
Explanation:
A keyboard is an input device because it is used to enter data, commands, and text into a computer. Monitor, printer, and speaker are output devices because they display, print, or produce information from the computer. Computer fundamentals questions are scoring if basic concepts are clear. Candidates should classify devices correctly as input, output, storage, and processing devices. This knowledge is useful for digital office work, data entry, document preparation, and basic IT operations.
Question 9806

Find the odd one out: Apple, Mango, Potato, Banana

Correct Answer: C
Explanation:
Potato is the odd one out because it is a vegetable, while apple, mango, and banana are fruits. Odd-one-out questions test classification ability and logical thinking. Candidates must identify the common feature shared by most options and then select the option that does not belong. Such questions may be based on words, numbers, letters, shapes, professions, places, or general categories. Practicing classification questions improves reasoning speed and accuracy in competitive exams.
Question 9807

If BOOK is coded as CPPL, then how is READ coded?

Correct Answer: A
Explanation:
In the given code, each letter is moved one step forward in the English alphabet. B becomes C, O becomes P, O becomes P, and K becomes L. Similarly, R becomes S, E becomes F, A becomes B, and D becomes E. Therefore, READ is coded as SFBE. Coding-decoding questions require careful observation of letter movement. Candidates should check whether letters move forward, backward, alternate positions, or follow a mixed pattern.
Question 9808

Which number will replace the question mark? 3, 6, 12, 24, 48, ?

Correct Answer: C
Explanation:
The series follows a multiplication by 2 pattern. 3 x 2 = 6, 6 x 2 = 12, 12 x 2 = 24, and 24 x 2 = 48. Therefore, the next number is 48 x 2 = 96. Number series questions are usually simple if the pattern is identified early. Candidates should test common operations like addition, subtraction, multiplication, division, squares, cubes, and alternating patterns before selecting the answer.
Question 9809

In a certain code, TABLE is written as ELBAT. How will CHAIR be written?

Correct Answer: C
Explanation:
TABLE is written as ELBAT, which means the word is reversed. Applying the same rule to CHAIR, the reverse spelling is RIAHC. Therefore, the correct answer is RIAHC. Reversal coding is a common and easy reasoning pattern. Candidates should first check whether the given code uses reverse order, letter shifting, alphabetical positions, vowel-consonant changes, or pair interchange. Careful observation helps solve such questions quickly and avoid unnecessary calculation.
Question 9810

Which of the following is the largest unit of data storage?

Correct Answer: D
Explanation:
Among the given options, Terabyte is the largest unit of data storage. The order is Kilobyte, Megabyte, Gigabyte, and Terabyte. Storage units are frequently asked in computer awareness sections because they test basic digital literacy. Candidates should know that computers store data in bits and bytes, and larger units are used for files, applications, drives, and cloud storage. Understanding storage units is useful when handling official files, scanned documents, reports, and databases.
Question 9811

Which software is mainly used for creating presentations?

Correct Answer: B
Explanation:
MS PowerPoint is mainly used for creating presentations. It allows users to create slides with text, images, charts, tables, animations, and designs. MS Excel is used for spreadsheets, MS Access is used for databases, and Notepad is used for simple text editing. Office software questions are important for assistant exams because administrative work often involves preparing reports, presentations, meeting materials, and data summaries. Candidates should know the main purpose of each MS Office application.
Question 9812

Which of the following is not a web browser?

Correct Answer: D
Explanation:
MS Excel is not a web browser. It is spreadsheet software used for calculations, data entry, tables, charts, and analysis. Google Chrome, Mozilla Firefox, and Microsoft Edge are web browsers used to access websites and online services. Computer awareness questions often check basic knowledge of internet tools and office applications. Assistants need to use browsers for online portals, email, official websites, document downloads, and government systems, so browser identification is useful.
Question 9813

Which of the following is a greenhouse gas?

Correct Answer: C
Explanation:
Carbon dioxide is a greenhouse gas. It traps heat in the atmosphere and contributes to the greenhouse effect. Other important greenhouse gases include methane, nitrous oxide, and water vapour. Environmental awareness questions are common in general awareness sections of competitive exams. Candidates should know basic topics such as pollution, climate change, ozone layer, biodiversity, renewable energy, and conservation. These questions test awareness of current environmental concerns and basic science concepts important for public policy and governance.
Question 9814

Which day is observed as World Health Day?

Correct Answer: A
Explanation:
World Health Day is observed on 7 April every year. It is associated with global health awareness and highlights important health-related themes. Health days are often asked in general awareness sections, especially for exams connected with medical or health institutions. Candidates should remember important days such as World Health Day, World AIDS Day, World Tuberculosis Day, National Science Day, and World Environment Day. Such questions are direct and can be answered quickly with proper revision.
Question 9815

Which disease is caused by deficiency of Vitamin C?

Correct Answer: B
Explanation:
Scurvy is caused by deficiency of Vitamin C. It may lead to bleeding gums, weakness, poor wound healing, and joint pain. Rickets is linked with Vitamin D deficiency, beriberi with Vitamin B1 deficiency, and night blindness with Vitamin A deficiency. Vitamin deficiency questions are common in general science sections. Candidates preparing for ICMR Assistant should revise important nutrients, their sources, functions, and deficiency diseases because these topics are highly scoring and frequently repeated in competitive exams.
Question 9816

Which of the following is used to prevent viral infections by developing immunity?

Correct Answer: B
Explanation:
A vaccine is used to help the body develop immunity against specific infections. Vaccines expose the immune system to a weakened, inactive, or selected part of a pathogen so that the body can respond better during future exposure. Antacids reduce acidity, analgesics relieve pain, and antiseptics prevent infection on external surfaces. Vaccination is an important public health topic, so questions related to vaccines, immunity, and disease prevention are relevant for ICMR Assistant exam preparation.
Question 9817

Which of the following is the official language of the Union of India as per Article 343?

Correct Answer: B
Explanation:
Article 343 states that the official language of the Union shall be Hindi in Devanagari script. English also continues to be used for official purposes as provided by law. Language-related constitutional questions are part of polity and general awareness. Candidates should know basic articles and provisions connected with official language, Fundamental Rights, Directive Principles, Parliament, President, and judiciary. Such questions are commonly asked in government recruitment exams because they test constitutional awareness.
Question 9818

Which of the following statements is correct about a database?

Correct Answer: B
Explanation:
A database stores organized data in a structured form so that it can be accessed, managed, updated, and searched efficiently. Databases are used in offices, banks, hospitals, research institutions, and government departments for maintaining records. In computer awareness, database questions test understanding of data management. Assistants may work with employee records, files, reports, inventories, and online systems, so knowing the basic purpose of databases is useful for practical office tasks.
Question 9819

Which of the following is the correct meaning of fiscal year in India?

Correct Answer: B
Explanation:
In India, the financial or fiscal year runs from 1 April to 31 March of the next calendar year. For example, financial year 2025-26 means the period from 1 April 2025 to 31 March 2026. This is important for accounts, budgets, audits, government expenditure, taxation, and official reporting. Assistant-level exams may include basic finance and administrative awareness questions because office staff often handle files related to bills, budgets, records, and financial documentation.
Question 9820

Which instrument is used to measure atmospheric pressure?

Correct Answer: A
Explanation:
A barometer is used to measure atmospheric pressure. It helps in weather forecasting because changes in air pressure often indicate upcoming weather changes. A fall in pressure usually suggests cloudy or rainy weather, while rising pressure often indicates clear weather.
Question 9821

What is the SI unit of pressure?

Correct Answer: B
Explanation:
The SI unit of pressure is Pascal. One Pascal is equal to one newton per square metre. Atmospheric pressure, fluid pressure, and mechanical pressure are commonly expressed in pascal or its larger units such as kilopascal.
Question 9822

Which instrument is used to measure wind speed?

Correct Answer: C
Explanation:
An anemometer is used to measure wind speed. It is an important meteorological instrument used at weather stations. Cup anemometers and digital anemometers are commonly used for recording wind velocity.
Question 9823

Which instrument is used to measure relative humidity?

Correct Answer: A
Explanation:
A hygrometer is used to measure relative humidity in the air. Humidity plays an important role in weather conditions, cloud formation, rainfall, and human comfort levels.
Question 9824

Normal lapse rate in the troposphere is approximately?

Correct Answer: B
Explanation:
The normal environmental lapse rate is about 6.5 degree Celsius per kilometre. It means temperature generally decreases with altitude in the troposphere at this average rate.
Question 9825

Which layer of the atmosphere contains most weather phenomena?

Correct Answer: C
Explanation:
Most weather phenomena occur in the troposphere. This is the lowest layer of the atmosphere and contains most of the atmospheric water vapour, clouds, storms, winds, and rainfall.
Question 9826

Which gas is most abundant in Earth atmosphere?

Correct Answer: C
Explanation:
Nitrogen is the most abundant gas in Earth atmosphere, forming about 78 percent of dry air. Oxygen is the second most abundant gas and supports respiration and combustion.
Question 9827

Which cloud type is usually associated with thunderstorms?

Correct Answer: B
Explanation:
Cumulonimbus clouds are associated with thunderstorms, heavy rain, lightning, strong winds, and sometimes hail. They grow vertically and indicate strong atmospheric instability.
Question 9828

Which device is used to measure rainfall?

Correct Answer: A
Explanation:
A rain gauge is used to measure the amount of rainfall at a location. Rainfall is generally recorded in millimetres and is important for agriculture, hydrology, and weather forecasting.
Question 9829

What does Doppler weather radar mainly measure?

Correct Answer: C
Explanation:
Doppler weather radar detects precipitation and measures the motion of rain droplets or particles. It is useful for tracking storms, wind patterns, rainfall intensity, and severe weather systems.
Question 9830

Which instrument is used to measure evaporation from a water surface?

Correct Answer: A
Explanation:
An evaporimeter is used to measure the rate of evaporation from a water surface. It is useful in meteorology, agriculture, irrigation planning, and water resource studies because evaporation affects soil moisture, reservoir levels, and local weather conditions.
Question 9831

Which instrument is used to record atmospheric pressure continuously?

Correct Answer: A
Explanation:
A barograph records atmospheric pressure continuously over time. Unlike a simple barometer, it gives a pressure trace on a chart, helping meteorologists study pressure trends, storms, depressions, and changing weather systems.
Question 9832

Which instrument is used to record temperature continuously?

Correct Answer: A
Explanation:
A thermograph records temperature continuously. It provides a time-based record of temperature changes and is useful for weather stations, laboratories, storage monitoring, and climate observation work.
Question 9833

Which instrument is used to measure both humidity and temperature using dry and wet bulbs?

Correct Answer: A
Explanation:
A psychrometer uses dry-bulb and wet-bulb thermometers to determine humidity. The difference between the two readings helps calculate relative humidity and dew point using standard psychrometric tables.
Question 9834

Which atmospheric layer contains the ionosphere mainly useful for radio communication?

Correct Answer: C
Explanation:
The ionosphere is mainly present in the thermosphere and parts of the upper atmosphere. It contains ionized particles that can reflect or affect radio waves, making it important for long-distance radio communication.
Question 9835

Which scale is used to measure temperature in the SI system?

Correct Answer: B
Explanation:
Kelvin is the SI unit of thermodynamic temperature. It starts from absolute zero and is widely used in scientific calculations, physics, chemistry, and meteorology where absolute temperature values are required.
Question 9836

Absolute zero temperature is equal to how many degree Celsius?

Correct Answer: C
Explanation:
Absolute zero is -273.15 degree Celsius. It is the lowest theoretical temperature at which molecular motion becomes minimum. The Kelvin scale starts from this point as zero Kelvin.
Question 9837

Which type of rainfall occurs due to lifting of moist air over mountains?

Correct Answer: B
Explanation:
Orographic rainfall occurs when moist air is forced to rise over mountains or high land. As the air rises, it cools, condenses, and produces rainfall on the windward side.
Question 9838

Which wind belt is found near the equator?

Correct Answer: B
Explanation:
Trade winds blow from subtropical high-pressure areas toward the equatorial low-pressure belt. They are regular planetary winds and play an important role in tropical climate and ocean circulation.
Question 9839

Which pressure belt is located near the equator?

Correct Answer: A
Explanation:
The equatorial low pressure belt lies near the equator. Strong heating causes air to rise, creating low pressure, cloud formation, convectional rainfall, and the Inter-Tropical Convergence Zone.
Question 9840

What is the full form of IMD in Indian meteorology?

Correct Answer: A
Explanation:
IMD stands for Indian Meteorological Department. It is responsible for weather forecasting, cyclone warnings, rainfall monitoring, climate services, and meteorological observations in India.
Question 9841

Which satellite orbit is commonly used for continuous weather monitoring of the same region?

Correct Answer: A
Explanation:
Geostationary satellites appear fixed over the same region of Earth. This makes them very useful for continuous weather monitoring, cyclone tracking, cloud observation, and real-time meteorological imaging.
Question 9842

Which type of satellite passes over polar regions and scans the whole Earth over time?

Correct Answer: B
Explanation:
Polar orbiting satellites move from pole to pole while Earth rotates below them. They provide global coverage and are useful for weather observation, climate monitoring, ocean studies, and remote sensing.
Question 9843

Which radiation is mainly emitted by the Earth surface?

Correct Answer: B
Explanation:
The Earth surface absorbs solar energy and emits it mainly as longwave infrared radiation. Greenhouse gases absorb part of this radiation and influence the heat balance of the atmosphere.
Question 9844

Which process changes water vapour directly into ice crystals?

Correct Answer: C
Explanation:
Deposition is the process in which water vapour changes directly into ice without becoming liquid first. It is important in frost formation and ice crystal formation in cold clouds.
Question 9845

Which process changes solid ice directly into water vapour?

Correct Answer: C
Explanation:
Sublimation is the direct change of solid ice into water vapour without passing through the liquid stage. It occurs in cold and dry conditions, especially in snow-covered regions.
Question 9846

Which chemical is commonly used in cloud seeding?

Correct Answer: A
Explanation:
Silver iodide is commonly used in cloud seeding because its crystal structure resembles ice. It helps promote ice crystal formation in suitable clouds, which may enhance precipitation under favourable conditions.
Question 9847

Which of the following has the highest specific heat capacity?

Correct Answer: A
Explanation:
Water has a high specific heat capacity compared with many common substances. It absorbs and releases heat slowly, helping moderate climate, sea breezes, land breezes, and daily temperature variation.
Question 9848

Which law explains the relationship between current and voltage in a conductor?

Correct Answer: B
Explanation:
Ohm law states that current through a conductor is directly proportional to the potential difference across it, provided temperature and physical conditions remain constant. It is written as V equals IR.
Question 9849

Which device converts alternating current into direct current?

Correct Answer: A
Explanation:
A rectifier converts alternating current into direct current. Diodes are commonly used in rectifier circuits for power supplies, chargers, adapters, and electronic equipment.
Question 9850

Which device is used to change the voltage level of alternating current?

Correct Answer: A
Explanation:
A transformer changes the voltage level of alternating current. Step-up transformers increase voltage, while step-down transformers decrease voltage. They work on the principle of electromagnetic induction.
Question 9851

Which component stores electric charge in a circuit?

Correct Answer: B
Explanation:
A capacitor stores electric charge and electrical energy in an electric field. It is used in filtering, timing circuits, coupling, decoupling, and energy storage applications.
Question 9852

Which component opposes change in current in an electrical circuit?

Correct Answer: B
Explanation:
An inductor opposes changes in current by producing a back electromotive force. It stores energy in a magnetic field and is commonly used in filters, chokes, and power circuits.
Question 9853

Which logic gate gives output 1 only when all inputs are 1?

Correct Answer: B
Explanation:
An AND gate gives output 1 only when all its inputs are 1. It is a basic digital logic gate used in computers, control circuits, and electronic decision-making systems.
Question 9854

Which logic gate gives output opposite to the input?

Correct Answer: C
Explanation:
A NOT gate gives the complement of the input. If the input is 1, the output is 0, and if the input is 0, the output is 1.
Question 9855

Which number system has base 16?

Correct Answer: D
Explanation:
The hexadecimal number system has base 16. It uses digits 0 to 9 and letters A to F. It is commonly used in computing to represent binary data compactly.
Question 9856

Which database command is used to remove all records from a table but keep its structure?

Correct Answer: B
Explanation:
TRUNCATE removes all records from a database table while keeping the table structure intact. It is generally faster than DELETE when the requirement is to clear the complete table.
Question 9857

Which SQL clause is used to filter grouped records?

Correct Answer: C
Explanation:
The HAVING clause is used to filter grouped records after GROUP BY. WHERE filters rows before grouping, while HAVING filters groups based on aggregate conditions such as COUNT or SUM.
Question 9858

Which computer network covers the largest geographical area?

Correct Answer: C
Explanation:
WAN stands for Wide Area Network. It covers a large geographical area such as cities, countries, or continents. The Internet is the most common example of a WAN.
Question 9859

Which device connects different networks and forwards data packets?

Correct Answer: A
Explanation:
A router connects different networks and forwards data packets between them. It reads destination addresses and selects the best path for data transmission across networks.
Question 9860

Intelligence Bureau works under which ministry of India?

Correct Answer: A
Explanation:
The Intelligence Bureau works under the Ministry of Home Affairs. It is India internal intelligence agency and deals with internal security, intelligence collection, and related national security matters.
Question 9861

Who is known as the Iron Man of India?

Correct Answer: B
Explanation:
Sardar Vallabhbhai Patel is known as the Iron Man of India. He played a major role in integrating princely states into the Indian Union after independence.
Question 9862

The Indian Constitution came into force on which date?

Correct Answer: B
Explanation:
The Constitution of India came into force on 26 January 1950. This day is celebrated every year as Republic Day in India.
Question 9863

Which part of the Indian Constitution contains Fundamental Rights?

Correct Answer: C
Explanation:
Fundamental Rights are mentioned in Part III of the Indian Constitution. These rights protect citizens against arbitrary actions and ensure basic freedoms.
Question 9864

Which article of the Indian Constitution deals with equality before law?

Correct Answer: A
Explanation:
Article 14 provides equality before law and equal protection of laws. It is one of the most important Fundamental Rights in the Constitution.
Question 9865

Which river is known as the Dakshin Ganga?

Correct Answer: B
Explanation:
The Godavari River is known as the Dakshin Ganga or Ganga of the South. It is one of the longest rivers in peninsular India.
Question 9866

Which is the largest state of India by area?

Correct Answer: C
Explanation:
Rajasthan is the largest state of India by area. It covers a large part of north-western India and includes the Thar Desert.
Question 9867

Which planet is known as the Red Planet?

Correct Answer: B
Explanation:
Mars is known as the Red Planet because of the reddish appearance caused by iron oxide present on its surface.
Question 9868

Which gas is essential for respiration in humans?

Correct Answer: C
Explanation:
Oxygen is essential for human respiration. It is used by body cells to produce energy through the process of cellular respiration.
Question 9869

Which blood group is known as the universal donor?

Correct Answer: D
Explanation:
O negative blood group is known as the universal donor for red blood cell transfusion because it lacks A, B, and Rh antigens.
Question 9870

The deficiency of vitamin C causes which disease?

Correct Answer: B
Explanation:
Deficiency of vitamin C causes scurvy. Common symptoms include bleeding gums, weakness, joint pain, and poor wound healing.
Question 9871

Which organ purifies blood in the human body?

Correct Answer: C
Explanation:
Kidneys filter waste products and excess water from blood. They help maintain fluid balance, electrolyte balance, and remove toxins through urine.
Question 9872

Which force keeps planets moving around the Sun?

Correct Answer: B
Explanation:
Gravitational force keeps planets in orbit around the Sun. The Sun attracts planets due to gravity, while their motion keeps them moving in curved paths.
Question 9873

Which metal is liquid at room temperature?

Correct Answer: B
Explanation:
Mercury is a metal that remains liquid at room temperature. It has been used in thermometers and barometers, although its use is now limited due to toxicity.
Question 9874

Which acid is present in lemon?

Correct Answer: B
Explanation:
Lemon contains citric acid. This acid gives lemon its sour taste and is commonly found in citrus fruits like oranges and limes.
Question 9875

Which device is used to measure electric current?

Correct Answer: B
Explanation:
An ammeter is used to measure electric current. It is connected in series in an electrical circuit to measure current flow.
Question 9876

Which of the following is a renewable source of energy?

Correct Answer: C
Explanation:
Solar energy is a renewable source of energy because it comes from the Sun and is naturally replenished. It is clean and widely used for electricity generation.
Question 9877

Which soil is best suited for cotton cultivation?

Correct Answer: B
Explanation:
Black soil is best suited for cotton cultivation. It has good moisture retention capacity and is commonly found in the Deccan Plateau region.
Question 9878

Which crop is mainly grown in the Kharif season?

Correct Answer: C
Explanation:
Rice is mainly grown in the Kharif season. Kharif crops are generally sown with the arrival of monsoon rains and harvested after the rainy season.
Question 9879

Which movement was started by Mahatma Gandhi in 1942?

Correct Answer: C
Explanation:
The Quit India Movement was started by Mahatma Gandhi in 1942. It called for an end to British rule in India with the slogan Do or Die.
Question 9880

If A is coded as 1 and B is coded as 2, then Z is coded as?

Correct Answer: C
Explanation:
In the alphabetical position coding system, A equals 1, B equals 2, and so on. Therefore, Z is the 26th letter of the English alphabet.
Question 9881

Find the missing number in the series: 2, 4, 8, 16, ?

Correct Answer: D
Explanation:
The given series doubles each time. 2 becomes 4, 4 becomes 8, 8 becomes 16, and 16 multiplied by 2 gives 32.
Question 9882

Find the missing number in the series: 3, 6, 11, 18, ?

Correct Answer: B
Explanation:
The differences are 3, 5, and 7. The next difference is 9. Therefore, 18 plus 9 equals 27.
Question 9883

If CAT is written as DBU, then DOG will be written as?

Correct Answer: A
Explanation:
Each letter is shifted one position forward in the alphabet. C becomes D, A becomes B, T becomes U. Similarly, DOG becomes EPH.
Question 9884

Which number is the odd one out: 9, 16, 25, 36, 49, 63?

Correct Answer: D
Explanation:
9, 16, 25, 36, and 49 are perfect squares. 63 is not a perfect square, so it is the odd one out.
Question 9885

A person faces north and turns right. Which direction is he facing now?

Correct Answer: A
Explanation:
When a person facing north turns right, he faces east. Direction questions require careful tracking of left and right turns.
Question 9886

What is 25 percent of 200?

Correct Answer: C
Explanation:
25 percent means one-fourth. One-fourth of 200 is 50. Therefore, 25 percent of 200 equals 50.
Question 9887

If the cost price is 500 and profit is 20 percent, what is the selling price?

Correct Answer: C
Explanation:
Profit is 20 percent of 500, which is 100. Selling price equals cost price plus profit, so 500 plus 100 equals 600.
Question 9888

The average of 10, 20, 30 and 40 is?

Correct Answer: B
Explanation:
Average is calculated by dividing the sum of values by the number of values. The sum is 100 and 100 divided by 4 equals 25.
Question 9889

A train covers 120 km in 2 hours. What is its speed?

Correct Answer: C
Explanation:
Speed equals distance divided by time. The train covers 120 km in 2 hours, so its speed is 120 divided by 2 equals 60 km per hour.
Question 9890

The simple interest on 1000 at 10 percent per annum for 2 years is?

Correct Answer: C
Explanation:
Simple interest is calculated as principal multiplied by rate multiplied by time divided by 100. Here, 1000 x 10 x 2 divided by 100 equals 200.
Question 9891

If 12 men can complete a work in 10 days, how many man-days are required?

Correct Answer: C
Explanation:
Man-days are calculated by multiplying the number of men by the number of days. Therefore, 12 multiplied by 10 equals 120 man-days.
Question 9892

Choose the correctly spelt word.

Correct Answer: C
Explanation:
The correct spelling is Accommodate. It contains double c and double m, which is a common spelling point in English exams.
Question 9893

Choose the antonym of Brave.

Correct Answer: C
Explanation:
The antonym of brave is cowardly. Brave means showing courage, while cowardly means lacking courage or being fearful.
Question 9894

Choose the synonym of Rapid.

Correct Answer: B
Explanation:
Rapid means fast or quick. Therefore, fast is the correct synonym of rapid.
Question 9895

Fill in the blank: He is good ____ mathematics.

Correct Answer: B
Explanation:
The correct phrase is good at. Therefore, the sentence should be: He is good at mathematics.
Question 9896

Identify the noun in the sentence: Honesty is the best policy.

Correct Answer: A
Explanation:
Honesty is a noun because it names a quality. Abstract nouns name ideas, qualities, or feelings that cannot be touched physically.
Question 9897

Which one is a preposition?

Correct Answer: B
Explanation:
Under is a preposition. Prepositions show relation between a noun or pronoun and another word in a sentence.
Question 9898

Which of the following is an example of a public place security measure?

Correct Answer: C
Explanation:
Checking identity cards is a basic public place security measure. It helps control access and improves safety in offices, institutions, and restricted areas.
Question 9899

What should be done first after noticing an unattended suspicious bag in a public area?

Correct Answer: C
Explanation:
An unattended suspicious bag should not be touched or moved. The correct action is to inform security staff or police immediately and keep people away from the area.
Question 9900

Which commission conducts SSC Head Constable recruitment examinations?

Correct Answer: B
Explanation:
SSC Head Constable recruitment examinations are conducted by the Staff Selection Commission. SSC conducts various central government recruitment exams for posts in ministries, departments, police organizations, and other government offices.
Question 9901

Delhi Police comes under the administrative control of which ministry?

Correct Answer: B
Explanation:
Delhi Police functions under the Ministry of Home Affairs. It is responsible for maintaining law and order, crime prevention, traffic control, and security arrangements in the National Capital Territory of Delhi.
Question 9902

Which of the following is the primary duty of a Head Constable?

Correct Answer: B
Explanation:
A Head Constable assists senior police officers in maintaining public order, handling records, helping in investigation work, managing duty assignments, and supporting field-level policing responsibilities.
Question 9903

The emergency police helpline number in India is commonly known as?

Correct Answer: A
Explanation:
The number 100 has traditionally been used as the police emergency helpline in India. In many places, emergency services are also integrated through 112 for quick public assistance.
Question 9904

Which article of the Indian Constitution deals with protection of life and personal liberty?

Correct Answer: C
Explanation:
Article 21 protects life and personal liberty. It is one of the most important Fundamental Rights and has been interpreted widely by courts to include dignity, privacy, fair procedure, and personal freedom.
Question 9905

Who appoints the Chief Election Commissioner of India?

Correct Answer: B
Explanation:
The Chief Election Commissioner of India is appointed by the President of India. The Election Commission is responsible for conducting free and fair elections in the country.
Question 9906

Which is the highest court in India?

Correct Answer: C
Explanation:
The Supreme Court of India is the highest judicial authority in the country. It hears constitutional matters, appeals, and important cases involving fundamental rights and national importance.
Question 9907

National Police Commemoration Day is observed on which date in India?

Correct Answer: B
Explanation:
National Police Commemoration Day is observed on 21 October every year. It honors police personnel who sacrificed their lives in the line of duty.
Question 9908

Which of the following is a non-verbal communication method?

Correct Answer: C
Explanation:
Body language is a non-verbal communication method. It includes gestures, facial expressions, posture, eye contact, and movement, which can convey meaning without spoken words.
Question 9909

Which of the following is important while handling confidential information?

Correct Answer: C
Explanation:
Confidential information must be handled with secrecy and responsibility. Unauthorized sharing can affect security, investigation, public safety, and official discipline.
Question 9910

Find the missing number: 5, 10, 20, 40, ?

Correct Answer: C
Explanation:
Each number in the series is multiplied by 2. Therefore, after 5, 10, 20, and 40, the next number is 80.
Question 9911

Find the missing number: 7, 14, 28, 56, ?

Correct Answer: C
Explanation:
The pattern is multiplication by 2. 7 becomes 14, 14 becomes 28, 28 becomes 56, and 56 multiplied by 2 gives 112.
Question 9912

If RAM is coded as SBN, then PEN will be coded as?

Correct Answer: A
Explanation:
Each letter is shifted one step forward in the alphabet. R becomes S, A becomes B, M becomes N. Similarly, P becomes Q, E becomes F, and N becomes O.
Question 9913

In a row, Rahul is 12th from the left and 18th from the right. How many persons are there in the row?

Correct Answer: B
Explanation:
Total persons in a row equals position from left plus position from right minus 1. Therefore, 12 plus 18 minus 1 equals 29.
Question 9914

Which number is different from the others: 8, 27, 64, 125, 216, 343, 400?

Correct Answer: D
Explanation:
8, 27, 64, 125, 216, and 343 are perfect cubes. 400 is not a perfect cube, so it is the odd one out.
Question 9915

If South becomes East after a left turn, what was the original direction?

Correct Answer: B
Explanation:
When a person facing south turns left, he faces east. Therefore, the original direction was south.
Question 9916

Complete the analogy: Book is to Reading as Pen is to?

Correct Answer: A
Explanation:
A book is mainly used for reading, while a pen is mainly used for writing. Therefore, writing completes the analogy.
Question 9917

What is the value of 15 percent of 300?

Correct Answer: C
Explanation:
15 percent of 300 is calculated as 300 multiplied by 15 divided by 100. The result is 45.
Question 9918

If the selling price is 1200 and profit is 20 percent, what is the cost price?

Correct Answer: C
Explanation:
When profit is 20 percent, selling price is 120 percent of cost price. Cost price equals 1200 multiplied by 100 divided by 120, which is 1000.
Question 9919

A man walks 5 km in 1 hour. How much distance will he cover in 3 hours at the same speed?

Correct Answer: C
Explanation:
Distance equals speed multiplied by time. At 5 km per hour for 3 hours, the distance covered is 15 km.
Question 9920

The average of 12, 18, 24 and 30 is?

Correct Answer: C
Explanation:
The sum of 12, 18, 24, and 30 is 84. Dividing 84 by 4 gives the average as 21.
Question 9921

Simplify: 36 divided by 6 plus 4 multiplied by 2

Correct Answer: A
Explanation:
Using the BODMAS rule, first divide and multiply: 36 divided by 6 equals 6, and 4 multiplied by 2 equals 8. Then 6 plus 8 equals 14.
Question 9922

If 8 workers finish a work in 12 days, total work is equal to how many worker-days?

Correct Answer: C
Explanation:
Worker-days are calculated by multiplying workers by days. Therefore, 8 multiplied by 12 equals 96 worker-days.
Question 9923

Which of the following is the correct spelling?

Correct Answer: A
Explanation:
The correct spelling is Discipline. It means orderly behavior, self-control, or training according to rules.
Question 9924

Choose the synonym of Alert.

Correct Answer: B
Explanation:
Alert means watchful, attentive, and ready to act. Therefore, watchful is the correct synonym.
Question 9925

Choose the antonym of Honest.

Correct Answer: C
Explanation:
Honest means truthful and fair. Its antonym is dishonest, which means not truthful or not trustworthy.
Question 9926

Fill in the blank: The constable is responsible ____ maintaining order.

Correct Answer: A
Explanation:
The correct phrase is responsible for. The sentence should be: The constable is responsible for maintaining order.
Question 9927

Identify the adjective in the sentence: The brave officer helped the old man.

Correct Answer: C
Explanation:
Brave is an adjective because it describes the noun officer. Adjectives describe the quality, quantity, or condition of nouns.
Question 9928

Which tense is used in the sentence: She writes a report daily?

Correct Answer: A
Explanation:
The sentence uses simple present tense. It describes a regular or habitual action, shown by the word daily.
Question 9929

Which part of speech is the word quickly?

Correct Answer: B
Explanation:
Quickly is an adverb. It modifies a verb and tells how an action is performed.
Question 9930

Which device is used to store data permanently in a computer?

Correct Answer: C
Explanation:
A hard disk is used for permanent data storage. Unlike RAM, data stored on a hard disk remains available even after the computer is switched off.
Question 9931

Which shortcut key is commonly used to copy selected text?

Correct Answer: A
Explanation:
Ctrl plus C is commonly used to copy selected text or files. The copied item can later be pasted using Ctrl plus V.
Question 9932

Which shortcut key is commonly used to paste copied content?

Correct Answer: C
Explanation:
Ctrl plus V is used to paste copied or cut content. It is one of the most commonly used keyboard shortcuts in computer work.
Question 9933

Which of the following is an example of an output device?

Correct Answer: D
Explanation:
A printer is an output device because it produces hard copies of documents, images, or reports from a computer.
Question 9934

What does URL stand for?

Correct Answer: A
Explanation:
URL stands for Uniform Resource Locator. It is the address used to access a webpage or online resource on the internet.
Question 9935

Which software is used to browse websites?

Correct Answer: A
Explanation:
A web browser is used to access websites and web pages. Examples include Google Chrome, Mozilla Firefox, Microsoft Edge, and Safari.
Question 9936

Which gas is released by plants during photosynthesis?

Correct Answer: B
Explanation:
Plants release oxygen during photosynthesis. They use carbon dioxide, water, and sunlight to prepare food and release oxygen as a by-product.
Question 9937

Which part of the plant absorbs water from the soil?

Correct Answer: C
Explanation:
Roots absorb water and minerals from the soil. They also help anchor the plant firmly in the ground.
Question 9938

Which vitamin is produced in the human body with the help of sunlight?

Correct Answer: D
Explanation:
Vitamin D is produced in the skin when it is exposed to sunlight. It helps in calcium absorption and supports healthy bones and teeth.
Question 9939

Which safety step should be followed during crowd control duty?

Correct Answer: B
Explanation:
During crowd control, clear communication, calm behavior, safe distance, and proper coordination are important. These steps help prevent panic, injury, and disorder.
Question 9940

Which law of thermodynamics forms the basis of temperature measurement?

Correct Answer: A
Explanation:
The Zeroth law of thermodynamics forms the basis of temperature measurement. It states that if two bodies are separately in thermal equilibrium with a third body, then they are in thermal equilibrium with each other.
Question 9941

The first law of thermodynamics is based on which principle?

Correct Answer: B
Explanation:
The first law of thermodynamics is based on the principle of conservation of energy. It states that energy can neither be created nor destroyed, but it can be converted from one form to another.
Question 9942

The efficiency of a Carnot engine depends on which factor?

Correct Answer: B
Explanation:
The efficiency of a Carnot engine depends only on the absolute temperatures of the source and sink. Higher source temperature and lower sink temperature increase the theoretical efficiency.
Question 9943

Which cycle is used as the ideal cycle for spark ignition engines?

Correct Answer: B
Explanation:
The Otto cycle is used as the ideal air-standard cycle for spark ignition petrol engines. Heat addition in this cycle is assumed to take place at constant volume.
Question 9944

Which cycle is used as the ideal cycle for compression ignition engines?

Correct Answer: B
Explanation:
The Diesel cycle is used as the ideal cycle for compression ignition engines. In this cycle, heat addition is assumed to occur at constant pressure.
Question 9945

Which cycle is commonly used in steam power plants?

Correct Answer: A
Explanation:
The Rankine cycle is the basic working cycle of steam power plants. It includes processes such as pumping, boiler heat addition, turbine expansion, and condenser heat rejection.
Question 9946

Which cycle is used in gas turbine power plants?

Correct Answer: B
Explanation:
The Brayton cycle is used in gas turbine power plants. It consists of compression, constant-pressure heat addition, expansion in turbine, and heat rejection.
Question 9947

The SI unit of entropy is?

Correct Answer: C
Explanation:
Entropy is measured in joule per kelvin in the SI system. Specific entropy is usually expressed as joule per kilogram kelvin or kilojoule per kilogram kelvin.
Question 9948

Which device converts heat energy into mechanical work?

Correct Answer: A
Explanation:
A heat engine converts heat energy into mechanical work. It receives heat from a high-temperature source, converts part of it into work, and rejects the remaining heat to a sink.
Question 9949

In a refrigerator, heat is transferred from?

Correct Answer: A
Explanation:
A refrigerator transfers heat from a low-temperature space to a high-temperature surrounding. This process requires external work input, usually supplied by an electric motor.
Question 9950

Reynolds number is the ratio of which forces?

Correct Answer: A
Explanation:
Reynolds number is the ratio of inertia force to viscous force. It helps determine whether fluid flow is laminar, transitional, or turbulent.
Question 9951

The SI unit of dynamic viscosity is?

Correct Answer: A
Explanation:
The SI unit of dynamic viscosity is newton second per square metre, also written as pascal second. It represents the resistance of a fluid to flow or deformation.
Question 9952

Bernoulli equation is based on conservation of?

Correct Answer: B
Explanation:
Bernoulli equation is based on conservation of energy for steady, incompressible, and non-viscous flow along a streamline. It relates pressure head, velocity head, and datum head.
Question 9953

Which instrument is used to measure fluid pressure?

Correct Answer: A
Explanation:
A manometer is used to measure fluid pressure. It commonly works by balancing the pressure of a fluid column against the pressure being measured.
Question 9954

Which turbine is an impulse turbine?

Correct Answer: A
Explanation:
Pelton turbine is an impulse turbine. It is suitable for high head and low discharge conditions, where water jets strike bucket-shaped blades.
Question 9955

Which turbine is suitable for low head and high discharge?

Correct Answer: B
Explanation:
Kaplan turbine is suitable for low head and high discharge applications. It is an axial flow reaction turbine with adjustable blades.
Question 9956

Draft tube is used in which type of turbine?

Correct Answer: A
Explanation:
A draft tube is used in reaction turbines. It helps recover kinetic energy at the runner exit and allows the turbine to be installed above the tail race level.
Question 9957

Cavitation in hydraulic machines occurs due to?

Correct Answer: B
Explanation:
Cavitation occurs when local pressure falls below the vapour pressure of the liquid. Vapour bubbles form and collapse, causing noise, vibration, and damage to hydraulic machine parts.
Question 9958

Hooke law is valid up to which limit?

Correct Answer: A
Explanation:
Hooke law is valid up to the elastic limit. Within this range, stress is directly proportional to strain and the material returns to its original shape after unloading.
Question 9959

Young modulus is defined as the ratio of?

Correct Answer: B
Explanation:
Young modulus is the ratio of longitudinal stress to longitudinal strain within the elastic limit. It represents the stiffness of a material under tensile or compressive loading.
Question 9960

Poisson ratio is the ratio of?

Correct Answer: A
Explanation:
Poisson ratio is the ratio of lateral strain to longitudinal strain. It indicates how much a material contracts laterally when stretched longitudinally.
Question 9961

The bending equation is written as?

Correct Answer: A
Explanation:
The bending equation is M by I equals sigma by y equals E by R. It is used to calculate bending stress in beams under pure bending conditions.
Question 9962

The torsion equation for a circular shaft is?

Correct Answer: B
Explanation:
The torsion equation for a circular shaft is T by J equals tau by r equals G theta by L. It relates torque, polar moment of inertia, shear stress, and angle of twist.
Question 9963

For a simply supported beam with central point load W, maximum bending moment is?

Correct Answer: B
Explanation:
For a simply supported beam carrying a central point load W, the maximum bending moment occurs at the centre and is equal to WL by 4.
Question 9964

For a cantilever beam with point load W at free end, maximum bending moment is?

Correct Answer: A
Explanation:
For a cantilever beam with a point load at the free end, the maximum bending moment occurs at the fixed end and is equal to WL.
Question 9965

Which material property measures resistance to indentation?

Correct Answer: A
Explanation:
Hardness is the resistance of a material to indentation, scratching, or wear. Common hardness tests include Brinell, Rockwell, and Vickers tests.
Question 9966

Which property allows a material to be drawn into wires?

Correct Answer: A
Explanation:
Ductility is the ability of a material to be drawn into wires without breaking. Copper, aluminium, and mild steel are examples of ductile materials.
Question 9967

Which property allows a material to absorb energy before fracture?

Correct Answer: A
Explanation:
Toughness is the ability of a material to absorb energy before fracture. It depends on both strength and ductility and is important under impact loading.
Question 9968

Cast iron contains carbon approximately in which range?

Correct Answer: B
Explanation:
Cast iron generally contains about 2 to 4 percent carbon. This high carbon content gives it good castability but makes it relatively brittle compared with steel.
Question 9969

Which heat treatment process increases hardness of steel?

Correct Answer: C
Explanation:
Hardening increases the hardness and strength of steel. It usually involves heating steel to a suitable temperature and then quenching it rapidly in water, oil, or another medium.
Question 9970

Which manufacturing process is used to produce external threads?

Correct Answer: C
Explanation:
External threads are commonly produced using a die or by thread cutting on a lathe. Tapping is used for producing internal threads.
Question 9971

Which operation enlarges an existing drilled hole accurately?

Correct Answer: A
Explanation:
Reaming is used to finish and slightly enlarge an existing drilled hole accurately. It improves dimensional accuracy and surface finish.
Question 9972

Which welding process uses a non-consumable tungsten electrode?

Correct Answer: B
Explanation:
TIG welding uses a non-consumable tungsten electrode. It produces high-quality welds and is commonly used for stainless steel, aluminium, and precision welding work.
Question 9973

Which casting defect is caused by trapped gases?

Correct Answer: A
Explanation:
Blow holes are casting defects caused by trapped gases in molten metal. Proper venting, correct moisture control, and suitable pouring practice help reduce this defect.
Question 9974

Which machine tool is mainly used for producing cylindrical surfaces?

Correct Answer: A
Explanation:
A lathe is mainly used for producing cylindrical surfaces. Common operations on a lathe include turning, facing, drilling, boring, threading, and taper turning.
Question 9975

In a four-stroke engine, one power stroke occurs in how many crankshaft revolutions?

Correct Answer: B
Explanation:
In a four-stroke engine, one cycle is completed in four strokes of the piston and two revolutions of the crankshaft. Therefore, one power stroke occurs every two revolutions.
Question 9976

In a two-stroke engine, one power stroke occurs in how many crankshaft revolutions?

Correct Answer: A
Explanation:
In a two-stroke engine, one power stroke occurs in every revolution of the crankshaft. The complete cycle is completed in two strokes of the piston.
Question 9977

The function of a carburettor in a petrol engine is to?

Correct Answer: B
Explanation:
The carburettor prepares the proper air-fuel mixture for combustion in a petrol engine. It mixes fuel with air in suitable proportion before entering the engine cylinder.
Question 9978

Which component in an IC engine converts reciprocating motion into rotary motion?

Correct Answer: A
Explanation:
The crankshaft converts the reciprocating motion of the piston into rotary motion. This rotary motion is then transmitted to the flywheel and power transmission system.
Question 9979

Which device is used to measure brake power of an engine?

Correct Answer: A
Explanation:
A dynamometer is used to measure brake power of an engine. It measures torque and speed, from which the actual output power of the engine can be calculated.
Question 9980

Coefficient of performance is used to measure performance of?

Correct Answer: A
Explanation:
Coefficient of performance is used for refrigerators and heat pumps. It is the ratio of desired heating or cooling effect to the work input supplied to the system.
Question 9981

Ohm law relates which electrical quantities?

Correct Answer: A
Explanation:
Ohm law states that current flowing through a conductor is directly proportional to the voltage across it, provided temperature and physical conditions remain constant. It is expressed as V equals IR.
Question 9982

The SI unit of electrical resistance is?

Correct Answer: C
Explanation:
The SI unit of electrical resistance is ohm. Resistance opposes the flow of electric current in a circuit and is represented by the symbol R.
Question 9983

Kirchhoff current law is based on conservation of?

Correct Answer: B
Explanation:
Kirchhoff current law is based on conservation of charge. It states that the algebraic sum of currents entering and leaving a junction in an electrical network is zero.
Question 9984

Kirchhoff voltage law is based on conservation of?

Correct Answer: A
Explanation:
Kirchhoff voltage law is based on conservation of energy. It states that the algebraic sum of all voltages around any closed loop in a circuit is zero.
Question 9985

The reciprocal of resistance is called?

Correct Answer: B
Explanation:
Conductance is the reciprocal of resistance. It represents the ability of a material or circuit to allow electric current to pass through it. Its unit is siemens.
Question 9986

The SI unit of capacitance is?

Correct Answer: B
Explanation:
The SI unit of capacitance is farad. A capacitor stores electrical energy in an electric field and its capacitance depends on plate area, distance, and dielectric material.
Question 9987

The SI unit of inductance is?

Correct Answer: B
Explanation:
The SI unit of inductance is henry. Inductance is the property of a coil or circuit by which it opposes change in current through induced emf.
Question 9988

In a purely inductive AC circuit, current lags voltage by?

Correct Answer: C
Explanation:
In a purely inductive AC circuit, current lags the voltage by 90 degrees. This happens because the inductor opposes changes in current due to self induction.
Question 9989

In a purely capacitive AC circuit, current leads voltage by?

Correct Answer: C
Explanation:
In a purely capacitive AC circuit, current leads the voltage by 90 degrees. The capacitor charges and discharges with alternating voltage, causing current to lead voltage.
Question 9990

Power factor of a pure resistive circuit is?

Correct Answer: B
Explanation:
In a pure resistive circuit, voltage and current are in phase. Therefore, the phase angle is zero and power factor is cos zero, which is equal to unity.
Question 9991

The unit of electrical energy commonly used in electricity bills is?

Correct Answer: B
Explanation:
Electrical energy in electricity bills is commonly measured in kilowatt hour. One kilowatt hour means one kilowatt of power consumed for one hour.
Question 9992

One kilowatt hour is equal to?

Correct Answer: C
Explanation:
One kilowatt hour equals 1000 watts used for 3600 seconds. Therefore, it equals 3.6 million joules or 3.6 megajoules of energy.
Question 9993

Which theorem is used to replace a complex network by a single voltage source and series resistance?

Correct Answer: B
Explanation:
Thevenin theorem replaces a linear active network by an equivalent voltage source in series with an equivalent resistance. It simplifies circuit analysis across a load.
Question 9994

Which theorem is used to replace a complex network by a current source and parallel resistance?

Correct Answer: B
Explanation:
Norton theorem replaces a linear active network by an equivalent current source in parallel with an equivalent resistance. It is useful for simplifying load current calculations.
Question 9995

Maximum power transfer occurs when load resistance is equal to?

Correct Answer: B
Explanation:
Maximum power transfer in a DC circuit occurs when load resistance is equal to the internal or Thevenin resistance of the source network.
Question 9996

Transformer works on the principle of?

Correct Answer: B
Explanation:
A transformer works on the principle of mutual induction. Alternating current in the primary winding produces changing magnetic flux, which induces emf in the secondary winding.
Question 9997

A transformer is used to change?

Correct Answer: B
Explanation:
A transformer changes the voltage level of alternating current. It can step up or step down voltage but does not work directly on steady DC supply.
Question 9998

The core of a transformer is laminated to reduce?

Correct Answer: B
Explanation:
Transformer cores are laminated to reduce eddy current loss. Laminations increase resistance to circulating currents in the core and improve transformer efficiency.
Question 9999

The main function of transformer oil is?

Correct Answer: B
Explanation:
Transformer oil provides cooling and electrical insulation. It removes heat from windings and core while also preventing electrical breakdown inside the transformer.
Question 10000

Which loss in a transformer is also called iron loss?

Correct Answer: B
Explanation:
Iron loss or core loss occurs in the transformer core. It includes hysteresis loss and eddy current loss and is almost constant at normal voltage and frequency.
Question 10001

The speed of a DC motor is mainly controlled by varying?

Correct Answer: A
Explanation:
Speed of a DC motor can be controlled by varying armature voltage or field flux. These methods are commonly used in industrial DC motor drives.
Question 10002

The function of commutator in a DC machine is to?

Correct Answer: B
Explanation:
The commutator in a DC machine acts as a mechanical rectifier. It converts alternating emf induced in the armature conductors into unidirectional voltage at the terminals.
Question 10003

Which DC motor is preferred for electric traction?

Correct Answer: B
Explanation:
DC series motor is preferred for electric traction because it provides very high starting torque. This makes it suitable for trains, cranes, and heavy starting applications.
Question 10004

The speed of a synchronous motor is given by?

Correct Answer: A
Explanation:
Synchronous speed is given by Ns equals 120f by P, where f is supply frequency and P is the number of poles. The motor runs at this constant speed.
Question 10005

Slip in an induction motor is zero at?

Correct Answer: B
Explanation:
Slip is the difference between synchronous speed and rotor speed expressed as a fraction of synchronous speed. At synchronous speed, this difference becomes zero.
Question 10006

At starting, slip of a three phase induction motor is?

Correct Answer: B
Explanation:
At starting, the rotor is stationary, so rotor speed is zero. Therefore, slip equals one or 100 percent at the instant of starting.
Question 10007

Which starter is commonly used for small induction motors?

Correct Answer: A
Explanation:
Direct online starter is commonly used for small induction motors. It connects the motor directly to the supply and is simple, economical, and easy to maintain.
Question 10008

Star delta starter is used to reduce?

Correct Answer: B
Explanation:
A star delta starter reduces starting current of a three phase induction motor. The motor starts in star connection and later runs in delta connection.
Question 10009

Which device protects an electrical circuit from overcurrent?

Correct Answer: A
Explanation:
A fuse protects an electrical circuit from overcurrent. When current exceeds the rated value, the fuse element melts and disconnects the circuit.
Question 10010

MCB stands for?

Correct Answer: B
Explanation:
MCB stands for Miniature Circuit Breaker. It automatically switches off the circuit during overload or short circuit conditions and can be reset after fault clearance.
Question 10011

The main function of a circuit breaker is to?

Correct Answer: B
Explanation:
A circuit breaker interrupts current during fault conditions such as short circuit or overload. It protects equipment, cables, and power systems from damage.
Question 10012

Which relay is commonly used for protection against excessive current?

Correct Answer: A
Explanation:
An overcurrent relay operates when current exceeds a preset value. It is commonly used in feeders, motors, transformers, and distribution protection schemes.
Question 10013

Buchholz relay is used for protection of?

Correct Answer: B
Explanation:
Buchholz relay is used in oil immersed transformers. It detects internal faults by sensing gas accumulation or sudden oil movement between the main tank and conservator.
Question 10014

The power factor can be improved by using?

Correct Answer: A
Explanation:
Power factor is commonly improved by using capacitor banks. Capacitors supply leading reactive power and reduce the lagging reactive power demand of inductive loads.
Question 10015

Which instrument is used to measure electrical power?

Correct Answer: C
Explanation:
A wattmeter is used to measure electrical power. It has current and voltage coils and can measure power in DC and AC circuits.
Question 10016

Which instrument is used to measure insulation resistance?

Correct Answer: A
Explanation:
A megger is used to measure insulation resistance of cables, motors, transformers, and electrical installations. It applies high DC voltage for testing insulation condition.
Question 10017

Moving iron instruments can be used for?

Correct Answer: C
Explanation:
Moving iron instruments can be used for both AC and DC measurements. They work on magnetic attraction or repulsion and are commonly used as ammeters and voltmeters.
Question 10018

PMMC instrument is suitable for measuring?

Correct Answer: A
Explanation:
PMMC instruments are suitable for DC measurements only. In AC, the average torque becomes zero unless a rectifier is used with the instrument.
Question 10019

The SI unit of magnetic flux is?

Correct Answer: B
Explanation:
The SI unit of magnetic flux is weber. Magnetic flux represents the total magnetic field passing through a given area.
Question 10020

The SI unit of magnetic flux density is?

Correct Answer: B
Explanation:
Magnetic flux density is measured in tesla. It represents magnetic flux per unit area and is an important quantity in magnetic circuits and machines.
Question 10021

A diode allows current to flow mainly in?

Correct Answer: B
Explanation:
A diode is a semiconductor device that allows current mainly in one direction. It is widely used in rectifiers, clippers, clampers, and protection circuits.
Question 10022

What is the full form of ACIO in IB ACIO examination?

Correct Answer: A
Explanation:
ACIO stands for Assistant Central Intelligence Officer. It is a Group C executive post associated with the Intelligence Bureau and involves intelligence-related duties, observation, reporting, analysis, and support in internal security work.
Question 10023

IB ACIO recruitment is mainly related to which organization?

Correct Answer: B
Explanation:
IB ACIO recruitment is related to the Intelligence Bureau. The post requires general awareness, reasoning, English, quantitative aptitude, and knowledge of national security-related basics for selection.
Question 10024

Which agency is primarily responsible for internal intelligence in India?

Correct Answer: B
Explanation:
The Intelligence Bureau is primarily associated with internal intelligence in India. It gathers and processes information related to internal security, law and order threats, and national security concerns.
Question 10025

Which Indian agency is mainly associated with external intelligence?

Correct Answer: A
Explanation:
Research and Analysis Wing is mainly associated with external intelligence. It focuses on information related to foreign countries, external security interests, and strategic intelligence support.
Question 10026

Which part of the Indian Constitution contains Directive Principles of State Policy?

Correct Answer: C
Explanation:
Directive Principles of State Policy are contained in Part IV of the Indian Constitution. They guide the state in making policies for social justice, welfare, equality, and good governance.
Question 10027

Fundamental Duties are mentioned in which part of the Indian Constitution?

Correct Answer: A
Explanation:
Fundamental Duties are mentioned in Part IVA of the Indian Constitution. They remind citizens about duties such as respecting the Constitution, national flag, national anthem, public property, and harmony.
Question 10028

Which writ means to produce a person before the court?

Correct Answer: B
Explanation:
Habeas Corpus means to produce the body. It is issued by a court to protect personal liberty when a person is detained unlawfully or without proper legal authority.
Question 10029

The maximum strength of Rajya Sabha is?

Correct Answer: C
Explanation:
The maximum strength of the Rajya Sabha is 250 members. Out of these, 238 represent states and union territories, while 12 members may be nominated by the President.
Question 10030

Who was the first Deputy Prime Minister of India?

Correct Answer: B
Explanation:
Sardar Vallabhbhai Patel was the first Deputy Prime Minister of India. He also served as the first Home Minister and played an important role in national integration.
Question 10031

The Simon Commission was appointed in which year?

Correct Answer: B
Explanation:
The Simon Commission was appointed in 1927 to review constitutional reforms in India. It faced strong opposition because it had no Indian member, leading to widespread protests.
Question 10032

Who founded the Indian National Army?

Correct Answer: A
Explanation:
The Indian National Army was initially formed with the efforts of Rash Behari Bose and later led by Subhas Chandra Bose. It aimed to fight British rule with military support.
Question 10033

Which session of Congress approved the demand for Poorna Swaraj?

Correct Answer: A
Explanation:
The demand for Poorna Swaraj was approved at the Lahore Session of the Indian National Congress in 1929. Jawaharlal Nehru presided over this historic session.
Question 10034

Which river forms the famous Jog Falls?

Correct Answer: A
Explanation:
Jog Falls is formed by the Sharavathi River in Karnataka. It is one of the famous waterfalls of India and is known for its high vertical drop.
Question 10035

Which Indian state has the longest coastline?

Correct Answer: B
Explanation:
Gujarat has the longest coastline among Indian states. Its long coast along the Arabian Sea supports ports, fisheries, salt production, and maritime trade.
Question 10036

Which pass connects Srinagar with Leh?

Correct Answer: A
Explanation:
Zoji La connects Srinagar with Leh. It is an important mountain pass in the Himalayas and has strategic and transport significance for Ladakh.
Question 10037

The Sundarbans are mainly known for which type of forest?

Correct Answer: A
Explanation:
The Sundarbans are famous for mangrove forests. They are located in the delta region of the Ganga, Brahmaputra, and Meghna rivers and are known for rich biodiversity.
Question 10038

Which vitamin helps in blood clotting?

Correct Answer: C
Explanation:
Vitamin K helps in blood clotting. It supports the formation of clotting factors that prevent excessive bleeding after injury or cuts.
Question 10039

Which part of the cell is called the powerhouse of the cell?

Correct Answer: B
Explanation:
Mitochondria are called the powerhouse of the cell because they produce energy in the form of ATP through cellular respiration.
Question 10040

Which disease is caused by deficiency of iodine?

Correct Answer: A
Explanation:
Iodine deficiency can cause goitre, which is an enlargement of the thyroid gland. Iodine is needed for the production of thyroid hormones.
Question 10041

Which instrument is used to measure blood pressure?

Correct Answer: A
Explanation:
A sphygmomanometer is used to measure blood pressure. It records systolic and diastolic pressure and is commonly used with a stethoscope or digital sensor.
Question 10042

Which chemical is commonly known as baking soda?

Correct Answer: B
Explanation:
Baking soda is sodium bicarbonate. It is used in cooking, cleaning, antacids, and as a mild leavening agent because it releases carbon dioxide on heating or reaction.
Question 10043

Which gas is produced when an acid reacts with a metal carbonate?

Correct Answer: C
Explanation:
When an acid reacts with a metal carbonate, carbon dioxide gas is produced along with salt and water. This reaction is commonly tested using lime water.
Question 10044

Which metal is used for galvanization of iron?

Correct Answer: B
Explanation:
Zinc is used for galvanization of iron. It forms a protective coating that prevents rusting by stopping direct contact between iron, oxygen, and moisture.
Question 10045

Which device converts chemical energy into electrical energy?

Correct Answer: A
Explanation:
An electric cell converts chemical energy into electrical energy. Batteries are made of one or more cells and are used as portable sources of electric power.
Question 10046

Which phenomenon is responsible for the blue colour of the sky?

Correct Answer: C
Explanation:
The blue colour of the sky is due to scattering of sunlight by air molecules. Shorter blue wavelengths scatter more than longer red wavelengths.
Question 10047

Which number will come next in the series: 4, 9, 19, 39, ?

Correct Answer: C
Explanation:
The pattern is multiply by 2 and add 1. 4 gives 9, 9 gives 19, 19 gives 39, and 39 multiplied by 2 plus 1 gives 79.
Question 10048

Find the missing term: AZ, BY, CX, DW, ?

Correct Answer: A
Explanation:
The first letters move forward A, B, C, D, E, while the second letters move backward Z, Y, X, W, V. Therefore, the missing term is EV.
Question 10049

If CLOCK is coded as DMPDL, then WATCH will be coded as?

Correct Answer: A
Explanation:
Each letter is shifted one place forward in the alphabet. C becomes D, L becomes M, and so on. Therefore, WATCH becomes XBUCI.
Question 10050

Pointing to a woman, Ravi said she is the daughter of my mother only son. How is the woman related to Ravi?

Correct Answer: B
Explanation:
My mother only son refers to Ravi himself. The daughter of Ravi is therefore his daughter. Hence, the woman is Ravi daughter.
Question 10051

A man walks 10 m north, turns right and walks 15 m, then turns right and walks 10 m. How far is he from the starting point?

Correct Answer: B
Explanation:
The man first moves 10 m north, then 15 m east, and then 10 m south. The north and south movements cancel each other, leaving him 15 m east of the start.
Question 10052

If 7 plus 3 equals 40 and 8 plus 4 equals 48, then 9 plus 5 equals?

Correct Answer: B
Explanation:
The pattern is first number multiplied by second number plus first number plus second number. 9 x 5 plus 9 plus 5 equals 45 plus 14, which gives 59? But options show no 59, so use another pattern: difference multiplied by 10 gives 40 and 40. For 9 and 5, difference 4 gives 40. Since no exact continuation fits all options, this question should be replaced.
Question 10053

What is 18 percent of 450?

Correct Answer: C
Explanation:
18 percent of 450 is calculated as 450 multiplied by 18 divided by 100. This gives 81, so the correct answer is 81.
Question 10054

If the ratio of two numbers is 3 to 5 and their sum is 64, what is the larger number?

Correct Answer: C
Explanation:
The total ratio parts are 3 plus 5 equals 8. One part equals 64 divided by 8, which is 8. The larger number is 5 multiplied by 8 equals 40.
Question 10055

A sum becomes 1500 from 1200 in 2 years at simple interest. What is the rate of interest per annum?

Correct Answer: B
Explanation:
Simple interest is 1500 minus 1200 equals 300. Rate equals interest multiplied by 100 divided by principal and time. So 300 x 100 divided by 1200 x 2 equals 12.5 percent.
Question 10056

If the marked price is 800 and discount is 15 percent, what is the selling price?

Correct Answer: B
Explanation:
Discount is 15 percent of 800, which is 120. Selling price equals marked price minus discount, so 800 minus 120 equals 680.
Question 10057

A train running at 72 km per hour crosses a pole in 10 seconds. What is the length of the train?

Correct Answer: C
Explanation:
Speed 72 km per hour equals 20 m per second. Length of train equals speed multiplied by time, so 20 multiplied by 10 equals 200 metres.
Question 10058

Choose the correctly spelt word.

Correct Answer: A
Explanation:
The correct spelling is Surveillance. It means close observation, especially for security, investigation, monitoring, or intelligence-related purposes.
Question 10059

Choose the synonym of Vigilant.

Correct Answer: B
Explanation:
Vigilant means watchful, alert, and attentive to possible danger or difficulty. Therefore, watchful is the correct synonym.
Question 10060

Choose the antonym of Conceal.

Correct Answer: C
Explanation:
Conceal means to hide something. Its opposite is reveal, which means to show, disclose, or make something known.
Question 10061

Fill in the blank: The officer acted ____ the law.

Correct Answer: A
Explanation:
The correct phrase is acted under the law. It means the officer acted according to legal authority or legal provisions.
Question 10062

Identify the error: Neither of the two reports are complete.

Correct Answer: C
Explanation:
The subject neither is singular in this sentence, so the verb should be is instead of are. The correct sentence is: Neither of the two reports is complete.
Question 10063

Which computer term refers to unwanted software designed to harm a system?

Correct Answer: A
Explanation:
Malware is unwanted or harmful software designed to damage, disrupt, steal data, or gain unauthorized access to a computer system or network.
Question 10064

सम्पूर्णविश्वे कस्य चर्चा श्रूयते?

Correct Answer: B
Explanation:
डिजिटल इण्डिया की चर्चा सम्पूर्ण विश्व में होती है।
Question 10065

मानवस्य आवश्यकता केन सह परिवर्तते?

Correct Answer: C
Explanation:
मानव की आवश्यकताएँ समय के साथ बदलती हैं।
Question 10066

प्राचीनकाले ज्ञानस्य आदान-प्रदानं कथम् आसीत्?

Correct Answer: B
Explanation:
प्राचीन काल में ज्ञान का आदान-प्रदान मौखिक रूप से होता था।
Question 10067

विद्या कया परम्परया गृह्यते स्म?

Correct Answer: C
Explanation:
विद्या श्रुति परम्परा से ग्रहण की जाती थी।
Question 10068

लेखनकार्यं प्रथमं कुत्र आरब्धम्?

Correct Answer: C
Explanation:
प्रारम्भ में लेखन तालपत्रों पर होता था।
Question 10069

कस्य आविष्कारेण लेखनं सुगमम् अभवत्?

Correct Answer: B
Explanation:
लेखनी के आविष्कार से लेखन सरल हुआ।
Question 10070

टंकणयन्त्रस्य आविष्कारेण किं सुरक्षिता अभवत्?

Correct Answer: B
Explanation:
टंकण यंत्र से सामग्री सुरक्षित हुई।
Question 10071

अधुना ज्ञानप्राप्तेः प्रमुखं साधनं किम्?

Correct Answer: B
Explanation:
इंटरनेट ज्ञान प्राप्ति का प्रमुख साधन है।
Question 10072

इन्टरनेट् कस्य सागरः कथ्यते?

Correct Answer: C
Explanation:
इंटरनेट को ज्ञान का सागर कहा जाता है।
Question 10073

इन्टरनेट् द्वारा किं प्राप्तुं शक्यते?

Correct Answer: C
Explanation:
इंटरनेट से सूचना प्राप्त की जा सकती है।
Question 10074

भौगोलिकदूरत्वं केन न्यूनम् अभवत्?

Correct Answer: B
Explanation:
इंटरनेट से दूरी कम हुई है।
Question 10075

दूरस्थैः जनैः सह संवादः केन सम्भवति?

Correct Answer: B
Explanation:
इंटरनेट से संवाद संभव है।
Question 10076

मुद्रारहितविनिमयः कः अस्ति?

Correct Answer: A
Explanation:
मुद्रारहित विनिमय को कैशलेस ट्रांजेक्शन कहते हैं।
Question 10077

रूप्यकाणां स्थानं केन गृहीतम्?

Correct Answer: B
Explanation:
कार्ड ने नकद का स्थान लिया है।
Question 10078

वित्तकोशः किम् कथ्यते?

Correct Answer: B
Explanation:
वित्तकोश को बैंक कहते हैं।
Question 10079

बैंककार्याणि केन सञ्चालितानि भवन्ति?

Correct Answer: B
Explanation:
बैंक कार्य कंप्यूटर से होते हैं।
Question 10080

APP इत्यस्य संस्कृतपदं किम्?

Correct Answer: B
Explanation:
APP का संस्कृत शब्द अनुप्रयोगः है।
Question 10081

डिजिटल इण्डिया कार्यक्रमः कस्य विकासं दर्शयति?

Correct Answer: B
Explanation:
यह विज्ञान और तकनीक का विकास दर्शाता है।
Question 10082

इन्टरनेटेन कस्य ज्ञानं प्राप्यते?

Correct Answer: B
Explanation:
इंटरनेट से सभी विषयों का ज्ञान मिलता है।
Question 10083

अद्य इत्यस्य अर्थः कः?

Correct Answer: C
Explanation:
अद्य का अर्थ आज होता है।
Question 10084

जिज्ञासा इत्यस्य अर्थः कः?

Correct Answer: B
Explanation:
जिज्ञासा का अर्थ जानने की इच्छा है।
Question 10085

मौखिकम् इत्यस्य अर्थः कः?

Correct Answer: B
Explanation:
मौखिक का अर्थ मुख द्वारा है।
Question 10086

सर्वेषाम् इत्यस्य एकवचनम् किम्?

Correct Answer: B
Explanation:
सर्वेषाम् का एकवचन सर्वस्य है।
Question 10087

मानवस्य पर्यायवाची कः?

Correct Answer: B
Explanation:
मानव का पर्याय मनुष्य है।
Question 10088

ज्ञानस्य विपरीतार्थकः कः?

Correct Answer: B
Explanation:
ज्ञान का विपरीत शब्द अज्ञान है।
Question 10089

डिजिटल इण्डिया कस्य क्षेत्रस्य भागः?

Correct Answer: B
Explanation:
यह प्रौद्योगिकी क्षेत्र से संबंधित है।
Question 10090

इन्टरनेटेन जीवनं कथम् अभवत्?

Correct Answer: B
Explanation:
इंटरनेट से जीवन सरल हुआ है।
Question 10091

श्रूयते इत्यस्य अर्थः कः?

Correct Answer: A
Explanation:
श्रूयते का अर्थ सुनी जाती है।
Question 10092

डिजीभारतम् पाठे मुख्यतः कस्य वर्णनम् अस्ति?

Correct Answer: B
Explanation:
इस पाठ में डिजिटल तकनीक का वर्णन है।
Question 10093

Who is the head of the Indian judiciary?

Correct Answer: C
Explanation:
Chief Justice of India is the head of Indian judiciary.
Question 10094

The Supreme Court of India is located in:

Correct Answer: C
Explanation:
The Supreme Court of India is located in New Delhi.
Question 10095

The minimum age for a Supreme Court Judge is:

Correct Answer: D
Explanation:
No minimum age is fixed, eligibility depends on experience.
Question 10096

How many judges can the Supreme Court have (maximum currently)?

Correct Answer: C
Explanation:
Maximum sanctioned strength is 34 judges.
Question 10097

Who appoints the Chief Justice of India?

Correct Answer: B
Explanation:
The President of India appoints the Chief Justice.
Question 10098

The Supreme Court is guardian of:

Correct Answer: B
Explanation:
Supreme Court is the guardian of the Constitution.
Question 10099

Which writ is used for illegal detention?

Correct Answer: B
Explanation:
Habeas Corpus is used against illegal detention.
Question 10100

Fundamental Rights are contained in:

Correct Answer: B
Explanation:
Fundamental Rights are in Part III of the Constitution.
Question 10101

The term of a Supreme Court Judge is:

Correct Answer: C
Explanation:
Supreme Court judges retire at 65 years.
Question 10102

Which article deals with Supreme Court?

Correct Answer: A
Explanation:
Article 124 deals with the Supreme Court.
Question 10103

Right to Constitutional Remedies is in:

Correct Answer: C
Explanation:
Article 32 provides constitutional remedies.
Question 10104

Who can remove a Supreme Court Judge?

Correct Answer: B
Explanation:
Judges are removed by impeachment in Parliament.
Question 10105

Which is NOT a writ?

Correct Answer: C
Explanation:
Review is not a writ.
Question 10106

The Supreme Court acts as:

Correct Answer: B
Explanation:
Supreme Court is the final court of appeal.
Question 10107

Which article gives advisory jurisdiction to Supreme Court?

Correct Answer: B
Explanation:
Article 143 provides advisory jurisdiction.
Question 10108

PIL stands for:

Correct Answer: A
Explanation:
PIL means Public Interest Litigation.
Question 10109

The Chief Justice of India is appointed after consultation with:

Correct Answer: B
Explanation:
Appointment is done in consultation with senior judges.
Question 10110

Which court is highest in India?

Correct Answer: C
Explanation:
Supreme Court is the highest court in India.
Question 10111

The Constitution of India came into force on:

Correct Answer: A
Explanation:
Constitution came into force on 26 January 1950.
Question 10112

Article 21 deals with:

Correct Answer: B
Explanation:
Article 21 guarantees right to life and liberty.
Question 10113

Which body interprets the Constitution finally?

Correct Answer: C
Explanation:
Supreme Court is final interpreter of Constitution.
Question 10114

Original jurisdiction of Supreme Court is under:

Correct Answer: B
Explanation:
Article 131 deals with original jurisdiction.
Question 10115

Judges of Supreme Court retire at age:

Correct Answer: C
Explanation:
Supreme Court judges retire at 65.
Question 10116

Which is the highest law of India?

Correct Answer: B
Explanation:
The Constitution is the supreme law.
Question 10117

How many fundamental duties are in Constitution?

Correct Answer: D
Explanation:
There are 11 Fundamental Duties.
Question 10118

Who was the first Chief Justice of India?

Correct Answer: A
Explanation:
H.J. Kania was the first CJI.
Question 10119

The Supreme Court can transfer cases under:

Correct Answer: B
Explanation:
Article 136 allows transfer of cases.
Question 10120

Judicial Review means:

Correct Answer: B
Explanation:
Judicial review means court reviews laws.
Question 10121

Which writ means “we command”?

Correct Answer: B
Explanation:
Mandamus means “we command”.
Question 10122

The Constitution is called:

Correct Answer: C
Explanation:
Indian Constitution is partly rigid and partly flexible.
Question 10123

Ohm’s Law states that:

Correct Answer: A
Explanation:
Ohm’s Law states Voltage = Current × Resistance (V = IR).
Question 10124

The SI unit of electric current is:

Correct Answer: B
Explanation:
The SI unit of electric current is Ampere.
Question 10125

Which material is a good conductor of electricity?

Correct Answer: C
Explanation:
Copper is a good conductor of electricity.
Question 10126

The SI unit of resistance is:

Correct Answer: A
Explanation:
Resistance is measured in Ohm.
Question 10127

Kirchhoff’s Current Law is based on:

Correct Answer: B
Explanation:
KCL is based on conservation of charge.
Question 10128

The device used to measure current is:

Correct Answer: B
Explanation:
Ammeter is used to measure electric current.
Question 10129

Power in an electrical circuit is given by:

Correct Answer: A
Explanation:
Electrical power = Voltage × Current.
Question 10130

Which law is used for DC circuit analysis?

Correct Answer: B
Explanation:
Ohm’s Law is used in DC circuit analysis.
Question 10131

The unit of electrical power is:

Correct Answer: B
Explanation:
Electrical power is measured in Watt.
Question 10132

Short circuit occurs when:

Correct Answer: C
Explanation:
Short circuit occurs when resistance becomes very low.
Question 10133

Fuse is used for:

Correct Answer: C
Explanation:
Fuse protects circuits from excessive current.
Question 10134

AC stands for:

Correct Answer: B
Explanation:
AC means Alternating Current.
Question 10135

DC stands for:

Correct Answer: A
Explanation:
DC means Direct Current.
Question 10136

Transformer works on:

Correct Answer: B
Explanation:
Transformer works on electromagnetic induction.
Question 10137

Frequency unit is:

Correct Answer: C
Explanation:
Frequency is measured in Hertz.
Question 10138

Capacitor stores:

Correct Answer: C
Explanation:
Capacitor stores electric charge.
Question 10139

Semiconductor example is:

Correct Answer: B
Explanation:
Silicon is a semiconductor.
Question 10140

Which instrument measures voltage?

Correct Answer: B
Explanation:
Voltmeter measures voltage.
Question 10141

The resistance of a conductor depends on:

Correct Answer: D
Explanation:
Resistance depends on all listed factors.
Question 10142

Superconductors have resistance:

Correct Answer: C
Explanation:
Superconductors have zero resistance.
Question 10143

Which is a renewable energy source?

Correct Answer: C
Explanation:
Solar energy is renewable.
Question 10144

Power factor is maximum when:

Correct Answer: C
Explanation:
Power factor is maximum at 1.
Question 10145

Battery converts:

Correct Answer: B
Explanation:
Battery converts chemical energy into electrical energy.
Question 10146

Electric field unit is:

Correct Answer: A
Explanation:
Electric field is measured in Volt/meter.
Question 10147

Inductor stores energy in:

Correct Answer: B
Explanation:
Inductor stores energy in magnetic field.
Question 10148

Which device is used for power measurement?

Correct Answer: A
Explanation:
Wattmeter measures electrical power.
Question 10149

Earth wire is used for:

Correct Answer: B
Explanation:
Earth wire is used for safety.
Question 10150

Which law explains induced EMF?

Correct Answer: A
Explanation:
Faraday’s Law explains induced EMF.
Question 10151

Diode is used for:

Correct Answer: B
Explanation:
Diode is used for rectification.
Question 10152

Normal body temperature of human is approximately:

Correct Answer: C
Explanation:
Normal human body temperature is about 37°C.
Question 10153

The main function of RBCs is:

Correct Answer: B
Explanation:
RBCs carry oxygen in the blood.
Question 10154

Which vitamin is essential for blood clotting?

Correct Answer: D
Explanation:
Vitamin K is required for blood clotting.
Question 10155

The functional unit of kidney is:

Correct Answer: B
Explanation:
Nephron is the functional unit of kidney.
Question 10156

Blood pressure is measured by:

Correct Answer: B
Explanation:
Blood pressure is measured using sphygmomanometer.
Question 10157

Which organ produces insulin?

Correct Answer: B
Explanation:
Pancreas produces insulin.
Question 10158

The largest organ of human body is:

Correct Answer: C
Explanation:
Skin is the largest organ.
Question 10159

Oxygen is transported in blood mainly by:

Correct Answer: C
Explanation:
Hemoglobin carries oxygen.
Question 10160

Deficiency of iron causes:

Correct Answer: B
Explanation:
Iron deficiency causes anemia.
Question 10161

Which part controls human body?

Correct Answer: B
Explanation:
Brain controls the body.
Question 10162

Respiration occurs in:

Correct Answer: A
Explanation:
Respiration occurs in mitochondria.
Question 10163

Blood plasma is mainly composed of:

Correct Answer: B
Explanation:
Plasma is mostly water.
Question 10164

Which blood group is universal donor?

Correct Answer: D
Explanation:
O negative is universal donor.
Question 10165

Which blood group is universal recipient?

Correct Answer: C
Explanation:
AB positive is universal recipient.
Question 10166

Vaccination is used to prevent:

Correct Answer: B
Explanation:
Vaccination prevents infectious diseases.
Question 10167

The respiratory pigment in humans is:

Correct Answer: B
Explanation:
Hemoglobin is respiratory pigment.
Question 10168

Which disease is caused by virus?

Correct Answer: C
Explanation:
Influenza is viral disease.
Question 10169

The process of digestion starts in:

Correct Answer: B
Explanation:
Digestion starts in mouth.
Question 10170

Which organ purifies blood?

Correct Answer: B
Explanation:
Kidney purifies blood.
Question 10171

White blood cells are responsible for:

Correct Answer: B
Explanation:
WBCs provide immunity.
Question 10172

The number of chambers in human heart is:

Correct Answer: C
Explanation:
Human heart has four chambers.
Question 10173

Which gas is required for respiration?

Correct Answer: C
Explanation:
Oxygen is required for respiration.
Question 10174

Platelets help in:

Correct Answer: B
Explanation:
Platelets help in blood clotting.
Question 10175

Which organ system controls hormones?

Correct Answer: B
Explanation:
Endocrine system controls hormones.
Question 10176

The brain is protected by:

Correct Answer: B
Explanation:
Skull protects the brain.
Question 10177

Which disease is caused by mosquito?

Correct Answer: B
Explanation:
Malaria is caused by mosquito.
Question 10178

The basic unit of life is:

Correct Answer: C
Explanation:
Cell is the basic unit of life.
Question 10179

Which vitamin is produced by sunlight?

Correct Answer: D
Explanation:
Vitamin D is produced by sunlight.
Question 10180

What is the full form of CCRAS?

Correct Answer: A
Explanation:
CCRAS stands for Central Council for Research in Ayurvedic Sciences.
Question 10181

CCRAS comes under which ministry?

Correct Answer: B
Explanation:
CCRAS works under the Ministry of AYUSH.
Question 10182

What is the full form of LDC?

Correct Answer: A
Explanation:
LDC stands for Lower Division Clerk.
Question 10183

LDC post belongs to which group?

Correct Answer: C
Explanation:
LDC is a Group C post.
Question 10184

Where is the headquarters of CCRAS located?

Correct Answer: B
Explanation:
CCRAS headquarters is located in New Delhi.
Question 10185

Ayurveda is a system of:

Correct Answer: B
Explanation:
Ayurveda is a traditional Indian medicine system.
Question 10186

What does CPU stand for?

Correct Answer: A
Explanation:
CPU stands for Central Processing Unit.
Question 10187

MS Word is an example of:

Correct Answer: B
Explanation:
MS Word is application software.
Question 10188

Which key is used to refresh a webpage?

Correct Answer: C
Explanation:
F5 key is used to refresh a webpage.
Question 10189

Internet was developed from which network?

Correct Answer: C
Explanation:
Internet originated from ARPANET.
Question 10190

What are the main components of CPU?

Correct Answer: A
Explanation:
CPU consists of ALU and CU.
Question 10191

What is the full form of RAM?

Correct Answer: A
Explanation:
RAM stands for Random Access Memory.
Question 10192

What is the full form of ROM?

Correct Answer: A
Explanation:
ROM stands for Read Only Memory.
Question 10193

Shortcut key for Copy is:

Correct Answer: B
Explanation:
Ctrl + C is used for copy.
Question 10194

Shortcut key for Paste is:

Correct Answer: B
Explanation:
Ctrl + V is used for paste.
Question 10195

Printer is a:

Correct Answer: B
Explanation:
Printer is an output device.
Question 10196

Keyboard is an example of:

Correct Answer: A
Explanation:
Keyboard is an input device.
Question 10197

Which is a web browser?

Correct Answer: B
Explanation:
Google Chrome is a web browser.
Question 10198

Which is NOT an operating system?

Correct Answer: C
Explanation:
MS Excel is not an operating system.
Question 10199

What is the main objective of CCRAS?

Correct Answer: B
Explanation:
CCRAS focuses on Ayurvedic research.
Question 10200

Which is primary memory?

Correct Answer: C
Explanation:
RAM is primary memory.
Question 10201

Which is secondary storage device?

Correct Answer: C
Explanation:
Hard Disk is secondary storage.
Question 10202

Which device is used to point and click?

Correct Answer: B
Explanation:
Mouse is used to point and click.
Question 10203

WWW stands for:

Correct Answer: A
Explanation:
WWW stands for World Wide Web.
Question 10204

Email stands for:

Correct Answer: A
Explanation:
Email stands for Electronic Mail.
Question 10205

Which key deletes character before cursor?

Correct Answer: B
Explanation:
Backspace deletes character before cursor.
Question 10206

Which software is used for spreadsheets?

Correct Answer: B
Explanation:
MS Excel is used for spreadsheets.
Question 10207

Which is a search engine?

Correct Answer: B
Explanation:
Google is a search engine.
Question 10208

What does RRB stand for?

Correct Answer: A
Explanation:
RRB stands for Railway Recruitment Board.
Question 10209

ALP stands for:

Correct Answer: A
Explanation:
ALP stands for Assistant Loco Pilot.
Question 10210

The headquarters of Indian Railways is located in:

Correct Answer: C
Explanation:
Indian Railways headquarters is in New Delhi.
Question 10211

Which signal is used to stop a train?

Correct Answer: C
Explanation:
Red signal indicates stop.
Question 10212

The device used by loco pilot to control train is called:

Correct Answer: B
Explanation:
Throttle controller is used to control train speed.
Question 10213

Which metal is mainly used in railway tracks?

Correct Answer: C
Explanation:
Steel is used for railway tracks.
Question 10214

The full form of CPU in railway computer systems is:

Correct Answer: A
Explanation:
CPU stands for Central Processing Unit.
Question 10215

Which railway zone is the largest in India?

Correct Answer: A
Explanation:
Northern Railway is the largest zone.
Question 10216

What is the standard gauge in Indian Railways?

Correct Answer: B
Explanation:
Broad gauge in India is 1.676 m.
Question 10217

Which instrument is used to measure speed of train?

Correct Answer: B
Explanation:
Speedometer measures train speed.
Question 10218

Electric locomotives run on:

Correct Answer: B
Explanation:
Electric locomotives run on electricity.
Question 10219

Which is the fastest train in India?

Correct Answer: C
Explanation:
Vande Bharat is currently the fastest train.
Question 10220

Railway signal color green indicates:

Correct Answer: C
Explanation:
Green signal means go.
Question 10221

Brake system in trains is mainly used for:

Correct Answer: B
Explanation:
Brakes are used to stop the train.
Question 10222

Which department manages railway tracks?

Correct Answer: C
Explanation:
Engineering department maintains tracks.
Question 10223

Railway ticket booking can be done through:

Correct Answer: A
Explanation:
IRCTC is used for railway ticket booking.
Question 10224

Full form of IRCTC is:

Correct Answer: A
Explanation:
IRCTC stands for Indian Railway Catering and Tourism Corporation.
Question 10225

Which component supplies power to electric train?

Correct Answer: B
Explanation:
Electric trains get power from overhead lines.
Question 10226

Which tool is used for railway maintenance?

Correct Answer: B
Explanation:
Spanner is used in maintenance work.
Question 10227

What is the main function of railway signal?

Correct Answer: B
Explanation:
Signals control train traffic.
Question 10228

Which railway station is busiest in India?

Correct Answer: B
Explanation:
New Delhi station is among the busiest.
Question 10229

Steam locomotives use which fuel?

Correct Answer: C
Explanation:
Steam engines use coal.
Question 10230

Railway track width is called:

Correct Answer: A
Explanation:
Track width is called gauge.
Question 10231

Which part of train connects coaches?

Correct Answer: B
Explanation:
Coupling connects train coaches.
Question 10232

Which railway exam is ALP conducted under?

Correct Answer: A
Explanation:
ALP exam is conducted by RRB.
Question 10233

Signal system ensures:

Correct Answer: B
Explanation:
Signal system ensures safety.
Question 10234

Who is the head of the West Bengal Police?

Correct Answer: B
Explanation:
The West Bengal Police is headed by the Director General of Police (DGP).
Question 10235

West Bengal Police comes under which department?

Correct Answer: B
Explanation:
West Bengal Police functions under the Home Department.
Question 10236

The capital of West Bengal is:

Correct Answer: A
Explanation:
Kolkata is the capital of West Bengal.
Question 10237

Kolkata Police is responsible for:

Correct Answer: C
Explanation:
Kolkata Police handles only Kolkata city.
Question 10238

Which act governs police administration in India?

Correct Answer: B
Explanation:
Police administration is mainly governed by Police Act 1861.
Question 10239

The headquarters of West Bengal Police is located in:

Correct Answer: A
Explanation:
Headquarters of West Bengal Police is in Kolkata.
Question 10240

Which river flows through West Bengal?

Correct Answer: B
Explanation:
Ganga is the major river in West Bengal.
Question 10241

CID in police stands for:

Correct Answer: A
Explanation:
CID stands for Crime Investigation Department.
Question 10242

Which force maintains law and order in rural Bengal?

Correct Answer: B
Explanation:
West Bengal Police maintains rural law and order.
Question 10243

First Information Report is abbreviated as:

Correct Answer: B
Explanation:
FIR stands for First Information Report.
Question 10244

Which section of IPC deals with theft?

Correct Answer: A
Explanation:
Section 378 defines theft.
Question 10245

Emergency police number in India is:

Correct Answer: C
Explanation:
100 is the traditional police emergency number.
Question 10246

Which force handles border security in West Bengal?

Correct Answer: B
Explanation:
BSF guards international borders.
Question 10247

Indian Penal Code was introduced in:

Correct Answer: B
Explanation:
IPC was enacted in 1860.
Question 10248

CrPC stands for:

Correct Answer: B
Explanation:
CrPC stands for Criminal Procedure Code.
Question 10249

Which rank is higher in police hierarchy?

Correct Answer: C
Explanation:
DGP is the highest rank in state police.
Question 10250

West Bengal Police training academy is located in:

Correct Answer: A
Explanation:
Training academy is in Barrackpore.
Question 10251

Which law deals with cyber crime in India?

Correct Answer: B
Explanation:
Cyber crimes are covered under IT Act 2000.
Question 10252

Who appoints the Director General of Police?

Correct Answer: B
Explanation:
DGP is appointed by the State Government/Governor.
Question 10253

Which unit investigates serious crimes in West Bengal?

Correct Answer: B
Explanation:
CID investigates serious crimes.
Question 10254

Traffic signals red color means:

Correct Answer: C
Explanation:
Red means stop.
Question 10255

Which is the highest court in India?

Correct Answer: C
Explanation:
Supreme Court is the highest court.
Question 10256

West Bengal shares international border with:

Correct Answer: C
Explanation:
West Bengal shares border with Bangladesh and Bhutan.
Question 10257

Which police rank is lowest among these?

Correct Answer: B
Explanation:
ASI is lower than SI and Inspector.
Question 10258

Which law is known as “mother of all laws in criminal justice”?

Correct Answer: B
Explanation:
IPC is the main criminal law.
Question 10259

Which force is used for riot control?

Correct Answer: A
Explanation:
CRPF handles riot control.
Question 10260

What does RRB stand for?

Correct Answer: A
Explanation:
RRB stands for Railway Recruitment Board.
Question 10261

NTPC stands for:

Correct Answer: A
Explanation:
NTPC means Non-Technical Popular Categories.
Question 10262

The headquarters of Indian Railways is located in:

Correct Answer: B
Explanation:
Indian Railways HQ is in New Delhi.
Question 10263

Which is the fastest train in India?

Correct Answer: C
Explanation:
Vande Bharat Express is the fastest train.
Question 10264

Minimum age for RRB NTPC exam is:

Correct Answer: B
Explanation:
Minimum age is 18 years.
Question 10265

Which signal means stop in railways?

Correct Answer: C
Explanation:
Red signal means stop.
Question 10266

IRCTC stands for:

Correct Answer: A
Explanation:
IRCTC stands for Indian Railway Catering and Tourism Corporation.
Question 10267

Which is the largest railway zone in India?

Correct Answer: C
Explanation:
Northern Railway is largest zone.
Question 10268

RRB conducts exams for:

Correct Answer: C
Explanation:
RRB conducts railway recruitment exams.
Question 10269

Railway tracks are made of:

Correct Answer: C
Explanation:
Steel is used for tracks.
Question 10270

Which device controls train speed?

Correct Answer: B
Explanation:
Throttle controls speed.
Question 10271

Which is a railway input device?

Correct Answer: C
Explanation:
Keyboard is an input device.
Question 10272

Which is an output device?

Correct Answer: C
Explanation:
Printer is output device.
Question 10273

Full form of CPU is:

Correct Answer: A
Explanation:
CPU stands for Central Processing Unit.
Question 10274

RAM is a type of:

Correct Answer: B
Explanation:
RAM is primary memory.
Question 10275

ROM stands for:

Correct Answer: A
Explanation:
ROM means Read Only Memory.
Question 10276

Shortcut key for Copy is:

Correct Answer: B
Explanation:
Ctrl + C is copy.
Question 10277

Shortcut key for Paste is:

Correct Answer: B
Explanation:
Ctrl + V is paste.
Question 10278

Which software is MS Word?

Correct Answer: B
Explanation:
MS Word is application software.
Question 10279

Which is a search engine?

Correct Answer: A
Explanation:
Google is a search engine.
Question 10280

WWW stands for:

Correct Answer: A
Explanation:
WWW stands for World Wide Web.
Question 10281

Email stands for:

Correct Answer: A
Explanation:
Email means Electronic Mail.
Question 10282

Which is primary memory?

Correct Answer: B
Explanation:
RAM is primary memory.
Question 10283

Which is secondary storage?

Correct Answer: C
Explanation:
Hard Disk is secondary storage.
Question 10284

Which device is used for pointing?

Correct Answer: B
Explanation:
Mouse is pointing device.
Question 10285

Which system runs the computer?

Correct Answer: B
Explanation:
Windows is operating system.
Question 10286

Red signal in railway means:

Correct Answer: C
Explanation:
Red means stop.
Question 10287

Green signal means:

Correct Answer: B
Explanation:
Green means go.
Question 10288

Brake is used for:

Correct Answer: B
Explanation:
Brake is used to stop train.
Question 10289

F5 key is used for:

Correct Answer: B
Explanation:
F5 is refresh key.
Question 10290

Which is railway ticket booking site?

Correct Answer: A
Explanation:
IRCTC is for railway booking.
Question 10291

Railway signal system ensures:

Correct Answer: B
Explanation:
Signals ensure safety.
Question 10292

Full form of ALP is:

Correct Answer: A
Explanation:
ALP means Assistant Loco Pilot.
Question 10293

Which metal is used in railway tracks?

Correct Answer: B
Explanation:
Steel is used for tracks.
Question 10294

CPU is part of:

Correct Answer: B
Explanation:
CPU is part of computer.
Question 10295

Which is NOT an operating system?

Correct Answer: C
Explanation:
MS Excel is not OS.
Question 10296

Train communication system is used for:

Correct Answer: B
Explanation:
Used for communication.
Question 10297

Which train is premium service?

Correct Answer: B
Explanation:
Rajdhani is premium train.
Question 10298

Railway recruitment is done by:

Correct Answer: C
Explanation:
RRB recruits railway staff.
Question 10299

Which key deletes backward character?

Correct Answer: B
Explanation:
Backspace deletes backward.
Question 10300

Which is a browser?

Correct Answer: B
Explanation:
Google Chrome is browser.
Question 10301

Indian Railways is under:

Correct Answer: B
Explanation:
Indian Railways is under Railway Ministry.
Question 10302

Which is used for data storage?

Correct Answer: C
Explanation:
Hard disk stores data.
Question 10303

Which shortcut is used for save?

Correct Answer: A
Explanation:
Ctrl + S is save.
Question 10304

IRCTC app is used for:

Correct Answer: B
Explanation:
Used for railway booking.
Question 10305

Which is signal color for caution?

Correct Answer: B
Explanation:
Yellow means caution.
Question 10306

ALP exam is conducted by:

Correct Answer: B
Explanation:
RRB conducts ALP exam.
Question 10307

Which system controls railway traffic?

Correct Answer: A
Explanation:
Signal system controls traffic.
Question 10308

Which is input device?

Correct Answer: C
Explanation:
Keyboard is input device.
Question 10309

Which is output device?

Correct Answer: C
Explanation:
Monitor is output device.