Hello World - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Hello World

Description:

Computer programs are models of the real world. What is a ... styx {~} styx is the computer (it can be different... armstrong, dracula, yeager, many more) ... – PowerPoint PPT presentation

Number of Views:76
Avg rating:3.0/5.0
Slides: 13
Provided by: msresearch
Category:
Tags: hello | styx | world

less

Transcript and Presenter's Notes

Title: Hello World


1
Hello World
  • The Edit Compile Run cycle, Part 1

2
Remember
  • Computer programs are models of the real world
  • What is a computer program?

3
(No Transcript)
4
Address the computer through a terminal window
5
A Terminal Session
  • Log In User name and Password
  • A window appears
  • Check the prompt
  • styx
  • styx is the computer (it can be different...
    armstrong, dracula, yeager, many more)
  • is a separator
  • is your home
  • is where you type

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

7
Work Areas on the main computer disk

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

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

10
Compilation

11
what's a JDK?
  • Java Development Kit - programs that need to hang
    around let you write and run Java programs on
    your computer

12
what's a ClassLib
  • what do you THINK it is?
Write a Comment
User Comments (0)
About PowerShow.com