Day 1 - PowerPoint PPT Presentation

1 / 16
About This Presentation
Title:

Day 1

Description:

pico or xemacs or emacs or nedit. Log in from home / dorm ... pico. emacs. xemacs. any editor can be used. editors are interchangeable, at any time ... – PowerPoint PPT presentation

Number of Views:54
Avg rating:3.0/5.0
Slides: 17
Provided by: cseBu
Category:
Tags: day | pico

less

Transcript and Presenter's Notes

Title: Day 1


1
Day 1
  • CSE 113

2
Personal Info
  • Michael Buckley
  • mikeb_at_cse.buffalo.edu
  • not acsu.buffalo.edu
  • 867-5733 for technical problems
  • grading issues thru email
  • Bell 137 - 645-3180 x156
  • Office Hrs - MWF 10-1 for now, more as the
    semester develops
  • Turn Ons - class participation
  • Turn Offs - Im totally lost

3
Here why
  • Totally lost means that youve missed more than
    one concept
  • In this class, each concept builds on the one
    before
  • You cant skip any
  • You have to make it MY problem as soon as you
    dont understand something

4
Advice
  • Use the Web Site
  • www.cse.buffalo.edu/mikeb
  • You must pass both Labs and Exams
  • Dont stress out
  • If youre having a problem... struggle for 1 hr.
    then call me, even at home, even late
  • Do the labs
  • Come to class

5
Academic Integrity
  • Lets make this easy
  • All submitted work must be your own
  • If you solicit programming help on the Internet,
    someone will email me.

6
Wont need it for a week Also you might need a
basic Unix primer, like...
7
Starting Out
  • No labs this week
  • Use any editor thats comfortable (well learn a
    few)
  • pico or xemacs or emacs or nedit
  • Log in from home / dorm
  • Practice logging in, creating work areas,
    going-to the work area, and editing file

8
(No Transcript)
9
Address the computer through a terminal window
10
A Terminal Session
  • Log In User name and Password
  • A window appears
  • Check the prompt
  • yeager gt
  • yeager is the computer (it will probably be
    different... armstrong, dracula, many more)
  • is a separator
  • is your home
  • gt is where you type

11
Creating Folders (or Subdirectories, or Work
Areas)
  • You type
  • yeager gt mkdir Lab1
  • yeager gt cd Lab1
  • yeager /Lab1 gt
  • What just happened?
  • yeager /Lab1 gt cd
  • yeager gt

12
Work Areas on the main computer disk

mkdir Lab1 cd Lab1
/
Lab1/
/Lab1 Work Area is the location of edited
files
13
What is a file?
  • Dear John,
  • I think we should just be
  • friends

Created and Saved in an editor yeager gt
nedit Dearjohn.txt Could be a Java program
yeager /Lab1 gt nedit myProgram.java
14
Editors like word processors
  • nedit
  • pico
  • emacs
  • xemacs
  • any editor can be used
  • editors are interchangeable, at any time
  • text is IN THE FILE, not in the editor

15
Lab Due Dates
  • Posted on Sunday, due two Fridays after
  • Example assigned on 9/9, due before midnight on
    9/21.
  • Lab files must be submitted
  • submit_cse113 filename or
  • Always safe
  • gt cd
  • gt cd Lab1
  • /Lab1 gt submit_cse113 .

16
The decimal problem
  • If 90 is an A
  • ------ boundary
  • 89.9 no rounding, equals a B
  • 86, 87, 88 are also Bs
  • Know what your grades are
  • Know what you need to pass
Write a Comment
User Comments (0)
About PowerShow.com