OS202 Samekto Rinekso Pribadi

GitHub for Operating System Course, Universitas Indonesia, 2020

View the Project on GitHub lostfocus94/os202

BACK


TOP 10 LIST OF WEEK 10

1.A non-maskable interrupt (NMI) is a type of hardware interrupt (or signal to the processor) that prioritizes a certain thread or process. To learn about non-maskable interrupt, you can read it at this website.

2. According to wikipedia processors typically have an internal interrupt mask register which allows selective enabling and disabling of hardware interrupts. To mask an interrupt is to disable it, while to unmask an interrupt is to enable it. Watch this video to learn more about maskable interrupt.

3. What is the difference between non-maskable interrupt and maskable interrupt? You can find out by visiting this website or watching this video.

4. The Platform Controller Hub (PCH) is a family of Intel microchips employed in redesigned Intel Hub Architecture chipsets. Check this website or this website to learn more about PCH.

5. Peripheral Component Interconnect express (PCIe) is an interface standard for connecting high-speed components. Learn about PCIe in this website.


6. What is the difference between SDRAM, DDR1, DDR2, DDR3 and DDR4? Visit this website to learn more.

8. SMBus is the System Management Bus defined by Intel® Corporation in 1995. It is used in personal computers and servers for low-speed system management communications. To learn about SMBus, you can visit this website or this website.

9. Serial Peripheral Interface (SPI) is an interface bus commonly used to send data between microcontrollers and small peripherals such as shift registers, sensors, and SD cards. Visit this website to learn more about SPI.

10. Serial ATA (Serial Advanced Technology Attachment) is an IDE standard first released in 2001 for connecting devices like optical drives and hard drives to the motherboard. You can visit this website to learn more about SATA.