0% found this document useful (0 votes)
103 views8 pages

TCS Print

The document contains several aptitude questions with answers: 1. The first question asks for the address of an element in a 2D array given the address of the first element. 2. The second question involves rearranging letters in a word and finding the 10th letter from the right. 3. The questions cover topics like prime numbers, logic, coding, time/work problems, and data interpretation.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views8 pages

TCS Print

The document contains several aptitude questions with answers: 1. The first question asks for the address of an element in a 2D array given the address of the first element. 2. The second question involves rearranging letters in a word and finding the 10th letter from the right. 3. The questions cover topics like prime numbers, logic, coding, time/work problems, and data interpretation.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

APTITUDE: 1.

In a 2D 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). ANS: 3212 or 3106 (7, 9), ..(1, 1) is 1258, find the address of X (5, 8). ANS: 1365 (5,7) 2. 1245 ANS: 1280 or 1279

In the word ORGANISATIONAL, 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? ANS: I(ROANISATIONALG) 3. 4. 5. 6. 7. 8. 9. 10. 11. What is the largest prime number that can be stored in an 8-bit memory? ANS:251 What is the largest prime number that can be stored in an 6-bit memory? ANS:61 Select the odd one out. a. Java b. Lisp c. Smalltalk d.Eiffel. ANS: LISP Select the odd one out a. SMTP b. WAP c. SAP d. ARP ANS: SAP

Select the odd one out a. Oracle b. Linux c. Ingress d. DB2 ANS:LINUX Select the odd one out a. WAP b. HTTP c. BAAN d. ARP ANS:BAAN odd one out a. LINUX b. UNIX c. SOLARIS d. SQL SERVER ANS:SQL SERVER Select the odd one out a. SQL b. DB2 c. SYBASE d. HTTP ANS:HTTP The size of a program is N. And the memory occupied by the program is given by M =

square root of 4000N. If the size of the program is increased by 1% then how much memory now occupied? ANS:0.5% 12. 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? ANS:16 13. 14. 15. 16. In which of the system, decimal number 194 is equal to 1234? ANS:5 Find the value of the 678 to the base 7. ANS:1656 Number of faces, vertices and edges of a cube ANS:6,8,12 Find the value of @@+25-++@16, where @ denotes "square" and + denotes "square

root". ANS:121 or 621 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) ANS:19 18. 19. 20. 21. 22. 23. 24. If TAFJHH is coded as RBEKGI then RBDJK can be coded as --------- ANS:PCCKJ G(0)=-1, G(1)=1, G(N)=G(N-1) - G(N-2), G(5)= ? ANS:-2 G(0)=1, G(1)=-1, G(N)=2*G(N-1) -3* G(N-2), G(5)= ?

G(0)= -1, G(1)=1 ,G(N) = G(N-1)-G(N-2) , g(6)=? Ans: -2 G(0)= -1, G(1)=1 ,G(N) = G(N-1)+G(N-2) , g(6)=? Ans: 13 What is the max possible 3 digit prime number? ANS:997 A power unit is there by the bank of the river of 750 meters width. A cable is made from

power unit to power a 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. ANS:20250 900..3000.. 25. ANS: 12900 or 2100

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. ANS: 385.8(Doubt) 26. 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? ANS: 30MILISECOND 27. 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 ANS:1279 or 1280. 28. Which of the following are orthogonal pairs? a. 3i+2j b. i+j ANS: (A)& (C). 29. 30. If VXUPLVH is written as SURMISE, what is SHDVD? ANS: PEASA If A, B and C are the mechanisms used separately to reduce the wastage of fuel by c. 2i-3j d. -7i+j

30%, 20% and 10%. What will be the fuel economy if they were used combined. ANS: 49.6 or 20% 25% 20% 10%....... ANS: -46 31. 32. 33. 34. 35. What is the power of 2? a. 2068 b.2048 c.2668 Complete the series. 3, 8, --, 24, --, 48, 63 Complete the series. 4, -5, 11, -14, 22, --Complete the series. 2, 7, 24, 77, 161,. ANS: 2048

ANS: 15,35 ANS: -27 ANS: 238

A, B and C are 8 bit no?. They are as follows:

A 1 1 01 1 0 1 1 B 0 11 1 1 0 1 0 C 0 11 0 1 1 0 1 Find ( (A-B) u C )=? 36. Hint : A-B is {A} - {A n B} ANS: 0 1 1 1 1 1 1 1 (Doubt)

Which of the following highest Standard deviation

7, - 7, 7,-7, 7,-7 b) 7, 7, 7,7,7,7 c) -7, - 7, -7,-7,-7,-7 d) -7, 7, -7, 7,-7, 7 Ans: d) 37. A Flight takes off at 2 A.M from northeast direction and travels for 11 hours to reach the

destination which is in north west direction. Given the latitude and longitude of source and destination. Find the local time of destination when the flight reaches there? ANS: 1:00 P.M 38. 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? ANS: 13 39. 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? ANS: 10.5 DAYS(11) 40. A finish the work in 10 days. B is 60% efficient than A. So how many days does B take ANS : 4 DAYS.

to finish the work?

