Official Paper

RRB JE CBT-II (Electronics) Official Paper (Held On: 31 Aug, 2019 Shift 1) (Previous Year Paper)

150 questions · 120 minutes · with answers · free

Test (150 questions)

1

A labeled statement consists of an identifier followed by -

  1. ((a))

    Equal to

  2. ((b))

    Colon

  3. ((c))

    Semicolon

  4. ((d))

    Comma

Show Answer
Answer: ((a))

Equal to

2

What is the device used for measuring the power in an optical signal?

  1. ((a))

    Optical multi-analyte meter

  2. ((b))

    Optical spectrometer

  3. ((c))

    Optical power meter

  4. ((d))

    Optical fiber length meter

Show Answer
Answer: ((a))

Optical multi-analyte meter

3

The intermediate frequency of a superhetrodyne receiver is 450 kHz. If it is tuned to 1200 kHz, the image frequency will be -

  1. ((a))

    1600 kHz

  2. ((b))

    2100 kHz

  3. ((c))

    900 kHz

  4. ((d))

    750 kHz

Show Answer
Answer: ((a))

1600 kHz

4

When the function is defined inside a class, it is called -

  1. ((a))

    Inline function

  2. ((b))

    Member variable

  3. ((c))

    Member function

  4. ((d))

    Data function

Show Answer
Answer: ((a))

Inline function

5

Which of the following is an example of an active device?

  1. ((a))

    Electric bulb

  2. ((b))

    Transformer

  3. ((c))

    Resistor

  4. ((d))

    Transistors

Show Answer
Answer: ((a))

Electric bulb

6

Which of the following memories can be programmed once by the user and then cannot be erased and reprogrammed?

  1. ((a))

    EEPROM

  2. ((b))

    ROM

  3. ((c))

    Flash Memory

  4. ((d))

    EPROM

Show Answer
Answer: ((a))

EEPROM

7

In which of the following types of A/D converter does the conversion time almost double for every bit added to the device?

  1. ((a))

    Counter type A/D converter

  2. ((b))

    Tracking type A/D converter

  3. ((c))

    Single-slope integrating type A/D converter

  4. ((d))

    Successive approximation type A/D converter

Show Answer
Answer: ((a))

Counter type A/D converter

8

________ is used for transmitting files between computers on the Internet over TCP/IP connections.

  1. ((a))

    FTP

  2. ((b))

    ASCII

  3. ((c))

    BCD

  4. ((d))

    HTTP

Show Answer
Answer: ((a))

FTP

9

The RF signal strength at any point of the cable is measured by -

  1. ((a))

    Wobbuloscope

  2. ((b))

    Field strength meter

  3. ((c))

    Oscilloscope

  4. ((d))

    Multimeter

Show Answer
Answer: ((a))

Wobbuloscope

10

Which of the following keyword is used to transfer control from a function back to the calling function?

  1. ((a))

    Return

  2. ((b))

    Goto

  3. ((c))

    Go back

  4. ((d))

    Switch

Show Answer
Answer: ((a))

Return

11

Which of the following components store energy in the form of electrical charges?

  1. ((a))

    Capacitors

  2. ((b))

    Transformers

  3. ((c))

    Resistors

  4. ((d))

    Inductors

Show Answer
Answer: ((a))

Capacitors

12

Alloy used for making permanent magnet is -

  1. ((a))

    Zamak

  2. ((b))

    Alnico

  3. ((c))

    Silumin

  4. ((d))

    Duralumin

Show Answer
Answer: ((a))

Zamak

13

OSI stands for -

  1. ((a))

    Open System Interdependence

  2. ((b))

    Open Site Interconnection

  3. ((c))

    Open Site Interdependence

  4. ((d))

    Open System Interconnection

Show Answer
Answer: ((a))

Open System Interdependence

14

When the peak power is 1000000 watts and the average power is 800 watts, then the duty cycle is -

  1. ((a))

    0.08 percent

  2. ((b))

    0.008 percent

  3. ((c))

    0.8 percent

  4. ((d))

    8 percent

Show Answer
Answer: ((a))

0.08 percent

15

Which of the following is used to change "Siva" into "Ramu" in the "FirstName" column in the Students table?

  1. ((a))

    UPDATE Students SET FirstName='Siva' INTO FirstName='Ramu'

  2. ((b))

    MODIFY Students SET FirstName='Siva' INTO FirstName='Ramu'

  3. ((c))

    MODIFY  Studnets  SET  FirstName='Ramu'  WHERE  FirstName='Siva'

  4. ((d))

    UPDATE  Students  SET  FirstName='Ramu'  WHERE  FirstName='Siva'

Show Answer
Answer: ((a))

UPDATE Students SET FirstName='Siva' INTO FirstName='Ramu'

16

Corrosion or rusting can be prevented by -

  1. ((a))

    Electroplating process

  2. ((b))

    All of the options

  3. ((c))

    Painting the surface of the metal

  4. ((d))

    Oiling the surface of the metal

Show Answer
Answer: ((a))

Electroplating process

17

The number of flip-flops required in a decade counter are -

  1. ((a))

    10

  2. ((b))

    2

  3. ((c))

    3

  4. ((d))

    4

Show Answer
Answer: ((a))

