study_questions_lucky_dip_creation
Differences
This shows you the differences between two versions of the page.
study_questions_lucky_dip_creation [2009/08/12 04:09] – stephen | study_questions_lucky_dip_creation [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Study Questions - Lucy Dip Creation ====== | ====== Study Questions - Lucy Dip Creation ====== | ||
- | 1. Copy the source of the questions | + | 1. Copy the source of the questions. |
- | 2. Remove | + | 2. Run the [[lucky_dip_processor]]. |
- | 3. In regular expression mode, replace | + | 3. Goto the [[http:// |
- | < | + | 4. Paste from the clipboard and save it. |
- | with nothing. | + | 5. Select it (including the RSS XML Feed etc buttons). |
- | 4. In extended mode, replace | + | 6. Open a **new** document in OpenOffice and paste the contents into it. |
- | < | + | 7. Set the Zoom to 73% (so that there are two pages per screen). |
- | with | + | 8. Delete all the stuff at the top. |
- | < | + | 9. Load styles -> Lucky Dip, Text + Pages + Overwrite. |
- | 5. In extended mode, replace | + | 10. Right click table -> Table... -> Text Flow tab -> Untick Allow row to break... |
- | < | + | 11. For each page, |
- | with | + | 11.1. Put the cursor in the last row of the page. |
- | < | + | 11.2. Click the Insert Row button lots. |
- | 6. Replace | + | 11.3. Copy and paste the all the cells on the first page to the second. Note that this will **overwrite** the cells, so if there are not some blanks leftover, undo and go back to 17.2. |
- | <code html> | + | 11.4. Delete the blank cells. |
- | < | + | |
- | <table border=" | + | |
- | < | + | |
- | <td width=" | + | |
- | </ | + | |
- | </ | + | |
- | 7. Add this to end | + | 12. Highlight the right columns of odd pages and the left columns of the even pages (inside ones if two pages are displayed at once), change the background colour |
- | <code html> | + | 13. Print. Set the Input Tray to Tray 1. |
- | < | + | |
- | </ | + | |
- | </ | + | |
- | </ | + | |
- | </ | + | |
- | + | ||
- | 8. Select all and copy to the clipboard. | + | |
- | + | ||
- | 9. Goto [[http:// | + | |
- | + | ||
- | 10. Paste from the clipboard and save it. | + | |
- | + | ||
- | 11. Select it (including the RSS XML Feed etc buttons). | + | |
- | + | ||
- | 12. Open a **new** document in OpenOffice and paste the contents into it. | + | |
- | + | ||
- | 13. Delete all the crap at the top. | + | |
- | + | ||
- | 14. Load styles -> Wiki Export 2, Text + Pages + Overwrite. | + | |
- | + | ||
- | 15. Right click table -> Table... -> Text Flow tab -> Untick Allow row to break... | + | |
- | + | ||
- | 16. For each page, | + | |
- | + | ||
- | 16.1. Put the cursor in the last row of the page. | + | |
- | + | ||
- | 16.2. Click the Insert Row button lots. | + | |
- | + | ||
- | 16.3. Copy and paste the all the cells on the first page to the second. Note that this will **overwrite** the cells, so if there are not some blanks leftover, undo and go back to 17.2. | + | |
- | + | ||
- | 16.4. Delete the blank cells. | + | |
- | + | ||
- | 17. Modify the paragraph style 'Table Contents' | + | |
- | + | ||
- | 18. Highlight the left columns of odd pages and the right columns of the even pages (outside ones if two pages are displayed at once), change the background colour to black. | + | |
- | + | ||
- | 19. Select everything and paste into the master StudyQuestions file. | + | |
===== Questions To Be Lucky Dipped ===== | ===== Questions To Be Lucky Dipped ===== | ||
- | |||
- | ==== Lesson 2: Debugging and Tracing ==== | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q1: How can you programmatically signal a break to the debugger? ** | + | /* Added 20117012 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Call the // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C10L2Q2: How do you prevent a member from appearing in the variable watch window while debugging? ** | + | ** WebC2L1Q2: What must an HTML server control be located inside to operate correctly? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q3: How do you specify what text will appear in the Value column of the variable watch window for a custom class while debugging? ** | + | /* Added 20117012 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC2L1Q3: What are the three methods of setting |
- | + | ||
- | Answer: Add a // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L2Q4: What does the // | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q5: What does the // | + | /* Added 20117012 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: It prevents the debugger from breaking inside a class, method or property, even if there is a breakpoint. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C10L2Q6: How do you prevent the debugger from breaking inside a class, method or property, even if there is a breakpoint? ** | + | ** WebC2L1Q4: In which event on what object should dynamically created controls be created? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q7: How do you cause the debugger to automatically step over a section of code? ** | + | /* Added 20117012 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC2L1Q5: What order are events from a web page raised on the server side? ** |
- | + | ||
- | Answer: Add a // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L2Q8: What does the // | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: The // | + | Answer: The event that caused |
- | + | ||
- | ==== Lesson 3: Monitoring Performance ==== | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L3Q1: What is the difference between the //Trace// class and the //Debug// class? ** | + | /* Added 20117012 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: The //Trace// class is implemented in both the release and debug builds, whereas //Debug// is only implemented in debug builds. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C10L3Q2: What are the four primary methods of getting | + | ** WebC2L1Q6: What property on a control should be set to minimize the size of the // |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: The //GetCurrentProcess//, //GetProcessById//, | + | Answer: The //EnableViewState// should be set to //false//. |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L3Q3: How do you start an external executable from .NET code? ** | + | /* Added 20117012 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC2L1Q7: What are the five main page events, in the order they occur? ** |
- | + | ||
- | Answer: Call the // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L3Q4: How do you start an external executable with command line arguments from .NET code? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Create or get a reference to a // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L3Q5: What object type should secure text be stored in? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: //SecureString// | + | Answer: //Page_PreInit//, |
- | ==== Lesson | + | ==== Lesson |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L4Q1: What are the four most important members of the // | + | /* Added 20117012 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC2L2Q1: What are two differences between the //Literal// control |
- | + | ||
- | Answer: //ManagementQuery//, | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L4Q2: What does //WMI// stand for? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Windows Management Instrumentation. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L4Q3: What are the two steps to retrieve information from the WMI? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
Line 214: | Line 109: | ||
Answer: | Answer: | ||
- | | + | |
- | | + | |
- | /* --== Answer Question separator | + | ===== Chapter 3: Exploring Specialized Server Controls ===== |
- | + | ||
- | ** C10L4Q4: What needs to be selected from to enumerate the logical drives? ** | + | |
- | + | ||
- | /* --== Question Answer separator | + | |
- | Answer: // | + | ==== Lesson 1: Exploring Specialized Web Server Controls ==== |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L4Q5: What needs to be selected from to enumerate the network adapters? ** | + | /* Added 20110823 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC3L1Q1: What are the three modes of the //Literal// control? ** |
- | + | ||
- | Answer: //Win32_NetworkAdapterConfiguration// | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L4Q6: What needs to be selected from to enumerate the Windows Services? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: //Win32_Service// | + | Answer: //PassThrough//, //Encode// and // |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L4Q7: What class would be used to respond a change in the WMI? ** | + | /* Added 20110823 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: // | + | |
- | + | ||
- | ==== Lesson 1: Understanding Code Access Security ==== | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C11L1Q1: What does CAS stand for? ** | + | ** WebC3L1Q2: What is the advantage of using the //Table//, // |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C11L1Q2: What is the relationship between evidence, code groups and permission sets? ** | + | /* Added 20110824 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC3L1Q3: What web control should be used if clicking on an image is required? ** |
- | + | ||
- | Answer: The evidence that an assembly has determines what code group or groups it belongs to. The code group or groups determines what permission set or sets it gets. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L1Q3: What are the two types of evidence? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: //ImageButton// or //ImageMap//. |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L1Q4: What are the three CAS policy levels and which one would you most commonly use? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Enterprise, machine and user. Machine policy is the most commonly used. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L1Q5: What must an assembly have to increase its trust? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | Answer: A strong name. | + | ===== Replacements ===== |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C11L1Q6: As a developer, the permission set assigned to the My_Computer_Zone should be changed from what to what? ** | + | /* Added 20110708 |
- | Follow up question: Why should it be changed? | + | ** WebC1L3Q1: What are the five levels, in order, of the ASP.NET configuration hierarchy? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | Follow up answer: Full Trust completely skips all CAS statements in code. The Everything permission set has similar permissions, | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C11L1Q7: What is the command line utility for maintaining CAS settings? ** | + | /* Added 20100620 |
- | /* --== Question Answer separator ==-- */ | + | ** MvcC1Q1: What are the six top-level directories, |
- | + | ||
- | Answer: Caspol.exe - **C**ode **A**ccess **S**ecurity **POL**icy tool. | + | |
- | + | ||
- | ==== Lesson 2: Using Declarative Security to Protect Assemblies ==== | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L2Q5: What are the three // | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L2Q6: CAS declarations are in what type of assemblies? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Fully trusted assemblies (or assemblies with the Full Trust permission set). | + | |
- | + | ||
- | ==== Lesson 3: Using Declarative and Imperative Security to Protect Methods ==== | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q1: How many declarative CAS security actions are available for assemblies and how many are available for methods? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Three for assemblies, six for methods. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q2: What are the three declarative CAS security actions for assemblies? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q3: What are the six declarative CAS security actions for methods? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: //Assert//, //Demand//, //Deny//, // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q4: What is the difference between the //Demand// CAS security action and the // | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: //Demand// checks the security of __all__ the callers, // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q5: Which class is used to specify what to check for in a declarative permission statement and which is used in an imperative permission statement? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Declarative permission statements use // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q6: How should a method __check__ if it has a particular CAS permission? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Call the // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q7: Which two security actions __reduce__ CAS permissions for a method and what is the difference between the two? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: //Deny// and // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q8: Which two security actions __reduce__ CAS permissions for an assembly and what is the difference between the two? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q9: //Deny// and // | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q10: // | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: //Deny// and // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C11L3Q11: As the security action //Assert// can only be used once in a method, how can multiple CAS permissions be asserted? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Add the permissions to a // | + | |
- | + | ||
- | ====== Pragmatic Programming ====== | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q4: What is a technique for avoiding or reducing imposed duplication? | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Code generation. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q5: What is Meyer' | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | //"All services offered by a module should be available through a uniform notation, which does not betray whether they are implemented through storage or through computation."// | + | |
- | + | ||
- | or | + | |
- | + | ||
- | //" | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q6: What are two techniques for avoiding or reducing inadvertent duplication? | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Normalise the data and don't store what can be calculated. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q7: What should be done if the //DRY// principle needs to be violated for performance reasons? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Ensure the violation is not exposed to the outside world by keeping it contained with in the class. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q8: How do you avoid impatient duplication? | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Discipline. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q9: What adage relates to impatient duplication? | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | //" | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q10: What is orthogonality? | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Independence or decoupling. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q11: What are the two major benefits of orthogonality? | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Increased productivity and reduced risk. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** PragC2Q12: How can you get an informal measurement of how orthogonal a team is? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Determine how many people __need__ to be involved in discussing each change that is requested. The less people, the more orthogonal and better off the team is. | + | |
- | + | ||
- | ** PragC2Q13: How can low orthogonality affect a team? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Confusion over responsibilities leading to bickering. | + | |
- | + | ||
- | ====== Article 1: Design Principles and Design Patterns, Robert C. Martin ====== | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P2Q1: What are the four primary symptoms of rotting design? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | * Rigidity (changes cascade) | + | |
- | * Fragility (breaks whenever it is changed) | + | |
- | * Immobility (inability to reuse software from other projects or part of the system) | + | |
- | * Viscosity (easier for the engineers to break the design with hacks rather than preserve it) | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P4Q1: What kind of requirements changes cause design rot? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Changes that introduce new and unplanned for __dependencies__. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P4Q2: What technique can be used to prevent degradation of the dependency architecture? | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Dependency firewalls. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P4Q3: What is the Open Closed Principle and who came up with it? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | //"A module should be open for extension, but closed for modification."// | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P5Q1: What is the key to the OCP? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Abstraction. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P8Q1: What is the Liskov Substitution Principle | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | //" | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P8Q2: What is the canonical example of the subtleties of the LSP? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: The Circle / Ellipse dilemma. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P12Q1: Violations of the LSP are also what? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Violations of the OCP. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** Art1P12Q2: What is the Dependency Inversion Principle? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | //" | + | |
- | + | ||
- | + | ||
- | ====== Life Questions ====== | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** LifeQ3: What is the effect / affect usage mnemonic? ** | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: VANE - **V**erb **A**ffect **N**oun **E**ffect | + | |
- | + | ||
- | ====== IT Questions ====== | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** ITQ3: What is the Unicode number for the snowman character? ** | + | |
- | + | ||
- | < | + | |
- | <span style=" | + | |
- | </ | + | |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: 2603 (Hex). | + | |
{{tag> | {{tag> | ||
- |
study_questions_lucky_dip_creation.1250050162.txt.gz · Last modified: 2017/01/01 19:54 (external edit)