User Tools

Site Tools


study_questions_lucky_dip_creation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

study_questions_lucky_dip_creation [2009/09/01 21:26] stephenstudy_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 and paste into Notepad++.+1. Copy the source of the questions.
  
-2. Remove the tag bit at the bottom.+2. Run the [[lucky_dip_processor]].
  
-3. In regular expression mode, replace+3. Goto the [[http://tallguyracing.com/wiki/doku.php?id=playground:playground|playgound]] and edit.
  
-<code>^====+.+====$</code>+4. Paste from the clipboard and save it.
  
-with nothing.+5. Select it (including the RSS XML Feed etc buttons).
  
-4In extended mode, replace+6. Open a **new** document in OpenOffice and paste the contents into it.
  
-<code>/* --== Answer Question separator ==-- */</code>+7. Set the Zoom to 73% (so that there are two pages per screen).
  
-with+8. Delete all the stuff at the top.
  
-<code><html>\n      </td>\n    </tr>\n    <tr>\n      <td width="50%">\n</html>\n</code>+9. Load styles -Lucky Dip, Text + Pages + Overwrite.
  
-5In extended mode, replace+10. Right click table -> Table... -> Text Flow tab -> Untick Allow row to break...
  
-<code>/* --== Question Answer separator ==-- */</code>+11. For each page,
  
-with+11.1. Put the cursor in the last row of the page.
  
-<code>\n<html>\n      </td>\n      <td width="50%">\n</html></code>+11.2. Click the Insert Row button lots.
  
-6Replace the first html element with+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.
-<html> +
-  <table border="1" width="100%"> +
-    <tr> +
-      <td width="50%"> +
-</html> +
-</code>+
  
-7Add this to end+12Highlight 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.
  
-<code html> +13. Print. Set the Input Tray to Tray 1.
-<html> +
-      </td> +
-    </tr> +
-</html> +
-</code>+
  
-8. Select all and copy to the clipboard.+===== Questions To Be Lucky Dipped =====
  
-9. Goto [[http://tallguyracing.com/wiki/doku.php?id=playground:playground]] and edit.+/* --== 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 that has the //runat="server"// attribute.
  
-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 in the last row of the page.+Answer: Source view, design view and programmatically in code.
  
-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. **Also**, look for numbered bullet lists in the right column of the even pages and reset the numbering.+/--== 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 ==-- */ /* --== Answer Question separator ==-- */
  
-** C4L5Q3: What are the three non-specialised, non-dictionary, non-generic collections and their generic equivalent? **+/Added 20117012 *
 + 
 +** WebC2L1Q5: What order are events from a web page raised on the server side? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer:+Answer: The event that caused the postback is processed last.
  
-  - //ArrayList//, equivalent to //List<>//+/--== Answer Question separator ==-- */
-  //Queue//, equivalent to //Queue<>//+
-  - //Stack//, equivalent to //Stack<>//.+
  
-/* --== Answer Question separator ==-- */+/* Added 20117012 */
  
-** PragC2Q16: What is code that glows in the dark? **+** WebC2L1Q6: What property on a control should be set to minimize the size of the //ViewState// data? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: Tracer code.+Answer: The //EnableViewState// should be set to //false//.
  
 /* --== 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 *
 + 
 +** WebC2L1Q7: What are the five main page events, in the order they occur? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: +Answer: //Page_PreInit////Page_Init////Page_Load//, //Page_PreRender// and //Page_Unload//
- +
-Shared: error checkingstructuringdocumentation and self-checking.+
  
-Not sharedFull functionality.+==== Lesson 2 Exploring Common Web Server Controls ====
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** PragC2Q18: What are the five advantages of tracer code? **+/Added 20117012 *
 + 
 +** WebC2L2Q1: What are two differences between the //Literal// control and the //TextBox// control? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
Line 120: Line 109:
 Answer: Answer:
  
-  * Users get to see something early+  * The //Literal// control does not support styles, themes, and skins
-  * Develops a build structure to work in. +  * The //Literal// control does not inherit from //WebControl//.
-  * Creates an integration platform. +
-  * Creates something to demonstrate. +
-  * Creates a better feel for progress.+
  
-/* --== Answer Question separator ==-- */ +===== Chapter 3Exploring Specialized Server Controls =====
- +
-** PragC2Q19What is the difference between tracer code and prototyping? ** +
- +
-/* --== Question Answer separator ==-- */+
  
-AnswerPrototyping generates disposable code. Tracer code is lean but complete and forms part of the skeleton of the final system.+==== Lesson 1Exploring Specialized Web Server Controls ====
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** C3L1Q2: In a regular expression, what is a lazy quantifier and how is one specified? **+/Added 20110823 */
  
-/--== Question Answer separator ==-- *+** WebC3L1Q1What are the three modes of the //Literal// control? **
- +
-AnswerA lazy quantifier will match as little of the searched string as possible. A lazy quantifier is specified by adding a '?' symbol immediately after the quantifier. +
- +
-/* --== Answer Question separator ==-- */ +
- +
-** C7L1Q11: What should the //Thread.ThreadState// property be used for? **+
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: Debugging only and not thread synchronisation.+Answer: //PassThrough//, //Encode// and //Transform//.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** C7L1Q12: Which thread state can a thread not return to once it has left it? ** +/* Added 20110823 */
- +
-/* --== Question Answer separator ==-- */ +
- +
-Answer: //Unstarted// +
- +
-/* --== Answer Question separator ==-- */+
  
-** C7L1Q13Which thread state can a thread not leave once it has entered it? **+** WebC3L1Q2What is the advantage of using the //Table//, //TableRow// and //TableCell// controls over using straight HTML markup? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: //Stopped//+Answer: The ability to add rows and cells programmatically.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** C7L1Q14: Which thread state is a newly created thread in? **+/Added 20110824 */
  
-/--== Question Answer separator ==-- *+** WebC3L1Q3: What web control should be used if clicking on an image is required? **
- +
-Answer: //Unstarted// +
- +
-/* --== Answer Question separator ==-- */ +
- +
-** C7L1Q15: What happens to a thread's state when another thread calls //Thread.Start// on it? **+
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: At first, nothing. Then, when the thread __responds__ to the call and actually starts running, it changes to //Running//+Answer: //ImageButton// or //ImageMap//.
- +
-/* --== Answer Question separator ==-- */ +
- +
-** C7L1Q16: What happens to a thread's state when another thread calls //Thread.Suspend// on it? ** +
- +
-/* --== Question Answer separator ==-- */+
  
-Answer: //Thread.Suspend// is depreciated and should not be used. But if it is, at first the thread's state changes to //SuspendRequested//. Then, when the thread __responds__ to the call, it changes to //Suspended//.+===== Replacements =====
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** C7L1Q17: What happens to a thread's state when another thread calls //Thread.Abort// on it? **+/Added 20110708 */
  
-/--== Question Answer separator ==-- *+** WebC1L3Q1What are the five levelsin order, of the ASP.NET configuration hierarchy? **
- +
-AnswerAt first the thread's state changes to //AbortRequested//. Thenwhen the thread __responds__ to the call, it changes to //Aborted//. +
- +
-/* --== Answer Question separator ==-- */ +
- +
-** C7L1Q18: What can trigger a thread to change its state to //Running//? **+
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer:+Answer: Global machine, root default web, web site, web application, sub-directory.
  
-  * The thread responds to a //Thread.Start// call. 
-  * Another thread calls //Thread.Resume// which is depreciated and should not be used. 
-  * TODO: there may be a third. 
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** C7L1Q19How can a thread enter the //WaitSleepJoin// state? **+/Added 20100620 *
 + 
 +** MvcC1Q1What are the six top-level directories, created by default when a new ASP.NET MVC project is created? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: +Answer: Controllers, Models, Views, Scripts, Content and App_Data.
- +
-  * The thread calls //Monitor.Wait// on another object. +
-  * The thread calls //Thread.Sleep//+
-  * The thread calls //Thread.Join// on another thread.+
  
 {{tag>procedure lucky_dip study_questions exam}} {{tag>procedure lucky_dip study_questions exam}}
study_questions_lucky_dip_creation.1251840414.txt.gz · Last modified: 2017/01/01 19:54 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki