Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #1  
Old August 17th, 2012, 02:39 PM
Super Moderator
 
Join Date: Dec 2012
Default

I need the Indian Engineering Services Question Paper for ECE so can you give me the question papers and also provide me the page where I can download the question papers free of cost?

Here I am providing the list of few questions of IES ECE entrance exam question paper which you are looking for .

01. The threshold effect in demodulators is defined as

(a) The rapid fall of output SNR when the input SNR falls below a particular value
(b) Exhibited by all the demodulators when the input SNR is low
(c) Exhibited by all AM suppressed carrier coherent demodulators
(d) Exhibited by correlation receivers

Ans: (a)

02. An amplitude modulated signal is [ A + 0.5 A cos wm t] cos wct where wm and wc are respectively, modulating and carrier frequencies. The power efficiency is calculated to be

(a) 11.11%
(b) 0.25%
(c) 4.32%
(d) 50%

Ans: (a)

03. A 10-bit DAC provides an analog output which has a maximum value of 10.23 volts. Resolution of the DAC is

(a) 10 mV

(b) 15 mV
(c) 20 mV
(d) 40 mV

Ans: (a)

04. in Communication Systems, noise due to quantization error is always

(a) Linear and signal dependent
(b) Non-linear and signal dependent
(c) Linear and signal independent at low frequencies only
(d) Non-linear and signal dependent at low frequencies only

Ans: (a)

05. 13dBm is equivalent to

(a) 2mW
(b) 20W
(c) 20mW
(d) 2MW

Ans: (c)

06. For an earth station transmitter, with an antenna output power of 40dBW (10,000W), a back-off loss of 3dB, a total branching and feeder loss of 3dB, a total branching and feeder loss of 3dB and transmit antenna gain of 4dB, the effective isotropic radiated power (EIRP) will be equal to

(a) 38dBW
(b) 40 dBW
(c) 36 dBW
(d) 47 dBW

Ans: (a)

07. A coherent binary phase-shift-keyed (BPSK) transmitter operates at a bit rate of 20Mbps. For a probability of error P (e) of 10-4 and given carrier-to-noise (C/N) density ratio of 8.8 dB, calculate energy of bit-to noise (Eb/N0) density ratio for a receiver bandwidth equal to the minimum double-sided Nyquist bandwidth?

(a) 23 dB
(b) 2.3 dB
(c) 8.8 dB
(d) 0.88dB

Ans : (c)

08. An elliptically (arbitrarily) polarized wave can be broken up into which of the following?

(a) Two circularly polarized components rotating in same direction
(b) Two circularly polarized components rotating in opposite directions
(c) Two stationary circularly polarized components
(d) None of these

Ans: (b)

09. The Klystron operation is based on the principle of

(a) Velocity modulation
(b) Amplitude modulation
(c) Frequency modulation
(d) Phase modulation

Ans: (a)

10. Which of the following is not an application of Varactor diode?

(a) Parametric amplifier
(b) Frequency tuner
(c) Voltage controlled oscillator
(d) Phase shifter

Ans: (d)

11. Which of the following quantity is not required in the calculation of Q of a cavity resonator?

(a) Energy stored
(b) Power dissipated
(c) Loss in radiation
(d) Dimensions of the cavity

Ans: (c)

12. When electromagnetic waves are propagated in a waveguide

(a) They travel along the walls of the waveguide
(b) They travel through the dielectric without touching the walls
(c) They are reflected from the walls but do not travel along the walls
(d) None of these

Ans: (b)

13. Slotted line with tuneable probe is not used to measure

(a) VSWR
(b) Wavelength
(c) Power
(d) Impedance

Ans: (c)

14. In a microwave magic-T, E plane and H plane are

(a) In phase
(b) Out of phase
(c) Isolated
(d) 900 out of phase

Ans: (c)

15. Both Baratters and bolometers are used for measurement of

(a) VSWR
(b) Transmission losses
(c) Microwave power
(d) Frequency

Ans: (c)

16. Magnetic properties of ferrites result mainly from

(a) Polarization of electromagnetic waves
(b) Dielectric behaviour of ferrite
(c) Magnetic dipole moment associated with the electron spin
(d) External magnetic fields

Ans: (c)

17. Time Division Multiplexing requires

(a) Constant data transmission
(b)Transmission of data samples
(c) Transmission of data at random
(d) Transmission of data of only one measurand

Ans: (b)

