Tata Elxsi




Tata Elxsi

Filed under:

Tata Elxsi Placement Question Paper

TECH QUESTIONS (Electronics & TC)

1. CMRR is given=
Differential gain is given=
Inputs:
+ve end=2v,-ve end=1v of the OP-AMP
Find the output voltage?

2. CRO is in X-Y mode.Sinusoidal inputs have 90degrees phase difference between them. What will appear on the display? a)circle b)line c)ellipse d)triangular wave

3. Which has least propagation delay?
a)ECL b)TTL c)RTL d)CMOS

4. In a ripple counter how many change in states happen when count changes from7 to 8?
a)1 b)2 c)3 d)4

5. Max. no. of variables that can be represented in K-MAP?
a)3 b)5 c)7 d)none of these

6. How many comparators are required in a n-bit flash ADC?
a)2^(n-1) b)(2^n)-1 c)2^n d) n

7. What is an EEPROM?
a)Programmable transistor
b)Transistor
c)SRAM
d)

8. Time period of input voltage=8ns. / Find the duty cycle of Vout.

Image no.1

Voltage across one capacitor is V volts. Another cacitor is added at its one end(now the two are in series). What is the voltage across their ends?
a)V b)V/2 c)2v d)none of these

9. In an SCR why silicon is used?
a) available easily
b) has much less reverse saturation current than Germanium
c) has greater reverse sat.current than Ge
d)

10. Output=?

Image no.2

a)A’+B’+C
b)A+B+C’
c)A(B’+C’)
d)B’+C’+A’

11. There was a question using transmission gates.Three inputs were A,B,C.Answer was (A+BxorC)

12. How to get the characteristic figure changed from 1 to 3?(characteristic diagram)

Image no.3

a)By increasing gate width of NMOS
b)———do—————– of CMOS
c)By increasing gate voltage

14. Find propagation delay?

Image no.4

a)200Hz b)150Hz c)5Hz d)2Hz

15. A diagram was given to identify?
a)Synchronous counter
b)Ripple counter
c)Shift register
d)None of the above
answer was sync. Counter

16. Find Va?and Ia, Ib?

Image no.5

17. Find ammeter current Ia?

Image no.6

a)10V b)9.09V c)11.01V d)0.9V these options may be wrong.

Image no.7

18. This acts as a:
a)OR
b)XOR
c)AND
d)NOR

19. At t=0 if position is changed from 1 to 2 ,find the voltage across 1KΩ?

Image no.8

a)4V b)2V c)1.5V d)none of these

20. Find thevenin voltage and resistance across A and B

Image no.9

21. how will be the output voltage across R ?

Image no.10,11,12

22. What is this ?

Image no.13

a)Integrator b)Differentiator c)Antilog differentiator d)Log differentiator

23. Image no.14

Flip-flop state diagram question.What does the above represent?

24. What is this?

Image no.15

a)Squaring device b)Divider c)Square root ckt d)

25. How will be the output vs. input graph if Vin=10V,sat voltage of OP-amp is 14V?

Image no.16,17

26. Basic memory cell of dynamic RAM a. Capacitance
b. Flip flop
c. Transistor
d. Transistor with Capacitor

27. Ideal Power Supply has
a. Zero internal resistance
b. High O/P resistance
c. High I/P resistance Freshersworld.com
d. Low O/P resistance

28. Which type of transmission line will have max. value of characteristic impedence a. Open Wire line b. Coaxial Cable
c. Twin lead line d. None

29. For same peak value of current, which waveform will have least RMS value a. Sine b. Square
c. Triangular
d. Full wave rectified wave

30. -V analogy displacement is analogous to
a. Voltage b. Condutance
c. Magnetic Flux Linkage
d. Capacitance
Similarly…………..In F-I analogy displacement is analogous to
a. Charge
b. Resistance Freshersworld.com
c. Inductance
d. Current

31. In the following circuit Vo/Vin = (there were 4 options)

Image no.18

32. In the following circuit the charging and discharging time is (i don’t remember the options)

Image no.19

Don’t remember the other value of other res and cap .But some values are given

33. The output at X acts as….

Image no.20

a.OR gate
b.AND gate
c.XOR gate
d.XNOR gate

34. The CRO in X-Y mode gives the following figure. If signal applied to the Y-plate is 2sin(wt) then the signal applied to the X is a. 2 sin (wt) b. 2 sin (wt + p/4) c. 2 sin (wt d.2Ö2 sin (wt + p/4)

Image no.21

Related Plament Papers and Companies

Tata Elxsi Placement Question Papers

Tata Elxsi Placement Question Papers Tata Elxsi Questions 1. Problem on lissojous pattern: in x-y mode if vlg applied to x-axis is 2 sinwt then what is the vtg to be applied to y-axis so that we observe the following pattern on the cro : [angle b/n x-axis and the diagonal line is 45degrees] ans is 2root 2 sin (wt +45) Image no.1 2. What is the resolution of an adc : vref/(2 pow n). 3. Some circuit is given with two f/f s ,what is that circuit? Ans may be shift reg 4. Spatial to temporal converter is

Tata Elxsi

Tata Elxsi Placement Question Paper 1. nt a=9; switch(i) { printf("hello"); case 9 : printf("abc"); break; default : printf("def"); } what would be the output ? ans : the program will compile correctly with no errors but will give undesirable results 2. int z[3]={1,2,3}; int *p=&z[1]; int x=*p++; printf("%d",x); ans. note here that the value of *p will be assigned to x and then p is incremented therefore x=2 3. #define paste(a,b) a##b main() { int a=3,b=6; paste(a,b); return o; } question. what code will be replaced at the call of the macro options : (a,b) a,b (a,b) (ab) a,b (ab) (a,b) ab (a,b) ans. not able to work it out 4. some structure declaration was given struct abc { int a : 4 char

Tata Elxsi

Tata Elxsi Placement Question Paper Some Model Questions 1. How many triangles are formed in a octagon. Ans: 56( check the answer) 2. A hexagon is fitted in to a circle of radius r. perimeter of the hexagon is ? ans: 6r 3. Max. difference between two birthdays of a man. a. 365days, b. 366days c. 4 years d. 8years 4. Which is greatest no. between 2300 and 3200? Ans: 3200

Tata Elxsi

Tata Elxsi Placement Question Paper 1. Graphics:Painters algorithm is used for........... 2. Graphics:Why is 'Lighting' operations done on World Coordinates? 3. Graphics:One more question Ans: may be none of the above 4. How can you call a function written in FORTRAN from a C program ? 5. Normal question on pointer addition 6. A question on 64 bit OS's and Virtual Memory it will be having 7. Another question on 64 bit OS 8. A structure was given and it contained normal data as well as some bit-wise data.You had to find the total size taken up by the structure 9. A big code

Tata Consultancy Services

Tata Consultancy Services Placement Question Paper TCS : Technical Interview 1. what is ddl & dml command 2. give an example for each 3. what is normalization 4. what r the different normalization methods 5. Is there any compiler in oracle 6. what is the name of that compiler 7. what is an operating system 8. what r the functions of operating system 9. what is dead lock 10. what r the ways to avoid deadlock 11. what is bankers algorithm 12. oops concept 13. difference between c++ and java 14. what do u mean by inheritance 15. what do u mean by access specifier 16. what is polymorphism 17. sdlc 18. what do u mean by fuction overloading 19.

  • Resources













  • Placement Papers Archives