Component which are used in 2nd layer
What are the different types of component parts which are used in 2nd layer?
Expert
There are of 4 different types of component parts that are used in 2nd layer:
a. Kernel32.DLL: It allows the system-related functions which comprises Win32 API coding.
b. Kernel32.DLL also consist of the wrappers which are placed around the lower-level of NTDLL functions.
c. This can also provide the functionality for National Language Support (NLS) to handle the system in case NTDLL is not present.
d. Advapi32.DLL: Advapi32.DLL consists of the functions which are related to that of the system such as registry and the service handlers.
e. Gdi32.DLL: Gdi32.DLL consists of the basic functions which are used for drawings and to draw other shapes which are simple and can be manipulated on the display.
f. user32.DLL: user32.DLL consists of the functions which provide easy to use user-interface in Windows programming.
Shortcut key: A key-press related with a component in a Graphical User Interface (abbreviated as GUI) which provides an alternative to choosing the component's operation with mouse.
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.
Assembly language: This is a symbolic language closely analogous to the instruction set of a Central Processing Unit. The program employed to translate a program written in assembly language is termed an assembler.
Constant: It is the memory block where value can be stored once although can’t modify later on throughout program execution. Example: const int pi =3.14;
Explain the way to overriding a base class method in Visual Studio .NET and in Visual Studio 2005.
Edit-compile-run cycle: A common portion of the program development procedure. The source file is made initially and compiled. The syntax errors should be corrected in the editor before compiling it again. Once the program has been productively compil
Explain the way to close an XHTML element.
What is incorrect with my < br > Tags?
Java 2 SDK: It is a particular implementation of the abstract functionality explained in Sun's specification of Java 2 Platform.
De Morgan's Theorem: The two rules which can help to simplify Boolean expressions comprising multiple logical-not operators in combination with the other Boolean operators.
18,76,764
1940059 Asked
3,689
Active Tutors
1438547
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!