Đang chuẩn bị liên kết để tải về tài liệu:
Bài giảng Computer Architecture: Chương giới thiệu - Nguyễn Thanh Sơn (2019)
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Bài giảng Kiến trúc máy tính - Chương mở đầu giới thiệu đến sinh viên những kiến thức cơ bản về khóa học như: Giải thích việc tổ chức và thực hiện một hệ thống máy tính ở cấp độ phần cứng; phát triển các chương trình hợp ngữ bao gồm các cấu trúc phức tạp; thiết kế và xây dựng một hệ thống máy tính chức năng cơ bản với I / O của nó cho các ứng dụng; phân tích hiệu suất của kiến trúc và tổ chức máy tính; . Mời các bạn cùng tham khảo để biết thêm các nội dung chi tiết. | Computer Architecture Faculty of Computer Science amp Engineering Department of Computer Engineering Nguyen Thanh-Son sonsys@cse.hcmut.edu.vn BK http www.cse.hcmut.edu.vn sonsys TP.HCM CuuDuongThanCong.com https fb.com tailieudientucntt What is Computer BK TP.HCM 08-Sep-13 CuuDuongThanCong.com Faculty of Computer Science amp Engineering https fb.com tailieudientucntt 2 A computer is a data processing machine which is operated automatically under the control of a list of instructions called a program stored in its main memory. BK TP.HCM 08-Sep-13 CuuDuongThanCong.com Faculty of Computer Science amp Engineering https fb.com tailieudientucntt 3 Computer Architecture Computer architecture refers to those attributes of a computer system visible to programmers or those attributes that have a direct impact on the logical execution of programs. BK TP.HCM 08-Sep-13 CuuDuongThanCong.com Faculty of Computer Science amp Engineering https fb.com tailieudientucntt 4 Typical Attributes The instruction set instruction types and operations Basic data representation methods I O mechanisms The basic units in the CPU Functions of the major components Instruction execution Memory organization memory addressing techniques The ways in which the basic components are interconnected BK TP.HCM 08-Sep-13 CuuDuongThanCong.com Faculty of Computer Science amp Engineering https fb.com tailieudientucntt 5 Course Overview Principle amp organization of digital computers Instruction Set Architecture of a Computer Programming in assembly language MIP Performance issues in computer architecture. BK TP.HCM 08-Sep-13 CuuDuongThanCong.com Faculty of Computer Science amp Engineering https fb.com tailieudientucntt 6 Why this Course To be professional in any field of computing today not to regard the computer just as a black box executing programs by magic. To understand funtional components that build up a computer system their characteristics performance amp interaction between them. To understand .