Artwork

เนื้อหาจัดทำโดย Computer Systems, 5e เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดเตรียมโดย Computer Systems, 5e หรือพันธมิตรแพลตฟอร์มพอดแคสต์โดยตรง หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่อธิบายไว้ที่นี่ https://th.player.fm/legal
Player FM - แอป Podcast
ออฟไลน์ด้วยแอป Player FM !

Computer Systems, 5e

แบ่งปัน
 

ซีรีส์ที่ถูกเก็บถาวร ("ฟีดที่ไม่ได้ใช้งาน" status)

When? This feed was archived on February 05, 2022 16:32 (2y ago). Last successful fetch was on April 07, 2020 16:47 (4y ago)

Why? ฟีดที่ไม่ได้ใช้งาน status. เซิร์ฟเวอร์ของเราไม่สามารถดึงฟีดพอดคาสท์ที่ใช้งานได้สักระยะหนึ่ง

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage series 1412931
เนื้อหาจัดทำโดย Computer Systems, 5e เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดเตรียมโดย Computer Systems, 5e หรือพันธมิตรแพลตฟอร์มพอดแคสต์โดยตรง หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่อธิบายไว้ที่นี่ https://th.player.fm/legal
Catalog description
A study of computers as multi-level systems. The machine level—binary representations, instruction sets, von Neumann machines. The assembly level—addressing modes, compiling to the assembly level, language translation principles. The operating system level—loaders, interrupts.

Objective
The primary objective of this course is for you to obtain a working knowledge of the lower levels of abstraction of a computer system. In your introductory programming classes, you learned how to program in a high-level language like Python, Java, or C++. These languages are at Level 6, the high-order languages level. In this course you will learn Level 5, the assembly level, and Level 3, the instruction set architecture level, as well as C and Java at Level 6.

Each level of abstraction in a computer system has a language, so learning the lower levels of abstraction is equivalent to learning new languages. The language at Level 5 is assembly language and the language at Level 3 is machine language. Your knowledge will be a working knowledge because you will learn how to program in these languages. Most programming in the industry today is at Level 6 and not at these lower levels. So, why learn these lower level languages? Because an in-depth understanding of how computers work is possible only by considering the design of the levels of abstraction and the relationships between the levels.

The secondary objective of this course is to continue to develop your programming skill at Level 6. Later in the course you will be required to write a large (hundreds of lines of code) programming project in Java using the object-oriented techniques from the Data Structures course.

  continue reading

38 ตอน

Artwork

Computer Systems, 5e

25 subscribers

updated

iconแบ่งปัน
 

ซีรีส์ที่ถูกเก็บถาวร ("ฟีดที่ไม่ได้ใช้งาน" status)

When? This feed was archived on February 05, 2022 16:32 (2y ago). Last successful fetch was on April 07, 2020 16:47 (4y ago)

Why? ฟีดที่ไม่ได้ใช้งาน status. เซิร์ฟเวอร์ของเราไม่สามารถดึงฟีดพอดคาสท์ที่ใช้งานได้สักระยะหนึ่ง

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage series 1412931
เนื้อหาจัดทำโดย Computer Systems, 5e เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดเตรียมโดย Computer Systems, 5e หรือพันธมิตรแพลตฟอร์มพอดแคสต์โดยตรง หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่อธิบายไว้ที่นี่ https://th.player.fm/legal
Catalog description
A study of computers as multi-level systems. The machine level—binary representations, instruction sets, von Neumann machines. The assembly level—addressing modes, compiling to the assembly level, language translation principles. The operating system level—loaders, interrupts.

Objective
The primary objective of this course is for you to obtain a working knowledge of the lower levels of abstraction of a computer system. In your introductory programming classes, you learned how to program in a high-level language like Python, Java, or C++. These languages are at Level 6, the high-order languages level. In this course you will learn Level 5, the assembly level, and Level 3, the instruction set architecture level, as well as C and Java at Level 6.

Each level of abstraction in a computer system has a language, so learning the lower levels of abstraction is equivalent to learning new languages. The language at Level 5 is assembly language and the language at Level 3 is machine language. Your knowledge will be a working knowledge because you will learn how to program in these languages. Most programming in the industry today is at Level 6 and not at these lower levels. So, why learn these lower level languages? Because an in-depth understanding of how computers work is possible only by considering the design of the levels of abstraction and the relationships between the levels.

The secondary objective of this course is to continue to develop your programming skill at Level 6. Later in the course you will be required to write a large (hundreds of lines of code) programming project in Java using the object-oriented techniques from the Data Structures course.

  continue reading

38 ตอน

ทุกตอน

×
 
Loading …

ขอต้อนรับสู่ Player FM!

Player FM กำลังหาเว็บ

 

คู่มืออ้างอิงด่วน