study_questions_lucky_dip_creation
Differences
This shows you the differences between two versions of the page.
study_questions_lucky_dip_creation [2009/08/25 02:17] – 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. Set the Zoom to 73% (so that there are two pages per screen). | + | |
- | + | ||
- | 14. Delete all the crap at the top. | + | |
- | + | ||
- | 15. Load styles -> Wiki Export 2, Text + Pages + Overwrite. | + | |
- | + | ||
- | 16. Right click table -> Table... -> Text Flow tab -> Untick Allow row to break... | + | |
- | + | ||
- | 17. For each page, | + | |
- | + | ||
- | 17.1. Put the cursor in the last row of the page. | + | |
- | + | ||
- | 17.2. Click the Insert Row button lots. | + | |
- | + | ||
- | 17.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. | + | |
- | + | ||
- | 17.4. Delete the blank cells. | + | |
- | + | ||
- | 18. Modify the paragraph style 'Table Contents' | + | |
- | + | ||
- | 19. 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 to black. **Also**, look for numbered bullet lists in the right column of the even pages and reset the numbering. | + | |
- | + | ||
- | 20. Select everything and paste into the master StudyQuestions file. | + | |
===== Questions To Be Lucky Dipped ===== | ===== Questions To Be Lucky Dipped ===== | ||
- | ==== Lesson 1: Navigating the File System ==== | + | /* --== Answer Question separator |
- | /* --== Answer Question separator ==-- */ | + | /* Added 20117012 |
- | ** C2L1Q1: How do you enumerate the drives in a system? ** | + | ** 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 ==-- */ | ||
- | ** C2L1Q2: How do you enumerate | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q3: What are the three methods of setting | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | + | ||
- | - Create a new // | + | |
- | - Call the // | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C2L1Q3: How would you determine the size of a particular file in the file system? ** | + | /* Added 20117012 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | - Create a new // | + | |
- | - Examine the // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C2L1Q4: How do you copy a file? ** | + | ** WebC2L1Q4: In which event on what object should dynamically created controls be created? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | + | ||
- | - Create a new // | + | |
- | - Call the // | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C2L1Q5: What are the high level steps required to monitor a directory for changes? ** | + | /* Added 20117012 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | - Create a // | + | |
- | - Set the //Path// property. | + | |
- | - Register for the event that you are interested in. | + | |
- | - Set the // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C2L1Q6: How do you create | + | ** WebC2L1Q5: What order are events from a web page raised on the server side? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C11L1Q5: What must an assembly have before its trust can be increased? ** | + | /* Added 20117012 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC2L1Q6: What property on a control should be set to minimize |
- | + | ||
- | Answer: A strong name. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L2Q1: How can you programmatically signal | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C9L2Q3: Other than overriding methods and responding to events, what else needs to be done to create a custom // | + | /* Added 20117012 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Add the // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C11L2Q6: CAS declarations | + | ** WebC2L1Q7: What are the five main page events, |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | ** C7L1Q9: How do you prevent new threads from getting the execution context? ** | + | ==== Lesson 2: |
- | /* --== Question | + | /* --== Answer |
- | Answer: Call the //ExecutionContext.SurpressFlow// | + | /* Added 20117012 */ |
- | /* --== Answer Question separator ==-- */ | + | ** WebC2L2Q1: What are two differences between |
- | + | ||
- | ** C11L3Q9: What are the three security actions that are applicable to assembles | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
Line 192: | Line 109: | ||
Answer: | Answer: | ||
- | * //RequestRefuse// (assembly) is equivalent to //Deny// (class | + | * The //Literal// control does not support styles, themes, |
- | * //RequestOptional// (assembly) is equivalent to //PermitOnly// (class and methods). | + | * The //Literal// control does not inherit from //WebControl//. |
- | * // | + | |
- | /* --== Answer Question separator | + | ===== Chapter 3: Exploring Specialized Server Controls ===== |
- | ** C10L2Q5: What does the // | + | ==== Lesson 1: Exploring Specialized Web Server Controls ==== |
- | + | ||
- | Follow up question: How is it different from the // | + | |
- | + | ||
- | /* --== Question Answer separator | + | |
- | + | ||
- | Answer: It causes the debugger to step through the code for the class, method or property it decorates, and causes the debugger to ignore any breakpoints in the code. | + | |
- | + | ||
- | Follow up answer: The // | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q6: What does the // | + | /* Added 20110823 |
- | Follow up question: How is it different from the //DebuggerHidden// attribute? | + | ** WebC3L1Q1: What are the three modes of the //Literal// control? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | + | ||
- | Follow up answer: The //DebuggerHidden// attribute will cause debugger to ignore any breakpoints in the code. | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q7: How do you prevent | + | /* Added 20110823 |
+ | |||
+ | ** WebC3L1Q2: What is the advantage of using the //Table//, // | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q8: How do you prevent the debugger from breaking inside a class, method or property, but still stop on any breakpoints? | + | /* Added 20110824 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Add a // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C10L2Q9: How do you add a // | + | ** WebC3L1Q3: What web control should be used if clicking on an image is required? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | ==== Lesson 3: Working with Dictionaries | + | ===== Replacements ===== |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C4L3Q1: When iterating over a // | + | /* Added 20110708 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC1L3Q1: What are the five levels, in order, of the ASP.NET configuration hierarchy? ** |
- | + | ||
- | Answer: The order of the hash values. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C4L3Q2: What are the five non-generic dictionary collections and what is each used for? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | * // | ||
- | * // | ||
- | * // | ||
- | * // | ||
- | * // | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C4L3Q3: What type of object does a non-generic dictionary collection contain? ** | + | /* Added 20100620 |
+ | |||
+ | ** MvcC1Q1: What are the six top-level directories, | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
{{tag> | {{tag> |
study_questions_lucky_dip_creation.1251166625.txt.gz · Last modified: 2017/01/01 19:54 (external edit)