50
Chen-Yu Lee 2003 第第第第 (Chapter 3) 第第 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

  • View
    237

  • Download
    6

Embed Size (px)

Citation preview

Page 1: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

第三單元 (Chapter 3)

軟體介紹 (Software)

Chapter 3

Introduction to software

Page 2: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Outline

3.1 軟體是 (what is software) 3.2 軟體基礎 (foundation concept & gro

undwork) 3.3 系統軟體 (system software) 3.4 應用軟體 (application)

Page 3: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

3.1 軟體是…

What is “Software”?

Page 4: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

軟體是 ? What is software? 精神層面 (in spiritual layer)

物理層面 (in physical layer)

– 意志力的集合 (collection of will)– 能量型式存在 (exist in energy form)

– 指令與資料的集合 (collection of data & instruction)

– 訊號型式存在 (exist in signal form)

Page 5: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

為何需要 ?Why software? 軟體是硬體的靈魂(software is the soul of hardware)

Page 6: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

軟體分類Classification of software 系統軟體 System Software

應用軟體 Application Software

Page 7: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

軟體的取得Acquirement 專利軟體 (patent software?) 共享軟體 (share ware) 免費軟體 (free ware) 其他…

Page 8: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

智慧財產權Copyright 著作權法第 十 條

著作人於著作完成時享有著作權。 著作︰指屬於文學、科學、藝術或其他

學術範圍之創作。

智慧財產權的重要性

Page 9: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

3.2 使用軟體基礎

Foundation concept & groundwork

Page 10: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Outline

使用者介面 (User Interface) 檔案 ( 資料 ) 型態及目錄 ( 資料 ) 結構

(file & folder structure) 安裝與移除 (installation & uninstallatio

n) 線上求助 (Online help)

Page 11: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

使用者介面User Interface 使用者與軟體的介面 ( 中介 )

使用者用於對軟體下達命令接收訊息的管道與方式 .

通常由多種方式混用 .

Page 12: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

使用者介面分類Classification of User Interface 命令式 Command 快捷鍵 Shortcut 圖形使用者介面 GUI … 其他 .

Page 13: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

命令式Command 使用鍵盤 (keyboard) 以下 Command 來溝通

Page 14: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

快捷鍵 Shortcut 使用鍵盤 (keyboard) 以某些特殊鍵來下命令

– F1-F12– Ctrl + C– Ctrl + V– Alt + Print Screen– …

Page 15: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

圖形使用者介面Graphic User Interface 使用指標點選拖曳 (mouse/trackball/touc

h-pad) Window,icon,toolbar…

WYSIWYG (What You See Is What You Get)

Page 16: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

其他Others 語音 (speech sounds)

– 使用麥克風 (microphone) 虛擬實境 (Virtual Reality)

– 頭盔 (helmet)/ 眼鏡 (glasses)– 手套 (glove)

Page 17: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

檔案夾 ( 目錄 ) (Folder/Directory)

檔案 (Files)

目錄結構 (structure)– 樹狀結構 (Tree

structure)– 根目錄 (root)– 父目錄 (father)– 子目錄 (children)

檔案資料結構Files & folders structure

Page 18: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

檔案資料結構File/data structure 檔案類別 (file type)

– 執行 ( 指令 ) 檔 executable file• Instruction/Command

– 資料檔 data file• Number/Symbol.

– A file may contain both.

Page 19: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

檔案資料結構File/data structure 檔案命名 (naming)

– 主檔名 . 副檔名 (Major_file_name . Secondary_file_name)

– 8.3 (Dos)– 255.3 (Windows)– Not all the symbol acceptable.

副檔名 (secondary file name)– Identify the type of file.– EXE,HTM,TXT,DOC,JPG,BMP,RAR,AVI…

Page 20: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

軟體的安裝與移除installation & un-installation 什麼時候需要安裝 ? 如何安裝 ? 如何移除 ?

Page 21: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

線上求助Online Help 遇到問題 ?

Having problem?

索引 精靈 線上教學

有用嗎 ?

Page 22: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

搜尋檔案Searching files 萬用字元 “ *” 與 “ ?”

