|
a.25,35 b.21,15 c.35,25 d.49,35 ans.c
21. 6 men earn as much as 8 women ,two women earn as much as 3 boys&4
boys earn as much as 5 girls . if a girl earns RS.50 a day then the earning of the
man would be
a.115 b.125 c.135 d.150 ans.b
22.a & b can separately do a piece of work in 10 & 15 days respectively. They
work together for sometimes and b stops. If a completes the rest of work in 5
days ,then b has worked for
a.5 b.4 c.3 d.2 (days). Ans.c
________________________________________________________________
____________
23.the question using the data from the table
the table had the details of population ,birth per 1000 populations, deaths per
1000 population, percentage of population etc, for different countries.
1. which country had the highest no. of people aged 60 or over
Ans. A
2. how many like births occurred in 1985 in Spain and Italy .Ans C
3. what was the net effect on the UK population of like birth and death rates in
1985. ans B
Next was a quest from the data from the graph
Graph related to production in 1000 of month
Ans: 1.D 2.D 3.C
Then there was a question relative to the diagrams following logical diagrams
From Edward Thorpe
Ans: 30. D 31. B 32. D 33. A 34. B 35. D
C QUESTIONS:
Briefcase ]
1. Struct x
{
int i;
char c;
}
union y{
struct x a;
double d;
};
printf("%d",sizeof(union y));
a)8 ans:8
b)5
c)4
d)1
|
|