• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back
What is Dr. Bailes office?
459 Nicks Hall
Who is the teaching assistant and what is his/her name?

Mackenzie Eagan

EAGANM@goldmail.etsu.edu


What is the course website?
http://csciwww.etsu.edu/bailes/2210
What should your submission include?
.sln, .csproj, .cs, and other files in your assignment. Delete OBJ and BIN subfolders.
How would you name your submission?
2210-001-CampbellBrandon-Project1.zip
What are the five items that contribute to documentation?

File Documentation


Class Documentation


Method header documentation


Naming identifiers


Internal Documentation



What is File Documentation?
A block of comments that identifies the programmer, the course/section, and the project of which this code is a part.
What is Class Documentation
a block of comments that identifies the class and a brief, complete statement of its purpose.
What is Method Header Documentation?
Describes the purpose of the method and the use of each of its parameters.
What are Naming Identifiers?
Any item whose name you assign when developing your program. Identifiers whose names you provide include things such as, File Names, Class Names, Names of Variables, etc.
What is Internal Documentation?
Documentation within the code itself.
What are the penalties for missing documentation?

One File, Class, or Method - 5% reduction


Two - 10% reduction


Three - 25% reduction


Four or More - 50% reduction

What are the two add-ons you need to add to Visual Studio?
Ghost Doc & Productivity Power Tools
Depending on how many times the class meets per week, how many days may you miss without penalty?

Once per week - 1 day (then 5 pts per abs.)


Twice per week - 2 days (then 7.5 pts per abs.)


Thrice per week - 3 days (then15 pts per abs.)

How is late work penalized?
10 pts per day late up to 5 days, then not accepted.
How are bonus points handled?
2 pts per day early up to 5 days (10 pts)
What percentage of the class must you be present for?
100%
What are the percentages of grading?
Tests – 45%Quizzes – 20%Lab Assignments – 30%Homework/Writing – 5%
What book is used for this course?
Modern Software Development Using C#.NET