WorksheetsAptitude Test, IMT
Total questions: 46
Worksheet time: 25mins
An exam was conducted and the following was analyzed. 4 men were able to check some exam papers in 8 days working 5 hours regularly. What is the total number of hours taken by 2 men in 20 days to check double the number of exam papers?
8 hours
5 hours
3 hours
9 hours
A man goes to a Las Vegas casino during his three – day stay. On the first day, he doubles the money he has and spends $ 160. On the second day, he triples the money he has and spends $ 130. On the third day, he quadruples the money he has and spends $ 200. If he is left with twice as much money as he had at the beginning of the first day, how much money (in $) did he have at the end of the first day?
(a)
Let x and y denote positive integers. Suppose a function Q is defined recursively as follows:
What is the value of Q (3,4)?
(a)
P is a two−digit number. If 7P+P3 is divisible by 10, how many values can P take?
(a)
Find the missing number
8, 7, 11, 12, 14, 17, 17, 22, (....)
27
20
22
24
Predict the output of the following
8,9
4,5
8,8
4,4
What is the output of the following program?
void main ( )
{
extern int x:
x = 100;
printf(*%d\n”,x);
}
0
100
garbage value
error
The poor man _____ when he heard the tragic news.
broke into
broke up
broke down
broke in
28 4/7 years
31 5/7 years
32 1/7 years
None of these
In a college, students like Maths, 300 students like Physics and students like Chemistry. 34 students like both Maths and Chemistry students like only Chemistry, students like only Maths and students like all the three subjects and every student likes at least one subject. How many students like exactly one subject?
492
572
584
468
Which of the following is not a datatype in C++?
int
float
string
byte
Tickets numbered 1 to 20 are mixed up and then a ticket is drawn at random. What is the probability that the ticket drawn has a number which is a multiple of 3 or 5?
1/2
2/5
8/15
9/20
What is the ASCII value of 'm' ?
110
109
77
76
Find the odd man out
2, 5, 10, 17, 26, 37, 50, 64
50
26
37
64
The below code requires to print the average of the unit, tenth and hundredth place digit of a number N up to three decimal places. Fill in the missing line of code to find the sum of the unit, tenth and hundredth place digits.
(a)
The below code requires the output to print a string twice separated by “:” .Fill the missing line of code
(a)
The below code requires to print the sum of three floating point numbers. The output must print the sum without any decimal places. Fill in the missing line of code.
(a)
What will be the output of following program ?
10
11
0
error
Which language is not used in web development?
C++
Java
C#
Python
What will be the output of following program ?
B
ERROR
A
66
What is the ASCII value of 'm' ?
110
109
77
76
1/13
3/13
1/4
9/52
Find the correct output of the program
0 1 2 … infinite times
0 1 2 … 127
0
1
Which type of inheritance is shown in the given code?
Multiple Inheritance
Multi level Inheritance
Single Inheritance
Hierarchical Inheritance
Nowadays the most effective mode of learning is
self study
face to face learning
e-learning
blended learning
Who is known as the father of computer science?
Bill gates
Alan Turing
Joe Goldberg
Steve Jobs
A
X
S
Z
Sampling error decreases with the
Decrease in sample size
increase in sample size
process of randomization
process of analysis
What is the name of the software used to convert an assembly language program into machine code?
Assembler
Interpreter
Compiler
Translator
The below code requires to print the average of the unit, tenth and hundredth place digit of a number N up to three decimal places. Fill in the missing line of code to find the sum of the unit, tenth and hundredth place digits.
(a)
The below code requires the output to print a string twice separated by “:” .Fill the missing line of code
(a)
The below code requires to print the sum of three floating point numbers. The output must print the sum without any decimal places. Fill in the missing line of code.
(a)
What is the binary equivalent of 22?
10110
01001
01101
10101
Find the odd man out
2, 5, 10, 17, 26, 37, 50, 64
50
26
37
64
What do you call the list of instructions to write a successful program?
Algorithm
Blueprint
Flowchart
Code
Which of the following is a false statement?
JAVA was originally named OAK
HTML stands for hypertext markup language
C was the first ever programming language
The first ever programming language was developed in 1883
What do you call a short section of code written to complete a task?
Loop
Structure
Function
Buffer
SCD, TEF, UGH, ____, WKL
CMN
UJI
VIJ
IJT
A research which deals with the existing contemporary contest as such is
Normative Research
Experimental research
Historical research
Applied research
Three unbiased coins are tossed. What is the probability of getting at most two heads?
3/4
1/4
3/8
7/8
Which one of the following is considered a sign of motivated teaching?
students asking questions
Maximum attendance of the students
Pin drop silence in the classroom
Students taking notes
1/13
3/13
1/4
9/52
Sampling error decreases with the
Decrease in sample size
increase in sample size
process of randomization
process of analysis
What is the output of the code snippet?
Infinite Loop
Prints "Hello" once
No output
Compile Error