* : 取代多字元

? : 取代單一字元

Ex:

Ab*.exe

Cf?.jpg

G?.*

Page 23: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

3.3 系統軟體

System Software

Page 24: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

什麼是系統軟體What is system software 協調系統各部分作業的程式 Coordination

使系統更加有效能 More Effectively

Page 25: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

系統軟體的分類Classification 作業系統 (Operation system) 公用程式 (Utility) 語言程式 (Programing language)

Page 26: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

作業系統 (Operation system)

使用者 / 應用軟體與硬體的中間媒介

Page 27: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

常見的作業系統

MS-DOS Windows XX OS/2 MacOS Unix

– (Linux,Solaris…) …etc.

Page 28: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

作業系統的功能

User Interface Resource/Process Management Monitor Security

Page 29: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

MS-DOS 簡介

MicroSoft Disk Operating System Microsoft ( 微軟 ) 王朝的開始 PC 使用 Command Mode (Power user) 功能陽春 體積小

圖形介面 (GUI) Windows 1.X-3.X

Page 30: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

簡易 Dos Command

Format a: Dir /w/p Copy d:\test\mywork.jpg a: Del *.jpg CD/MD/RD …

Page 31: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Windows 95/98/Me/XP 簡介

Microsoft 第一套全 GUI OS PC 使用 體積龐大 穩定性不佳 多工

Page 32: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Windows 95/98/Me/XP 簡介 (2)

95/98: release at 1995/1998 98 SE: Second Edition NT: New Technology (Net-Work) Me: Millennium ( 千禧 ) Edition XP: eXPerience( 體驗 )

Page 33: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

MacOS

Macintosh 電腦使用 史上第一套 GUI-OS

Page 34: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Windows CE/Palm 簡介

可攜式 (PDA) 電腦使用 Windows CE

– Windows 濃縮板 (Convenient Edition???) Palm

– Palm computing 自行開發 .

Page 35: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Windows NT/2000 簡介

Windows 介面 + 較強的核心 For Server.( 中 / 小型電腦使用 )

Page 36: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Unix 簡介

歷史悠久且完整的 OS 高階電腦 (Server) 使用較多 Command 多 .

Linux– Free (and no support)– Red Hat

Page 37: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Unix 指令簡介 (1)

一般使用– passwd – man <command> – quota -v d888311– nslookup 140.114.71.147

列出檔案– ls (-l)

誰在系統上– who– w– finger

Page 38: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

Unix 指令簡介 (2)

目錄處理– cd – mkdir– rmdir– pwd

檔案處理– cp ../a.doc a.doc– rm a.doc – chmod 755 a.doc

Page 39: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

公用程式

執行一些常用的 系統維護 / 效能增進 功能的程式

Page 40: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

常見的公用程式 (1)

磁碟工具程式– 備份程式– 維護修復– 最佳化– 壓縮程式

診斷程式– 硬體檢視– 效能監督– 記憶體管理

Page 41: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

常見的公用程式 (2)

驅動程式防毒程式保護程式

–入侵保護–當機保護–螢幕保護

文件管理 …etc.

Page 42: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

語言程式

Assemble Basic C/C++ Pascal Java

Page 43: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

3.4 應用軟體

Page 44: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

什麼是應用軟體

幫助你 (而非電腦 )提昇工作效率的軟體 .

Page 45: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

應用軟體有

生產軟體娛樂軟體 教育軟體

Page 46: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

生產軟體

文書處理設計 簡報 資料庫 …等

Page 47: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

娛樂軟體

多媒體– 音樂– 圖片–影片

遊戲 …等

Page 48: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

教育軟體

語言教學幼兒啟發 …等

Page 49: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

本單元實作操作

OS (Windows) 安裝簡介 Windows 98/Me 基本操作

–控制台 ,磁碟管理… MS Office 基本操作

Page 50: Chen-Yu Lee 2003 第三單元 (Chapter 3) 軟體介紹 (Software) Chapter 3 Introduction to software

Chen-Yu Lee 2003

下週討論

你對與網路的認知是 ?網路對你的影響 ?