Prelims-Aptitude&C

Prelims-Aptitude&C

Professional Development

20 Qs

quiz-placeholder

Similar activities

C++ Operators

C++ Operators

Professional Development

20 Qs

operators & loops

operators & loops

Professional Development

20 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

day5

day5

Professional Development

21 Qs

CPR_Midterm online Exam

CPR_Midterm online Exam

Professional Development

20 Qs

UC_TM02_C Programming Basics

UC_TM02_C Programming Basics

University - Professional Development

16 Qs

Model 11

Model 11

Professional Development

15 Qs

Technical Quiz Round 1

Technical Quiz Round 1

Professional Development

20 Qs

Prelims-Aptitude&C

Prelims-Aptitude&C

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Joby M

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

1. P gives Q and R as many sweets as each of them has. Then Q gives P and R as many sweets as each of them has and finally R gives P and Q as many sweets as each of them has. If each of them finally had 24 sweets, then how many sweets did P start with?

39

21

12

24

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

In an examination, 80% of the candidates passed in English and 75% in Mathematics, 20% failed in both subjects and 86 failed only in Mathematics. Find the total numbers of candidates failed.

1720

688

44

430

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

1. Twelve men can complete 24 units of work in some days. If the volume of work is 100% more and the number of men is 33 % less, eight more days are required to complete the work. In how many days can fifty percent of the original number of men complete the original work?

8

4

12

6

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If a rectangle is selected at random from a chessboard, what is the probability that it is a square?

34/540

17/108

1/2

None of these

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A man sitting beside me at a hotel ate idlis one after the other by ordering plate by plate. He said to me after drinking some water the last one I ate was my hundredth idli in last five days. Each day I ate 6 more than the previous day. Can you tell me how many he ate yesterday?

26

24

22

20

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A three-digit number N leaves the same reminder upon dividing 68488 and 67516. How many possible values does N have?

8

6

5

4

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Determine the output:


#include<stdio.h>

#define COST(x, y) float cost; cost = (x + y) * 0.06 ;

int main()

{

float x=2500, y=5000;

COST( x, y );

COST(1500, 2000.5);

return 0;

}

450.00

210.03

This program has wrong declaration of cost.

This program has wrong assignation of values x and y.

It will print garbage values.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?