Friday, November 16, 2012

Report on underwater wireless communication

While wireless communication technology today has become part of our daily life, the idea of wireless undersea communications may still seem far-fetched. However, research has been active for over a decade on designing the methods for wireless information transmission underwater. Human knowledge and understanding of the world’s oceans, which constitute the major part of our planet, rests on our ability to collect information from remote undersea locations.
The major discoveries of the past decades, such as the remains of Titanic, or the hydro-thermal vents at bottom of deep ocean, were made using cabled submersibles. Although such systems remain indispensable if high-speed communication link is to exists between the remote end and the surface, it is natural to wonder what one could accomplish without the burden (and cost) of heavy cables

Click Here  Report on underwater wireless communication

Ebook for Remote Method Invocaion

Fully description on RMI

Click Here  Ebook for Remote Method Invocaion

VIRTUAL REALITY Ebooks, presentations and lecture notes covering full semester syllabus

The topics covered in the attached e-books are:
UNIT-I
Introduction :
The three I’s of virtual reality, commercial VR technology and the five classic components of a VR system.

UNIT - II
Input Devices :
(Trackers, Navigation, and Gesture Interfaces): Three-dimensional position trackers, navigation and manipulation, interfaces and gesture interfaces.

UNIT - III
Output Devices:
Graphics displays, sound displays & haptic feedback.

UNIT - IV
Modeling :
Geometric modeling, kinematics modeling, physical modeling, behaviour modeling, model management.

UNIT - V
Human Factors:
Methodology and terminology, user performance studies, VR health and safety issues.

Click Here VIRTUAL REALITY Ebooks, presentations and lecture notes covering full semester syllabus

Introduction to classes of PHP

Classes of PHP and OOPs...good stuff for freshers.....

Click Here    Introduction to classes of PHP

Thursday, November 15, 2012

ICICI Bank placement paper 2011

1. There are 5 red shoes, 4 green shoes. If one draw randomly a shoe what is the probability of getting a red shoe

(Ans 5c1/ 9c1)

2. What is the selling price of a car? If the cost of the car is Rs.60 and a profit of 10% over selling price is earned

(Ans: Rs 66/-)

3. 1/3 of girls , 1/2 of boys go to canteen .What factor and total number of classmates go to canteen.

4. The price of a product is reduced by 30% . By what percentage should it be increased to make it 100%

(Ans: 42.857%)

5. There is a square of side 6cm . A circle is inscribed inside the square. Find the ratio of the area of circle to square.

(Ans. 11/14 )

Click Here 

ICICI Bank placement paper 2011

ICICI Bank placement paper 2009

2009 ICICI Placement Paper:-

1.
In a class composed of x girls and y boys what part of the class is composed of girls

A.y/(x + y) B.x/xy C.x/(x + y) D.y/xy

(Ans.C)

2. What is the maximum number of half-pint bottles of cream that can be filled with a 4-gallon can of cream(2 pt.=1 qt. and 4 qt.=1 gal)

A.16 B.24 C.30 D.64

(Ans.D)

3. If the operation,^ is defined by the equation x ^ y = 2x + y,what is the value of a in 2 ^ a = a ^ 3

A.0 B.1 C.-1 D.4

(Ans.B)

4. A coffee shop blends 2 kinds of coffee,putting in 2 parts of a 33p. a gm. grade to 1 part of a 24p. a gm.If the mixture is changed to 1 part of the 33p. a gm. to 2 parts of the less expensive grade,how much will the shop save in blending 100 gms.

A.Rs.90 B.Rs.1.00 C.Rs.3.00 D.Rs.8.00

(Ans.C)

Click Here   

ICICI Bank placement paper 2009

iNautix Placement papers 2011

iNautix Placement Papers 2011:

Give the Output of the following programs:


1. #define AND &&
#define OR ||
#define LE <=
#define GE >=
main( )
{
char ch = ‘D’;
if((ch GE 65 AND ch LE 90) OR (ch GE 97 AND ch LE 122))
printf(“Alphabet”);
else
printf(“Not an alphabet”);
}
a) No Alphabet
b) Alphabet
c) error
d)None

2. main( )
{
int n[25];
n[0] = 100;
n[24] = 200;
printf(“%d %d”, *n, *(n + 24) + *(n + 0));
}
a) 200 100
b) 100 300
c) 100 200
d) None

3. main( )
{
int arr[ ] = { 0, 1, 2, 3, 4};
int i, *ptr;
for(ptr = arr + 4; ptr = arr; ptr--)
printf(“%d”, *ptr);
}
a) 0 1 2 3 4
b) 4 3 2 1 0
c) 1 2 3 4 0
d)None

For More Detail Click Here 

iNautix Placement papers 2011