Introduction CMSC 104 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.
CMSC 104, Section 301, Fall Lecture 01, 8/28/02 CMSC 104 Course Information Instructor: Dr. Li-Chuan Chen Emai: Work Phone:
1 Class motto: What’s this button for?. 2 CMSC104 Problem Solving and Computer Programming Fall 2011 Section 4 Richard Chang.
Using MyMathLab Features You must already be registered or enrolled in a current class.
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.
Using MyMathLab Features You must already be registered or enrolled in a current MyMathLab class in order to use MyMathLab. If you are not registered or.
Downloading and Installing AutoCAD Architecture 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the software.
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
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.
Computer Information Use your own login and password if possible. To get a password, you must turn in the AUP sheet handed out at registration or sent.
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.
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
CMSC 1041 Introduction CMSC 104 Fall 2000 Problem Solving and Computer Programming.
Computer Labs Orientation September 2003 Prepared by Computer Services.
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.
Using MyMathLab Features of MyMathLab You must already be registered or enrolled in a current MyMathLab class in order to use MyMathLab. If you are not.
CMSC104 Problem Solving and Computer Programming Spring 2009 Sections 0201 & 0301 Ms. Dawn Block.
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.
1 Day 2 Logging in, Passwords, Man, talk, write. 2 Logging in Unix is a multi user system –Many people can be using it at the same time. –Connections.
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 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.
CMSC104 Problem Solving and Computer Programming Spring 2008
CMSC201 Computer Science I for Majors Lecture 01 – Introduction
Spring 2016 F r e n c h L a b O r I e n t a t I o n.
Student Monmouth College
2016 Italian L a b O r I e n t a t I o n.
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.
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Creating Programs on UNIX
IT Services for Students Community College of Rhode Island
Using MyMathLab Features
IT Services for Students Community College of Rhode Island
Introduction CMSC 104 Problem Solving and Computer Programming
Operating Systems and Using Linux
Operating Systems and Using Linux
How to Get to the Language Lab Writing Tutor Schedule
CMSC 104 Problem Solving and Computer Programming Fall 2010
Using MyMathLab Features
CMSC104 Problem Solving and Computer Programming Fall 2010
CMSC104 Problem Solving and Computer Programming Spring 2010
Accelerated Introduction to Computer Science
CMSC104 Problem Solving and Computer Programming Fall 2009 Section 2
Problem Solving and Computer Programming
Problem Solving and Computer Programming
Using CourseCompass Features
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
CSCE 206 Lab Structured Programming in C
Warmup Write a function to add two integer parameters and return the result.
Introduction CMSC 104 Problem Solving and Computer Programming
Introduction CMSC 104 Problem Solving and Computer Programming
Presentation transcript:

Introduction CMSC 104 Problem Solving and Computer Programming Fall 2004 Section 0201 Ms. Dawn Block

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 Also required for IFSM majors MUCH more challenging

What Will We Cover? General computer hardware and software concepts Basic computer use Problem solving Basic computer programming in the C programming language

1. General Hardware and Software Concepts Introduction to computer architecture Data representation and memory usage Introduction to operating systems Linux

2. Basic Computer Use Basic use of an operating system (Linux) e-mail (pine) a text editor (emacs) the Internet (Internet Explorer)

3. Problem Solving Problem solving and algorithm development general vs. specific solution to a problem use of top-down design use of pseudocode

4. Basic Computer Programming in the C Programming Language Compiling, linking, and executing a computer program Testing and debugging a computer program C programming language basics

Follow links to Section 6080 Course Information On the Web: www.csee.umbc.edu/courses/undergraduate/104 Follow links to Section 6080 Refer to the site throughout the semester (e.g., Annoucements on main page)

Getting a GL Account at UMBC You MUST have a GL account (same username and password as myUMBC account) Go to room ENG 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 ½ hour

Changing Your Linux Password Log in by entering your id and password given on the sheet. At the Linux prompt, type: passwd and press the Enter key. You will be prompted for your new password. Type it in and press the Enter key. You will be asked to type the new password again.

Changing Your Linux Password (con’t) You will be given a message that the password has been changed, OR you will be given a message that your new password has been rejected. Passwords should be at least 5 characters long and should be something you will remember, but not something someone else can figure out. Your password will be rejected if it is a commonly used word or name. DO NOT GIVE YOUR PASSWORD TO ANYONE!

Computer Science at UMBC CSEE Administrative Offices ITE 325 CSEE Student Services Office (Advising) ITE 203 - 206 CSHC (Computer Science Help Center) ITE 201E Linux Users Group (LUG) http://lug.umbc.edu

OIT Labs The Office of Information Technology is responsible for all lab computers. On Web at: www.umbc.edu/oit Labs with PCs: ECS 021, ECS104, ECS122, ECS122A, ECS333 Labs may be on reserve, so plan ahead! Print Dispatch -- ECS 019 (? cents/page) Hours of Operations OIT will post outside of labs

Consultants vs. Tutors OIT labs are staffed by consultants using software (pine, Netscape, etc.) some text editors (emacs) operating system commands (Linux) cleaning floppy disks (viruses) communicating with UMBC computers (TeraTerm)

Consultants vs. Tutors (con’t) CSHC is staffed by student tutors Help with homework and projects emacs and Linux questions ITE 201E – Not open during the summer!!

Hardware and 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 use it mostly to log in to your GL account or for word processing. Do I need a C Compiler? No, and you probably shouldn’t buy one. All programming should be done in your GL account.

Using Your Own Computer: SSH TeraTerm is a software communications program Must have an Internet Service Provider (ISP) Two sources for TeraTerm software: OIT CD Web: http://www.umbc.edu/oit/ Click on the link for software downloads Consult OIT for help