33

Engineer 2011 final

Embed Size (px)

DESCRIPTION

club event

Citation preview

Page 1: Engineer 2011 final
Page 2: Engineer 2011 final

1)Identify Nut and Bolt

Page 3: Engineer 2011 final

2)Assume that you have the algebraic equation that describes the 3D-surface of the Himalayas [Z=f(x,y) ]. In simple words describe how you will find the position of the peak of Mt. Everest.

Page 4: Engineer 2011 final

3)Identify this building from the following top view:

Page 5: Engineer 2011 final

4)Identify this device : A very sensitive magnetometer used

to measure extremely weak magnetic fields. Works on the principle of Josephson junction. Finds application in making inferences about neural activity inside brains.

Page 6: Engineer 2011 final

5)In the pin diagrams of many ICs you may have come across the term Vcc. What does it stand for?

A) Common collector voltageB) Common cathode voltageC) Constant voltage sourceD) Constant current voltage source

Page 7: Engineer 2011 final

6)Convert from gray code to binary code: 10011010A) 11100010B) 10111100C) 11101100D) 11010111

Page 8: Engineer 2011 final

7)This material has been used to create the darkest material on earth that reflects only 0.45% of the light incident on it. Identify the material.

Page 9: Engineer 2011 final

8)The picture shows a Hindustan Ambassador car, fondly called “The king of Indian roads” . What is the direction of frictional force acting on the front and the rear wheel of this car when the car is moving forward?

Page 10: Engineer 2011 final

9)A tape of length 100m contracted to a length of 99.5 m. The surveyor ,being unaware of his,used the tape to measure the length of a bridge.If the reading that the surveyor obtained was 2000m. What is the original length of the bridge.a.1990b.1995c.2005d.2010

Page 11: Engineer 2011 final

10)As you may observe, trajectory of the football is curved. Name this effect and the principle behind this.

Page 12: Engineer 2011 final

Sonic boom

11)Explain this phenomenon.

Page 13: Engineer 2011 final

12)In a toy car , differential drive is used to steer the vehicle. The left wheel rotates clockwise at an angular velocity of w1 and the right one with w2 , the distance between the wheels being L. What is the radius of curvature of the path it is taking?

Page 14: Engineer 2011 final

13)One of your friends tried to break into your room and you want to find the culprit. Assume that you have the database of fingerprints and you want to track him down by identifying fingerprints. What commonly available material(mention the chemical compound too) shall you use to graph the fingerprints ?

Page 15: Engineer 2011 final

In the picture below the four parts have been reorganized.

14)The four partitions are exactly the same in both arrangements. Why is there a hole?

Page 16: Engineer 2011 final

15)What does this diagram signify??

Page 17: Engineer 2011 final

Input Waveform

16)Draw the output y(t) when the given waveform is Fed as x(t) in the circuit

Page 18: Engineer 2011 final

17)An American nightclub called 'The Coconut Grove' had a terrible fire in which over 400 people died. A simple design flaw in the building construction ,that made escape difficult,led to the death toll being so high. Subsequently, regulations were changed to ensure that all public buildings throughout the country eliminated this one detail which proved so deadly. What was it?

Page 19: Engineer 2011 final

18)Write a program in C/C++ to print the word “IPF” without using a semicolon.

Page 20: Engineer 2011 final

19)What does 'Bt' in Bt brinjal,Bt cotton etc stand for?

Page 21: Engineer 2011 final

20)What is Pascal’s triangle used for? (what does each row depict? )

Page 22: Engineer 2011 final

21)What is the output of this program?

#include <iostream.h>#include<stdio.h>int main(){

cout<<cout;return 0;

}

Page 23: Engineer 2011 final

22)What is a chicken gun used for?

Page 24: Engineer 2011 final

23)What is meant by the unit ton for air conditioner?

Page 25: Engineer 2011 final

24)If the vertical deflection at centre for first diagram is 2mm, what is the deflection for the second diagram?

a)<1mmb)1mmc) >1 & <2mmd)2mme)>2mm

Page 26: Engineer 2011 final

25)The main moving element is a piston, housed inside a cylinder. Inside the cylinder, there is a small spring. To operate the pump,you pull the trigger back, pushing the piston into the cylinder. The moving piston compresses the spring, so when you release the trigger, the piston is pushed back out of the cylinder. The downstroke, the piston pushing in,shrinks the area of the cylinder, forcing X out of the pump. The upstroke, the spring pushing the piston back out, expands the cylinder area, sucking X into the pump. The X must move through the pump in only one direction.What are we talking about?

Page 27: Engineer 2011 final

26)Bentley Continental GTPorsche carrera GTAlfa Romeo GT V6In these, what does GT stand for?

Page 28: Engineer 2011 final

27)Which all statements are correct regarding a varistor?a) nonlinear current–voltage characteristicb) linear current–voltage characteristicc) conduct significantly decreased current when voltage is excessive.d) conduct significantly increased current when voltage is excessive.

Page 29: Engineer 2011 final

28)//What is the output of this snippet?#include<iostream.h>#include<conio.h>int main(){

int *a,b,**c;a=&b;b=10;*a=5;c=&a;b=a/**c;cout<<b;return 0;

}

Page 30: Engineer 2011 final

29)Name this project.

Page 31: Engineer 2011 final

30)Use 8,8,8,8,8,8,8,8And +,+,+,+To make a total of 1000

Page 32: Engineer 2011 final

31)What is three finger salute in computer terminology?

Page 33: Engineer 2011 final