18. Random Satellite moves in

(a) Random paths
(b) Polar orbits
(c) Geostationary orbits
(d) Equatorial plane

Ans: (b)

19. An 8085 microprocessor executes the following instructions:
Two numbers are represented in signed 2’s complement form as
P = 11101101 and Q = 11100110
If Q is subtracted from P, the value obtained in signed 2’s complement form is

(a) 100000111
(b) 00000111
(c) 11111001
(d) 011111001

Ans: (b)

20. A radar receives an echo from a target 20 micro second after sending the signal. The approximate range of the target is?

(a) 300 m
(b) 3000 m
(c) 600 m
(d) 6000 m

Ans: (b)

21. A small code of 8085 as given below, is executed
MVI A, 7FH
ORA A
CPI A2H
The contents of the accumulator and flags after execution are

(a) A = DD, S = 1, Z = 0, CY = 0
(b) A = 7F, S = 1, Z = 0, CY = 1
(c) A = DD, S=0, Z= 1, CY =0
(d) A = 7F, S = 0, Z = 1, CY = 1

Ans: (b)

22. Following program finds absolute value of N:

MVI A, N
ORA A
JM ONE
OUT 01H
HLT
ONE: (P)
(Q)
OUT 01H
HLT
The instructions of (P) and (Q) must be

(a) CMA and ADI 0H
(b) CMC and ADI 0H
(c) INR A and CMC
(d) INR A and CMA

Ans: (a)

23. An Intel 8085 processor is executing the program given below:
MVI A, 10H
MVI B, 10H
BACK: NOP
ADD B
RLC
JNC BACK
HLT
The number of times that the operation NOP will be executed as

(a) 1
(b) 2
(c) 3
(d) 4

Ans: (c)

24. Match List I with List II and select the correct answer using the code given below the lists:

List I List II

A. Immediate 1. LDA 30FF

B. Implicit addressing 2. MOV A, B

C. Register addressing 3. LXI H, 2050

D. Direct addressing 4. RRC

Codes:

A B C D

(a) 3 4 2 1
(b) 1 4 2 3
(c) 3 2 4 1
(d) 1 2 4 3

Ans: (a)

25. The average information associated with an extremely likely message is zero. What is the average information associated with an extremely unlikely message?

(a) Zero
(b) Infinity
(c) Depends on total number of messages
(d) Depends on speed of transmission of the message

Ans: (b)

26. For 8086 microprocessor, the jump distance in bytes for short jump range is equal to?

(a) Forward 255 and Backward 256
(b) Forward 127 and Backward 128
(c) Forward 31 and Backward 32
(d) Forward 15 and Backward 16

Ans: (b)

27. The action performed by the following instruction of 8086:

MOV [1234h], AX is?

(a) Move contents of memory location 1234h to register AX
(b) Move the contents of register AX to memory offset 1234h
(c) Add contents at 1234h and AX
(d) Add contents of 1234h and AX and store the result in 1234h

Ans: (b)

28. While executing a program, 8085 microprocessor completes fetching of instruction JMP 2050 stored at address 2057H. The contents of the program counter after fetching the Instruction would be?

(a) 2050H
(b) 2057 H
(c) 205A H
(d) 2051 H

Ans: (c)

29. What is fading?

(a) Change in polarization only at receiver end
(b) Change in frequency only at receiver end
(c) Fluctuation in signal strength at receiver
(d) Change in phase only at receiver

Ans: (c)

30. In a microprocessor, the service routine for a certain interrupt starts from a fixed location of memory which cannot be externally set, but the interrupt can be delayed or rejected. Such an interrupt is called?

(a) Non- mask able and non-vectored
(b) Mask able and non-vectored
(c) Non-mask able and vectored
(d) Mask able and vectored

Ans: (d)

31. A memory system has a total of 8 memory chips, each with 12 address lines and 4 data lines. The size of the memory system is then equal to?

(a) 16k bytes
(b) 32k bytes
(c) 48 k bytes
(d) 64k bytes

Ans: (a)

32. Consider the following statements for a DRAM:

1. Bit is stored as a charge.
2. It is made of MOS transistors.
3. Speed of DRAM is faster than processors.
4. Each memory cell requires six transistors
Which of these statements are correct?

(a) 1 and 2 only
(b) 2 and 3 only
(c) 3 and 4 only
(d) 1, 2, 3 and 4

Ans: (a)

