Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Hệ điều hành
Lecture Introduction to Computers: Chapter 13A - Peter Norton's
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Introduction to Computers: Chapter 13A - Peter Norton's
Phương Diễm
154
32
ppt
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Chapter 13A - Creating computer programs. This chapter define the term computer program, describe the use of flowcharts and pseudocode in programming, identify two ways in which a program can work toward a solution, differentiate the two main approaches to computer programming, list and describe three elements of object-oriented programming. | McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 13A Creating Computer Programs What Is a Computer Program? Computer programs Also called software Are a list of instructions Instructions are called code CPU performs the instructions Three types Operating system Utility Application 13A- Teaching tip Chapters 7 and 8 cover software in great detail. Software Is Stored In Many Files Executable files Contain the instructions for the CPU Have extensions of .exe, or .com 13A- Teaching tip Open a folder and demonstrate each file. Show what happens when you open each file type. Software Is Stored In Many Files Dynamic link libraries Partial executable file Used to support executable files Have .dll extensions 13A- Software Is Stored In Many Files Initialization files Contain configuration settings for software Have a .ini extension Modern programs use the registry 13A- Software Is Stored In Many Files Help files Contain information about the software Information is indexed and searchable Provides an online manual Have a .chm or .hlp extension 13A- Teaching tip Most Windows programs provide help by hitting the Help menu or pressing F1. This will open the Windows Help program and display the help appropriate to the application that launched the help. Software Is Stored In Many Files Batch files Used to automate tasks Hold a series of OS commands Have a .bat extension 13A- Hardware/Software Interaction Program execution Software executes at the CPU level Code to play a sound Code generates an interrupt CPU tells the sound card to play Sound card plays the file Programmer creates the code 13A- Discussion point Page 501 states “Computers are the reason people purchase computers”. This is an excellent quote. Have students list all the things that they do with computers. When done, point out that the majority of items are handled by a software application. Hardware/Software Interaction . | McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 13A Creating Computer Programs What Is a Computer Program? Computer programs Also called software Are a list of instructions Instructions are called code CPU performs the instructions Three types Operating system Utility Application 13A- Teaching tip Chapters 7 and 8 cover software in great detail. Software Is Stored In Many Files Executable files Contain the instructions for the CPU Have extensions of .exe, or .com 13A- Teaching tip Open a folder and demonstrate each file. Show what happens when you open each file type. Software Is Stored In Many Files Dynamic link libraries Partial executable file Used to support executable files Have .dll extensions 13A- Software Is Stored In Many Files Initialization files Contain configuration settings for software Have a .ini extension Modern programs use the registry 13A- Software Is Stored In Many Files Help files .
TÀI LIỆU LIÊN QUAN
Lecture Introduction to Computers: Chapter 1A - Peter Norton's
Lecture Introduction to Computers: Chapter 5A - Peter Norton's
Lecture Introduction to Computers: Chapter 1B - Peter Norton's
Lecture Introduction to Computers: Chapter 2A - Peter Norton's
Lecture Introduction to Computers: Chapter 2B - Peter Norton's
Lecture Introduction to Computers: Chapter 3A - Peter Norton's
Lecture Introduction to Computers: Chapter 3B - Peter Norton's
Lecture Introduction to Computers: Chapter 4A - Peter Norton's
Lecture Introduction to Computers: Chapter 4B - Peter Norton's
Lecture Introduction to Computers: Chapter 5B - Peter Norton's
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.