10

18

Which of the following is/are an operations performed on linked list?

  1. ((a))

    Traversal

  2. ((b))

    Deletion

  3. ((c))

    Insertion

  4. ((d))

    All of the options

Show Answer
Answer: ((a))

Traversal

19

The range of frequency generated by VHF oscillator is -

  1. ((a))

    300 MHz - 3 GHz

  2. ((b))

    Above 3 GHz

  3. ((c))

    30 MHz - 300 MHz

  4. ((d))

    20 kHz - 30 MHz

Show Answer
Answer: ((a))

300 MHz - 3 GHz

20

What is the built in library function to compare two strings?

  1. ((a))

    string_cmp()

  2. ((b))

    strcmp()

  3. ((c))

    str_cm()

  4. ((d))

    str_compare()

Show Answer
Answer: ((a))

string_cmp()

21

The 8085 has two registers known as primary data pointers. These are registers

  1. ((a))

    B and C

  2. ((b))

    D and E

  3. ((c))

    H and L

  4. ((d))

    C and D

Show Answer
Answer: ((a))

B and C

22

First In First Out (FIFO) is used in -

  1. ((a))

    Stack

  2. ((b))

    Linked list

  3. ((c))

    Queue

  4. ((d))

    Tree

Show Answer
Answer: ((a))

Stack

23

In an 8085 microprocessor, the instruction CMP B has been executed while the contents of accumulator is less than that of register B. As a result, carry flag and zero flag will be respectively -

  1. ((a))

    Set, set

  2. ((b))

    Set, reset

  3. ((c))

    Reset, set

  4. ((d))

    Reset, reset

Show Answer
Answer: ((a))

Set, set

24

What type of keyboard is used in fast food store, restaurants and shops?

  1. ((a))

    Numeric keypads

  2. ((b))

    Numeric Keyboard

  3. ((c))

    Concept keyboard

  4. ((d))

    Concise keyboard

Show Answer
Answer: ((a))

Numeric keypads

25

The first page that you normally view at a Website is -

  1. ((a))

    First page

  2. ((b))

    Front page

  3. ((c))

    Home page

  4. ((d))

    Master page

Show Answer
Answer: ((a))

First page

26

A relay is used to -

  1. ((a))

    Sense the fault

  2. ((b))

    Control low voltage circuits with the help of high voltage signals

  3. ((c))

    Control high voltage circuits with the help of low voltage signals

  4. ((d))

    Break the fault current

Show Answer
Answer: ((a))

Sense the fault

27

The electronic circuit that converts AC to DC where the DC output peak value can be greater than the AC input peak value is -

  1. ((a))

    Voltage multiplier

  2. ((b))

    Clipper

  3. ((c))

    Amplifier

  4. ((d))

    Clamper

Show Answer
Answer: ((a))

Voltage multiplier

28

What is the process of designing more than 100 gates on a single chip?

  1. ((a))

    MSI

  2. ((b))

    SSI

  3. ((c))

    LSI

  4. ((d))

    VLSI

Show Answer
Answer: ((a))

MSI

29

A conductor is said to be perfect if it has ________ electrical conductivity.

  1. ((a))

    Zero

  2. ((b))

    Finite

  3. ((c))

    Infinite

  4. ((d))

    Unity

Show Answer
Answer: ((a))

Zero

30

Which logic gate is similar to the function of two parallel switches?

  1. ((a))

    NOR

  2. ((b))

    OR

  3. ((c))

    AND

  4. ((d))

    NAND

Show Answer
Answer: ((a))

NOR

31

The drift of a hole in a semiconductor is brought by -

  1. ((a))

    The vacancy being filled by an ion

  2. ((b))

    The vacancy being filled by a valence electron from a neighboring atoms

  3. ((c))

    The vacancy being filled by a free electron

  4. ((d))

    The movement of an atom in the solid

Show Answer
Answer: ((a))

The vacancy being filled by an ion

32

Nuclear fuel in the sun is -

  1. ((a))

    Alpha particles

  2. ((b))

    Uranium

  3. ((c))

    Hydrogen

  4. ((d))

    Helium

Show Answer
Answer: ((a))

Alpha particles

33

In case of amplifiers which coupling gives the highest gain?

  1. ((a))

    Resistance coupling

  2. ((b))

    Transformer coupling

  3. ((c))

    Impedance coupling

  4. ((d))

    Capacitance coupling

Show Answer
Answer: ((a))

Resistance coupling

34

The number of unused states in a n-bit Johnson Counter is:

  1. ((a))

    2n - 2n

  2. ((b))

    2n - 1

  3. ((c))

    2n - n

  4. ((d))

    2n

Show Answer
Answer: ((a))

2n - 2n

35

What kind of computer program is used to convert mnemonic code to machine code?

  1. ((a))

    Debug

  2. ((b))

    C++

  3. ((c))

    Fortran

  4. ((d))

    Assembler

Show Answer
Answer: ((a))

Debug

36

Four terminal approach is used in measuring low resistance because it -

  1. ((a))

    Eliminates stray inductance

  2. ((b))

    Eliminates thermoelectric energy

  3. ((c))

    Eliminates the effect of leads and currents

  4. ((d))

    Eliminates stray capacitance

