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 [2011/07/09 22:51] – external edit 127.0.0.1study_questions_lucky_dip_creation [2017/01/01 20:05] (current) – external edit 127.0.0.1
Line 39: Line 39:
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** LifeQ1Whose fault should you always assume it is? **+/Added 20117012 *
 + 
 +** WebC2L1Q2What must an HTML server control be located inside to operate correctly? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: Your own fault.+Answer: A form element that has the //runat="server"// attribute.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** LifeQ2When things are shit, what question should you ask? **+/Added 20117012 *
 + 
 +** WebC2L1Q3What are the three methods of setting the properties of an HTML control? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: "What can **I** do about it?"+Answer: Source view, design view and programmatically in code.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** LifeQ3: What is the effect affect usage mnemonic? **+/Added 20117012 */ 
 + 
 +** WebC2L1Q4: In which event on what object should dynamically created controls be created? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: VANE - **V**erb **A**ffect **N**oun **E**ffect+Answer: The Init event on the page object.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** FractalQ1: What should be done first if a layer is too 'busy' or has lot of noise? **+/Added 20117012 *
 + 
 +** WebC2L1Q5: What order are events from web page raised on the server side? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: Lower the bailout parameter on the formula tab.+Answer: The event that caused the postback is processed last.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** FractalQ2: What should be done if a layer has 'black holes'? **+/Added 20117012 *
 + 
 +** WebC2L1Q6: What property on a control should be set to minimize the size of the //ViewState// data? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: Increase the Maximum Iterations parameter on the formula tab.+Answer: The //EnableViewState// should be set to //false//.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** ITQ1: What is the definition of third normal form? **+/Added 20117012 *
 + 
 +** WebC2L1Q7: What are the five main page events, in the order they occur? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: "Every non-key attribute must provide a fact about the keythe whole key, and nothing but the key." +Answer: //Page_PreInit////Page_Init////Page_Load//, //Page_PreRender// and //Page_Unload//
- +
-/* --== Answer Question separator ==-- */ +
- +
-** ITQ2: What is Brooks' Law? ** +
- +
-/* --== Question Answer separator ==-- */+
  
-Answer"Adding resources to a late project makes it later."+==== Lesson 2 Exploring Common Web Server Controls ====
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** ITQ3: What is the Unicode number for the snowman character? **+/Added 20117012 */
  
-/--== Answer Question separator ==-- *+** WebC2L2Q1: What are two differences between the //Literal// control and the //TextBox// control? **
- +
-** PragPreQ1: What is the most basic characteristic of a Pragmatic Programmer? **+
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: They care about their craft.+Answer:
  
-/* --== Answer Question separator ==-- */+  * The //Literal// control does not support styles, themes, and skins. 
 +  The //Literal// control does not inherit from //WebControl//.
  
-** PragPreQ2What are the five lesser characteristics of a Pragmatic Programmer? ** +===== Chapter 3Exploring Specialized Server Controls =====
- +
-/* --== Question Answer separator ==-- */+
  
-AnswerEarly adopter / fast adapter, Inquisitive, Critical thinker, Realistic, and Jack of all trades.+==== Lesson 1Exploring Specialized Web Server Controls ====
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** PragPreQ3How does one become a Pragmatic Programmer? **+/Added 20110823 *
 + 
 +** WebC3L1Q1What are the three modes of the //Literal// control? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: THINK! about one's work and continuously make many small improvements.+Answer: //PassThrough//, //Encode// and //Transform//.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** PragC1Q1: What is the 'Broken Window Theory' and how does it apply to software development? **+/Added 20110823 *
 + 
 +** WebC3L1Q2: What is the advantage of using the //Table//, //TableRow// and //TableCell// controls over using straight HTML markup? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: ...+Answer: The ability to add rows and cells programmatically.
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** PragC1Q2: What type of soup should you make when being a catalyst for change? **+/Added 20110824 *
 + 
 +** WebC3L1Q3: What web control should be used if clicking on an image is required? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-HintStone soup or frog soup.+Answer//ImageButton// or //ImageMap//.
  
-Answer: Stone soup.+===== Replacements =====
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** PragC1Q3Great software today is often preferable to what? **+/Added 20110708 *
 + 
 +** WebC1L3Q1What are the five levels, in order, of the ASP.NET configuration hierarchy? **
  
 /* --== Question Answer separator ==-- */ /* --== Question Answer separator ==-- */
  
-Answer: Perfect software tomorrow.+Answer: Global machine, root default web, web site, web application, sub-directory. 
  
 /* --== Answer Question separator ==-- */ /* --== Answer Question separator ==-- */
  
-** PragC1Q4: Perfect software tomorrow is often less preferable to what? ** +/* Added 20100620 */
- +
-/* --== Question Answer separator ==-- */ +
- +
-Answer: Great software today. +
- +
-/* --== Answer Question separator ==-- */+
  
-** PragC2Q1When does software maintenance begin and why? **+** 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: Software maintenance begins as soon as coding startsbecause things keep changing (requirements and our understanding of themenvironmentsknowledge etc.)+Answer: ControllersModelsViewsScripts, Content and App_Data.
  
 {{tag>procedure lucky_dip study_questions exam}} {{tag>procedure lucky_dip study_questions exam}}
study_questions_lucky_dip_creation.1310251887.txt.gz · Last modified: 2017/01/01 19:54 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki