-->



Robert-Bosch Placement Paper




SECTION 1 (TECHNICAL)

Q. A 16 bit monosample is used for digitization of voice. If 8 kHz is the sampling rate then the rate at which bit is transferred is
a) 128
b) 48


Q. There was a figure of JK flip flop in which ~q is connected to J input and K=1. If clock signal is successively applied 6 times What is output sequence (q=?)

Q. The relationship between Gain & Bandwidth?
a) Independent of each other
b) Gain decreases as bandwidth decreases
c) Gain increases as bandwidth increases till some extent after which stability decreases

Q. In "ON CHIP" decoding memory can be decoded to
a) 2^n
b) 2^n +1
c) 2^n -1
d) some other choice
Ans: a

Q. Half of address 0Xffffffff is
a) 77777777
b) 80000000
c) 7FFFFFFF
d) some other choice

Q. For a 4 bit succe D/A with 16v o/p the resolution is
a)10v
b)1v
c)1.6v
d)16v
Ans : b

Q. A 20kva transformer at full load conditions have the coreless & cu loss are 250w&300w, To get max efficiency What will be the total loss in tr in w
a) 550
b) 500
c) 600
d) Data insufficient
Ans : b

Q. There was a circuit consisting of AC voltage source and one inductance. Inductance value=0.2mH AC voltage =150 sin (1000t)What is the current flowing in the circuit?


Q. Power gain of an amplifier having i/p gain of 20W and output gain of 20mW is
a) 60
b) 25
c) 10
d) 0

Q. There was a RC circuit given with AC voltage source. Expression for capacitance was asked for charging condition.
ans i= (Vs/R)exp(-t/ T)
Q. SCR s are connected in series to get
a) high current rating
b) voltage regulation
c) high we rating
d)some other
Ans: c

Q. Which one of the following is used for high speed power application?
a) BJT
b) MOSFET
c) IGBT
d) TRIAC

Q. SCR is used for
a) To achieve optimum dv/dt
b) For high current ratings
c) To achieve high voltage
d) Some other choice

Q. State in which o/p collector current of transistor remains constant in spite of increase in base current is
a) Q point
b) Saturation
c) Cut off

Q. What is the resonant frequency of parrel RLC circuit of R= 4.7 komh L= 2 micro Henry and c=30pf.
a) 20.5 MHz
b) 2.65 KHz
c) 20.5 KHz
d) none
Q. For the parallel circuit (one figure is given) Is= 10mA. R1= 2R, R2=3R, R3= 4R. are is artritary
a) 3.076mA
b) 3.76mA
Q. Two ques on control sys like the sys will be stable When the roots are
a) real & +ve
b) real & -ve
Q. #define A 10+10
main ()
{
int a;
a=A*A;
printf ("%d", a);
}
a) 100
b) 200
c) 120
d) 400
Q. main(){
int n=0;
while(n>326767)
pf("%d",n);
n++
}
ans ; indefinite loop here ihe loop will continue again & again ie after 326767 the go to -326768

Q. if (fun ())
{
X++;
}
X gets incremented if and only if
a) fun () returns 0
b) fun () return 1
c) fun () return -1
d) return a value other than 0

Q. In dynamic memory
a) Power dissipation is less than that of static memory
b) Clock is needed
c) Refreshing is required
d) All the above

Q. Short, int and long integers have How many bytes?
a) 2,2,4
b) Machine dependant
c) 2,4,8
d) Some other choice

Q. A (n) is -----------filter combination of
a) Passive
b) Active
c) AMPLIFIER
d) BOOSTER

Q. According to ohms law the current density is proportional to
a) current
b) di/ds
c) applied emf
Q. Two more ques on gravity ie body is projected then find the time of fall and some physics ques
Q. Structure comparison is done in compiler
a) yes
b) no
c) compiler dependent

Q. The system in which communication occurs in both ways but not simultaneously in both ways is
a) Half simplex
b) Simplex
c) Half duplex
d) duplex

Q. main ()
{
int a=5, b=6;
int i=0;
i=a>b? a:b;
printf ("%d", i);
}
a) 0
b) 1
c) 6
d) 5
Q. int fun (char c)
{
int i;
static int y ;}
a) c, i are stored in stack and y stored in data segment
b)c stored in stack and i,y are stored in data segment
c) c is stored in text segment, y in data and i in stack
Q. How would you insert pre-written code into a current program?
a) #read
b) #get
c) #include
d) #pre
Q. structure may contain
a) any other structure
b) any other structure expect themselves
c) any other structure except themselves and pointed to themselves
d) none of the above


SECTION II

Q. If a>4,b<-1 then which of the following is true
a) 2a+b<0
b) 4a<3b
c) a>4b
d) some oth
Q. In a class out of 150 studs participated in various games foot ball ,basket ball, cricket are 120, 130,135 respecly and 5 stud are not playing any one of then then find the least no of studs which are are playing all the games
a)110
b)100
c) 96
Ans a

Q. 20 men can do a work in c/2 days & 30 women can do the same work in c/3 days then How many days will take to complete the work When 20 men & 30 women work together
a)5c/6
b)c/6
c) 6c/5

Q. find the lateral surface of a cone with diameter of base 12feet . and the latent height is 24feet
a) 1320square f.
b) 260 square f.
c) 96 square f.
d) none

Q. Ann is shorter than Jill and Jill is taller than Tom. Which of the following inferences are true?
a) Ann is taller than Tom
b) Data insufficient

Q. Sum of squares of two numbers is 404 and sum of two numbers is 22.Then product of two Numbers?
a) 20
b) 40
Answer is 40. Two numbers are 20 and 2

Q. (10 | 7) would produce
a) 17
b) 3
c) 11
d) 15