wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

TCS Placement Exam MCQs

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the value of (2x+3)2(2x + 3)^2 when x=2x = 2?

a)

49

b)

25

c)

36

d)

64

2.

A train 150 meters long is running at 60 km/h. How long will it take to cross a platform 100 meters long?

a)

10 seconds

b)

12 seconds

c)

15 seconds

d)

18 seconds

3.

If in a code language, FLOWER is written as EKNVDQ, how is GARDEN written?

a)

FZQCMD

b)

FZQFDQ

c)

FZQEMC

d)

FZQDMC

4.

What comes next in the series: 2, 6, 12, 20, 30, ?

a)

40

b)

42

c)

46

d)

36

5.

Choose the correct spelling:

a)

Acommodate

b)

Accommodate

c)

Acommoddate

d)

Accomodate

6.

Fill in the blank: He ______ going to the office when he met with the accident.

a)

is

b)

was

c)

has been

d)

had been

7.

What is the output of the following code? int a = 5, b = 2; float c; c = a / b; printf("%f", c);

a)

2.500000

b)

2.000000

c)

2

d)

Error

8.

Which data structure uses FIFO?

a)

Stack

b)

Queue

c)

Tree

d)

Graph

9.

What is the time complexity of binary search in a sorted array?

a)

O(n)

b)

O(log n)

c)

O(n^2)

d)

O(1)

10.

Which of the following is not a keyword in C?

a)

register

b)

typedef

c)

malloc

d)

extern