CMSC 104, Version 9/011 Introduction CMSC 104 Problem Solving and Computer Programming Fall 2001.

Slides:



Advertisements
Similar presentations
Lab III – Linux at UMBC.
Advertisements

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.
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.
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.
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
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.
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.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
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.
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.
Agenda Steps to Obtain your Phobos and Matrix Accounts. How to use a Telnet Application to Access your Phobos and Matrix Accounts How to Create an Effective.
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 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.
New LDAP Login Instructions Windows Workstation Login Samba Domain Login Locations: SOM ClassroomsCW Computer Lab 1160SOM1129CW 1170SOMSOE.
CMSC104 Problem Solving and Computer Programming Spring 2008
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.
Logging into the linux machines
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
IT Services for Students
Technology Resources for Students
Introduction CMSC 104 Problem Solving and Computer Programming
Operating Systems and Using Linux
Operating Systems and Using Linux
CMSC 104 Problem Solving and Computer Programming Fall 2010
Technology Resources for Students
Located on the first floor of Nitschke Hall Room 1010
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
My Position: I am an Intern in the Psychology Industrial Internship Program. I am working in Connie Varnhagen’s Instructional Technologies Lab. The.
Logging into the linux machines
Problem Solving and Computer Programming
Log-in the computer Speech Lab Writing Lab ? ? Working on Working on
Introduction CMSC 104 Problem Solving and Computer Programming
Welcome to the CMSC 104 Class!!!
CMSC104 Problem Solving and Computer Programming Spring 2010
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
CSCI 203: Introduction to Computer Science I
Presentation transcript:

CMSC 104, Version 9/011 Introduction CMSC 104 Problem Solving and Computer Programming Fall 2001

CMSC 104, Version 9/012 Am I in the Right Class? CMSC 104 o Assumes NO programming experience o Does NOT count towards your CS major o Prepares you for CMSC 201 CMSC 201 o Assumes some programming experience o First CMSC course for CS majors o Also required for IFSM majors o More challenging

CMSC 104, Version 9/013 What Will We Cover? General computer hardware and software concepts Basic computer use Problem solving Basic computer programming in the C programming language

CMSC 104, Version 9/014 General Hardware and Software Concepts Introduction to computer architecture Data representation and memory usage Introduction to operating systems Linux

CMSC 104, Version 9/015 Basic Computer Use Basic use of an operating system (Linux) (pine) a text editor (xemacs) the Internet (Netscape and/or Internet Explorer)

CMSC 104, Version 9/016 Problem Solving Problem solving and algorithm development general vs. specific solution to a problem use of top-down design use of pseudocode

CMSC 104, Version 9/017 Basic Computer Programming in the C Programming Language Compiling, linking, and executing a computer program Testing a computer program C programming language basics

CMSC 104, Version 9/018 Syllabus On the Web: Follow links to syllabus Refer to it throughout the semester

CMSC 104, Version 9/019 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 ½ hour

CMSC 104, Version 9/0110 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.

CMSC 104, Version 9/0111 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 rejects your new password, Passwords should be at least 5 characters long and should be something you will remember. Your password will be rejected if it is a commonly used word or name.

CMSC 104, Version 9/0112 Computer Science at UMBC CSEE Administrative Offices o ECS 210 CSEE Student Services Office o ECS 201 CSHC (Computer Science Help Center) o ECS 332 In the Mechanical Engineering Dept. Linux Users Group (LUG) o

CMSC 104, Version 9/0113 OIT Labs The Office of Information Technology is responsible for all lab computers. On Web at: Labs: o ECS PCs, MACs, SGI Workstations o ECS PCs o ECS 104A -- SGI Workstations o ECS 122/122A -- PCs o ECS PCs o ECS 336 – MACs Labs may be on reserve so plan ahead!

CMSC 104, Version 9/0114 OIT Labs (cont'd) Print Dispatch -- ECS 019 (? cents/page) Hours of Operations o Before 9/16, –Monday – Saturday 8:00am – midnight –Sunday 12:00 noon – midnight o 9/16 – end of semester, –Sunday – Friday 12:00 noon Sun – midnight Fri –Saturday 8:00am - midnight

CMSC 104, Version 9/0115 Consultants vs. Tutors OIT labs are staffed by consultants using software (pine, Netscape, etc.) some text editors (xemacs, pico) operating system commands (Linux) cleaning floppy disks (viruses) communicating with UMBC computers

CMSC 104, Version 9/0116 Consultants vs. Tutors (con’t) CSHC is staffed by student tutors Help with homework and projects xemacs and Linux questions ECS Hours to be announced

CMSC 104, Version 9/0117 Hardware and Software Needs Do I need my own computer? o No, but it is more convenient for you. If I have my own computer, can I use it? o Sure, but you will use it mostly to log in to your GL account or for word processing. Do I need a C Compiler? o No, and you probably shouldn’t buy one. All programming should be done in your GL account.

CMSC 104, Version 9/0118 Using Your Own Computer: telnet Connect to your Internet Service Provider (ISP) If using Windows 95/NT/98, o Click Start o Click Run o Type: telnet linux.gl.umbc.edu Consult OIT for help