33. The access time of a cache memory is 100ns and that of main memory is 1 ms.80% of the memory requests are for read and others are for write. Hit ratio for read only accesses is 0.9. A write through procedure is used. The average access time of the system for both read and writes requests are equal to?

(a) 200 ns
(b) 360 ns
(c) 720 ns
(d) 1100ns

Ans: (b)

34. a virtual memory system has an address space of 8 k words, a memory space of 4k words and page and block sizes of 1k words. The number of page faults using of 1k words. The number of page faults using LRU policy, for following page references is 10246215700

(a) 5
(b) 7
(c) 9
(d) 10

Ans: (a)

35. among following memory types, what is the abbreviation MPDRAM?

(a) Multi port Dynamic Random Access Memory
(b) Multipoint Dynamic Random Access Memory
(c) Multipoint Disk Random Access memory
(d) Multi port Dimensional Random Access memory

Ans: (a)

36. Which of the following register holds the instruction before it goes to the decoder:

(a) Control register
(b) Accumulator
(c) Address register
(d) Data register

Ans: (d)

37. The incorrect match (when n > 1) is

(a) SISD Model of computer: 1 control unit and 1 ALU
(b) SIMD Model of computer: 1 control unit and n ALUs
(c) MISD Model of computer: n control units and n ALUs
(d) MIMD model of computer: n control units and 1 ALU

Ans: (d)

38. In case the code is position dependent, then what is the most suitable addressing mode is

(a) Direct mode
(b) Indirect mode
(c) Relative mode
(d) Indexed mode

Ans: (c)

39. The data structure needed to convert infix notation to prefix notation is

(a) Queue
(b) Stack
(c) Tree
(d) Graph

Ans: (b)

40. An altimeter is basically

(a) a CW radar
(b) a FM radar
(c) a Doppler radar
(d) a device to indicate the direction at height

Ans: (a)

41. In locations where the humidity is low, ICs based on one of the following technologies should be handled only after grounding the body. What is the technology is

(a) TTL
(b) CMOS
(c) DTL
(d) I2L

Ans: (b)

42. Which of the following pulse modulation is analog?

(a) PCM
(b) Differential PCM
(c) PWM
(d) Delta

Ans: (c)

43. Which one of the following is correct? Energy of a power signal is

(a) finite
(b) zero
(c) infinite
(d) between 1 and 2

Ans: (c)

44. The figure of merit of a logic family is given by

(a) Gain bandwidth product
(b) (Propagation delay time) X (Power dissipation)
(c) (Fan-out) X (Propagation delay time)
(d) (Noise –margin) X (Power dissipation)

Ans: (b)

45. Considering the filtering property, the lead compensators and lag compensators are categorized respectively as

(a) Low pass and high pass filters
(b) High pass and low pass filters
(c) High pass and high pass filters
(d) Low pass and low pass filters

Ans : (b)

46. Binary data is being represented in size of byte and in 2’s complement form. The number of 0’s present in representation of (-127) DECIMAL is:

(a) 8
(b) 7
(c) 6
(d) 5

Ans: (c)

47. If both inputs of S-R NAND latch are low, the output will be

(a) Unpredictable
(b) Toggle
(c) Reset
(d) Remain same

Ans : (a)

48. The highest speed counter is

(a) Asynchronous counter
(b) Synchronous counter
(c) Ripple counter
(d) Ring counter

Ans: (b)

49. In the circuit shown, the need of the resistor RF is

(a) To increase the overall gain
(b) To stabilize the circuit
(c) To increase input impedance
(d) To prevent saturation

Ans: (b)

50. A 40V dc supply is connected across the network comprising of zener and silicon diode as shown. The regulated voltages V01, V02 and source current Is are

(a) 2.4V, 5.1 V and 21.7mA
(b) 3V, 6V and 22.7mA
(c) 3.3V, 9.3V and 20.5mA
(d) 4V, 10V and 20mA

Ans: (c)

