WorksheetsTCS Placement Exam MCQs
Total questions: 10
Worksheet time: 5mins
What is the value of (2x+3)2(2x + 3)^2 when x=2x = 2?
49
25
36
64
A train 150 meters long is running at 60 km/h. How long will it take to cross a platform 100 meters long?
10 seconds
12 seconds
15 seconds
18 seconds
If in a code language, FLOWER is written as EKNVDQ, how is GARDEN written?
FZQCMD
FZQFDQ
FZQEMC
FZQDMC
What comes next in the series: 2, 6, 12, 20, 30, ?
40
42
46
36
Choose the correct spelling:
Acommodate
Accommodate
Acommoddate
Accomodate
Fill in the blank: He ______ going to the office when he met with the accident.
is
was
has been
had been
What is the output of the following code? int a = 5, b = 2; float c; c = a / b; printf("%f", c);
2.500000
2.000000
2
Error
Which data structure uses FIFO?
Stack
Queue
Tree
Graph
What is the time complexity of binary search in a sorted array?
O(n)
O(log n)
O(n^2)
O(1)
Which of the following is not a keyword in C?
register
typedef
malloc
extern
