--%>

Types of rings in CPU

Name the different kinds of rings presented in CPU?

E

Expert

Verified

There are 4 different types of rings which are presented in CPU that are:

a.    Ring 0: It is known as kernel mode which is consist of the full access to the resources and the set of system. In this type of mode the Windows kernel runs also it takes all the services and manage them according to the priority.

b.    Rings 1 and 2: These are also known as customizable rings which consist of levels having access to the system. These are the rings where virtual machine runs as well as it make easy for users to access.

c.    Ring 3: This type of ring is known as user mode, having restricted access to the resources utilized in the CPU.

   Related Questions in Programming Languages

  • Q : Program is prone to deadlock when

      Give a brief introduction about the operation of your program and show that you understand the idea behind threads and mutual exclusion variable. Why do we need to use mutual exclusion to control the access of the three global variables? What is the potential p

  • Q : Define the term Punctuation Define the

    Define the term Punctuation: Symbols like commas and semicolons that a compiler employs to understand the structure of the program.

  • Q : Explain Dynamic Language Runtime

    Explain Dynamic Language Runtime (DLR) briefly?

  • Q : Define Byte Byte : In general

    Byte: In general computing, it refers to eight bits of data. In Java it is as well the name of one of the primitive data types, whose size is of eight bits.

  • Q : Explain One Dimensional array One

    One Dimensional array:1) An array is a continuous memory location having similar kind of data in a single row or single column. Declaration in c++ is as under: const int size = 20;int a[size] or int a[2

  • Q : Attatching CSS to HTML documents

    Explain the different ways in order to attach the CSS to HTML Documents?

  • Q : State Non-modal Non-modal : In this a

    Non-modal: In this a dialog is non-modal when its parent application is not blocked from additional activity whereas the dialog is being revealed.

  • Q : What does compatibility testing include

    What does compatibility testing include and who will perform the testing?

  • Q : How you can develop your capability in

    How you can develop your capability in test?

  • Q : Define Class inheritance Class

    Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single