Show Answer
Answer: ((a))

Eliminates stray inductance

37

A logic circuit which is used to change a BCD number into an equivalent decimal number is -

  1. ((a))

    Decoder

  2. ((b))

    Encoder

  3. ((c))

    Multiplexer

  4. ((d))

    Code converter

Show Answer
Answer: ((a))

Decoder

38

How many digits in binary notation are required for the decimal number 17?

  1. ((a))

    6

  2. ((b))

    4

  3. ((c))

    7

  4. ((d))

    5

Show Answer
Answer: ((a))

6

39

Which of the following in NOT a type of Internetworking?

  1. ((a))

    Intranet

  2. ((b))

    Extranet

  3. ((c))

    Local Area Network

  4. ((d))

    Internet

Show Answer
Answer: ((a))

Intranet

40

A diode for which you can change the reverse bias, and thus vary the capacitance is called a

  1. ((a))

    Varactor diode

  2. ((b))

    tunnel diode

  3. ((c))

    Zener diode

  4. ((d))

    switching diode

Show Answer
Answer: ((a))

Varactor diode

41

The process of removing unwanted part of an image is called -

  1. ((a))

    Border

  2. ((b))

    Cutting

  3. ((c))

    Hiding

  4. ((d))

    Cropping

Show Answer
Answer: ((a))

Border

42

Which of the following is a correct comment in C++?

  1. ((a))

    /* Comment */

  2. ((b))

    */ Comments */

  3. ((c))

    { Comment }

  4. ((d))

    ** Comment **

Show Answer
Answer: ((a))

/* Comment */

43

Which of the following is NOT a boot sector virus?

  1. ((a))

    Brain

  2. ((b))

    Stoned

  3. ((c))

    Elk cloner

  4. ((d))

    Creeper

Show Answer
Answer: ((a))

Brain

44

Stadia is a video game streaming of -

  1. ((a))

    Google

  2. ((b))

    Apple

  3. ((c))

    Microsoft

  4. ((d))

    Atari

Show Answer
Answer: ((a))

Google

45

Full form of POPs is -

  1. ((a))

    Persistent Organic Pesticides

  2. ((b))

    Permanent Organic Pesticides

  3. ((c))

    Persistent Oxidizing Pollutants

  4. ((d))

    Persistent Organic Pollutants

Show Answer
Answer: ((a))

Persistent Organic Pesticides

46

The thickness of a 50 Hz transformer lamination is -

  1. ((a))

    0.5 mm

  2. ((b))

    0.15 mm

  3. ((c))

    3.5 mm

  4. ((d))

    0.35 mm

Show Answer
Answer: ((a))

0.5 mm

47

Narang Cup is associated with which sport?

  1. ((a))

    Badminton

  2. ((b))

    Football

  3. ((c))

    Hockey

  4. ((d))

    Basketball

Show Answer
Answer: ((a))

Badminton

48

LAN, WAN and MAN are computer networks covering different area. Their first alphabets L, W and M respectively stand for -

  1. ((a))

    Long, Wireless and Metropolitan

  2. ((b))

    Local, Wide and Metropolitan

  3. ((c))

    Least, Wireless and Maximum

  4. ((d))

    Local, World and Middle

Show Answer
Answer: ((a))

Long, Wireless and Metropolitan

49

Where is Kandaleru Dam located?

  1. ((a))

    Goa

  2. ((b))

    Maharashtra

  3. ((c))

    Kerala

  4. ((d))

    Andhra Pradesh

Show Answer
Answer: ((a))

Goa

50

Which material has the highest electrical conductivity?

  1. ((a))

    Steel

  2. ((b))

    Silver

  3. ((c))

    Aluminium

  4. ((d))

    Lead

Show Answer
Answer: ((a))

Steel

51

A high Q-quartz crystal exhibits series resonance at the frequency ωs and parallel resonance at ωp, then -

  1. ((a))

    ωs is very close but less than ωp

  2. ((b))

    ωs is very close, but greater than ωp

  3. ((c))

    ωs >> ωp

  4. ((d))

    ωs << ωp

Show Answer
Answer: ((a))

ωs is very close but less than ωp

52

When a magnesium ribbon is burnt in air, the ash formed is-

  1. ((a))

    Pink

  2. ((b))

    Black

  3. ((c))

    White

  4. ((d))

    Yellow

Show Answer
Answer: ((a))

Pink

53

Name the technique used to separate butter from curd.

  1. ((a))

    Centrifugation

  2. ((b))

    Sublimation

  3. ((c))

    Evaporation

  4. ((d))

    Filtration

Show Answer
Answer: ((a))

Centrifugation

54

_______ are electronic switches that actuate when a small external voltage is applied across the terminals.

  1. ((a))

    Electromechanical relays

  2. ((b))

    Reed relays

  3. ((c))

    Solid state relays

  4. ((d))

    Latching relays

Show Answer
Answer: ((a))

Electromechanical relays

55

A semiconductor has generally ______ valence electrons.

  1. ((a))

    3

  2. ((b))

    4

  3. ((c))

    6

  4. ((d))

    2

Show Answer
Answer: ((a))

3

56

Name the PCB side on which the components are mounted.

  1. ((a))

    Component side

  2. ((b))

    Solder side

  3. ((c))

    Copper side

  4. ((d))

    Track side

