CMSC 1041 Introduction CMSC 104 Fall 2000 Problem Solving and Computer Programming.

Slides:



Advertisements
Similar presentations
Lab III – Linux at UMBC.
Advertisements

CSEE Graduate Student Orientation CSEEIT. Introduction Geoff Weiss Computer Systems Manager.
CASE Facility in Palmer Hall By: Rosellen Petrillo.
CMSC 104, Section 301, Fall Lecture 01, 8/28/02 CMSC 104 Course Information Instructor: Dr. Li-Chuan Chen Emai: Work Phone:
Booth Computing Services Agenda Who’s in CS? What We Do… Resources Labs and Study Rooms Portal Accounts Responsibilities What Do I Do First? How.
Jump to first page Unix Commands Monica Stoica Jump to first page Introduction to Unix n Unix was born in 1969 at Bell Laboratories, a research subdivision.
1 Class motto: What’s this button for?. 2 CMSC104 Problem Solving and Computer Programming Fall 2011 Section 4 Richard Chang.
Using CourseCompass Features You must already be registered or enrolled in a current class.
Using MyMathLab Features You must already be registered or enrolled in a current class.
Using CourseCompass Features You must already be registered or enrolled in a current class.
Introduction to C++ Programming CS 117 Section 2 and KNET Sections Spring 2001 MWF 1:40-2:30.
Need your MyMathLab card with your access code Need a Valid Address Need to know Purdue’s zip code is and your course ID for your Class You.
Course Introduction and Getting Started with C 1 USF - COP C for Engineers Summer 2008.
CS 497C – Introduction to UNIX Lecture 1: Getting Started Chin-Chih Chang
CS 117 Section 2 + KNET Computer accounts – ed to KNET students –Change password Homework 1 Lab Tutors –In lab for next 2 weeks –Will help you with.
CPSC 203 Introduction to Computers Lab 21, 22 by Jie (Jeff) Gao Location: ES650.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 4P. 1Winter Quarter Introduction to UNIX.
Access to UK computing You will need a U-connect account to access the workstations on campus. UK Computing facilities information available at
Agenda What is Computer Programming? The Programming Process
COMP1070/2002/lec3/H.Melikian COMP1070 Lecture #3 v Operating Systems v Describe briefly operating systems service v To describe character and graphical.
PLEASE GRAB A SEAT ANYWHERE FOR NOW. Welcome to the CMSC 201 Class!!! Mr. Lupoli ITE 207.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 1Winter Quarter Introduction to UNIX Lecture 4.
1 Class motto: What’s this button for?. 2 CMSC104 Problem Solving and Computer Programming Section 4, Spring 2012 Prof. Richard Chang.
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
CMSC 104, Lecture 011 Introduction CMSC 104 Problem Solving and Computer Programming Section 301, M-W 7:10-8:25 pm Fred Kuss Office: ITE.
CPS120: Introduction to Computer Science Introduction to Computers.
The Computer Science Labs Important Information. Undergraduate Lab Sites Located in EMS on the 2 nd floor The EMS building labs are: – E270 ASCII and.
COP3502: Introduction to Computer Science Yashas Shankar.
CMSC 104, Lecture 011 Introduction CMSC 104 Problem Solving and Computer Programming Section 401, Thurs. 7:00-9:30 pm, ACIV-305 Fred Kuss
Introduction to C Programming Lecture 2. C Tutor Schedule / 3rd Floor Lab b The lab and tutor schedule is available at the following URL:
CMSC 104, Version 8/061L01Introduction.ppt Introduction CMSC 104 Problem Solving and Computer Programming.
CMSC104 Problem Solving and Computer Programming Spring 2011 Section 04 John Park.
CMSC 104, Lecture 011 Course Introduction CMSC 104 Problem Solving and Computer Programming Spring 2002 Section 0801, Wed 7:00-9:30pm Dr. Thomas Gaeng.
Aug Introduction CMSC 104 section 301 Problem Solving and Computer Programming Fall 05.
CMSC104 Problem Solving and Computer Programming Spring 2009 Sections 0201 & 0301 Ms. Dawn Block.
Memory & Storage Architecture Seoul National University PuTTY Usage Hyeon-gyu School of Computer Science and Engineering.
Creating Programs on UNIX This term you can create programs on UNIX or you can create programs using a C++ compiler on your PC. This set of slides steps.
CPSC 203 Introduction to Computers T43, T46 & T68 TA: Jie (Jeff) Gao.
Student Computing Services UK Computing facilities information available at Lab Info - general information, software, etc. Account.
CMSC 1041 Introduction CMSC 104 Problem Solving and Computer Programming Fall 2000 Section 0101 MW 11:00-12:15.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2001 Sections Ms. Susan Mitchell.
Computer Programming for Engineers CMPSC 201C Fall 2000.
A Mini UNIX Tutorial. What’s UNIX?  An operating system run on many servers/workstations  Invented by AT&T Bell Labs in late 60’s  There are many different.
CS122 Engineering Computation Lab Lab 2 Bruce Char Department of Computer Science Drexel University Winter 2012.
CMSC 104, Section 301, Fall Lecture 03, 9/09/02 Operating Systems and Using Linux Topics Review Number Systems. Go over Homework 1 Solution. CSHC.
CMSC 104, Version 1/021 Introduction CMSC 104 Problem Solving and Computer Programming Summer 2004 Section 6080 Ms. Dawn Block.
1 CS101 Fall 2001 Lecture 1 In order to write a program, you must first telnet to your pegasus account and login either from a Rutgers computer in a lab,
1 CMSC104 Problem Solving and Computer Programming Fall 2008 Section 0101 John Y. Park.
CMSC 104, Version 9/011 Introduction CMSC 104 Problem Solving and Computer Programming Fall 2001.
First Day in Lab Making a C++ program
CMSC104 Problem Solving and Computer Programming Spring 2008
CMSC104 Problem Solving and Computer Programming Fall 2010 Section 01
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
User Access and User ID Commands in UNIX
Introduction CMSC 104 Problem Solving and Computer Programming
How to Get to the Language Lab Writing Tutor Schedule
CMSC 104 Problem Solving and Computer Programming Fall 2010
CMSC104 Problem Solving and Computer Programming Fall 2010
CMSC104 Problem Solving and Computer Programming Spring 2010
Introduction CMSC 104 Problem Solving and Computer Programming
CMSC104 Problem Solving and Computer Programming Fall 2009 Section 2
Problem Solving and Computer Programming
Problem Solving and Computer Programming
Problem Solving and Computer Programming
Introduction CMSC 104 Problem Solving and Computer Programming
Welcome to the CMSC 104 Class!!!
CMSC104 Problem Solving and Computer Programming Spring 2010
Introduction CMSC 104 Problem Solving and Computer Programming
Introduction CMSC 104 Problem Solving and Computer Programming
Presentation transcript:

