NEW
Font size
WorksheetsTech Quiz Round-1.
Total questions: 25
Worksheet time: 28mins
Which of the following has the most number of divisors?
99
101
176
182
If a b = 2a - 3b + ab, then 3 5 + 5 * 3 is equal to:
22
24
26
28
The cube root of .000216 is:
0.6
0.06
0.006
None of these
40% of 1640 + ? = 35% of 980 + 150% of 850
372
842
962
1052
If 76 is divided into four parts proportional to 7,5,3,4, then the smallest part is:
12
15
16
19
P : Q = 3 : 4, Q : R = 12 : 13 and R : S = 26 : 45. Find P : S ?
2:5
5:2
3:2
2:3
The sides of a triangule are in the ratio of 1/2: 1/3 : 1/4. if the perimeter is 52 cm. The length of the smallest side is
12
23
32
25
If EMBARK is coded as CIVSHY, then how OCCULT is coded as?
MYWMBH
BHMYWM
YBHMMW
WMBHMY
A team of five members is formed from 9 boys and 8 girls. Find the probability that at least one girl is included in the team.
433/442
442/433
244/223
324/442
A can do a work in 15 days and B in 20 days. If they work on it together for 4 days, then the fraction of the work that is left is :
1/4
1/10
7/15
8/15
From a group of 7 men and 6 women, five persons are to be selected to form a committee so that at least 3 men are there on the committee. In how many ways can it be done?
564
645
735
756
In how many different ways can the letters of the word 'CORPORATION' be arranged so that the vowels always come together?
81000
14460
50400
51760
The sum of ages of 5 children born at the intervals of 3 years each is 50 years. What is the age of the youngest child?
4 years
8 years
10 years
None of these
In a 100 m race, A beats B by 10 m and C by 13 m. In a race of 180 m, B will beat C by:
5.4 m
6 m
5 m
4.5 m
A clock is started at noon. By 10 minutes past 5, the hour hand has turned through:
145°
150°
155°
160°
What will be the output of the following C code
8
5
9
4
Which part of the program address space is p stored in the following C code?
Code/text segment
Bss segment
Data segment
Stack
What will be the output of the C program?
Compilation error
3
4
Garbage value
What will be the output of the C program?
Pointer-to-String
O
ointer-to-String
Garbage value
What is the function of FILE *tmpfile(void)?
creates a temporary file of mode “wb+”
creates a temporary file of mode “wb”
creates a temporary file of mode ” w”
creates a temporary file of mode “w+”
What will be the output of the C program?
0.000000
-2147483648
0
error
Local variables are stored in an area called ___________
Heap
Permanent storage area
Free Memory
Stack
A user defined data type, which is used to assign names to integral constants is called ____________
Union
Array
Structure
Enum
What will be the output of the following C code?
2.0
2.00
1.0
1.00
What is the output of the following program?
- C++ C++
- C++ ++
- ++ ++
Compile error
