Recent posts tagged interview-preparation

1
C) P - iii, Q - i, R - iv, S - iiRef: https://en.wikipedia.org/wiki/Software_testing
2
Answer is D.$L_1$ is context-free and hence recursive also. Recursive set being closed under complement, $L_1$' will be recursive.$L_1$' being recursive it is also recurs...
3
bcz in the question itsself given i.e conditional instructions evaluate in the 3rd stage , so there will be 2 stall cycle.
4
Here bound of the loop are constants, therefore compiler will do the loop unrolling(If compiler won't then prefetcher will do) to increase the instruction level paralleli...
5
Instead of finding a function 'f' for the first MUX (in terms of z,x and y) and the second MUX (in terms of f , x and y), we can logically find out the answer.We can put ...
6
Level order traversal of a rooted tree can be done by starting from the root and performingpreorder traversalin-order traversaldepth first searchbreadth first search
To see more, click for the full list of questions or popular tags.