study_questions_lucky_dip_creation
Differences
This shows you the differences between two versions of the page.
study_questions_lucky_dip_creation [2009/09/07 01:18] – 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. | + | ===== Questions To Be Lucky Dipped ===== |
- | 9. Goto [[http:// | + | /* --== Answer Question separator ==-- */ |
- | 10. Paste from the clipboard and save it. | + | /* Added 20117012 */ |
- | 11. Select it (including the RSS XML Feed etc buttons). | + | ** WebC2L1Q2: What must an HTML server control be located inside to operate correctly? ** |
- | 12. Open a **new** document in OpenOffice and paste the contents into it. | + | /* --== Question Answer separator ==-- */ |
- | 13. Set the Zoom to 73% (so that there are two pages per screen). | + | Answer: A form element |
- | 14. Delete all the crap at the top. | + | /* --== Answer Question separator ==-- */ |
- | 15. Load styles -> Lucky Dip, Text + Pages + Overwrite. | + | /* Added 20117012 */ |
- | 16. Right click table -> Table... -> Text Flow tab -> Untick Allow row to break... | + | ** WebC2L1Q3: What are the three methods of setting the properties of an HTML control? ** |
- | 17. For each page, | + | /* --== Question Answer separator ==-- */ |
- | 17.1. Put the cursor | + | Answer: Source view, design view and programmatically |
- | 17.2. Click the Insert Row button lots. | + | /* --== Answer Question separator ==-- */ |
- | 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. | + | /* Added 20117012 |
- | 17.4. Delete the blank cells. | + | ** WebC2L1Q4: In which event on what object should dynamically created controls be created? ** |
- | 18. 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. | + | /* --== Question Answer separator ==-- */ |
- | 19. Select everything and paste into the master StudyQuestions file. | + | Answer: The Init event on the page object. |
- | ===== Questions To Be Lucky Dipped ===== | + | /* --== Answer Question separator |
+ | |||
+ | /* Added 20117012 */ | ||
+ | |||
+ | ** WebC2L1Q5: What order are events from a web page raised on the server side? ** | ||
+ | |||
+ | /* --== Question Answer separator | ||
- | ===== Chapter 3: The Basic Tools ===== | + | Answer: The event that caused the postback is processed last. |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** PragC3Q1: What are the three benefits | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q6: What property on a control should be set to minimize | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | | + | /* --== Answer Question separator ==-- */ |
- | * Leverage | + | |
- | * Easier testing | + | /* Added 20117012 */ |
+ | |||
+ | ** WebC2L1Q7: What are the five main page events, in the order they occur? ** | ||
+ | |||
+ | /* --== Question Answer separator ==-- */ | ||
+ | |||
+ | Answer: // | ||
+ | |||
+ | ==== Lesson 2: Exploring Common Web Server Controls ==== | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** PragC3Q2: What are three situations that make tracing statements invaluable? ** | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L2Q1: What are two differences between the //Literal// control and the //TextBox// control? ** | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
Line 102: | Line 109: | ||
Answer: | Answer: | ||
- | * Concurrent processes | + | * The //Literal// control does not support styles, themes, and skins. |
- | * Real-time systems | + | * The //Literal// control does not inherit from // |
- | * Event-based applications | + | |
+ | ===== Chapter 3: Exploring Specialized Server Controls ===== | ||
+ | |||
+ | ==== Lesson 1: Exploring Specialized Web Server Controls ==== | ||
+ | |||
+ | /* --== Answer Question separator ==-- */ | ||
+ | |||
+ | /* Added 20110823 */ | ||
+ | |||
+ | ** WebC3L1Q1: What are the three modes of the //Literal// control? ** | ||
+ | |||
+ | /* --== Question Answer separator ==-- */ | ||
+ | |||
+ | Answer: // | ||
+ | |||
+ | /* --== Answer Question separator ==-- */ | ||
+ | |||
+ | /* Added 20110823 */ | ||
+ | |||
+ | ** WebC3L1Q2: What is the advantage of using the //Table//, // | ||
+ | |||
+ | /* --== Question Answer separator ==-- */ | ||
+ | |||
+ | Answer: The ability to add rows and cells programmatically. | ||
+ | |||
+ | /* --== Answer Question separator ==-- */ | ||
+ | |||
+ | /* Added 20110824 */ | ||
+ | |||
+ | ** WebC3L1Q3: What web control should be used if clicking on an image is required? ** | ||
+ | |||
+ | /* --== Question Answer separator ==-- */ | ||
+ | |||
+ | Answer: // | ||
+ | |||
+ | ===== Replacements ===== | ||
+ | |||
+ | /* --== Answer Question separator ==-- */ | ||
+ | |||
+ | /* Added 20110708 */ | ||
+ | |||
+ | ** WebC1L3Q1: What are the five levels, in order, of the ASP.NET configuration hierarchy? ** | ||
+ | |||
+ | /* --== Question Answer separator ==-- */ | ||
+ | |||
+ | Answer: Global machine, root default web, web site, web application, | ||
+ | |||
+ | |||
+ | /* --== Answer Question separator ==-- */ | ||
+ | |||
+ | /* Added 20100620 */ | ||
+ | |||
+ | ** MvcC1Q1: What are the six top-level directories, | ||
+ | |||
+ | /* --== Question Answer separator ==-- */ | ||
+ | |||
+ | Answer: Controllers, | ||
{{tag> | {{tag> |
study_questions_lucky_dip_creation.1252286322.txt.gz · Last modified: 2017/01/01 19:54 (external edit)