Results 1 to 4 of 4

Thread: vb.net design issues

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    1

    vb.net design issues

    Hey I have a few questions that I am stuck on, can anybody help me.

    Multiple Selection Constructs
    1)What is the form and type of the control expression?
    2)What segments are selectable (single, compound, sequential)?
    3)Is the entire construct encapsulated?
    4)Is execution flow through the structure restricted to include just a single selectable segment?
    5)What is done about unrepresented expression values?

    Iterative Statements
    1)How is iteration controlled?
    2)Where is the control mechanism in the loop?

    Counter-Controlled Loops
    1)What is the type and scope of the loop variable?
    2)What is the value of the loop variable at loop termination?
    3)Should it be legal for the loop variable or loop parameters to be changed in the loop body, and if so, does the change affect loop control?
    4)Should the loop parameters be evaluated only once, or once for every iteration?

    Logically-Controlled Loop
    1)Pretest or posttest?
    2)Should this be a special case of the counting loop statement (or a separate statement)?

  2. #2
    Lively Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    95
    are you trying to get someone to do your homework for you?

    Most of the answers you require depend on your tagret language, 5 minutes browsing the help file should give you all the answers.

  3. #3
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    what do these questions have to do with Architecture and design?
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  4. #4
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    ???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width