Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger


Thursday 19 June 2008

Hardware and software design questions

  1. What is Finite Automata
  2. What is a Turing machine?
  3. How many processors are there in a pentium microprocessor? In Sparc?
  4. Difference between RISC and CISC
  5. Is RISC always fast?
  6. What is a real time system?
  7. Name some real time OSs.
  8. Is DOS a real time OS?
  9. What is a kernel,shell?
  10. What is binary search, traversal, hashing?
  11. Write a code to count the no. of 1’s in a binary representation of a number.
  12. Memory taken for char *, int * etc.
  13. char *cp;
    int *ip;
    cp++;
    ip++;

    What is the result?

  14. Compare the no. of bytes in unix and Dos for long, char, short, int.
  15. How do you make programs portable on unix and Dos under such circumstances?
  16. In C++, what is a constructor, destructor?
  17. What is friend?
  18. What is waterfall model, prototype model?
  19. What is testing? What is unit testing, integration testing, etc?
  20. What is indexing when talking about databases?
  21. What is atomicity?
  22. Can recursive programs be written in C++, Write a recursive program to calculate factorial

No comments:

Post a Comment