wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Day -Wise Assessments | ATOM| SBU | 2024-25 | Infosys Training

Total questions: 14

Worksheet time: 18mins

Name
Class
Date
1.

Read the given information carefully and answer the questions that follow.

Eleven friends M, N, O, P, Q, R, S, T, U, V and W are sitting in the first row of the stadium watching a cricket match.

  1. T is to the immediate left of P and third to the right of U.

  2. V is the immediate neighbor of M and N and third to the left of S.

  3. M is the second to the right of Q, who is at one of the ends.

  4. R is sitting next to the right of P and P is second to the right of O.

  5. Who is sitting in the center of the row?

a)

U

b)

N

c)

Q

d)

M

2.

Eight persons A, B, C, D, E, F, G and H are sitting in a linear arrangement. Some of them face north while some of them face south direction. Only two persons sit between C and D who sits at an extreme end of the row. H sits third to the right of F and B sits second to the left of H. Both C and E are immediate neighbour of each other but both of them face opposite direction to each other. F faces in north direction. B faces same direction as F but H faces its opposite direction. G is not an immediate neighbour of B. Both D and G face same direction as H and Both E and A face same direction as B.

Who among the following is an immediate neighbor of F?

a)

The one who sits immediate left of A

b)

The one who sits second to the right of H

c)

Both (b) and (d)

d)

The one who sits third to the left of E

3.

What will come in the place of question mark (?) in the following number.

  1. 4 , 2 , ?, 7.5, 26.25, 118.125

a)

3

b)

4

c)

5

d)

6

4.

A number series is given. In each series, only one number is wrong. Find out the wrong number.

  1. 7, 12, 40, 222, 1742, 17390, 208608

a)
  1. 40

b)
  1. 1742

c)
  1. 17390

d)
  1. 208608

5.

If ACTION is coded a ZXGRLM, then HEALTH will be coded in the same way as:

a)

SVZOGS

b)

TVZOGT

c)

RUZPGR

d)

QVGOZQ

6.

Fill in the blanks with the most suitable word.

His witty_____ are often liked by the crowds of Glasgow

a)

jinxes

b)

forms

c)

innuendos

d)

works

7.

His _____looks flattered almost every girl in college

a)

brainy

b)

sinewy

c)

brawny

d)

both b and c

8.

The biggest __________ (hurdle/hurtle) in Jessica’s life was her inability to judge

people correctly.

a)

hurdle

b)

hurtle

9.

Choose the answer option that corrects any error/errors observed in the underlined fragment. Note that in questions where only a part of the sentence is underlined/in italics, the answer options correspond to changes to be made to the highlighted part. The rest of the sentence remains unchanged.

Question: Though all competitive exams do not allow using a calculator, but where they are permitted, there are restrictions on the models allowed.

a)
  1. Though all competitive exams do not allow using calculators,

b)
  1. Not all competitive exams allow the use of a calculator,

c)
  1. Every competitive exam does not allow using of calculators,

d)
  1. No correction required

10.

Choose the answer option that corrects any error/errors observed in the underlined fragment. Note that in questions where only a part of the sentence is underlined/in italics, the answer options correspond to changes to be made to the highlighted part. The rest of the sentence remains unchanged

Question: While people in the Middle East have good reason to feel gravely threatened by terrorism, but elsewhere in the world, its more that people are paying greater attention to the terrorist threat then they used to.

a)
  1. but, elsewhere in the world, it’s more that people are paying greater attention to the terrorist threat then they used to.

b)
  1. elsewhere in the world, it’s more that people are paying greater attention to the terrorist threat than they used to.

c)
  1. but elsewhere in the world, it’s more that people are paying greater attention to the terrorist threat than they used to

d)
  1. elsewhere in the world, its more that people are paying greater attention to the terrorist threat than they used to.

11.

It is ironic that while the word “perfect” is considered to be the highest compliment possible, calling someone a “perfectionist” is perceived by many as anything but

a)
  1. considered to be the highest compliment possible, calling someone a “perfectionist” is perceived by many as anything but

b)
  1. considered the highest possible compliment, calling someone a “perfectionist” is perceived by many as anything but

c)
  1. considered as the highest compliment that is possible, calling a person “a perfectionist” is perceived as nothing much by many

d)
  1. considered the highest compliment possible, calling a person “a perfectionist” is perceived as anything but by many

12.

What will be the output of the following pseudocode for arr[] = 1,2,3,4,5

Initialize i, n

Set arr[]= 1, 2, 3, 4, 5

for i = 0 to n - 2

arr[i] = arr[i] + arr[i+1]

End for

print the array of elements

a)
  • 3 3 4 9 5


b)
  • 4 3 7 5 2

c)
  •  3 5 7 9 5

d)
  • 1 2 3 4 5

13.

Predict the output of the following pseudocode.

Integer x, y, z

Set x = 0, y = 3, z = 11

if(x + (1 | 2) && y + (2 | 3)) 

x = x - 2

y = x

Else 

x = z 

y = y ^ 2 

End if 

Print x + y + z

a)

15

b)

7

c)

8

d)

9

14.

Print the output of the following pseudocode for x = 9, y = 7.

Integer funn(Integer x, Integer y)

Integer z 

Set z = 2 

y = y mod z 

x = x mod z

return x + y 

End function funn()

a)

2

b)

3

c)

17

d)

18