Computer Science Interview Questions

# http://dipqa.com/view/dips/169/technical-interview-questions-cs/


1. What is parity generation ?

2. A nand gate becomes ___ gate when used with negative logic ?

3. What is the advantage of cmos over nmos ?

4. What is the advantage of syncronous circuits over asynchronous circuits ?

5. What is the function of ALE in 8085 ?

6. A voice signal sample is stored as one byte. Frequency range is 16 Hz to 20 Hz. What is the memorysize required to store 4 minutes voice signal?

7. What will the controller do before interrupting CPU?

8. In a normalised floating point representation, mantissa is represented using 24 bits and exponent with 8 bits using signed representation. What is range ?

9. The stack uses which policy out of the following-- LIFO, FIFO, Round Robin or none of these ?

10. Where will be the actual address of the subroutine is placed for vectored interrupts?

11. Give the equivalent Gray code reprasentation of AC2H.

12. What is the memory space required if two unsigned 8 bit numbers are multiplied ?

13. The vector address of RST 7.5 in 8085 processor is _______.

14. Subtract the following hexadecimal numbers--- 8416 - 2A16

15. Add the following BCD numbers--- 1001 and 0100

16. How much time does a serial link of 64 Kbps take to transmit a picture with 540 pixels.

17. Give the output when the input of a D-flip flop is tied to the output through the XOR gate.

18. Simplify the expression AB + A( B + C ) + B ( B + C )

19. Determine the logic gate to implement the foolowing terms--ABC, A+B+C

20. Implement the NOR gate as an inverter.

21. What is the effect of temperature on the Icb in a transistor

22. What is the bit storage capacity of a ROM with a 512*4 organisation?

23. What is the reason of the refresh operation in dynamic RAM's ?

24. Suppose that the D input of a flip flop changes from low to high in the middle of a clock pulse.Describe what happens if the flip flop is a positive edge triggered type?

25. How many flip flops are required to produce a divide by 32 device ?

26. An active HIGH input S-R latch has a 1 on the S input and a 0 on the R input. What state is the latch in?

27. Implement the logic equation Y = C^BA^ + CB^A + CBA with a multiplexer. (where C^ stands for C complement)

28. Equivalent Gray code reprasentation of AC2H.

29. What does a PLL consist of ?

30. In a tertiary tree, which has three childs for every node, if the number of internal nodes are N, then the total number of leaf nodes are

# http://dipqa.com/view/dips/166/computer-networks-network-security/
# http://dipqa.com/view/dips/167/computer-networks-interview-question/
# http://dipqa.com/view/dips/168/computer-science-interview-questions/
# http://dipqa.com/view/dips/170/automata-theory-questions-turorials/
Last edited on
Your english has improved!
If someone asked me such stupid questions on interview.... I wouldn't be interested in working in that company. :D
Many of these problems are even not well-posed and many require just learning specifications by heart (especially number 13.)
Last edited on
Topic archived. No new replies allowed.