Quiz - Study Guide

The test will be Tuesday, March 21

It will be a combination short answers and multiple choice.

It will only cover the common commands, objects we have used in our first projects

Key Overall Concepts

  • What are static versus dynamic pages
  • What is n-tier and how do we incorporate 3 of those tiers, what files in a typical ASP web site are found in each tier
  • DNS does what?
  • IIS and Apache are examples of what software
  • What are the basic folders / file types found in a web project
  • Name several purposes for the web.config file
    • Think in terms of Authenication
    • Database Access
  • Why do we create smaller web configs in sub folders?

Objects, what are the common properties for each of the following

  • Labels
  • Text boxes
  • Radio buttons / versus radio button lists (selectedValue, selectedItem, selectedIndex)
  • Drop down lists
  • Buttons
  • Validation controls we have used
  • GridViews, basic components
  • What is a template in the GridView and purpose
  • What is the primary use of a panel

Style Sheet Concepts

  • What does CSS mean?
  • What folder are style sheets generally stored?
  • Does the style sheet go on each child page as well as master page
  • How does a Master Page fit into the concept of styles?

Variable Types

  • What are the common variable types, and where do they have value?
  • What are the ASP/C# variable types and what are the same types in SQL?
  • What is the purpose of a cookie, and where is it stored

SQL

  • What are the common field(attribute) types
  • Why a primary key
  • What is the identity property
  • What is a stored procedure and why is it important to use?
  • How do you create a stored procedure
  • Why is it important to track roles in a database and on users?