Human Factors in Computer and Information Systems

Home Syllabus

 Project

Homework

VBprojects

Participants

Grades

Links

Visual Basic Project #3 : Some examples

08_20.jpg (198487 bytes) 14_16.jpg (97196 bytes) 25_34.jpg (136103 bytes) 27_40.jpg (89629 bytes) 31_32_38.jpg (95412 bytes)
Friedman, Zach
Roeum, Gary K
Li, Ya-Shian
Moy, Natalie
Ayan, Necip Fazil
Karagol-Ayan, Burcu
Chen, Tzu-Ting Joyce
Wen, Yu-Lin
Youssef, Moustafa
Ghanem,Nagia
Elnahrawy, Eiman
Source Code Source Code Source Code Source Code Source Code

TA's comments on VB#3

  • Average is 90.
  • The best error handling is error-prevention.
  • Use the relative path to the database source file rather than absolute path.
  • Properties of controls should be carefully set.

Visual Basic Project #2 : Some examples

bs03p2.jpg (114136 bytes) bs09p2.jpg (138825 bytes) bs25p2.jpg (142673 bytes) bs33p2.jpg (166250 bytes) bs42p2.jpg (129840 bytes)
Betten, Steven Frolov, Ann Ayan, Necip Fazil Hung, Edward Ruchir, Richesh
Horn, Christopher Giambalvo, Daniel Karagol-Ayan, Burcu Zhao, Haixia Mukherji, Sarani
Source Code Source Code Source Code Source Code Source Code

TA's comments on VB#2

  • Average is 94! ( Most of your projects are good enough to get "A". )
  • Enough error handling is required.( e.g. Number in name/ Alphabet character in room number should be checked.)
  • Number of steps should be minimized.
  • Properties of controls should be carefully set. ( Textbox control that is not accepting any input should be "read-only" )
  • Help mechanism should be in your interface. (This was considered in grading VB#2.)

Visual Basic Project #1 : Some examples

wpe1.gif (95785 bytes) wpe3.gif (43034 bytes) wpe5.gif (43880 bytes) wpe7.gif (108503 bytes)
Horn, Christopher Moy, Natalie Youssef, Moustafa Ruchir, Richesh

TA's comments on VB#1

  • Users can use all the functions of the product by using your interface.
  • Properties of controls should be carefully set. ( Textbox control that is not accepting any input should be "read-only" )
  • Only the controls working for the same group should be a group. All the groups of RadioButton(OptionButton) controls should be independent each other. Exclusive selection should work only within a group.
  • Help mechanism(button) should be in your interface.(This was not considered in grading VB#1.)