study_questions_lucky_dip_creation
Differences
This shows you the differences between two versions of the page.
study_questions_lucky_dip_creation [2009/09/03 00:53] – 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 -> Lucky Dip, 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. 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. | + | |
- | + | ||
- | 19. Select everything and paste into the master StudyQuestions file. | + | |
===== Questions To Be Lucky Dipped ===== | ===== Questions To Be Lucky Dipped ===== | ||
Line 82: | Line 39: | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C4L5Q3: What are the three non-specialised, | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q2: What must an HTML server control be located inside to operate correctly? ** | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | + | ||
- | - //ArrayList//, | + | |
- | - //Queue//, equivalent to // | + | |
- | - //Stack//, equivalent to // | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** PragC2Q16: What is code that glows in the dark? ** | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q3: What are the three methods of setting | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** PragC2Q17: What are the four aspects of code that tracer code should share with production code and what is the one aspect that it does not? ** | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q4: In which event on what object should dynamically created controls be created? ** | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | Shared: error checking, structuring, | + | /* --== Answer Question separator ==-- */ |
- | Not shared: Full functionality. | + | /* Added 20117012 */ |
- | /* --== Answer Question separator ==-- */ | + | ** WebC2L1Q5: What order are events from a web page raised on the server side? ** |
- | + | ||
- | ** PragC2Q18: What are the five advantages of tracer code? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | + | ||
- | * Users get to see something early. | + | |
- | * Develops a build structure to work in. | + | |
- | * Creates an integration platform. | + | |
- | * Creates something to demonstrate. | + | |
- | * Creates a better feel for progress. | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** PragC2Q19: What is the difference between tracer code and prototyping? ** | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q6: What property on a control should be set to minimize the size of the // | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C3L1Q2: In a regular expression, what is a lazy quantifier and how is one specified? ** | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L1Q7: What are the five main page events, in the order they occur? ** | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
+ | |||
+ | ==== Lesson 2: Exploring Common Web Server Controls ==== | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C7L1Q11: What should | + | /* Added 20117012 |
+ | |||
+ | ** WebC2L2Q1: What are two differences between the //Literal// control and the //TextBox// control? ** | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | /* --== Answer Question separator ==-- */ | + | * The //Literal// control does not support styles, themes, and skins. |
+ | | ||
- | ** C7L1Q12: Which thread state can a thread not return to once it has left it? ** | + | ===== Chapter 3: Exploring Specialized Server Controls ===== |
- | /* --== Question Answer separator | + | ==== Lesson 1: Exploring Specialized Web Server Controls ==== |
- | + | ||
- | Answer: // | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C7L1Q13: Which thread state can a thread not leave once it has entered it? ** | + | /* Added 20110823 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: // | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** C7L1Q14: Which thread state is a newly created thread in? ** | + | ** WebC3L1Q1: What are the three modes of the //Literal// control? ** |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: //Unstarted// | + | Answer: //PassThrough//, //Encode// and // |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C7L1Q15: What happens to a thread' | + | /* Added 20110823 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC3L1Q2: What is the advantage of using the //Table//, //TableRow// and //TableCell// controls over using straight HTML markup? ** |
- | + | ||
- | Answer: At first, nothing. Then, when the thread __responds__ to the call and actually starts running, it changes to //Running//. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C7L1Q16: What happens to a thread' | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C7L1Q17: What happens to a thread' | + | /* Added 20110824 |
- | /* --== Question Answer separator ==-- */ | + | ** WebC3L1Q3: What web control should be used if clicking on an image is required? ** |
- | + | ||
- | Answer: At first the thread' | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | + | ||
- | ** C7L1Q18: What can trigger a thread to change its state to //Running//? ** | + | |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | * The thread responds to a // | + | ===== Replacements ===== |
- | * Another thread calls // | + | |
- | * TODO: there may be a third. | + | |
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** C7L1Q19: How can a thread enter the // | + | /* Added 20110708 |
+ | |||
+ | ** WebC1L3Q1: What are the five levels, in order, of the ASP.NET configuration hierarchy? ** | ||
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
- | * The thread calls // | ||
- | * The thread calls // | ||
- | * The thread calls // | ||
- | |||
- | ** PragC2Q20: What are seven types of things that are good to prototype? ** | ||
- | |||
- | /* --== Question Answer separator ==-- */ | ||
- | |||
- | Answer: Risky, untried, critical, unproven, experimental, | ||
/* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
- | ** PragC2Q21: What are six parts of a system that are good to prototype? ** | + | /* Added 20100620 |
- | + | ||
- | /* --== Question Answer separator ==-- */ | + | |
- | + | ||
- | Answer: | + | |
- | + | ||
- | - The architecture. | + | |
- | - New functionality in an existing system. | + | |
- | - The structure or contents of external data. | + | |
- | - Third-party tools or components. | + | |
- | - Performance issues. | + | |
- | - The user interface. | + | |
- | + | ||
- | /* --== Answer Question separator ==-- */ | + | |
- | ** PragC2Q22: What are four aspects of coding that can, when appropriate, | + | ** MvcC1Q1: What are the six top-level directories, created by default |
/* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
- | Answer: | + | Answer: |
{{tag> | {{tag> |
study_questions_lucky_dip_creation.1251939209.txt.gz · Last modified: 2017/01/01 19:54 (external edit)