CMSC 1041 Introduction CMSC 104 Fall 2000 Problem Solving and Computer Programming

CMSC 1042 Am I in the right class? CMSC 104 oAssumes NO programming experience oDoes NOT count towards your CS major oPrepares you for CMSC 201 CMSC 201 oAssumes some programming experience oFirst CMSC course for CS majors oMore challenging

CMSC 1043 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 Your account can be used in approximately 1/2 hour

CMSC 1044 Changing your Unix password Login by entering your id and password given on the sheet At the Unix prompt type: passwd You will be prompted for your new password; type it in and press You will be asked to type the new password again

CMSC 1045 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

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

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

CMSC 1048 OIT Labs (Cont'd) Open, but sometimes reserved oECS PCs oECS MACs Hours of Operations oBefore 9/16, Monday – Saturday 8:00am – midnight Sunday 12:00 noon – midnight o9/17 – 12/15, Sunday 12:00 noon – Friday midnight Saturday 8:00am - midnight

CMSC 1049 Consultants vs Tutors OIT Labs are staffed by consultants ousing software (pine, xrn, netscape, etc.) osome text editors (emacs, pico) ooperating system commands (Unix) ocleaning floppy disks ocommunicating with UMBC computers CSHC is staffed by tutors oHelp with homework and projects oemacs and Unix questions oECS Hours to be announced

CMSC telnet Connect to your Internet Service Provider (ISP) If using Windows 95/NT/98, oClick Start oClick Run oType: telnet irix1.gl.umbc.edu OR telnet irix2.gl.umbc.edu

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

CMSC 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