My Quote

Quote of the Day

hellosoft

40. 3 persons started placementpapers with a capital of Rs.3000 . B

invest

Rs.600 less than A, C invest Rs.300 less

than B. Then what is the share amount of B in a profit of Rs.886 ?



Directions for 41-50: Which of the following is the correct spelling

for the

word

41. supercede and supersede



42. recommend and reccomend



43. superitendent and superitendant



44. separate and seperate



45. succeed and suceed



46. coolly and cooly



47. despair and dispair



48. ridiculous and rediculous



49. indespensible and indepensable



50. tranquility or tranquillity



C TEST



Directions: For the given sample program give the output of the

program(30

marks)



main()

{

int a[]={ 2,4,6,8,10 };

int i;

change(a,5);

for( i = 0; i <= 4; i++)

printf("\n %d",a[i]);

}

change( int *b, int n){

int i;

for( i = 0; i < n; i++)

*(b+i) = *(b+i) + 5;

}


EXAMPLE



1.

(a) The gap between the average starting salaries of teachers and those

of

other professionals has shrunk in recent years.

(b) The average age of first year teachers is same as it was in 1975.

(c) Starting teachers are no longer underpaid.

(d) The extent of a persons formal education is a measure by which to

determine his level of salary.

(e) Over the last few years, the average starting salaries of other

professionals have increased by 20%

(a) ebd (b) bad (c) abc

(d) aec

Answer is d; the statement a,e,c are logically sequenced.



1. (a) Japan now produces more semiconductors, than US.

(b) Semiconductors are one of the fastest growing industry segments.

(c) A decade ago Japan was producing 24% and the US was producing 22%

of the

worlds semiconductors, respectively.

(d) 10 years ago Japan ranked third in semiconductor production.

(e) During the last 10 years Japans production of semiconductors has

increased by 500% while that of the us has increased by 200%

(a) abd (b) cea

(c) edc (d) bcd



2. (a) Coding program 1

(b) Writing specifications for program 1

(c) Integrating program 1 with other programs

(d)

Testing program 1

(e) Collecting cheque from the client of the program

(a) edcba (b) abcde

(c)

badce (d) abdce



3. (a) Bob is older than Dinku and Ismer

(b) Rahul is oldet than Dinku

(c) Rahul is younger than Bob (d) Rahul is older than Ismer

(e) Dinku is older than Ismer

(a) edb (b) bcd

(c) dab (d) abc



4. (a) Defining the data type of the variable (b) Using the

variable (c) Declaring the variable

(d) Initializing the variable (e)

Remove

the variable from the memory

(a) cadbe (b) abcde

(c) cdb (d) acdbe



5. (a) In the last six months the number of robberies at gun point in the

city

has dropped by 18%

(b) Guns are necessary protection against robbers

(c) Strict gun control causes a decrease in violent crime

(d) Most crimes are committed with guns and knives

(e) Six months ago this city's council passed a gun control law

(a) bda (b) acb

(c) ebc (d) eac



6. (a) All missiles follow a fixed trajectory (b) The

boomerang requires a high degree of skill

(c) A boomerang is a missile (d) The

boomerang is used by Australian aborigines to hunt

(e) A boomerang normally has an elliptical flight path



(a) adc (b) aec

(c) cba (d) ebd









7. (a) Saving the source file (b) Compiler execution

(c) Pre-processor execution

(d) Bug fixing (e) Reading the

error

file

(a) eabcd (b) acbed

(c) abced (d) cbeda



8. (a) But if powers that be, extended any, how will be the first one to

take

might claim

(b) I don't believe in seeking special privileges because I'm a woman

(c) Let me explain this in context of what happened the other

(a) bac (b) acb

(c) bca (d) abc



9. (a) A long search produce a comprehensive list of 203 manufacturing

firms

(b) The number of workers employed by the firms in the area ranged from

a

dozen to approximately 3500

(c) Those concerned with mining and quarrying, construction ,transport,

trade and commerce were excluded

(d) The investigation was confined to manufacturing firms in the area

(a) bcda (b) bcab

(c) abcd (d) dabc



10. (a) The quickly came back with pots laden with water

(b) The water gurgled out and the dying embers hissed and send up

little

curls of vapour

(c) The poured it on the glowing bed of charcoal

(d) The men jumped up and rushed to the river

(a) acdb (b) bacb

(c) dabc (d) dcba





SECTION 2- DATA SUFFICIENCY



Each item has a question followed by two statements :



Mark a: If the question can be answered with the help of statement "1"

alone



Mark b: If the question can be answered with the help of statement "2"

alone



Mark c: If the question can be answered with the help of both the

statements

but not with the help of either statement by itself



Mark d: If the question cannot be answered even with the help of both

the

given statements



Example:



1. Does winking improve eye sight?



1) During the process of winking the focal power of eyes improves



2) Experiments have shown that eye exercise lead to an improvement

in eye

sight

Answer: d because neither 1 or 2 is adequate.



Questions :



11. Each floor of a 3 storeyed building is occupied and a total of 15

people

live in the building. How many live on the first floor?

1) The no. of people living in the first floor is an odd number



2) The no. of people living on the first floor double the number

living on the second floor



12. Program 1 can be implemented

1) Program 1 is tested and error free

2) The implementation site is ready



13. The sum of digits of a 5 digit no. is 10. The digit in the ten

thousandth place is cube of that of units place. what is the number.

1) The digits in the thousandth, hundredth and tenth place

are





Operating System:(Only 5 Questions)



1.What is diners phylosophers algorithm.

2.What is atomicity.Explain

3.Give an example of source- level debugger in unix/linx.

4.What is Pre-emptive multitasking.



DataStructures:(ONly 5 Questions)



1.Where will the parameters be stored when a function is called in a

program.

2.What is recursion?What are its disadvantages.

3.Which one is the best and efficient sort?



Networking:(Only 5 Questions)



1.ASN.1 belongs to which layer.

2.Give an example of popular Transport Layer Protocol

3.What is the netmask of Class B IP address?

4.Explain CSMA/CD.

5.Given a size from 0-7 what would be the least window size.



C Language (Total 13 Questions)



1.main() {

printf("%d",printf("HelloSoft"));

} Output?



2.case 1: case 2:

typedef Struct { typedef Struct {

int a; char p;

char b; int q;

int d; char k;

char e; int l;

}A; }A;

Assuming 'packing' is not enabled, which case will give an

error of Sizeof(A) less.



3.main() {

int i=3;

printf("%d %d %d",i++,i,++i);

}



4.main() {

int i=10;

int j,k=5;

int a[10];

for(j=0;j<10;j++)

a[j]=(i+k)+(i*k);

}

Optimize the above code.



5.Write In Order Tree Traversal Pseudo-code.



6.main() {

int *p=0x100;

int *q=0x100;

int k=p*q;

printf("%x\n",k);

} Output ?



7.Char* foo(Str...) {

char str[4];

strcpy(str,"HelloSoft");

return str;

} Output?



8.int a[10][20][30][40];

int *p

How to access an element of a using p?



9.main() {

int i=10;

if(i>20)

if(i==10)

print("Hi");

else

printf("Bye");

} Output ?



10.main() {

float f;

int i;

//something like this i do not remember these 4 questions

exactly

f=(float *)malloc(sizeof((float *)*4));

}

11.One more Question as above asking Where will the variables be

stored ?