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 Operating systems: Internals and design principles (6/E): Chapter 1 - William Stallings
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Operating systems: Internals and design principles (6/E): Chapter 1 - William Stallings
Ðức Long
190
50
pptx
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Chapter 1 "Computer system overview". After studying this chapter, you should be able to: Describe the basic elements of a computer system and their interrelationship, eplain the steps taken by a processor to execute an instruction, understand the concept of interrupts and how and why a processor uses interrupts,. | Chapter 1 Computer System Overview Patricia Roy Manatee Community College, Venice, FL ©2008, Prentice Hall Operating Systems: Internals and Design Principles, 6/E William Stallings 1 Operating System Exploits the hardware resources of one or more processors Provides a set of services to system users Manages secondary memory and I/O devices 2 Basic Elements Processor Two internal registers Memory address resister (MAR) Specifies the address for the next read or write Memory buffer register (MBR) Contains data written into memory or receives data read from memory 3 Basic Elements Processor I/O address register I/O buffer register 4 Basic Elements Main Memory Volatile Referred to as real memory or primary memory 5 Basic Elements I/O Modules Secondary Memory Devices Communications equipment Terminals System bus Communication among processors, main memory, and I/O modules 6 Computer Components: Top-Level View 7 Processor Registers User-visible registers Enable programmer to minimize main | Chapter 1 Computer System Overview Patricia Roy Manatee Community College, Venice, FL ©2008, Prentice Hall Operating Systems: Internals and Design Principles, 6/E William Stallings 1 Operating System Exploits the hardware resources of one or more processors Provides a set of services to system users Manages secondary memory and I/O devices 2 Basic Elements Processor Two internal registers Memory address resister (MAR) Specifies the address for the next read or write Memory buffer register (MBR) Contains data written into memory or receives data read from memory 3 Basic Elements Processor I/O address register I/O buffer register 4 Basic Elements Main Memory Volatile Referred to as real memory or primary memory 5 Basic Elements I/O Modules Secondary Memory Devices Communications equipment Terminals System bus Communication among processors, main memory, and I/O modules 6 Computer Components: Top-Level View 7 Processor Registers User-visible registers Enable programmer to minimize main memory references by optimizing register use Control and status registers Used by processor to control operating of the processor Used by privileged OS routines to control the execution of programs 8 User-Visible Registers May be referenced by machine language Available to all programs – application programs and system programs 9 User-Visible Registers Data Address Index register: Adding an index to a base value to get the effective address Segment pointer: When memory is divided into segments, memory is referenced by a segment and an offset Stack pointer: Points to top of stack 10 Control and Status Registers Program counter (PC) Contains the address of an instruction to be fetched Instruction register (IR) Contains the instruction most recently fetched Program status word (PSW) Contains status information 11 Control and Status Registers Condition codes or flags Bits set by processor hardware as a result of operations Example Positive, negative, zero, or overflow result 12 Instruction
TÀI LIỆU LIÊN QUAN
Lecture Operating systems: Internals and design principles (6/E): Chapter 2 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 13 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 8 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 1 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 3 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 4 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 5 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 6 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 7 - William Stallings
Lecture Operating systems: Internals and design principles (6/E): Chapter 9 - William Stallings
Đã 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.