41.

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(4) 42. 43. Find the singularity matrix from a given set of matrices? (Hint det(A)=0) 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? 44. 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 45. The number 384 in decimal system is given by (1234)x in the X system of numbers find

the value of X a}5 b) 6 c) 7 d) 8 e) 9 ANS: 5 46. Given $ means Tripling and % means change of sign then find the value of $%$6-%$

%6 ANS : -72 47. Given $ means doubling and % means change of sign then find the value of $%$9-%$%9 ANS : -54 48. 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. a) 6:00 am b) 6:40am c)7:40 d)7:00 e)8:00 (Hint : Every 1 deg longitude is equal to 4 minutes . If west to east add time else subtract time) ANS: 6:40 49. Which of the following is integer? a) 451/45 b) 8765676/17 c) 34567/76 d) 567845/19

Ans: 8765676/17 50. Which of the following is power of 3 a) 2345 b) 9875 c) 6504 d) 9833 ANS: 6504

51. In which of the system 384 is equal to 1234? 1. base 5 2. base 6 3. base 7 4. base 8 5. base 9 In the following string find the occurrences of F followed by U but that is not followed by R. U F R U F D D Y W Z U U F F............... ANS: 0 ****************** 45. Match the following: 1. Male - Boy 2. Square - Polygon 3. Roof - Building ---> ---> ---> a. b. c. d. A type of A part of Not a type of A superset of

4. Mushroom - Vegetables ---> Ans: 1- d, 2- a, 3- b, 4- c 46. Match the following. 1. brother sister 2. Alsatian dog 3. sentence paragraph 4. car - steering ---> ---> ---> --->

a. Part of b. Sibling c. Type of d. Not a type of

Ans. 1-b, 2-c, 3-a, 4-d 47. A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 B 0 1 1 1 1 C 0 1 1 0 1 Find ( (A-B) u C )= 01101101

0 0 1

1 1 0

1 0 1

48. 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 (n=intersection, u=union) Find ((A n B) u C) =? Ans: 29. A-B is {A} - {A n B} 49. WHICH SHAPE WILL BE OBTAINED BY USING THESE VALUES OF X ,Y X Y 0 0.00001 10 1.02 100 1.72 1000 3.00 9999 4.72 Ans: Y= log10(X) 50. b g b d q m b g d m g b g g b q m b g q b g dgbamgbgm How many b 's are such that each b is followed by g next to it, if the g is not followed by d next to it. ans:4 51. 3 Venn - diagram was given related to bangla ,Punjabi,&gujarati questions were asked Ans, 17.4, 1, 6 52. If DPYGP is coded as BRAIN then EMXCT is coded as ____________? a) CHAIR b) COBER c) COVER d) CEGER ans: COVER 53. One year ago Pandit was three times his sister's age. He will be only twice her age next year. How old will Pandit be after five years? a) 8 b) 12 c) 11 d) 13 ans:11 54. 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? a) Less than 2 gallons b) 2 gallons c) 2 1/2 gallons d) More than 3 gallons ans:More than 3 gallons 55. 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 ans:b 56. A building with height D shadows up to G. A neighbour building with what height shadows C feet. a) C/D*G b) C+D/G c) C-D*G d) (C*D)/G ans:(C*D)/G 57. A bus started from the bus stand at 8 AM and after staying 30 minutes at a destination returns back to the bus stand. The Destination is 27 miles from the bus stand. The Speed of the bus is 18mph. In the return journey the bus travels with 50% fast speed. At what time it is returns to the bus stand. a) 1 PM b) 12 PM c) 11 AM d) 10.30 AM ans:11 AM 58. Which of the following are orthogonal pairs? a) 5i+3j b) i+j c) 3i-5j d) -7i+j A) (a)& (c). B) (b)&(d). C) (a)&(d). D) (c)&(d). ans: a&c 59. Given the length of the 3 sides of a triangle. Find the one that is impossible? a) (5,5,11) b)(6,4,9) c)(4,3,8) d)(5,5,5) ans:(5,5,5)

60. Find the singularity matrix from a given set of matrices? (Hint det (A)==0) a) 2 0 3 5 b) 5 -3 -5 3 c) 4 6 3 7 c) b d) 3 4 2 0 d) d

a) c b) a ans: tick c(q.no)

61 .A plane moves from 9N60E to 9N60W. If the plane starts at 2 AM and takes 10 hours to reach the destination, find the local arrival time. a) 4.30 AM b) 6.00 AM c) 4.00 AM d) 10.00AM ans:4.00am 62 student get 3 and 3.5 in their class exam And 1.2 and 1.45 in final exam respectively . What might be the class marks of 3rd student who have got 0 marks in final exam? 1.0.3 2.0.5 3.0.25 4.0.1 ans: 0.25 Approach: take the diff and find out 63.A, B and C are 8 bit no's. They are as follows: A -> 1 1 0 0 0 1 0 1 B -> 0 0 1 1 0 0 1 1 C -> 0 0 1 1 1 0 1 0 (-=minus, u=union) Find ((A - C) u B) =? 1.55 2.64 Ans:55 hint:A-C is 3.32 4. 53 first do negation of C then do A intesersection C

