study_questions_lucky_dip_creation
Differences
This shows you the differences between two versions of the page.
| study_questions_lucky_dip_creation [2009/09/20 22:18] – stephen | study_questions_lucky_dip_creation [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| 1. Copy the source of the questions. | 1. Copy the source of the questions. | ||
| - | 2. Run the //Lucky Dip Processor//. | + | 2. Run the [[lucky_dip_processor]]. |
| - | 3. Goto [[http:// | + | 3. Goto the [[http:// |
| 4. Paste from the clipboard and save it. | 4. Paste from the clipboard and save it. | ||
| Line 15: | Line 15: | ||
| 7. Set the Zoom to 73% (so that there are two pages per screen). | 7. Set the Zoom to 73% (so that there are two pages per screen). | ||
| - | 8. Delete all the crap at the top. | + | 8. Delete all the stuff at the top. |
| 9. Load styles -> Lucky Dip, Text + Pages + Overwrite. | 9. Load styles -> Lucky Dip, Text + Pages + Overwrite. | ||
| Line 39: | Line 39: | ||
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20117012 |
| - | ** C10L4Q8: What industry standard does the WMI use to represent systems, processes, networks, devices and enterprise components? ** | + | ** WebC2L1Q2: What must an HTML server control be located inside |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: | + | Answer: |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20117012 |
| - | ** C10L4Q9: The WMI architecture consists of what three tiers? ** | + | ** WebC2L1Q3: What are the three methods of setting the properties of an HTML control? ** |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: | + | Answer: |
| - | + | ||
| - | * Client software components. | + | |
| - | * The object manager. | + | |
| - | * Provider software components. | + | |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20117012 |
| - | ** C10L4Q10: What three things can applications use the WMI for? ** | + | ** WebC2L1Q4: In which event on what object should dynamically created controls be created? ** |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: | + | Answer: |
| - | + | ||
| - | * Enumerating or retrieving a collection of instance property data. | + | |
| - | * Querying for selected instance data. | + | |
| - | * Subscribing to events. | + | |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20117012 |
| - | ** C10L4Q11: What can the WMI instrumentation be used for? ** | + | ** 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 ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20117012 |
| - | ** C10L4Q12: What class or classes are used when gathering WMI class information? ** | + | ** WebC2L1Q6: What property on a control should be set to minimize the size of the // |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: //ManagementObject// and //ManagementClass//. | + | Answer: |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20117012 |
| - | ** C10L4Q13: What class or classes | + | ** WebC2L1Q7: What are the five main page events, in the order they occur? ** |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: //SelectQuery//, //ManagementObjectSearcher//, //WqlObjectQuery// and //ObjectQuery//. | + | Answer: //Page_PreInit//, //Page_Init//, //Page_Load//, |
| + | |||
| + | ==== Lesson 2: Exploring Common Web Server Controls ==== | ||
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20117012 |
| - | ** C10L4Q14: What class or classes | + | ** 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. |
| + | | ||
| - | /* Added 20090921 */ | + | ===== Chapter 3: Exploring Specialized Server Controls ===== |
| - | + | ||
| - | ** C10L4Q15: What class or classes are used when executing methods with WMI? ** | + | |
| - | + | ||
| - | /* --== Question Answer separator | + | |
| - | Answer: // | + | ==== Lesson 1: Exploring Specialized Web Server Controls ==== |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20110823 |
| - | ** C10L4Q16: What class or classes | + | ** WebC3L1Q1: What are the three modes of the //Literal// control? ** |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: //ManagementOperationObserver//. | + | Answer: //PassThrough//, |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20110823 |
| - | ** C10L4Q17: What class or classes are used when receiving events from WMI? ** | + | ** WebC3L1Q2: What is the advantage of using the //Table//, // |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: | + | Answer: |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20110824 |
| - | ** C10L4Q18: What class or classes are used when receiving events asynchronously from WMI? ** | + | ** WebC3L1Q3: What web control should be used if clicking on an image is required? ** |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: //EventArrivedEventArgs//, //EventArrivedEventHandler//, | + | Answer: //ImageButton// or //ImageMap//. |
| - | /* --== Answer Question separator | + | ===== Replacements ===== |
| - | + | ||
| - | /* Added 20090921 */ | + | |
| - | + | ||
| - | ** C10L4Q19: What class or classes are used when connecting to a remote computer with WMI? ** | + | |
| - | + | ||
| - | /* --== Question Answer separator | + | |
| - | + | ||
| - | Answer: // | + | |
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090921 | + | /* Added 20110708 |
| - | ** C10L4Q20: What class or classes | + | ** WebC1L3Q1: What are the five levels, in order, of the ASP.NET configuration hierarchy? ** |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: | + | Answer: |
| - | + | ||
| - | /* --== Answer Question separator ==-- */ | + | |
| - | + | ||
| - | /* Added 20090921 */ | + | |
| - | + | ||
| - | ** C10L4Q21: What class or classes are used when creating event providers with WMI instrumentation? | + | |
| - | + | ||
| - | /* --== Question Answer separator ==-- */ | + | |
| - | Answer: // | ||
| /* --== Answer Question separator ==-- */ | /* --== Answer Question separator ==-- */ | ||
| - | /* Added 20090922 | + | /* Added 20100620 |
| - | ** C10L4Q22: What class or classes | + | ** MvcC1Q1: What are the six top-level directories, |
| /* --== Question Answer separator ==-- */ | /* --== Question Answer separator ==-- */ | ||
| - | Answer: | + | Answer: |
| {{tag> | {{tag> | ||
study_questions_lucky_dip_creation.1253485082.txt.gz · Last modified: 2017/01/01 19:54 (external edit)
