Computer Skills
Computer Skills
Computer Skills
int m,j=3,k;
m=2*j/2;
k=2*(j/2);
clrscr ();
printf (\n m=%d k=%d,m,k);
}
A. m=3 k=2
B. m=3 k=3
C. m=2 k=3
D. m=2 k=2
6. What will be the value of x after the execution of following code?
void main()
{ int x=! 0*10;
}
A. 10
B. 1
C. 0
D. None of these
7. What will be the value of k after the execution of following code?
void main()
{
int k=8;
(k++-k++);
}
A. 10
B. 0
C. -1
D. 9
8. What will be the value of b after the execution of following code?
void main()
{
A.
B.
C.
D.
11
12
7
9
5432
5794
2435
3456
3
Network
N
Garbage Value
Complication Error
1
5
-5
Complication Error
c=a==b;
printf(%d,c);
return 0;
}
A. 1
B. 0
C. Garbage value
D. Error
19. What will be the output of following codevoid main()
void (*p)();
int (*q)();
int(*r)();
p=clrscr();
q=getch();
r=puts();
(*p)();
(*r)(cquestionbank.blogspot.com);
(*q)();
return 0;
}
A.
B.
C.
D.
Null
Cquestionbank.blogspot.com
C
Error
65
0
1
Error
25. #include
main ()
{
int x,y = 10;
x = y * NULL;
printf("%d",x);
}
What is the output of above code?
A. error
B. 0
C. 10
D. garbage value
6
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
7
C
C
C
C
A
A
C
A
A
B
B
A
B
C
D
C
A
B
B
20.
21.
22.
23.
24.
25.
A
C
D
C
D
B
4. If a class C is derived from class B, which is derived from class A, all through public
inheritance, then a class C member function can access.
A.
B.
C.
D.
abc
abc
abc
abc
7. If the variable count exceeds 100, a single statement that prints Too many is:
A.
B.
C.
D.
New
This
malloc( )
delete
i = 20; i++;
for (i = 0; i<20; i++) { }
a = i++;
while (i++ = 20) cout <<i;
A.
B.
C.
D.
13. Which of the statements is true in a protected derivation of a derived class from a
base class?
A. Private members of the base class become protected members of the derived class
B. Protected members of the base class become public members of the derived class
C. Public members of the base class become protected members of the derived class
D. Protected derivation does not affect private and protected members of the derived
class.
14. A template class isA.
B.
C.
D.
11
12
1. B
2. C
3. D
4. D
5. B
6. C
7. C
8. A
9. C
10. A
11. C
12. C
13. C
14. B
15. A
16. C
17. D
18. B
19. A
20. A
C. 40
D. None of these
2. A train 150 m long is running with a speed of 68 kmph. In what time will it pass a
A.
B.
C.
D.
man who is running at 8 kmph in the same direction in which the train is going?
9 sec
13 sec
16 sec
None
3. A person's present age is two-fifth of the age of his mother. After 8 years, he will be
A.
B.
C.
D.
one-half of the age of his mother. How old is the mother at present?
32 years
36 years
40 years
48 years
4. If Rs. 10 be allowed as true discount on a bill of Rs. 110 due at the end of a certain
A.
B.
C.
D.
time, then the discount allowed on the same sum due at the end of double the time is:
Rs. 18.33
Rs. 24.19
Rs. 31.07
None
5. In a regular week, there are 5 working days and for each day, the working hours are 8.
A.
B.
C.
D.
6.
A.
B.
C.
D.
A man gets Rs. 2.40 per hour for regular work and Rs. 3.20 per hours for overtime. If
he earns Rs. 432 in 4 weeks, then how many hours does he work for?
160
175
180
195
January 1, 2005 was Saturday. What day of the week lies on Jan. 1, 2006?
Wednesday
Tuesday
Saturday
Sunday
7. A man has some hens and cows. If the number of heads be 48 and the number of feet
A.
B.
C.
D.
8. In an election between two candidates, 75% of the voters cast their votes, out of
A.
B.
C.
D.
which 2% of the votes were declared invalid. A candidate got 9261 votes which were
75% of the total valid votes. Find the total number of votes enrolled in that election.
9000
15680
16800
None
14
9. Two trains 137 meters and 163 meters in length are running towards each other on
A.
B.
C.
D.
parallel lines, one at the rate of 42 kmph and another at 48 kmph. In what time will
they be clear of each other from the moment they meet?
12 sec
13 sec
16 sec
31 sec
10. Rs. 20 is the true discount on Rs. 260 due after a certain time. What will be the true
A.
B.
C.
D.
discount on the same sum due after half of the former time, the rate of interest being
the same?
Rs. 7.19
Rs. 10.40
Rs. 12.07
Rs. 16
11. The sum of ages of 5 children born at the intervals of 3 years each is 50 years. What
A.
B.
C.
D.
12. Find the greatest possible length which can be used to measure exactly the lengths 4
A.
B.
C.
D.
13. Two pipes can fill a tank in 10 hours and 12 hours respectively while a third, pipe
A.
B.
C.
D.
empties the full tank in 20 hours. If all the three pipes operate simultaneously, in how
much time will the tank be filled?
4 hr 30 min
7 hr 30 min
8 hr 10 min
None
14. An electric pump can fill a tank in 3 hours. Because of a leak in, the tank it took
A.
B.
C.
D.
3(1/2) hours to fill the tank. If the tank is full, how much time will the leak take to
empty it?
14 hours
16 hours
18 hours
21 hours
15. On Childrens Day sweets were to be equally distributed among 175 children in a
school. Actually on the Childrens Day, 35 children were absent and therefore each
child got 4 sweet extra. Total how many sweets were available for distribution?
A. 2400
B. 2450
C. 2680
15
D. None
16. In a stream running at 2 kmph, a motorboat goes 6 km upstream and back again to the
starting point in 33 minutes. Find the speed of the motorboat in still water.
12 kmph
15 kmph
22 kmph
30 kmph
17. A cube of edge 15 cm is immersed completely in a rectangular vessel containing
water. If the dimensions of the base of vessel are 20 cm x 15 cm, find the rise in water
level.
A. 11.25 cm
B. 13.19 cm
C. 16.21 cm.
D. None
A.
B.
C.
D.
18. During one year, the population of town increased by 5% . If the total population is
A.
B.
C.
D.
9975 at the end of the second year, then what was the population size in the beginning
of the first year?
8000
9700
10000
None
19. A man sitting in a train which is traveling at 50 kmph observes that a goods train,
A.
B.
C.
D.
traveling in opposite direction, takes 9 seconds to pass him. If the goods train is 280
m long, find its speed?
42 kmph
53 kmph
62 kmph
77 kmph
20. Two trains running in opposite directions cross a man standing on the platform in 27
A.
B.
C.
D.
seconds and 17 seconds respectively and they cross each other in 23 seconds. The
ratio of their speeds is:
1:3
3:2
3:4
None
its corners, a square is cut off so as to make an open box. If the length of the square is
8 m, the volume of the box (in m3) is:
4830
5120
6420
8960
22. If a boat goes 7 km upstream in 42 minutes and the speed of the stream is 3 kmph,
then the speed of the boat in still water is:
A. 4.2 km/hr
B. 9 km/hr
16
C. 13 km/hr
D. 21 km/hr
23. A and B together can do a piece of work in 30 days. A having worked for 16 days, B
A.
B.
C.
D.
finishes the remaining work alone in 44 days. In how many days shall B finish the
whole work alone?
30 days
40 days
60 days
70 days
24. Two pipes A and B can fill a tank in 20 and 30 minutes respectively. If both the pipes
A.
B.
C.
D.
are used together, then how long will it take to fill the tank?
12 min
15 min
25 min
50 min
25. If the numerator of a fraction is increased by 15% and its denominator be diminished
A.
B.
C.
D.
by 8%, the value of the fraction is 15/16. Find the original fraction.
5/4
7/2
8/3
None
17
18
1. void main()
{
int a = 36, b = 9;
printf("%d",a>>a/b-2);
}
19
C. 4321
D. 3214
7. What is the similarity between structures, union?
A. All of them let you define new values
B. All of them let you define new data types
C. All of them let you define new pointers
D. All of them let you define new structures
8. What will be the output of the following statement?
int a=10; printf("%d &i",a,10);
A.
B.
C.
D.
Error
10
10 10
None of theses
9. void main()
{
int const * p=5;
printf("%d",++(*p));
}
A.
B.
C.
D.
6
Compiler Error
5
Syntax error
10. main()
{
char s[ ]="man";
int i;
for(i=0;s[ i ];i++)
printf("\n%c%c%c%c",s[i],*(s+i),*(i+s),i[s]);
}
A. mmmm
aaaa
nnnn
B. Syntax error
C. manm
amna
namn
D. Declaration error
11. main()
{
float me = 1.1;
double you = 1.1;
if(me==you)
printf("I love U");
else
21
I love U
Syntax error
Compiler Error
I hate U
12. main()
{
static int var = 5;
printf("%d ",var--);
if(var)
main();
}
A.
B.
C.
D.
54321
Syntax Error
Main cannot be defined like this
Type declaration error
13. main()
{
int c[ ]={2.8,3.4,4,6.7,5};
int j,*p=c,*q=c;
for(j=0;j<5;j++) {
printf(" %d ",*c);
++q;
}
for(j=0;j<5;j++){
printf(" %d ",*p);
++p;
}
}
A. Integer variable cannot contain floating values.
B. 2 2 2 2 2 2 3 4 6 5
C. 2.8 3.4 4 6.7 52.8 3.4 4 6.7 5 2.8 3.4 4 6.7 5 2.8 3.4 4 6.7 5 2.8 3.4 4 6.7 5
D.2 3 4 6 5 2 3 4 6 5 2 3 4 6 5 2 3 4 6 5 2 3 4 6
14. main()
{
int i=-1,j=-1,k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d %d %d %d %d",i,j,k,l,m);
}
A.1 3 1 0 0
B.1 1 1 0 0
C.0 0 1 1 1
D.0 0 1 3 1
15. main()
{
char *p;
printf("%d %d ",sizeof(*p),sizeof(p));
22
}
A.1 2
B.1 1
C.2 1
D.Error
16. main()
{
printf("%x",-1<<4);
}
A.Syntax Error
B.0
C.fff0
D.1
17. main()
{
char string[]="Hello World";
display(string);
}
void display(char *string)
{
printf("%s",string);
}
A.Syntax error
B.Compiler error
C.Hello World
D.Linker Error
18. main()
{
int c=- -2;
printf("c=%d",c);
}
A.Declaration Error
B.Compiler Error
C.c=1
D.c=2
19. #define int char
main()
{
int i=65;
printf("sizeof(i)=%d",sizeof(i));
}
A.Declaration Error
23
B.sizeof(i)=1
C.Compiler Error
D.65
20. main()
{
int i=10;
i=!i>14;
Printf ("i=%d",i);
}
A.i=0
B.i=1
C.Syntax Error
D.Compiler Error
21. main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}
A.absiha
B.hai
C.abiha
D.siha
22. #include <stdio.h>
#define a 10
main()
{
#define a 50
printf("%d",a);
}
A.10
B.Syntax error
C.Declaration error
D.50
23. main()
{
char *p;
p="Hello";
printf("%c\n",*&*p);
}
A.H
B.Hello
C.Syntax Error
D.Declaration Error
24
24. main()
{static char names[5][20]={"pascal","ada","cobol","fortran","perl"};
int i;
char *t;
t=names[3];
names[3]=names[4];
names[4]=t;
for (i=0;i<=4;i++)
printf("%s",names[i]);
}
A.Declaration error
B.Logical Error
C.Syntax Error
D.Compiler error
25
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
A
B
A
B
B
A
B
D
B
A
D
A
B
D
A
C
B
D
B
C
B
D
A
D
1.
A.
B.
C.
D.
2.
A.
B.
C.
D.
E.
F.
6. What will be the result of compiling and running the given program?
public class exception
{
public static void main(String args[ ])
{
system.out.printlm(A);
Try
{
30
system.out.println(B);
system.exit(0);
}
catch (Exception e)
{
system.out.println(C);
}
finally
{
system.out.println(D);
}
}
A.
B.
C.
D.
7.
A.
B.
C.
D.
8.
A.
B.
C.
D.
9.
A.
B.
C.
D.
E.
public class Q4
public static void main(String[] args)
{
boolean t1 = true, t2 = false, t3 = t1;
boolean t = false;
t &&= (t1 || ( t2 && t3));
System.out.println(t);
}
A.
B.
C.
D.
33
1. (D)
2. (A) (B)
3. (C)
4. final: final keyword can be used for class, method and variables. A final class
cannot be subclassed and it prevents other programmers from subclassing a
secure class to invoke insecure methods. A final method cant be overridden.
finalize () : finalize() method is used just before an object is destroyed and can
be called just prior to garbage collection.
finally: finally, a key word used in exception handling, creates a block of code
that will be executed after a try/catch block has completed and before the code
following the try/catch block.
5. (D)
6. (B)
7. (A) (B) (C)
8. (A)
9. (C)
10. (C)
11. (C)
12. (D)
13. The Reader/Writer class is character-oriented and the
InputStream/OutputStream class is byte-oriented.
14. (A) (D)
15. (C)
Stack. Because of its LIFO (Last In First Out) property it remembers its 'caller' so
knows whom to return when the function has to return. Recursion makes use of
system stack for storing the return addresses of the function calls.
Every recursive function has its equivalent iterative (non-recursive) function. Even
when such equivalent iterative procedures are written, explicit stack is to be used.
7. What are the notations used in Evaluation of Arithmetic Expressions using
prefix and postfix forms?
Polish and Reverse Polish notations.
8. Convert the expression ((A + B) * C - (D - E) ^ (F + G)) to equivalent Prefix
and Postfix notations.
1. Prefix Notation: - * +ABC ^ - DE + FG
2. Postfix Notation: AB + C * DE - FG + ^ 9. Sorting is not possible by using which of the following methods? (Insertion,
Selection, Exchange, Deletion)
Sorting is not possible in Deletion. Using insertion we can perform insertion sort,
using selection we can perform selection sort, using exchange we can perform the
bubble sort (and other similar sorting methods). But no sorting method can be done
just using deletion.
10. What are the methods available in storing sequential files?
1. Straight merging,
2. Natural merging,
3. Polyphase sort,
4. Distribution of Initial runs.
11. List out few of the Application of tree data-structure?
1. The manipulation of Arithmetic expression,
2. Symbol Table construction,
3. Syntax analysis.
12. List out few of the applications that make use of Multilinked Structures?
1. Sparse matrix,
2. Index generation.
36
13. In tree construction which is the suitable efficient data structure? (Array,
Linked list, Stack, Queue)
Linked list is the suitable efficient data structure.
14. What is the type of the algorithm used in solving the 8 Queens problem?
Backtracking.
15. In an AVL tree, at what condition the balancing is to be done?
If the 'pivotal value' (or the 'Height factor') is greater than 1 or less than -1.
16. What is the bucket size, when the overlapping and collision occur at same
time?
One. If there is only one entry possible in the bucket, when the collision occurs, there
is no way to accommodate the colliding value. This results in the overlapping of
values.
17. Classify the Hashing Functions based on the various methods by which the
key value is found.
1. Direct method,
2. Subtraction method,
3. Modulo-Division method,
4. Digit-Extraction method,
5. Mid-Square method,
6. Folding method,
7. Pseudo-random method.
18. What are the types of Collision Resolution Techniques and the methods used
in each of the type?
1. Open addressing (closed hashing), The methods used include: Overflow
block.
2. Closed addressing (open hashing), The methods used include: Linked list,
Binary tree.
19. In RDBMS, what is the efficient data structure used in the internal storage
representation?
37
B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes
searching easier. This corresponds to the records that shall be stored in leaf nodes.
20. What is a spanning Tree?
A spanning tree is a tree associated with a network. All the nodes of the graph appear
on the tree once. A minimum spanning tree is a spanning tree organized so that the
total edge weight between nodes is minimized.
.
B. Data Encapsulation
C. Data Hiding
D. All of these
4. Which of the following mode declaration is used in C++ to open a file for
input?
A. ios :: app
B. in :: ios
C. ios :: in
D. ios :: file
5. The mechanism that binds code and data together and keeps them secure from
outside world is known as
A. Abstraction
B. Encapsulation
C. Inheritance
D. Polymorphism
6. The parameter list in function overloading must differ by?
A. Number of functions
B. Function Size
C. Function Name
D. Number of argument
7. Data members is also called?
A. Attribute
B. Method
C. Class
D. Object
8. In how many ways is polymorphism achieved in C++?
39
A. 2
B. 3
C. 1
D. 4
9. The Object is not declared for which class?
A. Parent
B. Base
C. Abstract
D. Derived
10. The constructor without parameter is called?
A. Method Constructor
B. Default Constructor
C. Operator Constructor
D. Function Constructor
11. The static member variable is initialized to?
A. 0
B. 1
C. 2
D. -1
12. Which of the following is user defined data type?
A. Public
B. Private
C. Class
D. A & B Both
40
43
1. D
2. C
3. B
4. C
5. B
6. D
7. A
8. B
9. C
10. B
11. A
12. C
13. C
14. A
15. D
16. A
17. D
18. D
19. C
20. A
21. C
22. C
23. C
24. C
25. A
44
1. To override a method in Java, we need to define a method in sub class with the
A. same name, same number of arguments having the same data types as a
method in the super class
B. different name, same number of arguments having the same data type as a
method in the super class
C. same name but different number of arguments as a method in the super class
D. same name, same number of arguments but different data types as a method in
the super class
2. A constructor that is automatically generated in the absence of explicit
constructors called?
A. Default Constructor
B. Nullary Constructor
C. Empty Constructor
D. All the above
3. Overloaded methods are differentiated by
A. Number of arguments
B. Data type of arguments
C. Number and the Data type of the arguments
D. None of the above
4. Which keyword is used to inherit class?
A. inherit
B. extends
C. inheritance
D. extend
5. Which method of System class is used to copy array?
A. copyArray
B. arrayCopy
45
C. arraycopy
D. arrCopy
6. Which is right way to creating an array of integer?
A. javaArray = new int[10];
B. javaArray new = myArray[10];
C. int[] javaArray = new int[10];
D. A and C Both
7. Which is right way to declare Array?
A. int[] myArray;
B. int myArray[];
C. int []myArray;
D. A and B Both
8. Choose best option that describes Constructor.
A. Have no return type
B. Use name of the class and have no return type
C. Use name of the class
D. None of the above
9. How integer literal can expressed binary data?
A. int binaryData = b11010;
B. int binaryData = bx11010;
C. int binaryData = 0b11010;
D. int binaryData = xb11010;
10. If you access an uninitialized local variable will result?
A. Syntax Error
B. Compile Time Error
46
C. Range
D. All of the above
21. Which of the following is a Compound assignment operators?
A. +=
B. *=
C. /=
D. All the above
22. What is %f, %d, %s and %c?
A. Number Specifier
B. Format Specifier
C. Access Specifier
D. None of the above
23. Which of the following is correct set of keywords?
A. unsigned, external, typedef, signed
B. unsigned, volatile, typedef, every
C. unsigned, volatile, typedef, sizeof
D. None of the above
24. Every C Program must have one function called?
A. switch()
B. main()
C. struct()
D. for()
25. Which is the correct syntax to declare constant pointer?
A. int *const constPtr;
B. *int constant constPtr;
49
50
1. A
2. D
3. C
4. B
5. C
6. D
7. D
8. B
9. C
10. B
11. C
12. C
13. D
14. B
15. B
16. A
17. C
18. B
19. C
20. B
21. D
22. B
23. C
24. B
25. D
In each of the following questions find out the alternative which will replace the
question mark.
1. CUP: LIP: :BIRD : ?
A. BUSH
B. GRASS
C. FOREST
D. BEAK
2. GRAIN : STOCK : : STICK : ?
A. Heap
B. Bundle
C. Collection
D. String
3. If A + B means A is the mother of B; A - B means A is the brother B; A % B
means A is the father of B and A x B means A is the sister of B, which of the
following shows that P is the maternal uncle of Q?
A. Q-N+M*P
B. P+S*N-Q
C. P-M+N*Q
D. Q-S%P
4.
A.
B.
C.
D.
5. Rahul put his timepiece on the table in such a way that at 6 P.M. hour hand
points to North. In which direction the minute hand will point at 9.15 P.M.?
A. South-East
B. South
C. North
D. West
6. Yesterday I saw an ice cube which had already melted due to heat of a nearby
furnace.
A. Always
B. Never
C. Often
D. Sometimes
7. In certain code, TOGETHER is written as RQEGRJCT. In the same code
PAROLE will be written as
A. NCPQJG
B. NCQPJG
C. RCPQJK
D. RCTQNG
52
8. There are 8 houses in a line and in each house only one boy lives with the
conditions as given below:
Jack is not the neighbour Siman.
Harry is just next to the left of Larry.
There is at least one to the left of Larry.
Paul lives in one of the two houses in the middle.
Mike lives in between Paul and Larry.
If at least one lives to the right of Robert and Harry is not between Taud and
Larry, then which one of the following statement is not correct?
A.
B.
C.
D.
9. Introducing a boy, a girl said, "He is the son of the daughter of the father of
my uncle." How is the boy related to the girl?
A. Brother
B. Nephew
C. Uncle
D. Son-in-law
Each of these questions given below contains three elements. These elements
may or may not have some inter linkage. Each group of elements may fit into
one of these diagrams at (A), (B), (C), (D) and/or (E). You have to indicate the
group of elements which correctly fits into the diagrams.
10. Which of the following diagrams indicates the best relation between Travelers,
Train and Bus?
A.
B.
C.
D.
Choose the correct alternative that will continue the same pattern and replace
the question mark in the given series.
11. 3, 10, 101, ?
A. 10101
B. 10201
53
C. 10202
D. 11012
12. In the series 2, 6, 18, 54, ...... what will be the 8th term ?
A. 4370
B. 4374
C. 7443
D. 7434
13. Which one will replace the question mark ?
A. 1
B. 4
C. 3
D. 6
14. Which one will replace the question mark ?
A. 25
B. 37
C. 41
D. 47
In each of the questions below consists of a question and two statements
numbered I and II given below it. You have to decide whether the data provided
in the statements are sufficient to answer the question. Read both the statements
15. Question: What will be the total weight of 10 poles, each of the same weight?
54
Statements:
A.
B.
C.
D.
E.
B. R is between U and V
C. Q is to the immediate left of W
D. U is between W and S
21. What is the position of S?
A. Between U and V
B. Second to the right of P
C. To the immediate right of W
D. Data inadequate.
56
7. Manish goes 7 km towards South-East from his house, then he goes 14 km turning
to West. After this he goes 7 km towards North West and in the end he goes 9 km
towards East. How far is he from his house?
A) 5 km
B) 7 km
C) 2 km
D) 14 km
8. Laxman went 15 kms from my house, then turned left and walked 20 kms. He then
turned east and walked 25 kms and finally turning left covered 20kms. How far was
he from his house?
A) 5 kms
B) 10 kms
C) 40 kms
D) 80 kms
9. The door of Aditya's house faces the east. From the back side of his house, he
walks straight 50 metres, then turns to the right and walks 50 metres, then turns
towards left and stops after walking 25 metres. Now Aditya is in which direction from
the starting point?
A) South-East
B) North-East
C) South- West
D) North-West
10. A man walks 30 metres towards South. Then, turning to his right, he walks 30
metres. Then turning to his left, he walks 20 metres. Again he turns to his left and
walks 30 metres. How far is he from his initial position?
A) 20 metres
B) 30 metres
C) 60 metres
D) None of these
11. (38 x 142) (4096) =?
A) 337.25
B) 269.8
C) 490
D) 84.3125
12. 3 + 33.3 + 3.03 + 333 =?
59
A) 666
B) 636.33
C) 372.33
D) 672.66
13.
(17.52)2 =?
A) 280.9504
B) 290.5904
C) 306.9504
D) 280.5904
14.
A) 13.85
B) 12.56
C) 13.10
D) 12.15
15. A person travels 12 km in the southward direction and then travels 5km to the
right and then travels 15km toward the right and finally travels 5km towards the east,
how far is he from his starting place?
A) 5.5 kms
B) 3 km
C) 13 km
D) 6.4 km
16. Find the next number in the series 1, 3, 7, 13, 21, 31
A) 43
B) 33
C) 41
D) 45
17. A person travels 6km towards west, then travels 5km towards north, then finally
travels
6km towards west. Where is he with respect to his starting position?
A) 13km east
B) 13km northeast
C) 13km northwest
D) 13km west
60
18. If A speaks the truth 80% of the times, B speaks the truth 60% of the times. What
is the probability that they tell the truth at the same time?
A) 0.8
B) 0.48
C) 0.6
D) 0.14
19. Susan can type 10 pages in 5 minutes. Mary can type 5 pages in 10 minutes.
Working together, how many pages can they type in 30 minutes?
A.
B.
C.
D.
15
20
25
75
20. Six bells commence tolling together and toll at intervals 2, 4, 6,8,10 and 12
seconds respectively. In 30 minutes how many times they toll together.
A) 4
B) 10
C) 15
D) 16
61
A
B
A
C
A
B
A
D
D
D
A
B
C
D
B
A
C
B
D
D
62
65