A intersection C bar

64.What is the unit of the following? (power*time) / (velocity*velocity) 1.mass 2.distance 3.velocity Ans:mass Approach:

4.speed

power=work/time hence numerator=(work*time)/time=work work=Force*distance Force=mass*acceleration accelaration=distance/time^2 now numerator is (mass*distance^2) / (time^2) denominator is (distance^2) / (time^2) since velocity=distance/time 65. If A, B, C are the mechanisms used separately to reduce the wastage of fuel by 30%, 40%, 10%. What will be the fuel economy if they were used combine? 1.68.4 2.62.2 3.58 4.27 Ans: 62.2 Approach: (70/100)*(60/100)*(90/100)*100=37.8 Economy=(100-37.8)=62.2 66.Which of the following do not form triangle? a)5,4,7 b) 3,4,7, c) 3,4,5 d) 1,8,5 Ans: d.

ADDITIONAL 1. Two pencils costs 8 cents, then 5 pencils cost how much (Ans:20 cents). 2. A work is done by the people in 24 min. one of them can do this work a lonely in 40 min. how much time required to do the same work for the second person. (ans:60 min.) 3. A car is filled with four and half gallons of oil for full round trip. fuel is taken 1/4 gallons mor3 in going than coming. what is the fiel consumed in coming up? (2 gallons) 4. low temperature at the night in a city is 1/3 more than 1/2 hinge as higher temperature in a day. sum of the low temp and higherst temp is 100C. then what is the low temperature (40 C) 5. A person who decided to go weekend trip should not exceed 8 hours driving in a day Average speed of forward journy is 40 mph. due to traffic in sundays, the return journey average speed is 30 mph. how far he can select a picnic spot (120 miles). 6. A sales person multiplied a number and get the answer is 3, instead of that number divided by 3. what is th answer he actually has to get ? (1/3). 7. A ship started from port and moving with I mph and another ship started from L and moving with H mph. At which place these two ships meet ? ( Ans is between I and J and close to J) !_____!_____!_____!_____!_____!_____! port G H I J K L 8. A building with hight D ft shadow upto G A neighbour building with what height shadow C ft is (B ft.) !_____!_____!_____!_____!_____!_____!_____! ABCDEFGH 9. 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 travelling at a speed of 35 mph. find the speed limit (15 mph) 10. A bus started from bustand at 8.00a m and after 30 min staying at destination, it returned back to the bustand. the destination is 27 miles from the bustand. the speed of the bus 50 percent fast speed. at what time it retur4ns to the bustand (11.00) 11.in a mixture, R is 2 parts, S is 1 part. in order to make S to 25% of the mixture, howmuch R is to be added ( one part). 12. wind flows 160 miles in 330 min, for 80 miles how much time required. 13. with 4/5 full tank vehicle travels 12 miles, with 1/3 full tank how much distance travels ( 5 miles). 14. two trees are there. one grows at 3/5 of the other. in 4 years, total growth of trees is 8 ft. what growth will smaller tree will have in 2 years. (<2ft) 15. A storm will move with a velocity of towords the center in hours. At the same rate how much far will it move in hrs. (but Ans is 8/3 or 2 2/3).

SYNONYMS:
admonish : usurp:cautious merry : gay brim : border volume : quantity incentive:merit:deserve:provocati on solicit :urge:beseech misery:distress efface:deliberate emancipate:liberate latent:potential:talent cargo:freight covet:crave heap:to pile stifle:smoother:suffocate inert:passive abode:dwelling renounce:reject adage:proverb brash moribund mundane limber ANTONYMS : Comply Cavil Repugnance Desultory Assuage Pulchritude Compose x disturb Pristine x sullied Turbid x limpid Precipitate x dilatory/contradictory SYNONYMS : overt = obvious instigate = incite hover = linger (stay close) concur = acquiesce (accept) (wheedle sweet talk) metamorphosis = transform lament = mourn belated = too late divulge = reveal amiable = friendly Embrace = hug (hold-cuddle) scrutiny = close examination Encumber Opacity Bilk Luminary Spur Stupefy Fascinate x mundane Fickle x loyal , Synergy x , Hidebound Slack Occlude Ambiguity Vouchsafe Protract Revile Revere x threaten Hamper x facilitate latitude:scope caprice:whim dispel:scatter:dissipate hover:linger instigate:incite obstinate:stubborn subside:wane lament:wail adhesive:tenacious stiffle:snithy belief:conviction veer:diverge meager:scanty momentary:transient acument:exactness:shrewdness florid:ornate penitence:compunction:remorse:repe at mortify:humiliate pious:devout ovulate:fertilize ovation:applause inert:passive furtive:stealthy lethargy:stupor baffle:frustate confiscate:appropriate hamper:obstruct tranquil:serene embrace:effigy divulge:discretion:prudence alineate:estrange concur:acquise momentary : transient Pretention:obtentioius Cajole:coax Erratic:unknown Behest:hold down:request Ordain:command Rapt:concealed Disparity:inequality Extricate:liberate:emancipat e Whet:sharpen: stimulate

annihilate = to destroy

fuse = combine

You might also like