Show Answer
Answer: ((a))

Component side

57

A 0-25 A ammeter has a guaranteed accuracy of 1 percent of full-scale reading. The current measured by this instrument is 10 A. Determine the limiting error in percentage.

  1. ((a))

    10.00%

  2. ((b))

    7.50%

  3. ((c))

    2.50%

  4. ((d))

    5.00%

Show Answer
Answer: ((a))

10.00%

58

The function of de-emphasis circuit is -

  1. ((a))

    To boost HF response of audio amplifier

  2. ((b))

    To maintain adequate S/N ratio

  3. ((c))

    To bring back higher frequencies to their original level

  4. ((d))

    To bring back lower frequencies to their original level

Show Answer
Answer: ((a))

To boost HF response of audio amplifier

59

Which of the following is called the address operator?

  1. ((a))
  2. ((b))

    %

  3. ((c))

    &

  4. ((d))

    _

Show Answer
Answer: ((a))
60

A _______ is an electronic circuit that changes the DC level of a signal to the desired level without changing the shape of the applied signal.

  1. ((a))

    Rectifier

  2. ((b))

    Clamper

  3. ((c))

    Slicer

  4. ((d))

    Limiter

Show Answer
Answer: ((a))

Rectifier

61

In a compound such as water, the ratio of the mass of hydrogen to the mass of oxygen is always -

  1. ((a))

    1 : 8

  2. ((b))

    1 : 16

  3. ((c))

    3 : 16

  4. ((d))

    2 : 8

Show Answer
Answer: ((a))

1 : 8

62

What is the hexadecimal equivalent of this binary number (1110)2?

  1. ((a))

    F

  2. ((b))

    B

  3. ((c))

    A

  4. ((d))

    E

Show Answer
Answer: ((a))

F

63

The server on the Internet is also known as -

  1. ((a))

    Gateway

  2. ((b))

    Repeater

  3. ((c))

    Host

  4. ((d))

    Hub

Show Answer
Answer: ((a))

Gateway

64

The other name for the common collector amplifier is -

  1. ((a))

    Base follower

  2. ((b))

    Emitter follower

  3. ((c))

    Collect follower

  4. ((d))

    Impedance follower

Show Answer
Answer: ((a))

Base follower

65

Resting potential of neuron is -

  1. ((a))

    +0.1 mV

  2. ((b))

    -70 mV

  3. ((c))

    -210 mV

  4. ((d))

    +20 mV

Show Answer
Answer: ((a))

+0.1 mV

66

Who among the following was the President of the Constituent Assembly of India?

  1. ((a))

    C. Rajagopalachari

  2. ((b))

    Dr. B.R. Ambedkar

  3. ((c))

    Dr. Rajendra Prasad

  4. ((d))

    Jawaharlal Nehru

Show Answer
Answer: ((a))

C. Rajagopalachari

67

1 dB corresponds to ______ change in power level.

  1. ((a))

    35%

  2. ((b))

    26%

  3. ((c))

    50%

  4. ((d))

    14%

Show Answer
Answer: ((a))

35%

68

________ is a device that is used to connect multiple networks and passes packets from one network to the other network.

  1. ((a))

    Hub

  2. ((b))

    Gateway

  3. ((c))

    Proxy Server

  4. ((d))

    Switch

Show Answer
Answer: ((a))

Hub

69

Three resistors each of 3 Ω are connected in parallel; the equivalent resistance is

  1. ((a))

     1 Ω

  2. ((b))

     6 Ω

  3. ((c))

    9 Ω

  4. ((d))

    1/3 Ω

Show Answer
Answer: ((a))

 1 Ω

70

Montreal protocol refers to -

  1. ((a))

    Substances that deplete ozone layer

  2. ((b))

    Biosafety of genetically modified organisms

  3. ((c))

    Global warming and climate change

  4. ((d))

    Persistent organic fertilizers

Show Answer
Answer: ((a))

Substances that deplete ozone layer

71

If two capacitors of 4 pF each are connected in series, their total capacitance is -

  1. ((a))

    2 pF

  2. ((b))

    4 pF

  3. ((c))

    16 pF

  4. ((d))

    8 pF

Show Answer
Answer: ((a))

2 pF

72

Which of the following is the latest version of Android?

  1. ((a))

    Android Oreo

  2. ((b))

    Android Pie

  3. ((c))

    Android Nougat

  4. ((d))

    Android Kitkat

Show Answer
Answer: ((a))

Android Oreo

73

Molarity is -

  1. ((a))

    The number of moles of a solute present in one litre of the solvent

  2. ((b))

    The number of moles of a solute present in one kilogram of the solution

  3. ((c))

    The number of moles of a solute present in one kilogram of the solvent

  4. ((d))

    The number of moles of a solute present in one litre of the solution

Show Answer
Answer: ((a))

The number of moles of a solute present in one litre of the solvent

74

The IC used for making a bidirectional universal shift register is -

  1. ((a))

    7498

  2. ((b))

    7494

  3. ((c))

    74194

  4. ((d))

    7495

Show Answer
Answer: ((a))

7498

75

