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. When you type in an object - you can see its attributes.






2. Current view/ previous line.






3. Allows you to switch your working copy to another branch.






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






5. Will execute all code paths and boundary conditions.






6. Puts all headers into a master header.






7. Input






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






9. 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.






10. Meetings at the beginning of each iteration to produce a plan of programming tasks.






11. When we remove redundant or obsolete designs and replace them with a new.






12. When a conflict is fixed.






13. Function doesn't exist.






14. Removes files from the repository.






15. You have to tell it to link






16. Compose objects into tree structures to represent part-whole hierarchies. Lets clients treat individual objects and compositions of objects uniformly.






17. Separating out a section of code into a reusable function or class.






18. How many objects that a source object can legitimately reference.






19. Stand up meetings show who will be valuable and needed.






20. Copies all changes from one branch into another branch.






21. Ask questions and obtain the details and requirements given.






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






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






24. Portioning your changes to commit by inserting them into the index.






25. STOP!!






26. Ensure a class only has one instance - and provide a global point of access to it






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






28. Freed heap memory.






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






30. No more than 40 hours to stop burnouts.






31. Ignores files when pushing.






32. Ability to withstand change and what the effects are.






33. Formatted code standards.






34. Current line that is executing.






35. Developers should be integrated and releasing code into the code repository every few hours.






36. Makes a project compile in order of who is dependent on what






37. Inheritance between object.






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






39. Breaks encapsulation boundaries.






40. Use only through the interface of the object.






41. Bookmark of a revised set with a title. For easy checkouts.






42. The linking is already done internally






43. Try to find the flaws in your code.






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






45. Keeps a team using a similar naming convention for things.






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






47. Italicized in UML.






48. Provide a unified interface to a set of interfaces in a subsystem. Defines a higher-level interface that makes the subsystem easier to use.






49. Whats displayed to the screen






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