ua

Test Questions

  1. What is the difference between text files and binary files?
  2. What are the stages of program development?
  3. What are the advantages and disadvantages of interpreters and compilers?
  4. What is the difference between signed and unsigned integers?
  5. How is implemented the transfer of parameters in the function?
  6. What are the cyclic constructs in C++? How to leave the loop or jump to the next step?
  7. What is the difference between formal and actual parameters?
  8. What is scope? What are scopes?
  9. What is the difference between transferring parameters by value and by reference?
  10. What is recursion and how is it related to the call stack?
  11. What are pointers, what are they used for and what problems are related to them?
  12. What is the relationship between arrays and pointers?
  13. Which computer memory areas are used to locate variables?
  14. Why do you need to remove unnecessary variables from heap?
  15. What is a null-terminated string?
  16. How to open and close files in C++ programs?
  17. What is the usage of pointers to functions?
  18. What is a callback mechanism?
  19. What is a header file? What are the rules for distributing the source code between the header file and the implementation file?
  20. What is a namespace and what are the ways for accessing names from a specific space?

 

 

 

up