1 / 12

Introduction

Introduction. CMSC 104 Spring 2001 Problem Solving and Computer Programming. Am I in the right class?. CMSC 104 Assumes NO programming experience Does NOT count towards your CS major Prepares you for CMSC 201 CMSC 201 Assumes some programming experience First CMSC course for CS majors

trisha
Download Presentation

Introduction

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 CMSC 104 Spring 2001 Problem Solving and Computer Programming

  2. Am I in the right class? • CMSC 104 • Assumes NO programming experience • Does NOT count towards your CS major • Prepares you for CMSC 201 • CMSC 201 • Assumes some programming experience • First CMSC course for CS majors • More challenging

  3. Getting a GL Account at UMBC • You MUST have a GL account • Go to room ECS 020 (in the basement) and ask at the desk, OR • Using the Internet, go to: accounts.umbc.edu (NO www.) • Your account can be used in approximately 1/2 hour

  4. Changing your Unix password • Login by entering your id and password given on the sheet • At the Unix prompt type: passwd <Return> • You will be prompted for your new password; type it in and press <Return> • You will be asked to type the new password again

  5. Changing your Unix password (continued) • You will be given a message that the password has been changed • OR you will be given a message that rejects your new password • Passwords should be at least 5 characters long, should be something you will remember. • Your password will be rejected if it is a commonly used word or name

  6. Computer Science at UMBC • CSEE Administrative Offices • ECS 210 • CSEE Student Services Office • ECS 201 • CSCM (Sea Scum) • Computer Science Council of Majors • CSHC (Computer Science Help Center) • ECS 332 In the Mechanical Engr Dept.

  7. OIT Labs • The Office of Information Technology is responsible or all the computers • Labs: • ECS 021 -- PCs, MACs • ECS 005 -- SGI Workstations • ECS 104 -- PCs (but not 104A) • ECS 122A -- PCs • Print Dispatch -- ECS 019 (8 cents/page)

  8. OIT Labs (Cont'd) • Open, but sometimes reserved • ECS 333 -- PCs • ECS 336 -- MACs • Hours of Operations • Before 2/18, • Monday – Saturday 8:00am – midnight • Sunday 12:00 noon – midnight • 2/18 – end of semester, • Essentially 24 hours a day/ 7 days per week

  9. Consultants vs Tutors • OIT Labs are staffed by consultants • using software (pine, xrn, netscape, etc.) • some text editors (emacs, pico) • operating system commands (Unix) • cleaning floppy disks • communicating with UMBC computers • CSHC is staffed by tutors • Help with homework and projects • emacs and Unix questions • ECS 332 -- Hours to be announced

  10. telnet • Connect to your Internet Service Provider (ISP) • If using Windows 95/NT/98, • Click Start • Click Run • Type: telnet linux1.gl.umbc.edu

  11. Hardware & Software Needs • Do I need my own computer? • No, but it is more convenient for you • If I have my own computer, can I use it? • Sure, but you will using it mostly to login to your GL account or for word processing • Do I need a C Compiler? • No, and if you buy one, you will be wasting your $$$. All programming should be done in your GL account.

  12. Course Overview • Introduction to Computer Organization and Architecture • Data Representation and Memory Usage • Introduction to Operating Systems • Problem Solving and Algorithm Development • Introduction to Software Engineering Using Top-Down Design • Compiling, Linking and Execution • C Programming • Reuse Based on Algorithm Selection and Design Techniques

More Related