study_questions_lucky_dip_creation
Differences
This shows you the differences between two versions of the page.
study_questions_lucky_dip_creation [2009/08/08 06:41] – 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 ==-- */ | + | /* Added 20117012 |
- | ** C10L2Q1: How can you programmatically signal a break to the debugger? ** | + | ** WebC2L1Q2: What must an HTML server control be located inside |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q2: How do you prevent a member from appearing in the variable watch window while debugging? ** | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q3: What are the three methods of setting | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q3: How do you specify | + | /* Added 20117012 |
+ | |||
+ | ** 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 ==-- */ | ||
- | ** C10L2Q3: What does the // | + | /* Added 20117012 |
+ | |||
+ | ** 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 ==-- */ | ||
- | ** C10L2Q4: 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 ==-- */ | + | |
- | ** C10L2Q5: How do you prevent the debugger from breaking inside a class, method or property, even if there is a breakpoint? ** | + | ** WebC2L1Q6: What property |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L2Q6: How do you cause the debugger to automatically step over a section of code? ** | + | /* Added 20117012 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC2L1Q7: What are the five main page events, in the order they occur? ** |
- | + | ||
- | Answer: Add a // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L2Q7: What does the // | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: //Page_PreInit//, //Page_Init//, |
- | ==== Lesson | + | ==== Lesson |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L3Q1: What is the difference | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L2Q1: What are two differences | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | /* --== Answer Question separator ==-- */ | + | * The //Literal// control does not support styles, themes, and skins. |
+ | | ||
- | ** C10L3Q2: What are the four primary methods of getting a reference to a process or processes? ** | + | ===== Chapter 3: Exploring Specialized Server Controls ===== |
- | + | ||
- | /* --== Question Answer separator | + | |
- | Answer: The // | + | ==== Lesson 1: Exploring Specialized Web Server Controls ==== |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L3Q3: How do you start an external executable from .NET code? ** | + | /* Added 20110823 |
+ | |||
+ | ** WebC3L1Q1: What are the three modes of the //Literal// control? ** | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: //PassThrough//, |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C10L3Q4: How do you start an external executable with command line arguments from .NET code? ** | + | /* Added 20110823 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC3L1Q2: What is the advantage of using the //Table//, //TableRow// and //TableCell// controls over using straight HTML markup? ** |
- | + | ||
- | Answer: Create or get a reference to a //ProcessStartInfo// object, set the //Arguments// property | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C10L3Q5: What object type should secure text be stored in? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | + | ||
- | ===== Pragmatic Programming ===== | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** PragC2Q4: What is a technique for avoiding or reducing imposed duplication? | + | /* Added 20110824 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC3L1Q3: What web control should be used if clicking on an image is required? ** |
- | + | ||
- | Answer: Code generation. | + | |
- | + | ||
- | ====== 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 ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | * Rigidity (changes cascade) | + | ===== Replacements ===== |
- | * 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 ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** Art1P4Q1: What kind of requirements changes cause design rot? ** | + | /* Added 20110708 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: Changes that introduce new and unplanned for __dependencies__. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** Art1P4Q2: What technique can be used to prevent degradation | + | ** WebC1L3Q1: What are the five levels, in order, |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | ====== IT Questions ====== | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** ITQ3: What is the Unicode number for the snowman character? ** | + | /* Added 20100620 |
- | < | + | ** MvcC1Q1: What are the six top-level directories, |
- | <span style=" | + | |
- | </ | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
{{tag> | {{tag> | ||
- |
study_questions_lucky_dip_creation.1249713701.txt.gz · Last modified: 2017/01/01 19:54 (external edit)