CPU Interrupt Code (CIC)

Định nghĩa CPU Interrupt Code (CIC) là gì?

CPU Interrupt Code (CIC)CPU Mã Interrupt (CIC). Đây là nghĩa tiếng Việt của thuật ngữ CPU Interrupt Code (CIC) - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

Một CPU ngắt mã (CPU) là một mã được gửi bởi phần mềm hoặc phần cứng để một CPU đình chỉ việc thực hiện tất cả các quy trình cho đến khi quá trình yêu cầu trong ngắt là complete.Interrupts cho phép phần mềm hoặc phần cứng để được ưu tiên hơn thực hiện chương trình hiện có, thường ở đặt hàng để thực hiện các hoạt động quan trọng như giao thức xác nhận hoặc một tín hiệu thời gian. Họ có thể cạnh kích hoạt hoặc cấp-kích hoạt.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

Các mã ngắt trong hệ thống máy tính mới được giữ lại trong cùng một lớp trong một đống ngắt hoặc ngắt đợi. Các tín hiệu ngắt báo bộ vi xử lý sự tồn tại của một hoặc nhiều ngắt của một lớp học đặc biệt. mã ngắt được lấy mẫu bởi bộ xử lý với sự giúp đỡ của chồng và đợi sắp xếp. Mỗi khi một ngắt được thực hiện, các hướng dẫn mới đi kèm mà ngắt được thêm vào phía trên cùng của thực hiện chương trình ngăn xếp. Khi chồng hoặc hàng đợi trở nên trống rỗng, tín hiệu ngắt xuống. Như các mã ngắt mới được tạo ra, họ chỉ đơn giản được thêm vào stack hoặc queue tự động. Trong các hệ thống máy tính cũ, các tín hiệu ngắt của Class I, II và III mã nhận dạng được nhận và xử lý bởi bộ xử lý cùng một lúc. Các ngắt của lớp cùng có xu hướng để có được nhốt bởi bộ xử lý ngắt. CPU theo một trình tự cụ thể của sự kiện khi xử lý một ngắt trong đó xử lý ngắt được ưu tiên hơn thực hiện chương trình bình thường. Cấp đầu tiên ngắt xử lý mã được viết rất cẩn thận. Sau khi ngắt đã được xử lý, tình trạng thực hiện của CPU được phục hồi và ngắt được sa thải. CPU sau đó tiếp tục các chương trình xử lý execution.Interrupt đình chỉ phải được xử lý một cách hiệu quả càng tốt. Đó là khuyến cáo mà hệ điều hành được giữ miễn ngắt như những chất có thể làm chậm tốc độ hoạt động tổng thể của hệ thống.

What is the CPU Interrupt Code (CIC)? - Definition

A CPU interrupt code (CPU) is a code sent by software or hardware to a CPU to suspend the execution of all processes until the process requested in the interrupt is complete.Interrupts allow software or hardware to take precedence over existing program execution, usually in order to perform critical actions such as protocol acknowledgment or a timing signal. They can be edge-triggered or level-triggered.

Understanding the CPU Interrupt Code (CIC)

The interrupt codes in newer computer systems are retained in the same class in an interrupt stack or interrupt queue. The interrupt signals alert the processor to the existence of one or more interrupts of a particular class. Interrupt codes are sampled by the processor with the help of stack and queue arrangements. Every time an interrupt is made, the new instructions accompanying that interrupt are added to the top of the program execution stack. When the stack or queue becomes empty, the interrupt signal drops. As the new interrupt codes get generated, they simply get added to the stack or queue automatically. In older computer systems, the interrupt signals of Class I, II and III identifying code are received and processed by the processor at the same time. The interrupts of the same class tend to get locked up by the interrupt processor. CPUs follow a specific sequence of events while processing an interrupt in which interrupt processing is prioritized over normal program execution. The first-level interrupt handling code is written very carefully. After the interrupt has been handled, the CPU’s execution state is restored and the interrupt is dismissed. The CPU then continues the suspended program execution.Interrupt processing must be handled as efficiently as possible. It is recommended that the operating system be kept free of interrupts as these can substantially slow down the overall system's operating speed.

Thuật ngữ liên quan

  • Interrupt
  • Interrupt Request (IRQ)
  • External Interrupt
  • Internal Interrupt
  • Software Interrupt
  • Central Processing Unit (CPU)
  • In-Row Cooling
  • Sound Card
  • Control Bus
  • Nubus

Source: ? Technology Dictionary - Filegi - Techtopedia - Techterm

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *