System Architecture for Windows Programming
Tell me about the System Architecture for Windows Programming?
Expert
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.
What are the differences between logical and physical address spaces?
Explain the term soft real-time.
State the term INODE. Answer: It is a pointer to a block upon the disk and is a unique number. This holds metadata of files.
Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.
Write a program that prints out all prime numbers between 1 and 1000. Print the values out ten per line, with digits lined in proper columns.
Define the term SOAP.
Filter stream: It is an input-output class which filters or manipulates its stream of input- or output-data in some manner. Two illustrations are: DataInputStream and DataOutputStream.
First in, first out: It is FIFO semantics of the queue data structure. Items are eliminated in the order in which they arrived in the queue; therefore older items are always eliminated before newer ones.
Explain the Automated Software testing life cycle.
What do you mean by ActiveX control? Describe in brief.
18,76,764
1955918 Asked
3,689
Active Tutors
1415450
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!