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. The linking is already done internally






2. Removes files from the repository.






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






4. When a conflict is fixed.






5. A reference. Has and delete dynamic memory. implies ownership (Association does not).






6. Input






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






8. Meetings used to create a release plan - which will lay out the overall project.






9. Inheritance between object.






10. Written by the customers as things that the system needs to do for them.






11. Downloads your changes and then merges.






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






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






14. You have to tell it to link






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






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






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






18. Freed heap memory.






19. Define a one-to-many dependency between objects so that when one object changes state - all its dependents are notified and updated automatically






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






21. Black Box - The way the program works is internally unknown.






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






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






24. Current view/ previous line.






25. Figure out what is feasible. Decide whether to use API's or to write from scratch.






26. A type of library that is used by the code






27. What is part of the current scope.






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






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






30. Use only through the interface of the object.






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






32. Functionality Tests.






33. When a class is defined within another class.






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






35. Initialized stack memory.






36. Simply a value.






37. Variable doesn't exist.






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






39. A group of code. unnamed can only be accessed within that translation unit - name can be accessed anywhere






40. Code generation in a lib






41. Code whatever it is you need to code.






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






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






44. Ignores files when pushing.






45. Formatted code standards.






46. Default branch within your repository.






47. Breaks encapsulation boundaries.






48. Views all previous changes.






49. When doing a - precise task.






50. Plan out your code.