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. A measure of logical dependency.






2. A function that can load a library






3. Downloads without merging.






4. Creates a spin-off of a repository for concurrent development.






5. Quick program.






6. Always do the simplest design that could possibly work.






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






8. Breaks encapsulation boundaries.






9. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.






10. Create a test and then create a function.






11. Fix any problems and then repeat the process.






12. Bad! Don't ever use these types of variables!






13. Initialized stack memory.






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






15. No more than 40 hours to stop burnouts.






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






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






18. A set of creation and initialization steps useful for a set of different related tests.






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






20. Link multiple projects together






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






22. Functionality Tests.






23. Downloads your changes and then merges.






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






25. Variable doesn't exist.






26. Current view/ previous line.






27. Valid input that the program is designed to process.






28. Stops when memory changes.






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






30. Whats displayed to the screen






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






32. Try to find the flaws in your code.






33. CONSTANT






34. Undo changes made since your last commit.






35. Having power over inheritance with the flexibility of composition.






36. STOP!!






37. When a concrete class inherits from a pure interface.






38. Views all previous changes.






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






40. Concept based on limiting the scope of modules to provide better structures.






41. Uploads changes to your current branch.






42. The default nickname for the remote repository.






43. Puts all headers into a master header.






44. 2 Eyes + 2 Minds = AWESOME!






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






46. Weak relationship between two classes. Almost always results in a #include.






47. You have to tell it to link






48. Function doesn't exist.






49. Ignores files when pushing.






50. Current line that is executing.