TCS QUANTITATIVE AND LOGICAL REASONING


1. In a two-dimensional array, X (9, 7), with each element occupying 4 bytes of memory,
with the address of the first element X (1, 1) is 3000; find the address of X (8, 5).
2. In the word ORGANIZATIONAL, if the first and second, third and forth, forth and
fifth, fifth and sixth words are interchanged up to the last letter, what would be the tenth
letter from right?
3. What is the largest prime number that can be stored in an 8-bit memory?
4. Select the odd one out…..a. Java b. Lisp c. Smalltalk d. Eiffel.
5. Select the odd one out a. SMTP b. WAP c. SAP d. ARP
6. Select the odd one out a. Oracle b. Linux c. Ingress d. DB2
7. Select the odd one out a. WAP b. HTTP c. BAAN d. ARP
8. Select the odd one out a. LINUX b. UNIX c. SOLARIS d. SQL SEVER
9. Select the odd one out a. SQL b. DB2 c. SYBASE d. HTTP
10. The size of a program is N. And the memory occupied by the program is given by M
= square root of 100N. If the size of the program is increased by 1% then how much
memory now occupied?
11. A man, a woman, and a child can do a piece of work in 6 days. Man only can do it in
24 days. Woman can do it in 16 days and in how many days child can do the same work?
12. In which of the system, decimal number 184 is equal to 1234?
13. Find the value of the 678 to the base-7.
14. Number of faces, vertices and edges of a cube
15. Complete the series 2, 7, 24, 77,__
16. Find the value of @@+25-++@16, where @ denotes "square" and + denotes "square
root".
17. Find the result of the following expression if, M denotes modulus operation, R
denotes round-off, T denotes truncation: M(373,5)+R(3.4)+T(7.7)+R(5.8)
18. If TAFJHH is coded as RBEKGI then RBDJK can be coded as?
19. G(0)= -1, G(1)=1, G(N)=G(N-1) - G(N-2), G(5)= ?
20. What is the max possible 3 digit prime number?
21. A power unit is there by the bank of the river of 750 meters width. A cable is made
from power unit to power plant opposite to that of the river and 1500mts away from the
power unit. The cost of the cable below water is Rs.15/- per meter and cost of cable on the
bank is Rs.12/-per meter. Find the total of laying the cable.
22. The size of a program is N. And the memory occupied by the program is given by M
= square root of 100N. If the size of the program is increased by 1% then how much
memory now occupied?
23. In Madras, temperature at noon varies according to -t^2/2 + 8t + 3, where t is elapsed
time. Find how much temperature more or less in 4pm to 9pm.
24. The size of the bucket is N kb. The bucket fills at the rate of 0.1 kb per millisecond. A
programmer sends a program to receiver. There it waits for 10 milliseconds. And
response will be back to programmer in 20 milliseconds. How much time the program
takes to get a response back to the programmer, after it is sent?
25. A man, a woman, and a child can do a piece of work in 6 days. Man only can do it in
24 days. Woman can do it in 16 days and in how many days child can do the same work?
26. If the vertex (5,7) is placed in the memory. First vertex (1,1) `s address is 1245 and
then address of (5,7) is ----------
27. Which of the following are orthogonal pairs?
a. 3i+2j b. i+j c. 2i-3j d. -7i+j
28. If VXUPLVH is written as SURMISE, what is SHDVD?
29. If A, B and C are the mechanisms used separately to reduce the wastage of fuel by
30%, 20% and 10%.What will be the fuel economy if they were used combined.
30. What is the power of 2? a. 2068 b.2048 c.2668
31. Complete the series. 3, 8, --, 24, --, 48, 63.
32. Complete the series. 4, -5, 11, -14, 22, --
33. A, B and C are 8 bit no's. They are as follows:
A -> 1 1 0 1 1 0 1 1
B -> 0 1 1 1 1 0 1 0
C -> 0 1 1 0 1 1 0 1
Find ((A-B) u C)=?
34. A Flight takes off at 2 A.M from northeast direction and travels for 11 hours to reach
the destination, which is in northwest direction. Given the latitude and longitude of
source and destination. Find the local time of destination when the flight reaches there?
35. A can copy 50 papers in 10 hours while both A & B can copy 70 papers in 10 hours.
Then for how many hours required for B to copy 26 papers?
36. A is twice efficient than B. A and B can both work together to complete a work in 7
days. Then find in how many days, A alone can complete the work?
37. A finish the work in 10 days. B is 60% efficient than A. So how many days do B
takes to finish the work?
38. A finishes the work in 10 days & B in 8 days individually. If A works for only 6 days
then how many days should B work to complete A's work? Ans: 3.2 days
39. Given the length of the 3 sides of a triangle. Find the one that is impossible? (HINT:
sum of smaller 2 sides is greater than the other one, which is larger)
40. Find the singularity matrix from a given set of matrices?
41. A 2D array is declared as A[9,7] and each element requires 2 byte. If A [1,1] is stored
in 3000. Find the memory of A[8,5] ?
42. Sum of slopes of 2 perpendicular st.lines is given. Find the pair of lines from the
given set of options, which satisfy the above condition?
43. (a) 2+3i (b)1+i (c) 3-2i (d) 1-7i .Find which of the above is orthogonal.
44. (Momentum*Velocity)/(Acceleration * distance). Find units.
45. The number 362 in decimal system is given by (1362) x in the X System of numbers
find the value of X a} 5 b) 6 c) 7 d) 8 e) 9
46. Given $ means Tripling and % means change of sign then find the value of $%$6-
%$%6

47. My flight takes of at 2am from a place at 18N 10E and landed 10 Hrs later at a place
with coordinates 36N70W. What is the local time when my plane landed?
6:00 am b) 6:40am c) 7:40 d) 7:00 e) 8:00

48. Find the highest prime number that can be stored in an 8 bit Computer?

49. Which of the following set of numbers has the highest Standard deviation?
a)1,0,1,0,1,0
 b) -1, -1, -1, -1, -1, -1
c)1,1,1,1,1,1
 d) 1,1,0, -1,0, -1

1. Ans: 3212
2. Ans:I
3. Ans : 251
4. Eiffel.
5. SAP
6. Linux
7. BAAN
8. SQL SEVER
9. HTTP
10. Ans: 0.5%(SQRT 101N)
11. Ans: 16
12. Ans: 5
13. Ans: 1656
14. Ans: 6 8 12
15. Ans: 238
16. Ans: 621
17. Ans:19
18. Ans: qcckj
19. Ans: - 2
20. Ans: 997
21. Ans : 1000 (24725-cost)
22. Ans:0.5%(SQRT 101N)
23. Ans:At 9pm 7.5 more
24. Ans: 30
25. Ans: 16
26. Ans: 1279
27. Ans: a, c
28. Ans: PEASE
29. Ans: 20%
30. -
31. Ans: 15.35
32. Ans: -27
33. Hint: 109…. A-B is {A} - {A n B}
34. Ans: 7 am
35. Ans: 13
36. Ans: 10.5
37. Ans :100/6
38. Ans: 3106
39. –
40. (Hint det(A)==0))
41.
42.
43. Ans : a,c
44. Ans: mass
45. -
46. -
47. (Hint: Every 1 deg longitude is equal to 4 minutes. If west to east add time else
subtract time)
48. -
49. -

TCS Placement Papers - All Rounds


NOTE: EACH OF THE QUESTIONS GIVEN BELOW APPEAR AS MULTIPLE CHOICE
QUESTIONS IN THE ACTUAL PAPER.
VERBAL SECTION
Directions for questions 1-15:Find the synonyms of the following words
1. Merry
Ans. Gay,Happy
2. Alienate
Ans. Estrange
3. Solicit
Ans. To request
4.Heap
Ans. To pile
5.Cargo
Ans. Freight
6.Momentary
Ans. Transient
7. Volume
Ans.Quantity
8.Veer
Ans.Diverge
9.Dispel
Ans.Dissipate
10.Admonish
Ans.Cautious
11.Meager
Ans.Scanty
12.Latitude
Ans.Scope
13.Latent
Ans.Potential
14.Covet
Ans.Crave
15.Discretion
Ans. Prudence


QUANTITATIVE SECTION
1. If two pencils cost 8 cents, then how much do 5 pencils cost?
Ans. 20 cents
2. Some work is done by two people in 24 minutes. One of them can do this work alone in 40
minutes. How much time does the second person take to do the same work ?

Ans. 60 minutes

3. A car is filled with four and half gallons of fuel for a round trip. If the amount of fuel taken while
going is 1/4 more than the amount taken for coming, what is the amount of fuel consumed while
coming back?
Ans.2 gallons
4. The lowest temperature in the night in a city A is 1/3 more than 1/2 the highest during the day.
Sum of the lowest temperature and the highest temperature is 100 degrees. Then what is the low
temp?
Ans.40 degrees
5. Javagal, who decided to go to weakened trip should not exceed 8 hours driving in a day. The
average speed of forward journey is 40 miles/hr.Due to traffic on Sundays, the return journey's
average speed is 30 m/h. How far he can select a picnic spot?
a) 120 miles
b) between 120 and 140 miles
c) 160 miles
Ans. 120 miles
6. A salesperson by mistake multiplied a number and got the answer as 3, instead of dividing the
number by 3.What is the answer he should have actually got?
Ans. 3
7. A building with height D shadow upto G. What is the height of a neighboring building with a
shadow of C feet.
Ans. (C*D)/G
8. A person was fined for exceeding the speed limit by 10 mph. Another person was also fined for
exceeding the same speed limit by twice the same. If the second person was traveling at a speed of
35 mph, find the speed limit.
Ans. 15 mph
9. A bus started from bus stand at 8.00am, and after staying for 30 minutes at a destination, it
returned back to the bus stand. The destination is 27 miles from the bus stand. The speed of the bus
is 18mph. During the return journey bus travels with 50% faster speed. At what time does it return to
the bus stand?
Ans. 11.00am
10. In a mixture, R is 2 parts and S is 1 part. In order to make S to 25% of the mixture, how much of
R is to be added?
Ans.One part of R
11. Wind flows 160 miles in 330 min, for traveling 80 miles how much time does it require?
Ans. 2 hrs 45 mins

12. With a 4/5 full tank a vehicle can travel 12 miles, how far can it travel with a 1/3 full tank
Ans. 5 miles
13. There are two trees in a lawn. One grows at a rate 3/5 of the other in 4 years. If the total growth
of trees is 8 ft. What is the height of the smaller tree after 2 years
Ans. 1 1/2 feet
14. Refer to the figure below. A ship started from P and moves at a speed of I miles per hour and
another ship starts from L and moving with H miles per hour simultaneously. Where do the two
ships meet?
||---g---||---h---||---i---||---j---||---k---||---l---||

PG H I J K L are the various stops in between denoted by || . The values g, h, i, j, k, l denote the
distance between the ports.
Ans. Between I and J, closer to J
15. If A is traveling at 72 km per hour on a highway. B is traveling at a speed of 25 meters per
second on a highway. What is the difference in their speeds in m/sec.
Ans. 1 m/sec
CRITICAL REASONING SECTION
The critical reasoning section consists of some passages followed by 4 to 7 questions per passage.
The questions are such that they require ability to read fast and comprehend. The questions asked in
this section have three choices TRUE, FALSE, CAN'T SAY. Some examples of questions are given
below. Please note that these passages are not the exact passages asked. The passages used a good
deal of difficult words which have been removed in this reproduction. Also the passages appearing
in the actual paper are much lengthier.


Directions: Answer the questions given below the passage or statement as true, false or can't say.

PASSAGE A: My father has no brothers. He has three sisters who has two Childs each.
Answer 1-5 based on the passage A

1.My grandfather has two sons .
Ans. False
2. Three of my aunts have two sons
Ans. Can't say

3. My father is only child to his father
Ans. False
4. I have six cousins from my mother side
Ans. Can't say
5. I have one uncle
Ans. Can't say (uncle can be from the mother's side as well)
 

PASSAGE B: Ether injected into gallablader to dissolve cholesterol based gallstones. This type one
day treatment is enough for gallstones not for calcium stones. This method is alternative to surgery
for millions of people who are suffering from this disease.
Answer questions 6-9 based on passage B
 

6.Calcium stones can be cured in one day
Ans. False
7. Hundreds of people contains calcium stones
Ans. Can't say
8. Surgery is the only treatment to calcium stones
Ans. True
9. Ether will be injected into the gallbladder to cure the cholesterol based gall stones
Ans. True
PASSAGE C: Hacking is illegal entry into another computer. This happens mostly because of lack
of knowledge of computer networking. With networks one machine can access to another machine.
Hacking go about without knowing that each network is accredited to use network facility.
Answer questions 10-12 based on passage B

10. Hackers never break the code of the company which they work for
Ans. Can't say
11. Hacking is the only vulnerability of the computers for the usage of the data
Ans. False
12.Hacking is done mostly due to the lack of computer knowledge
Ans. true


PASSAGE C:  Alphine tunnels are closed tunnels. In the past 30 yrs not even a single accident has
been recorded for there is one accident in the rail road system. Even in case of a fire accident it is
possible to shift the passengers into adjacent wagons and even the live fire can be detected and
extinguished with in the duration of 30 min.

Answer questions 13-16 based on passage C
13. No accident can occur in the closed tunnels
Ans. True
 
14. Fire is allowed to live for 30 min
Ans. False
16. All the care that travel in the tunnels will be carried by rail shutters.
Ans.True


PASSAGE D: In the past helicopters were forced to ground or crash because of the formation of the
ice on the rotors and engines. A new electronic device has been developed which can detect the
water content in the atmosphere and warns the pilot if the temperature is below freezing temperature
about the formation of the ice on the rotors and wings.
Answer questions 17-20 based on passage D
 

17.The electronic device can avoid formation of the ice on the wings
Ans.False
18. There will be the malfunction of rotor & engine because of formation of ice
Ans.True
19. The helicopters were to be crashed or grounded
Ans.True
20. There is only one device that warn about the formation of ice
Ans.True


PASSAGE E: In the survey conducted in Mumbai out of 63 newly married house wives not a single
house wife felt that the husbands should take equal part in the household work as they felt they loose
their power over their husbands. Inspite of their careers they opt to do the kitchen work themselves
after coming back to home. the wives get half as much leisure time as the husbands get at the week
ends.

Answer questions 21-23 based on passage E
21.Housewives want the husbands to take part equally in the household
Ans.False

22. Wives have half as much leisure time as the husbands have
Ans. False
23. 39% of the men will work equally in the house in cleaning and washing
Ans. False


PASSAGE F: Copernicus is the intelligent. In the days of Copernicus the transport and technology
development was less & it took place weeks to communicate a message at that time, wherein we can
send it through satellite with in no time. Even with this fast developments it has become difficult to
understand each other.

Answer questions 24-27 based on passage F

24. People were not intelligent during Copernicus days
Ans.False
25. Transport facilities are very much improved in now a days
Ans.Can't say
26. Even with the fast developments of the technology we can't live happily.
Ans. Can't say
27. We can understand the people very much with the development of communication
Ans. False.


PASSAGE G: Senior managers warned the workers that because of the introductory of Japanese
industry in the car market. There is the threat to the workers. They also said that there will be the
reduction in the purchase of the sales of car in public. the interest rates of the car will be increased
with the loss in demand.

Answer questions 28-31 based on passage G
28. Japanese workers are taking over the jobs of Indian industry.
Ans.False
29.Managers said car interests will go down after seeing the raise in interest rates.
Ans.True
30. Japanese investments are ceasing to end in the car industry.
Ans. False
31. People are very interested to buy the cars.
Ans.False


PASSAGE H: In the totalitariturican days, the words have very much devalued. In the present
day, they are becoming domestic that is the words will be much more devalued. In that days, the
words will be very much effected in political area. but at present, the words came very cheap .We
can say they come free at cost.

Answer questions 32-34 based on passage H
32.Totalitarian society words are devalued.
Ans.False
33. Totalitarians will have to come much about words
Ans.True
34. The art totalitatian society the words are used for the political speeches.
Ans. False


PASSAGE I: There should be copyright for all arts. The reele has came that all the arts has come
under one copy right society, they were use the money that come from the arts for the developments
 There may be a lot of money will come from the Tagore works. We have to ask the benifiters from
Tagore work to help for the development of his works.
Answer questions 35-39 based on passage I
35. Tagore works are came under this copy right rule.
Ans. False
36. People are free to go to the public because of the copy right rule.
Ans.Can't say
38. People gives to theater and collect the money for development.
Ans.Can't say
39. We have ask the Tagore resedents to help for the developments of art.
Ans.Can't say


PYSCHOMETERIC TEST
You don't need to fret much about this test. This test consists of 150 questions and is just a
psychology test which should be answered confidently and doesn't require any preparation. One
must try being consistent while answering as the same questions are repeatedly asked in different
forms Also one must answer all questions. Questions are of yes, no or can't say kind.
1. Will you be interested in social activities.
2. While going upstairs do you move two steps at a time.
3. Can you make friends with people of the same sex or with opposite sex also
4. Your friends consider you as a leader in your group
5. People think that your'e serious minded.
6. There are times you feel dull without any reason.
7. You host several parties
8. When relatives come to your house do you entertain them.
9. You can work for long hours without tiredness
10. In your company you want to lead the organization.

Aptitude - Technical Questions

1. A 2MB PCM(pulse code modulation) has
 a) 32 channels
b) 30 voice channels & 1 signalling channel.
c) 31 voice channels & 1 signalling channel.
d) 32 channels out of which 30 voice channels, 1 signalling channel, & 1 Synchronizatio channel.

Ans: (c)


2. Time taken for 1 satellite hop in voice communication is
 a) 1/2 second
b) 1 seconds
c) 4 seconds
d) 2 seconds

Ans: (a)


3. Max number of satellite hops allowed in voice communication is :
 a) only one
b) more han one
c) two hops
d) four hops

Ans: (c)


4. What is the max. decimal number that can be accomodated in a byte.
 a) 128
b) 256
c) 255
d) 512

Ans: (c)


5. Conditional results after execution of an instruction in a micro processor is stored in
 a) register
b) accumulator
c) flag register
d) flag register part of PSW(Program Status Word)

Ans: (d) 

6. Frequency at which VOICE is sampled is
a) 4 Khz
b) 8 Khz
c) 16 Khz
d) 64 Khz

Ans: (a)


7. Line of Sight is
 a) Straight Line
b) Parabolic
c) Tx & Rx should be visible to each other
d) none

Ans: (c)


8. Purpose of PC(Program Counter) in a MicroProcessor is
 a) To store address of TOS(Top Of Stack)
b) To store address of next instruction to be executed.
c) count the number of instructions.
d) to store base address of the stack.

Ans: (b)


9. What action is taken when the processor under execution is interrupted by a non-maskable interrupt?
a) Processor serves the interrupt request after completing the execution of the current instruction.
b) Processor serves the interupt request after completing the current task.
c) Processor serves the interupt request immediately.
d) Processor serving the interrupt request depends upon the priority of the current task under execution.

Ans: (a)


10. The status of the Kernel is
a) task
b) process
c) not defined.
d) none of the above.

Ans: (b)

11. To send a data packet using datagram , connection will be established
a) before data transmission.
b) connection is not established before data transmission.
c) no connection is required.
d) none of the above.

Ans: (c)

12. Word allignment is
a) alligning the address to the next word boundary of the machine.
b) alligning to even boundary.
c) alligning to word boundary.
d) none of the above.

Ans: (a)


13 When a 'C' function call is made, the order in which parameters passed to the function are pushed into the stack is

a) left to right
b) right to left
c) bigger variables are moved first than the smaller variales.
d) smaller variables are moved first than the bigger ones.
e) none of the above.

Ans: (b)
14 What is the type of signalling used between two exchanges?

a) inband
b) common channel signalling
c) any of the above
d) none of the above.

Ans: (a)
15 Buffering is

a) the process of temporarily storing the data to allow for small variation in device speeds
b) a method to reduce cross talks
c) storage of data within transmitting medium until the receiver is ready to receive.
d) a method to reduce routing overhead.

Ans: (a)

16. Memory allocation of variables declared in a program is
a) allocated in RAM.
b) allocated in ROM.
c) allocated on stack.
d) assigned to registers.

Ans: (c)

17. A software that allows a personal computer to pretend as a computer terminal is
a) terminal adapter
b) bulletin board
c) modem
d) terminal emulation

Ans: (d)


18. Find the output of the following program
int *p,*q;
p=(int *)1000;
q=(int *)2000;
printf("%d",(q-p));

Ans: 500

19. Which addressing mode is used in the following statements:

(a) MVI  B,55
(b) MOV B,A
(c) MOV M,A

Ans. (a) Immediate addressing mode.
(b) Register Addressing Mode
(c) Direct addressing mode


20. RS-232C standard is used in _____________.

Ans. Serial I/O

21. Memory. Management in Operating Systems is done by
a) Memory Management Unit
b) Memory management software of the Operating System
c) Kernel

Ans: (b)

22. What is done for a Push opertion?

Ans: SP is decremented and then the value is stored.


23. Binary equivalent of 52
Ans. 110100

24. Hexadecimal equivalent of 3452
Ans. 72A

25. Explain Just In Time Concept ?
Ans. Elimination of waste by purchasing manufacturing exactly when needed

26. A good way of unit testing s/w program is
Ans. User test

27. OOT uses
Ans. Encapsulated of detect methods

28.EDI useful in
Ans. Electronic Transmission

29. MRPII different from MRP
Ans. Modular version of man redundant initials

30. Hard disk time for R/W head to move to correct sector
Ans. Latency Time

31. The percentage of times a page number bound in associate register is called
Ans. Bit ratio

32. Expand MODEM
Ans. Modulator and Demodulator

33. RDBMS file system can be defined as
Ans. Interrelated

34. Super Key is
Ans. Primary key and Attribute

35. Windows 95 supports
(a) Multiuser
(b) n tasks
(c) Both
(d) None
Ans. (a)

36.In the command scanf, h is used for
Ans. Short int

37.A process is defined as
Ans. Program in execution

38.A thread is
Ans. Detachable unit of executable code)

39.What is the advantage of Win NT over Win 95
Ans. Robust and secure


40.How is memory management done in Win95
Ans. Through paging and segmentation

41.What is meant by polymorphism
Ans. Redfinition of a base class method in a derived class


42.What is the essential feature of inheritance
Ans. All properties of existing class are derived

43.What does the protocol FTP do
Ans. Transfer a file b/w stations with user authentification

44.In the transport layer ,TCP is what type of protocol
Ans. Connection oriented

45.Why is a gateway used
Ans. To connect incompatible networks

46.How is linked list implemented
Ans. By referential structures

47.What method is used in Win95 in multitasking
Ans. Non preemptive check

48.What is a semaphore
Ans. A method synchronization of multiple processes

49.What is the precedence order from high to low, of the symbols () ++ /
Ans. () , ++, /


50.Preorder of A*(B+C)/D-G
Ans.*+ABC/-DG

51.What is the efficiency of merge sort
Ans. O (n log n)

52.In which layer are routers used
Ans. In network layer

53.Which of the following sorting algorithm has average sorting behavior --
 Bubble sort, merge sort, heap sort, exchange sort
Ans Heap sort

54.In binary search tree which traversal is used for getting ascending order values—Inorder, post order, preorder
Ans. Inorder

55.What are device drivers used for
Ans. To provide software for enabling the hardware

56.What is fork command in unix
Ans. System call used to create process

57.What is make command in unix
Ans. Used for creation of more than one file

58.In unix. profile contains
Ans. Start up program

59.In unix ' ls 'stores contents in
Ans. node block


60. Which of the following involves context switch,

(a)  system call
(b)  privileged instruction
(c)  floating point exception
(d)  all the above
(e)  none of the above

Ans: (a)

61. In OST, terminal emulation is done in

(a) sessions layer
(b) application layer
(c) presentation layer
(d) transport layer

Ans: (b)


62. For 1 MB memory, the number of address lines required,
(a)11
(b)16
(c)22
(d)24

Ans. (b)


63. Semaphore is used for
(a) synchronization
(b) dead-lock avoidance
(c) box
(d) none

Ans. (a)


64. Which holds true for the following statement
     class c: public A, public B
a) 2 member in class A, B should not have same name
b) 2 member in class A, C should not have same name
c) both
d) none

Ans. (a)


65.Preproconia.. does not do which one of the following
(a) macro
(b) conditional complication
(c) in type checking
(d) including load file

Ans. (c)

66. Piggy backing is a technique for

a) Flow control
b) Sequence
c) Acknowledgement
d) retransmission

Ans. (c)

67. Which is not a memory management scheme?
a) Buddy system
b) swapping
c) monitors
d) paging
Ans : c


68. There was a circuit given using three nand gates with two inputs and one output.
    Find the output.
a) OR
b) AND
c) XOR
d) NOT
Ans. (a)

69. Integrated check value (ICV) are used as:
Ans. The client computes the ICV and then compares it with the senders value.


70. When applets are downloaded from web sites , a byte verifier performs _________?
Ans. Status check.

71. An IP/IPX packet received by a computer using... having IP/IPX  both how the packet is handled.
Ans. Read the, field in the packet header with to send IP or IPX protocol.


72. The UNIX shell ....
a) does not come with the rest of the system
b) forms the interface between the user and the kernal
c) does not give any scope for programming
d) deos not allow calling one program from with in another
e) all of the above

Ans. (b)


73. In UNIX a files i-node ......?
Ans. Is a data structure that defines all specifications of a file like the file size,
        number of lines to a file, permissions etc.



74. The very first process created by the kernel that runs till the kernel process is halts is
a) Init
b) getty
c) both (a) and (b)
d) none of these

Ans. (a)


75. In the process table entry for the kernel process, the process id value is
(a) 0
(b) 1
(c) 2
(d) 255
(e) it does not have a process table entry

Ans. (a)

76. Which of the following API is used to hide a window

a) Show Window
b) Enable Window
c) Move Window
d) SetWindowPlacement
e) None of the above

Ans. (a)


77. Which function is the entry point for a DLL in MS Windows 3.1
a) Main
b) Winmain
c) Dllmain
d) Libmain
e) None

Ans. (b)


78. The standard source for standard input, standard output and standard error is
a) the terminal
b) /dev/null
c) /usr/you/input, /usr/you/output/, /usr/you/error respectively
d) None

Ans. (a)


79. The redirection operators > and >>
a) do the same function
b) differ : > overwrites, while >> appends
c) differ : > is used for input while >> is used for output
d) differ : > write to any file while >> write only to standard output
e) None of these

Ans. (b)


80. The command grep first second third /usr/you/myfile
a) prints lines containing the words first, second or third from the file /usr/you/myfile
b) searches for lines containing the pattern first in the files
second, third, and /usr/you/myfile and prints them
c) searches the files /usr/you/myfile and third for lines containing the words first or second and prints them
d) replaces the word first with the word second in the files third and /usr/you/myfile
e) None of the above

Ans. (b)


81. You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
a) CREATE INdEX emp_empno_idx ON employee, empno;
b) CREATE INdEX emp_empno_idx FOR employee, empno;
c) CREATE INdEX emp_empno_idx ON employee(empno);
d) CREATE emp_empno_idx INdEX ON employee(empno);
Ans. c


82. Which program construct must return a value?
a) Package
b) Function
c) Anonymous block
d) Stored Procedure
e) Application Procedure
Ans. b


83. Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY constraint and all depending constraints from the EMPLOYEE table?
a) ALTER TABLE employee dROP PRIMARY KEY CASCAdE;
b) ALTER TABLE employee dELETE PRIMARY KEY CASCAdE;
c) MOdIFY TABLE employee dROP CONSTRAINT employee_id_pk CASCAdE;
d) ALTER TABLE employee dROP PRIMARY KEY employee_id_pk CASCAdE;
e) MOdIFY TABLE employee dELETE PRIMARY KEY employee_id_pk CASCAdE;
Ans. a


84. Which three commands cause a transaction to end? (Choose three)
a) ALTER
b) GRANT
c) DELETE
d) INSERT
e) Update
f) ROLLBACK

Ans. a ,b ,f
85. Under which circumstance should you create an index on a table?
a) The table is small.
b) The table is updated frequently.
c) A columns values are static and contain a narrow range of values
d) Two columns are consistently used in the WHERE clause join condition of SELECT
     statements.

Ans.d

86. What was the first name given to Java Programming Language.

a) Oak - Java
b) Small Talk
c) Oak
d) None
Ans.a

87.When a bicycle is in motion,the force of friction exerted by the ground on the two wheels is such that it acts
(a) In the backward direction on the front wheel and in the forward direction on the rear wheel.
(b) In the forward direction on the front wheel and in the backward direction on the rear wheel.
(c) In the backward direction on both the front and rear wheels.
(d) In the backward direction on both the front and rear wheels.
Ans. (d)

88. A certain radioactive element A, has a half life = t seconds.
    In (t/2) seconds the fraction of the initial quantity of the element so far decayed is nearly
(a) 29%
(b) 15%
(c) 10%
(d) 45%
Ans. (a)

89. Which of the following plots would be a straight line ?
(a) Logarithm of decay rate against logarithm of time
(b) Logarithm of decay rate against logarithm of number of decaying nuclei
(c) Decay rate against time
(d) Number of decaying nuclei against time
Ans. (b)

90. A radioactive element x has an atomic number of 100.
    It decays directly into an element y which decays directly into element z.
    In both processes a charged particle is emitted.
    Which of the following statements would be true?
(a) y has an atomic number of 102
(b) y has an atomic number of 101
(c) z has an atomic number of 100
(d) z has an atomic number of 101
Ans. (b)

91. If the sum of the roots of the equation ax2 + bx + c=0 is equal to the sum of the squares of their reciprocals
    then a/c, b/a, c/b are in
(a) AP
(b) GP
(c) HP
(d) None of these
Ans. (c)

92. A man speaks the truth 3 out of 4 times.
    He throws a die and reports it to be a 6.
    What is the probability of it being a 6?
(a) 3/8
(b) 5/8
(c) 3/4
(d) None of the above
Ans. (a)

93. If cos2A + cos2B + cos2C = 1 then ABC is a
(a) Right angle triangle
(b) Equilateral triangle
(c) All the angles are acute
(d) None of these
Ans. (a)

94. Image of point (3,8) in the line  x + 3y = 7 is
(a) (-1,-4)
(b) (-1,4)
(c) (2,-4)
(d) (-2,-4)
Ans. (a)

95. The mass number of a nucleus is
(a) Always less than its atomic number
(b) Always more than its atomic number
(c) Sometimes more than and sometimes equal to its atomic number
(d) None of the above
Ans. (c)

96. The maximum KE of the photoelectron emitted from a surface is dependent on
(a) The intensity of incident radiation
(b) The potential of the collector electrode
(c) The frequency of incident radiation
(d) The angle of incidence of radiation of the surface
Ans. (c)

97. Which of the following is not an essential condition for interference
(a) The two interfering waves must be propagated in almost the same direction or
     the two interfering waves must intersect at a very small angle
(b) The waves must have the same time period and wavelength
(c) Amplitude of the two waves should be the same
(d) The interfering beams of light must originate from the same source
Ans. (c)

98. When X-Ray photons collide with electrons
(a) They slow down
(b) Their mass increases
(c) Their wave length increases
(d) Their energy decreases
Ans. (c)

99. An electron emits energy
(a) Because its in orbit
(b) When it jumps from one energy level to another
(c) Electrons are attracted towards the nucleus
(d) The electrostatic force is insufficient to hold the electrons in orbits
Ans. (b)

100. How many bonds are present in CO2 molecule?
(a) 1
(b) 2
(c) 0
(d) 4
Ans. (d)