Test your basic knowledge |

SWA - Software Architecture

Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Code whatever it is you need to code.






2. Set of all pending changes.






3. Trying to access a location in memory that your computer cannot access.






4. Put this before a function name in a dll - and the function name will avoid name mangling






5. Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.






6. Freed heap memory.






7. Uploads changes to your current branch.






8. Symbols that can not be accessed by code in other units have __________. These symbols are usually static non-member functions/variables defined within.c/.cpp or defined in an anonymous namespace.






9. Puts all headers into a master header.






10. Plan out your code.






11. Encapsulates a request as an object - thereby letting you parameterize clients with different requests - queue or log requests - and support undoable operations.






12. Are what function classes should include.






13. You have to tell it to link






14. CONSTANT






15. Ability to treat a class object as a function by overloading the () operator.






16. Will execute all code paths and boundary conditions.






17. Stops when memory changes.






18. Static in C++. Can span all instances of a class.






19. Takes information in the index and pushes it onto the stack.






20. Ability to accept different types of parameters to bind to different implementations at run-time.






21. Default branch within your repository.






22. Italicized in UML.






23. When doing a - precise task.






24. About the interface to an object. Data contained within.






25. Allows consumers to try a system earlier and give early feedback.






26. Fix any problems and then repeat the process.






27. Inheritance between object.






28. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.






29. Taking code and moving it to a function that usually returns an object. They are always virtual functions.






30. Simply a value.






31. Formatted code standards.






32. Use this to find a memory address or signiture in a dll






33. A measure of logical dependency.






34. Creates a copy of your current branch into a remote branch.






35. Input






36. Invalid or unexpected input that the program is not designed to process.






37. Symbols that can be invoked or used by other code in a different unit. All non inline class member functions and variables - non-static non-member functions and variables defined within a .cpp file






38. Initialized heap memory.






39. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.






40. When you type in an object - you can see its attributes.






41. A function that can load a library






42. What is part of the current scope.






43. A collection of memory addresses for all virtual functions in an objects class hierarchy.






44. Whats displayed to the screen






45. When exporting a dll - the names of the functions are changed. This is knwon as ____________.






46. Adds files to the repository.






47. No man's land. Guard bytes before the after allocated heap memory.






48. When a class is defined within another class.






49. Function doesn't exist.






50. A pointer or reference. One object needs to know about the other object to work.






Can you answer 50 questions in 15 minutes?



Let me suggest you:



Major Subjects



Tests & Exams


AP
CLEP
DSST
GRE
SAT
GMAT

Most popular tests