Download presentation
Presentation is loading. Please wait.
Published byBarnaby Harrell Modified over 9 years ago
1
Introduction to Course Material
2
Objectives Course requirements and objectives - Exams - HW (Labs) - Quizzes How to access to FTP site How to register ResponseCard XR unit How to enter data in ResponseCard XR unit How to download and install Visual Studio C# 2009 Express How to create a C# program
3
Course Requirements 2 Midterm Exams if you take both drop lowest Final Exam must pass with 60% to pass course Homework Programs (Labs) –1 week after assigned date –1 week grace period –Must turn in all Labs Quiz at the start of every class
4
Course Materials - FTP ftp://cseftp.tc.uvu.edu –cns/fairclde/Fall 2009/CS1400 Syllabus Slides Example Code Exams Etc.
5
ResponseCard XR Unit Purchase at UVU Bookstore $48.00 Register – http://student.turningtechnologies.com http://student.turningtechnologies.com Program – First Name, Last Name, UVU ID Take quiz
6
Visual Studio C# 2009 Express Download – www.msdn.comwww.msdn.com –Follow Instructions
7
Creating a C# Program File New Project C# Console Application
8
C# Program Code using System; void Main() { Console.WriteLine(“Hello world”); Console.ReadLine( ); }//End Main( )
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.