Course
              
          Discontinued
              No
          Course code
              CSIS 1175
          Descriptive
              Introduction to Windows Programming
          Department
              Computing Science & Information Systems
          Faculty
              Commerce & Business Administration
          Credits
              3.00
          Start date
                                                                                        End term
                                                                                        201410
                            PLAR
              Yes
          Semester length
              15 Weeks X 4 Hours per Week = 60 Hours
          Max class size
              35
          Contact hours
              Lecture:	2 Hours per week
Seminar:	2 Hours per week
Total:	4 Hours per week
          Method(s) of instruction
          Lecture
          Lab
          Seminar
              Learning activities
              Lecture, seminars, laboratory assignments, reading, and research
Course description
              This course introduces students to a programming environment and language.  It includes program design and fundamental building blocks for programming in Visual Basic .NET.  Topics cover forms, controls, properties management, events and event handlers, data types including arrays, control structures, functions and procedures, classes and objects.
Note: Students who have received credit for CISY1165 or CMPT1101 will not receive further credit for CSIS1175.
          Note: Students who have received credit for CISY1165 or CMPT1101 will not receive further credit for CSIS1175.
Course content
              - Programming in general
 - Program development cycle
- Programming tools – flowcharts, pseudocode
 
- Programming in Visual Basic
 - Forms, controls, properties, events
- Numbers, variables, constants
- Strings
- Input and output using text boxes
- Built-in functions – numeric functions, strings functions
 
- Procedures
 - Sub procedures
- Function procedures
- Scope of variables
- Value and reference parameters
 
- Decisions
 - Relational and logical operators
- IF-THEN blocks
- SELECT CASE blocks
 
- Repetitions
 - DO-WHILE and DO-UNTIL loops
- FOR-NEXT loops
 
- One-dimensional arrays
 - Creating and accessing arrays
- Passing arrays between procedures
 
- Classes and objects
 - Properties and methods
- Constructors and destructors
 
Optional Topics
- Files
- Graphics
- Printing
Learning outcomes
              The student will be able to:
- explain the process of program design and development
- design a GUI by using objects (forms and controls) and managing properties of controls
- design a program to solve a well-defined problem
- implement a program from a design using structured programming.
To implement a program, a student will be able to:
- explain what a form is, how to create it, and be able to manipulate the properties of a form
- explain what menus are and how to add them to a form
- explain what objects are, and be able to add controls to a form
- use the properties of a control and explain the events that can occur with a control
- explain the differences among the various data types
- explain the differences between variables and constants, and be able to use them in programs
- select appropriate scope for a variable, explain the differences between variables that are global to a project and those visible only to a form
- perform number and string manipulations including the use of built-in procedures
- explain how to accept input through input boxes
- format values for output using formatting functions and output boxes
- explain the purpose of procedures and be able to write reusable code in Sub procedures and Function procedures
- explain the role of parameters and be able to differentiate between value and reference parameters
- evaluate conditions using the relational operators and combine conditions using logical operators
- explain and code selection logic using IF-THEN and SELECT CASE statements
- explain and code looping routines DO-WHILE, DO-UNTIL, and FOR-NEXT
- explain what arrays are and use one-dimensional arrays to hold data
- pass arrays between procedures
- use object-oriented terminology correctly
- explain the difference between a class and an object
- create a class that has properties and methods
- use property procedures to set and retrieve properties of a class
- explain the difference between shared members and instance members
Means of assessment
              | Assignments (Minimum: 2) | 20%-30% | 
| Participation | 0%-5% | 
| Quizzes | 10%-30% | 
| Midterm Examination | 20%-30% | 
| Final Examination | 25%-40% | 
| Total | 100% | 
Textbook materials
              Textbooks and Materials to be Purchased by Students
Schneider, D.I., An Introduction to programming Using Visual Basic .NET. Latest Edition. Prentice Hall
OR
Shelly, Cashman, Quasney, Visual Basic .NET Comprehensive Concepts and Techniques. Latest Edition, Course Technology.
OR
Bradley, J. C., Millspaugh, A. C., Programming in Visual Basic .NET. Latest Edition. McGraw Hill.
Portfolio for programming assignments
Prerequisites
              MATH 1101 with a minimum grade of C- or Principles of Math 11 with a minimum grade of C, or approved equivalent.
Which prerequisite
              CSIS1275, CSIS2365