SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
SWA - Software Architecture
Start Test
Study First
Subjects
:
certifications
,
swa
,
it-skills
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. Plan out your code.
Show Log
Origin
Design
Generalization
2. Classes build off of each other.
Modularity
Metaphor
Dependency
Composition
3. The default nickname for the remote repository.
Origin
Aggregation
.lib - preprocessor directive
Polymorphism
4. Encapsulates a request as an object - thereby letting you parameterize clients with different requests - queue or log requests - and support undoable operations.
Command
Polymorphism
Iteration Planning
Test Fixture
5. A function that can load a library
.dll LoadLibrary
Track
Flexibility
.lib - project properties
6. Put this before a function name in a dll - and the function name will avoid name mangling
extern "C"
Factory Method
White-Box
Coding
7. Code generation in a lib
Delegation
Law of Demeter
.lib - code generate
Abstraction
8. Functionality Tests.
Static
Acceptance Tests
Command
Test Fixture
9. Black Box - The way the program works is internally unknown.
Navigability
Cherry Pick
Hierarchy
Functional
10. Helps to eliminate unnecessary "include chaining."
Breakpoint
Forward Declaration
Translation Unit
Black-Box
11. Undo changes made since your last commit.
Revert
Access Violation
Undeclared Identifier
.lib - project properties
12. Creates a copy of your current branch into a remote branch.
Master
Functional
Navigability
Export
13. Creates a spin-off of a repository for concurrent development.
Metaphor
Branch
Cohesion
Coding
14. Current view/ previous line.
.dll import library
Requirements
.dll explicit linking
Autos
15. The linking is already done internally
.dll implicit linking
Access Violation
View
.dll LoadLibrary
16. Current line that is executing.
Controller
Execution Pointer
Factory Method
0xFEEEFEEE
17. Quick program.
Locals
Fetch
Undeclared Identifier
Spike Solution
18. Connection between a local brand and a remote branch.
Unit Test First
Track
Nesting
.dll implicit linking
19. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.
Negative Test Case
.dll implicit linking
Hierarchy
Realization
20. Compose objects into tree structures to represent part-whole hierarchies. Lets clients treat individual objects and compositions of objects uniformly.
Black-Box
.lib - project properties
Composite
extern "C"
21. NULL memory.
Virtual Function Table
0x00000000
Association
Requirements
22. Create a test and then create a function.
White-Box
Execution Pointer
.dll explicit linking
Unit Test First
23. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.
Dynamic Binding
Classifier Function
State
Translation Unit
24. Provide a unified interface to a set of interfaces in a subsystem. Defines a higher-level interface that makes the subsystem easier to use.
Simplicity
Fa
Realization
Tag
25. Invalid or unexpected input that the program is not designed to process.
Show Log
Data Breakpoint
Negative Test Case
Polymorphism
26. Use this to find a memory address or signiture in a dll
Export
Generalization
const
GetProcAddress
27. Views all previous changes.
Edit Conflict
Multiplicity
Static
Show Log
28. One of the linking methods (pragma comment)
.lib - preprocessor directive
40 Hour Work Week
Optimization Last
0x00000000
29. Meetings at the beginning of each iteration to produce a plan of programming tasks.
Branch
Function Object
Iteration Planning
Show Log
30. Allows you to switch your working copy to another branch.
Show Log
Function Object
Checkout
Polymorphism
31. Italicized in UML.
Acceptance Tests
Abstract Function
Static
Refactoring
32. Uploads all changes staged in the index list into the repository database.
Multiplicity
Flexibility
Simplicity
Commit
33. A group of code. unnamed can only be accessed within that translation unit - name can be accessed anywhere
Continuous Integration
Merge
Namespaces
Dependency
34. 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
Access Violation
External Linkage
Static
Test Fixture
35. Figure out what is feasible. Decide whether to use API's or to write from scratch.
Factory Method
Show Log
Analysis
Association
36. A set of creation and initialization steps useful for a set of different related tests.
Execution Pointer
Test Fixture
Globals
Requirements
37. Allows consumers to try a system earlier and give early feedback.
Acceptance Tests
Push
On-Site Customer
Simplicity
38. Concept based on limiting the scope of modules to provide better structures.
Law of Demeter
Release Planning
Realization
Singleton
39. Inheritance between object.
Composite
Generalization
Forward Declaration
Tag
40. Default branch within your repository.
40 Hour Work Week
Watch
Edit Conflict
Master
41. Initialized heap memory.
Realization
0xCDCDCDCD
Ignore
Unit Test First
42. Keeps a team using a similar naming convention for things.
Translation Unit
Dynamic Binding
Metaphor
View
43. Initialized stack memory.
0xCCCCCCCC
Spike Solution
Resolved
Test Fixture
44. Formatted code standards.
Test Fixture
Static
Robustness
Coding Standards
45. CONSTANT
Requirements
const
Composition
Classifier Function
46. A collection of memory addresses for all virtual functions in an objects class hierarchy.
Dynamic Binding
40 Hour Work Week
Virtual Function Table
Observer
47. Always do the simplest design that could possibly work.
Singleton
Forward Declaration
.lib - project properties
Simplicity
48. Makes a project compile in order of who is dependent on what
CRC Cards
.lib - code generate
Autos
.lib - project dependices
49. 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.
Globals
Internal Linkage
0xCDCDCDCD
Continuous Integration
50. Do not optimize until the very end.
Association
.lib - project dependices
Optimization Last
Cohesion