View on GitHub

os202

OS202

HOME


Top 10 List of Week 00

  1. Learn how to create github pages
    Sebelumnya saya belum pernah membuat github page, namun setelah membaca beberapa referensi ternyata membuat github page tidaklah sulit. Cukup membuat github repository dan setting lalu pilih source dan tema yang diinginkan.

  2. Markdown Command
    Saya membaca referensi mengenai markdown command dimana untuk bekal dalam menuliskan github pages, selain itu kita dapat melakukan styling font seperti membuat tulisan italic, bold dan juga membuat link text yang akan melakukan routing ke link yang diinginkan.

  3. What is an operating system?
    An operating system is the most important software that runs on a computer. It manages the computer’s memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer’s language. Without an operating system, a computer is useless.

  4. Role and Purpose of operating system
    An operating system has three main functions: (1) manage the computer’s resources, such as the central processing unit, memory, disk drives, and printers, (2) establish a user interface, and (3) execute and provide services for applications software.

  5. Memory Manager
    Memory manager is the functionality of an operating system which handles or manages primary memory and moves processes back and forth between main memory and disk during execution. Memory manager ensures that a program does not interfere with memory already in use by another program.

  6. Storage Management
    Storage Management is defined as it refers to the management of the data storage equipment’s that are used to store the user/computer generated data. Hence it is a tool or set of processes used by an administrator to keep your data and storage equipment’s safe.

  7. Virtual memory
    Virtual Memory is a storage allocation scheme in which secondary memory can be addressed as though it were part of main memory

  8. Microkernel
    Kernel is the core part of an operating system which manages system resources. It also acts like a bridge between application and hardware of the computer. It is one of the first programs loaded on start-up (after the Bootloader).

  9. Interrupt
    interrupt is a response by the processor to an event that needs attention from the software. An interrupt condition alerts the processor and serves as a request for the processor to interrupt the currently executing code when permitted, so that the event can be processed in a timely manner.

  10. API
    API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message, or check the weather on your phone, you’re using an API.