1 / 8

Introduction to Course Material Version 1.1

Introduction to Course Material Version 1.1. 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

erno
Télécharger la présentation

Introduction to Course Material Version 1.1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Course Material Version 1.1

  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# 2008 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/Spring 2010/CS1400 • Syllabus • Slides • Example Code • Exams • Labs • Etc. • FileZilla - http://filezilla-project.org/ • Button “Download FileZilla Client”

  5. ResponseCard XR Unit • Purchase at UVU Bookstore $48.00 • Register – http://student.turningtechnologies.com • Program – First Name, Last Name, UVU ID, fairclde@uvu.edu • Homework Submission • 1400dennis@gmail.com • Take quiz

  6. Visual Studio C# 2008 Express • Download – www.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( )

More Related