Which symbol is used as a statement terminator in C?

  1. ((a))

    !

  2. ((b))

  3. ((c))

    %

  4. ((d))

    ;

Show Answer
Answer: ((a))

!

76

Heating effect of electric current is used in -

  1. ((a))

    Both fan and television

  2. ((b))

    Television

  3. ((c))

    Fan

  4. ((d))

    Electric bulb

Show Answer
Answer: ((a))

Both fan and television

77

Select the most environment friendly method of insect control from the following:

  1. ((a))

    Crop rotation and intercropping

  2. ((b))

    Application of Chlorinated hydrocarbons

  3. ((c))

    Application of Organophosphates

  4. ((d))

    Application of pyrethroids

Show Answer
Answer: ((a))

Crop rotation and intercropping

78

The envelope detector is a/an -

  1. ((a))

    Product demodulator

  2. ((b))

    Coherent detector

  3. ((c))

    Synchronous detector

  4. ((d))

    Asynchronous detector

Show Answer
Answer: ((a))

Product demodulator

79

Transformer coupling is not used in audio frequency amplifiers, because -

  1. ((a))

    The cost of transformer is high

  2. ((b))

    The transformers are bulky

  3. ((c))

    All of the options

  4. ((d))

    It introduces frequency distortion

Show Answer
Answer: ((a))

The cost of transformer is high

80

What is the capacity of ISRO rocket launch viewing facility that was opened for first time in Andhra Pradesh?

  1. ((a))

    8000

  2. ((b))

    6000

  3. ((c))

    5000

  4. ((d))

    7000

Show Answer
Answer: ((a))

8000

81

Which of the following is NOT a semiconductor?

  1. ((a))

    Wood

  2. ((b))

    Selenium

  3. ((c))

    Germanium

  4. ((d))

    Silicon

Show Answer
Answer: ((a))

Wood

82

Dielectric strength is expressed in _______ per unit thickness of the insulating material.

  1. ((a))

    Volts

  2. ((b))

    Watts

  3. ((c))

    Ohms

  4. ((d))

    Amperes

Show Answer
Answer: ((a))

Volts

83

Gunn diode is made of -

  1. ((a))

    Gallium Arsenide

  2. ((b))

    Germanium

  3. ((c))

    Silicon

  4. ((d))

    Selenium

Show Answer
Answer: ((a))

Gallium Arsenide

84

Which of the following is NOT an halogen?

  1. ((a))

    Iodine

  2. ((b))

    Tellurium

  3. ((c))

    Fluorine

  4. ((d))

    Astatine

Show Answer
Answer: ((a))

Iodine

85

In an electrical circuit, fuse is blown and the circuit is cut-off due to -

  1. ((a))

    Low voltage

  2. ((b))

    Excessive current

  3. ((c))

    High inductance

  4. ((d))

    Excessive voltage

Show Answer
Answer: ((a))

Low voltage

86

Which of the following antennas is the standard reference antenna for the directiveness?

  1. ((a))

    Half wave doublet

  2. ((b))

    Isotropic antenna

  3. ((c))

    Rhombic antenna

  4. ((d))

    Elementary doublet

Show Answer
Answer: ((a))

Half wave doublet

87

What is the full form of ISDN with respect to Communication Engineering?

  1. ((a))

    Inter Subscriber Digital Network

  2. ((b))

    Inter Services Digital Network

  3. ((c))

    Integrated Services Digital Network

  4. ((d))

    Integrated Subscriber Digital Network

Show Answer
Answer: ((a))

Inter Subscriber Digital Network

88

The RMS value and mean value is the same in the case of:

  1. ((a))

    Sine wave

  2. ((b))

    Half wave rectified sine wave

  3. ((c))

    Triangular wave

  4. ((d))

    Symmetrical Square wave

Show Answer
Answer: ((a))

Sine wave

89

The register in the 8085A that is used to keep track of the memory address of the next op-code to be run in the program is the-

  1. ((a))

    Program counter

  2. ((b))

    Accumulator

  3. ((c))

    Stack pointer

  4. ((d))

    Instruction pointer

Show Answer
Answer: ((a))

Program counter

90

Which of the following function is used to find the last occurrence of a character in a string?

  1. ((a))

    strstr()

  2. ((b))

    strnset()

  3. ((c))

    strrchr()

  4. ((d))

    laststr()

Show Answer
Answer: ((a))

strstr()

91

What is the ripple factor of full-wave bridge rectifier?

  1. ((a))

    1.321

  2. ((b))

    0.482

  3. ((c))

    1.212

  4. ((d))

    1.414

Show Answer
Answer: ((a))

1.321

92

Which isotope is used in the treatment of Goitre?

  1. ((a))

    Uranium

  2. ((b))

    Iodine

  3. ((c))

    Cobalt

  4. ((d))

    Chlorine

Show Answer
Answer: ((a))

Uranium

93

Applets are written in _______ programming language.

  1. ((a))

    C

  2. ((b))

    Java

  3. ((c))

    C#

  4. ((d))

    C++

Show Answer
Answer: ((a))

C

94

When was the National Green Tribunal (NGT) established?

  1. ((a))

    2006

  2. ((b))

    2005

  3. ((c))

    2000

  4. ((d))

    2010

Show Answer
Answer: ((a))