Last edited by Aakashd; June 29th, 2019 at 03:18 PM.
Reply With Quote
Other Discussions related to this topic
Thread
Hindustan Paper Corporation Limited Question Paper
Sample question paper for JEE Main Paper 2
previous question paper, model paper, aptitude test of assistant loco pilot RRB?
NSOU PG Bengali Paper 4 Exam Previous Years Question Paper
FCI Technical Assistant Paper III exam Question paper
Indian Economic Service Exam General Economics-Paper II previous years question paper
NSOU Post Graduate Commerce Paper 18 Exam Question Paper
Civil Services Exam Commerce and Accountancy Paper I Question Paper
UPSC Mains French (Paper II) Exam Question Paper
Computer Science II Paper Question Paper for ISC board
NET Previous Years Question Paper of Computer Science and Applications (Paper II) Exa
Question paper for IFS Forestry Paper i Exam
Model question paper for NET December General Science Paper I
Kuvempu University BA I Year Economics Paper- I Exam Question Paper
NET Comparative Study of Religions (Paper III) Exam Question Paper
Mumbai University Practical paper for Sem VI question and answer paper
Question Paper for Gujarat SET Mathematical Sciences Paper II Exam
University Grants Commission NET Psychology (Paper III) previous years question paper
NSOU Postgraduate in Bengali Paper 5 Previous Years Question Paper
Gujarat SET Mathematical Sciences Paper III Exam Question Paper






  #2  
Old August 17th, 2012, 04:37 PM
Super Moderator
 
Join Date: Dec 2011
Default Re: IES Question Paper for ECE

The eligibility required for IES are as follows:

IES Eligibility:

The candidate must have completed his B.E/B.Tech in any one of the following streams from a recognized University

C E
E E
ECE
M

The candidate must be within the age limit of 21-30 years.

You are looking for the IES ECE question paper, here I am attaching a file, form where you can download the IES ECE question paper, and you can get question paper after registration.
Attached Files Available for Download
File Type: pdf IES ECE paper.pdf (129.8 KB, 91 views)
File Type: pdf IES ECE paper 2.pdf (157.7 KB, 75 views)
__________________
Answered By StudyChaCha Member
Reply With Quote
  #3  
Old March 30th, 2020, 08:38 PM
Unregistered
Guest
 
Default Re: IES Question Paper for ECE

I want to apply for the UPSC Engineering Service Exam and searching for question papers. Will you provide IES Question Paper for ECE also tell list of Organization where I will be recruited?
Reply With Quote
  #4  
Old March 30th, 2020, 08:39 PM
Super Moderator
 
Join Date: Jun 2013
Default Re: IES Question Paper for ECE

UPSC will organize Engineering Service Exam for recruiting Electronics & Telecommunication Engineering graduates for various cadres under Government of India.

Below I am providing you the UPSC IES Sample Papers For ECE Engineers:

UPSC IES ECE Sample Paper








IES Syllabus For ECE

IES ECE Syllabus For Basic Electronics Engineering:


Basics of semiconductors; Diode/Transistor basics and characteristics; Diodes for different uses; Junction & Field Effect Transistors (BJTs, JFETs, MOSFETs); Transistor amplifiers of different types, oscillators and other circuits; Basics of Integrated Circuits (ICs);

Bipolar, MOS and CMOS ICs; Basics of linear ICs, operational amplifiers and their applications-linear/non-linear; Optical sources/detectors; Basics of Optoelectronics and its applications.

IES ECE Syllabus For Basic Electrical Engineering:

DC circuits ohm’s & Kirchoff’s laws, mesh and nodal analysis, circuit theorems; Electromagnetism, Faraday’s & Lenz’s laws, induced EMF and its uses; Single-phase AC circuits; Transformers, efficiency; Basics-DC machines, induction machines, and synchronous machines; Electrical power sources- basics: hydroelectric, thermal, nuclear, wind, solar; Basics of batteries and their uses.

List of Organization/Cadres under which Electronics & Telecommunication Engineering graduates will be recruited:

Indian Railway Service of Signal Engineers
Indian Railway Stores Service (Telecommunication/Electronics Engineering Posts)
Indian Radio Regulatory Service Gr ‘A’
Indian Ordnance Factories Service AWM/JTS (Electronics and Telecom Engineering Posts)
Indian Telecommunication Service Gr ‘A’
Indian Naval Armament Service (Electronics and Telecom Engineering Posts)
Asstt. Naval Store Officer Grade-I(Electronics and Telecom Engg. Posts) in Indian Navy
Junior Telecom Officer Gr ‘B’
Attached Files Available for Download
File Type: pdf UPSC IES ECE Sample Paper1.pdf (510.3 KB, 12 views)
File Type: pdf UPSC IES ECE Sample Paper2.pdf (524.5 KB, 12 views)
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply


Tags
Railway Exam



All times are GMT +6. The time now is 07:28 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8