Vous êtes sur la page 1sur 5

TechnicalPartner:

NAME.. BRANCH/YEAR.... COLLEGE.. CONTACT NO. .. EMAIL iD..

c. remains the same d. cannot tell

1. The resistance of LDR a. increases as increase in light b. decreases as increase in light c. decreases as decrease in light d. remains same 2. What will be voltage across resistor R at t=0.5 sec in the following circuit ?Given V= 5sin60t

5.

The peak inverse voltage (PIV) for the diode in the given circuit equals : a. b. c. d. 3v 2.3V 0V 6V

a. b. c. d.

2.5V 4.33V 0V None of these

6. A commonly used penta-valent material is: a.arsenic

3. If voltage across a fixed vaue of resistance is increased five times, what does the current do ? a. It increases by a factor of five b. . It decreases by a factor of five c. It stays the same d. Not enough information

b.boron c.gallium d.neon 7. The Atomic number is the number of neutrons in the nucleus of an atom a. True b.False

8. A string of resisitors in a series circuit will: 4. In a series parallel circuit consisting of R1 and R2 in series and connected in parallel with R3. If R1 opens ,then R2s voltage will: a. Increase b.Decrease a.Divide the source voltage in proportion to their values b. reduce the power to zero c. cause the current to divide

d.increase the source voltage in proportion to the values

D. removing the feedback resistor

12. A basic S-R flip-flop can be constructed by cross-coupling which basic logic gates? 9. Which of the following is expressed in engineering notation? a. b. c. d. 470 105 82 102 9.1 106 14.7 108

A. B. C. D.

AND or OR gates XOR or XNOR gates NOR or NAND gates AND or NOR gates

10. How is ac current related to ac voltage in a purely capacitive circuit? a.AC current is 0.707 of the ac voltage. b.AC current lags ac voltage. c.AC current is 0.637 of the ac voltage. d.AC current leads ac voltage.

13. In a series RC circuit, the phase difference between the current and the source voltage _____.

A. B. C.

depends on the values of R and C equals 0 equals 90

D. depends on the amplitude of the input voltage

11. Decreasing the gain in the given circuit could be achieved by

14. The power dissipated by R4 is 211 mW.

A. A. reducing the amplitude of the input voltage B. increasing the value of the feedback resistor C. increasing the value of the input resistor B.

True False

15. The unit of flux density is known as A. B. magnetomotive force a weber

C. D.

a Maxwell a tesla

C. D.

analog digital

16. The diodes in a seven-segment display where all cathodes are tied together and grounded are illuminated when a logic ____________________ is applied to the ____________________.

20. The data stored in a Mask ROM (MROM) is ___________. A. B. C. permanent volatile erasable temporary

A. B. C. D.

LOW, anodes LOW, count down control line HIGH, anode HIGH, count up control line

D.

21. ) What will be output if you will compile and execute the following c code? void main() { int a=10, b=20; printf(%d %d); } A. 10 20 B. 20 10 C. 10 10 D. 20 20 22. What will be output if you will compile and execute the following c code? #include<stdio.h> int main(){ int array[3]={5}; int i; for(i=0;i<=2;i++) printf("%d ",array[i]); return 0; } (A)5 garbage garbage (B)5 0 0 (C)5 null null (D)Compiler error

17. The time interval between the memory receiving a new address input and the data being available is called _________. A. B. C. D. access time bus speed read/write speed write/data speed

18. A circuit whose output is proportional to the difference between the input signals is considered to be which type of amplifier? A. B. C. D. common-mode darlington differential operational

19. Which type of signal is represented by discrete values? A. B. noisy signal nonlinear

23. What will be output if you will compile and execute the following c code?

(D) _ (underscore)

#include<stdio.h> void call(int,int,int); int main(){ int a=10; call(a,a++,++a); return 0; } void call(int x,int y,int z){ printf("%d %d %d",x,y,z); } (A)10 10 12 (B)12 11 11 (C)12 12 12 (D)Compiler error

Look carefully for the pattern, and then choose which pair of numbers comes next.
27.

42 40 38 35 33 31 28
(a) 25 22 (b) 26 23 (c) 26 24 (d) 25 23 (e) 26 22

28.

3 5 35 10 12 35 17
(A) 22 35

(B) 35 19 (C) 19 35 (D) 19 24 (E) 22 24

24. What is a GPU? (A) Grouped Processing Unit (B) Graphics Processing Unit (C) Graphical Performance Utility (D) Graphical Portable Unit

25. How would you round off a value from 1.66 to 2.0? A. B. C. D. ceil(1.66) floor(1.66) roundup(1.66) roundto(1.66)

26. Which of the following special symbol allowed in a variable name? (A) * (asterisk) (B) |(pipeline) (C) - (hyphen)

Vous aimerez peut-être aussi