2006

95

A half wave rectifier requires -

  1. ((a))

    One diode

  2. ((b))

    Metal rectifier in bridge formation

  3. ((c))

    Four diodes in a bridge formation

  4. ((d))

    Two diodes

Show Answer
Answer: ((a))

One diode

96

The power of a concave lens is -0.5 D. What is its focal length?

  1. ((a))

    4 m

  2. ((b))

    -2 m

  3. ((c))

    -3 m

  4. ((d))

    -4 m

Show Answer
Answer: ((a))

4 m

97

What is the value range for the standard integer type 'int'?

  1. ((a))

    -32768 to +32767

  2. ((b))

    0 to 256

  3. ((c))

    No specific range

  4. ((d))

    -65536 to +65536

Show Answer
Answer: ((a))

-32768 to +32767

98

Which of the following concepts is used by ultra sound scanners to find abnormalities in internal organs of human beings?

  1. ((a))

    Ultrasonic waves are converted to sound waves by defects in organs

  2. ((b))

    Ultra sonic waves produce harmful effects when defects are found

  3. ((c))

    Ultrasonic waves are sent through the tissues of the body, and it gets reflected

  4. ((d))

    Ultrasonic waves pass throughout the body without reflecting

Show Answer
Answer: ((a))

Ultrasonic waves are converted to sound waves by defects in organs

99

Which state has the longest coastline in India?

  1. ((a))

    Gujarat

  2. ((b))

    Tamil Nadu

  3. ((c))

    Andhra Pradesh

  4. ((d))

    Karnataka

Show Answer
Answer: ((a))

Gujarat

100

The radix/base of octal number system is -

  1. ((a))

    4

  2. ((b))

    8

  3. ((c))

    2

  4. ((d))

    10

Show Answer
Answer: ((a))

4

101

Sonal Mansingh is an Indian -

  1. ((a))

    Western singer

  2. ((b))

    Classical singer

  3. ((c))

    Western dancer

  4. ((d))

    Classical dancer

Show Answer
Answer: ((a))

Western singer

102

Who among the following founded the Banaras Hindu University?

  1. ((a))

    Madan Mohan Malaviya

  2. ((b))

    Gopala Krishna Gokhale

  3. ((c))

    Lala Lajpat Rai

  4. ((d))

    Jawahar Lal Nehru

Show Answer
Answer: ((a))

Madan Mohan Malaviya

103

A double beam oscilloscope has

  1. ((a))

    Two screens

  2. ((b))

    Two electron guns

  3. ((c))

    Two different phosphor coatings

  4. ((d))

    One waveform divided into two parts

Show Answer
Answer: ((a))

Two screens

104

Which of the following components convert fixed DC to variable DC?

  1. ((a))

    Rectifiers

  2. ((b))

    Choppers

  3. ((c))

    Cycloconverters

  4. ((d))

    Inverters

Show Answer
Answer: ((a))

Rectifiers

105

Process of transferring data electronically from one place to another is called -

  1. ((a))

    Data communication

  2. ((b))

    Data receiving

  3. ((c))

    Data processing

  4. ((d))

    Data sending

Show Answer
Answer: ((a))

Data communication

106

Other than the Sun, which is the next nearest star to Earth?

  1. ((a))

    Middle most star of Three stars of Orion

  2. ((b))

    Sirius

  3. ((c))

    Alpha Centauri

  4. ((d))

    Pole star

Show Answer
Answer: ((a))

Middle most star of Three stars of Orion

107

Computer memory which allows simultaneous read and write operations is:

  1. ((a))

    ROM

  2. ((b))

    PROM

  3. ((c))

    EEPROM

  4. ((d))

    RAM

Show Answer
Answer: ((a))

ROM

108

The Red Data book which lists endangered species is maintained -

  1. ((a))

    UNO

  2. ((b))

    IUCN

  3. ((c))

    WHO

  4. ((d))

    WWF

Show Answer
Answer: ((a))

UNO

109

________ is used to measure pressure directly.

  1. ((a))

    Rotameter

  2. ((b))

    LVDT

  3. ((c))

    Strain gauge

  4. ((d))

    Bourdon tube

Show Answer
Answer: ((a))

Rotameter

110

A 4-bit binary ripple counter uses flip-flop with a propagation delay time of 25ns each. The maximum possible time required for change of state will be -

  1. ((a))

    100 ns

  2. ((b))

    25 ns

  3. ((c))

    50 ns

  4. ((d))

    75 ns

Show Answer
Answer: ((a))

100 ns

111

Digital voltmeter converts ________.

  1. ((a))

    Resistance to voltage

  2. ((b))

    Analog to digital signal

  3. ((c))

    Current to voltage

  4. ((d))

    Digital to analog signal

Show Answer
Answer: ((a))

Resistance to voltage

112

What is the time period of a monostable 555 multivibrator?

  1. ((a))

    T = 3RC

  2. ((b))

    T = RC

  3. ((c))

    T = 1.1RC

  4. ((d))

    T = 0.33RC

Show Answer
Answer: ((a))

T = 3RC

113

The parallel outputs of a counter circuit represent the:

  1. ((a))

    Clock count

  2. ((b))

    Clock frequency

  3. ((c))

    Counter modules

  4. ((d))

    Parallel data word

