--%>

System Architecture for Windows Programming

Tell me about the System Architecture for Windows Programming?

E

Expert

Verified

The most important system architecture in Windows Programming is Windows NT kernel. As this architecture is divided into different sections such as:

a.    NTOSKRNL.EXE: In this type it is the kernel on which windows operating system works.

b.    It distributes the functionality on the low level as well as links up with the DLL (Dynamic link library).

c.    HAL is comprised and it is said to be a Hardware Abstraction Layer to express the Windows programming architecture.

d.    It delivers a low level mechanism whereas interrupts that permit the handling of the BIOS communication.


e.    The system architecture is said to be a layered architecture because it consists of a HAL.dll on the other hand bottom layer as well as other categories of layers also consists of the same DLL files.

   Related Questions in Programming Languages

  • Q : What is HSB Color Model HSB Color Model

    HSB Color Model: A color model based on symbolizing a color as 3-components: hue, saturation and brightness. This is at times termed as the HSV color model - hue, saturation and value.

  • Q : What is a Micro-chip Micro-chip : It is

    Micro-chip: It is a small electronic device employed to build computers and other electronic equipment. The chips are generally employed to supply the memory and processing components of the computer.

  • Q : Explain the way to write the opening

    Explain the way to write the opening tag of an XHTML element.

  • Q : What is Static initializer Static

    Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.

  • Q : State the term WSDL State the term WSDL

    State the term WSDL?

  • Q : What is Random Access Memory Random

    Random Access Memory: Random access memory, or RAM, is the memory whose contents are simply accessible to the processing components of a computer. In specific, the time it takes to read and write to a particular portion of the memory does not based on

  • Q : Main purpose of Child Header files

    Illustrate what is the main purpose of Child Header files?

  • Q : Different compatibility types when

    What are the different compatibility types when creating a COM COMPONENT?

  • Q : Programming assignment Written (7

    Written (7 points): pp. 303-304: 1, 5, 6, 7 pp. 363-364: 3, 4, 6. pp.303-304: 1. In what ways are the initialization, repetition test, and update steps alike for a sentinel-controlled loop and an endfile-controlled loop? How are they different? 5. Rewrite the program

  • Q : Explain Timesharing system Timesharing

    Timesharing system: It is an operating system which shares processor time among multiple processes by assigning each a time slice. Once a process's time slice has finished or expired, the other procedure is given a possibility to run.