27 June 2021 TGT CS Weekly Test Correction
1.
A process executes the following code
for (i = 0; i < n; i++)
fork();
The total number of child processes created is
Ans is 2^n-1
2.
Which political party used to have swastik symbol?
Ans is National Socialist Party, Germany
3.
Which number is perfect from another
A. 25
B. 37
C. 49
D. 64
Option D is 64 not 84
And Answer is 37
4.
Qus 2002+200/200 was wrong
correct qus is
On simplifying 8^3 × 2^4, we get
(a) 16^7 (b) 2^13 (c) 2^10 (d) 8^4
Answer is 2^13
5.
Which of the following is a true about Binary Trees
Every binary tree is also a complete binary tree
in Option A
Every Binary Tree not Every Full Binary Tree
No comments:
Post a Comment