Show Answer
Answer: ((a))

Clock count

114

Which of the following is a secondary air pollutant?

  1. ((a))

    Carbon dioxide

  2. ((b))

    Ozone

  3. ((c))

    Carbon monoxide

  4. ((d))

    Sulphur dioxide

Show Answer
Answer: ((a))

Carbon dioxide

115

The reciprocal of resistance is -

  1. ((a))

    Coulomb

  2. ((b))

    Conductance

  3. ((c))

    Impedance

  4. ((d))

    Henry

Show Answer
Answer: ((a))

Coulomb

116

Probability density function of thermal noise is -

  1. ((a))

    Poisson

  2. ((b))

    Binomial

  3. ((c))

    Gaussian

  4. ((d))

    Bessel

Show Answer
Answer: ((a))

Poisson

117

Headquarters of Bidioversity International is located at -

  1. ((a))

    Rome

  2. ((b))

    Manila

  3. ((c))

    Paris

  4. ((d))

    Geneva

Show Answer
Answer: ((a))

Rome

118

The rotation of water sprinkler used for grass lawn as soon as the water is supplied is based on the principle of -

  1. ((a))

    Newton's 3rd law of motion

  2. ((b))

    Newton's 2nd law of motion

  3. ((c))

    Newton's 1st law of motion

  4. ((d))

    Both Newton's first and second law of motion

Show Answer
Answer: ((a))

Newton's 3rd law of motion

119

Maxwell's divergence equation for the magnetic field is given by _______.

  1. ((a))

    ×B=0∇ × B=0

  2. ((b))

    .B=0∇ .B=0

  3. ((c))

    ×B=ρ∇ × B= ρ

  4. ((d))

    .B=ρ∇ . B= ρ

Show Answer
Answer: ((a))

×B=0∇ × B=0

120

Increased pulse width in the flat top sampling leads to -

  1. ((a))

    No harmful effects in reproduction

  2. ((b))

    Greater aliasing errors in reproduction

  3. ((c))

    Attenuation of high frequencies in reproduction

  4. ((d))

    Attenuation of low frequencies in reproduction

Show Answer
Answer: ((a))

No harmful effects in reproduction

121

Which element has 10 electrons?

  1. ((a))

    Na

  2. ((b))

    Ne

  3. ((c))

    Ar

  4. ((d))

    He

Show Answer
Answer: ((a))

Na

122

The term “Delayed AGC” implies the application of AGC -

  1. ((a))

    After switching on of on-off switch

  2. ((b))

    Only when signal strength has increased beyond a specified value

  3. ((c))

    To the last stage of receiver

  4. ((d))

    After some time lag

Show Answer
Answer: ((a))

After switching on of on-off switch

123

What is the full form of FTP?

  1. ((a))

    File transfer protocol

  2. ((b))

    Form transmission protocol

  3. ((c))

    File transmission protocol

  4. ((d))

    Form transfer protocol

Show Answer
Answer: ((a))

File transfer protocol

124

Kirchhoff's law will fail in case of -

  1. ((a))

    Distributed parameter networks

  2. ((b))

    Dual networks

  3. ((c))

    Linear networks

  4. ((d))

    Non linear networks

Show Answer
Answer: ((a))

Distributed parameter networks

125

Which of the following gases is evolved when baking soda reacts with an acetic acid?

  1. ((a))

    CO2

  2. ((b))

    H2

  3. ((c))

    CH4

  4. ((d))

    O2

Show Answer
Answer: ((a))

CO2

126

A network has 7 nodes and 5 independent loops. What is the total number of branches in this network?

  1. ((a))

    12

  2. ((b))

    11

  3. ((c))

    13

  4. ((d))

    10

Show Answer
Answer: ((a))

12

127

_______ is the device which acts like an N-P-N and a P-N-P transistor connected base-to-base and emitter-to-collector.

  1. ((a))

    TRIAC

  2. ((b))

    SCR

  3. ((c))

    UJT

  4. ((d))

    DIAC

Show Answer
Answer: ((a))

TRIAC

128

Who is sometimes referred to as 'Payyoli Express'?

  1. ((a))

    Shiny Abraham

  2. ((b))

    Jyotirmoyee Sikdar

  3. ((c))

    P.T. Usha

  4. ((d))

    Anju Bobby George

Show Answer
Answer: ((a))

Shiny Abraham

129

What is a zip drive?

  1. ((a))

    A medium capacity removable disk storage system

  2. ((b))

    An output device

  3. ((c))

    An input device

  4. ((d))

    Software

Show Answer
Answer: ((a))

A medium capacity removable disk storage system

130

What is the effect of current shunt feedback in an amplifier?

  1. ((a))

    Decrease the input resistance and increase the output resistance

  2. ((b))

    Decrease both the input and output resistances

  3. ((c))

    Increase the input resistance and decrease the output resistance

  4. ((d))

    Increase both input and output resistances

Show Answer
Answer: ((a))

Decrease the input resistance and increase the output resistance

131

E-mail address is made up of -

  1. ((a))

    Four parts

  2. ((b))

    Three parts

  3. ((c))

    Two parts

  4. ((d))

    Single part

Show Answer
Answer: ((a))

Four parts

132

'World Leprosy Day' is observed on the last Sunday of -

  1. ((a))

    January

  2. ((b))

    March

  3. ((c))

    February

  4. ((d))

    April

Show Answer
Answer: ((a))

January

133

The technique of assigning a memory address to each I/O device in the computer system is called -

  1. ((a))

    Ported I/O

  2. ((b))

    Dedicated I/O

  3. ((c))

    Memory-mapped I/O

  4. ((d))

    Wired I/O

Show Answer
Answer: ((a))

Ported I/O

134

________ is the average amount of information that must be delivered in order to resolve the uncertainty about the outcome of a trial.

  1. ((a))

    Bandwidth

  2. ((b))

    Entropy

  3. ((c))

    Quantum

  4. ((d))

    Loss

Show Answer
Answer: ((a))

Bandwidth

135

In the World Bank’s Doing Business (DB) rankings for 2019, India is ranked at ______ position.

  1. ((a))

    72nd

  2. ((b))

    23rd

  3. ((c))

    65th

  4. ((d))

    77th

Show Answer
Answer: ((a))

72nd

136

The source of energy for a satellite is -

  1. ((a))

    Solar cell

  2. ((b))

    Fuel cell

  3. ((c))

    Magneto hydrodynamic generator

  4. ((d))

    Battery

Show Answer
Answer: ((a))

Solar cell

137

Maximum data rate of a channel for a noiseless 2-kHz binary channel is -

  1. ((a))

    2000 bps

  2. ((b))

    1000 bps

  3. ((c))

    4000 bps

  4. ((d))

    3000 bps

Show Answer
Answer: ((a))

2000 bps

138

Which among the following is a valid string function?

  1. ((a))

    Strcut

  2. ((b))

    Strpbrk

  3. ((c))

    Strcmp

  4. ((d))

    Strxfrm

Show Answer
Answer: ((a))

Strcut

139

Which Mughal emperor's original name was Zahir-ud-Din Muhammad?

  1. ((a))

    Humayun

  2. ((b))

    Akbar

  3. ((c))

    Babur

  4. ((d))

    Aurangazeb

Show Answer
Answer: ((a))

Humayun

140

What are the advantages of using Electrical transducers?

  1. ((a))

    Small and non-portable

  2. ((b))

    Large and non-portable

  3. ((c))

    Large and portable

  4. ((d))

    Reduce effects of friction

Show Answer
Answer: ((a))

Small and non-portable

141

When was the first economic census conducted in India?

  1. ((a))

    1958

  2. ((b))

    1983

  3. ((c))

    1977

  4. ((d))

    1972

Show Answer
Answer: ((a))

1958

142

For which of the following calculations can superposition principle be applied?

  1. ((a))

    Voltage and power

  2. ((b))

    Current and power

  3. ((c))

    Voltage, current and power

  4. ((d))

    Voltage and current

Show Answer
Answer: ((a))

Voltage and power

143

Lion-Tailed Macaque is found in -

  1. ((a))

    Western Ghats

  2. ((b))

    Western Himalaya

  3. ((c))

    Eastern Ghats

  4. ((d))

    Caucasus

Show Answer
Answer: ((a))

Western Ghats

144

Which of the following is non-linear data structure?

  1. ((a))

    Stacks

  2. ((b))

    Linked list

  3. ((c))

    Graph

  4. ((d))

    Array

Show Answer
Answer: ((a))

Stacks

145

The unit of gravitational constant (G) is -

  1. ((a))

    m2s-2kg-1

  2. ((b))

    m3s-2kg-1

  3. ((c))

    m2s-1kg-1

  4. ((d))

    m3s-2kg-3

Show Answer
Answer: ((a))

m2s-2kg-1

146

India’s first global, Mega-Science Exhibition ‘Vigyan Samagam’ started at -

  1. ((a))

    Jaipur

  2. ((b))

    Ranchi

  3. ((c))

    Mumbai

  4. ((d))

    Chennai

Show Answer
Answer: ((a))

Jaipur

147

A network is said to be linear if and only if -

  1. ((a))

    Principle of additivity applies

  2. ((b))

    Principle of homogeneity applies

  3. ((c))

    Both Principle of additivity and Principle of homogeneity applies

  4. ((d))

    Response is proportional to the excitation function

Show Answer
Answer: ((a))

Principle of additivity applies

148

Which of the following is the safest ladder to be used while working with electrical appliances?

  1. ((a))

    Aluminium

  2. ((b))

    Steel

  3. ((c))

    Metal ladder

  4. ((d))

    Fiberglass

Show Answer
Answer: ((a))

Aluminium

149

In an E-R diagram attributes are represented by -

  1. ((a))

    Ellipse

  2. ((b))

    Rectangle

  3. ((c))

    Triangle

  4. ((d))

    Square

Show Answer
Answer: ((a))

Ellipse

150

Which material has the highest electrical conductivity?

  1. ((a))

    Aluminium

  2. ((b))

    Steel

  3. ((c))

    Silver

  4. ((d))

    Lead

Show Answer
Answer: ((a))

Aluminium

Attempt this paper under real exam conditions

Timed interface, section switching, instant scoring, and question-by-question analytics — free.

Start Timed Attempt