Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


Is Windows NT a full blown object oriented operating system? Give reasons.
2007-08-10 09:05:29
No Windows NT is not so, because its not implemented in object oriented language and the data structures reside within one executive component and are not represented as objects and it does not support object oriented capabilities . Share This
Read more: operating system

What are the key object oriented concepts used by Windows NT?
2007-08-10 09:05:09
Encapsulation Object class and instance Share This
Read more: Windows

What is SMP?
2007-08-10 09:04:48
To achieve maximum efficiency and reliability a mode of operation known as symmetric multiprocessing is used. In essence, with SMP any process or threads can be assigned to any processor. Share This


What are the sub-components of I/O manager in Windows NT?
2007-08-14 15:18:41
Network redirector/ Server Cache manager . File systems Network driver Device driver Share This
Read more: Windows

What is Executive in Windows NT?
2007-08-14 15:18:13
In Windows NT, executive refers to the operating system code that runs in kernel mode. Share This
Read more: Executive

What are rings in Windows NT?
2007-08-14 15:17:48
Windows NT uses protection mechanism called rings provides by the process to implement separation between the user mode and kernel mode. Share This
Read more: Windows

What are the possible threads a thread can have?
2007-08-14 15:17:28
Ready Standby Running Waiting Transition Terminated. Share This


What is FtDisk?
2007-08-14 15:17:09
It is a fault tolerance disk driver for Windows NT. Share This


What is an idle thread?
2007-08-14 15:16:50
The special thread a dispatcher will execute when no ready thread is found. Share This


What is mutant?
2007-08-14 15:16:31
In Windows NT a mutant provides kernel mode or user mode mutual exclusion with the notion of ownership. Share This


What is process migration?
2007-08-14 15:16:12
It is the transfer of sufficient amount of the state of process from one machine to the target machine Share This


How to identify the difference between the kernel object and user object?
2007-08-19 00:37:51
The easiest way to determine whether an object is a kernel object is to examine the function that creates the object. Almost all functions that create kernel objects have a parameter that allows you to specify security attribute information. Share This
Read more: identify , difference

Which is the data member common to all the kernel object and what is the use of it?
2007-08-19 00:37:31
The usage count is one of the data members common to all kernel object types Share This


How does the kernel object outlive the process that created it?
2007-08-19 00:37:11
If your process calls a function that creates a kernel object and then your process terminates, the kernel object is not necessarily destroyed. Under most circumstances, the object will be destroyed; but if another process is using the kernel object your process created, the kernel knows not to destroy the object until the other process has stopped using it Share This


How owns the Kernel Object?
2007-08-19 00:36:48
Kernel objects are owned by the kernel, not by a process Share This
Read more: Object

If we cannot alter these Kernel Object structures directly, how do our applications manipulate these kernel objects?
2007-08-19 00:36:28
The answer is that Windows offers a set of functions that manipulate these structures in well-defined ways. These kernel objects are always accessible via these functions. When you call a function that creates a kernel object, the function returns a handle that identifies the object. Share This
Read more: Object

User can access these kernel objects structures?
2007-08-19 00:36:07
Kernel object data structures are accessible only by the kernel Share This
Read more: objects

What is a kernel object?
2007-08-19 00:35:48
Each kernel object is simply a memory block allocated by the kernel and is accessible only by the kernel. This memory block is a data structure whose members maintain information about the object. Some members (security descriptor, usage count, and so on) are the same across all object types, but most are specific to a particular object type. For example, a process object has a process ID, a base priority, and an exit code, whereas a file object has a byte offset, a sharing mode, and an open mode. Share This


What are kernel objects?
2007-08-19 00:35:27
Several types of kernel objects , such as access token objects, event objects, file objects, file-mapping objects, I/O completion port objects, job objects, mailslot objects, mutex objects, pipe objects, process objects, semaphore objects, thread objects, and waitable timer objects. Share This


What is fragmentation? Different types of fragmentation?
2007-08-19 00:34:22
Fragmentation occurs in a dynamic memory allocation system when many of the free blocks are too small to satisfy any request. External Fragmentation: External Fragmentation happens when a dynamic memory allocation algorithm allocates some memory and a small piece is left over that cannot be effectively used. If too much external fragmentation occurs, the amount of usable memory is drastically reduced. Total memory space exists to satisfy a request, but it is not contiguous. Internal Fragmentation: Internal fragmentation is the space wasted inside of allocated memory blocks because of restriction on the allowed sizes of allocated blocks. Allocated memory may be slightly larger than requested memory; this size difference is memory internal to a partition, but not being used Share This
Read more: types

What is hard disk and what is its purpose?
2007-08-19 00:33:56
Hard disk is the secondary storage device, which holds the data in bulk, and it holds the data on the magnetic medium of the disk.Hard disks have a hard platter that holds the magnetic medium, the magnetic medium can be easily erased and rewritten, and a typical desktop machine will have a hard disk with a capacity of between 10 and 40 gigabytes. Data is stored onto the disk in the form of files. Share This


Is the data bus is Bi-directional?
2007-08-22 02:40:31
The data bus is Bi-directional because the same bus is used for transfer of data between Micro Processor and memory or input / output devices in both the direction. Share This


Is the address bus unidirectional?
2007-08-22 02:40:10
The address bus is unidirectional because the address information is always given by the Micro Processor to address a memory location of an input / output devices. Share This


What does microprocessor speed depend on?
2007-08-22 02:37:41
The processing speed depends on DATA BUS WIDTH. Share This


Define HCMOS?
2007-08-22 02:37:21
High-density n- type Complimentary Metal Oxide Silicon field effect transistor. Share This


What is 1st / 2nd / 3rd / 4th generation processor?
2007-08-22 02:37:00
The processor made of PMOS / NMOS / HMOS / HCMOS technology is called 1st / 2nd / 3rd / 4th generation processor, and it is made up of 4 / 8 / 16 / 32 bits. Share This


Why 8085 processor is called an 8 bit processor?
2007-08-22 02:36:37
Because 8085 processor has 8 bit ALU (Arithmetic Logic Review). Similarly 8086 processor has 16 bit ALU. Share This


Give examples for 8 / 16 / 32 bit Microprocessor?
2007-08-22 02:36:12
8-bit Processor - 8085 / Z80 / 6800; 16-bit Processor - 8086 / 68000 / Z8000; 32-bit Processor - 80386 / 80486. Share This
Read more: Microprocessor

What is a Microprocessor?
2007-08-22 02:35:49
Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices. Share This
Read more: Microprocessor

What is cache memory?
2007-08-26 23:31:51
Cache memory is a small high-speed memory. It is used for temporary storage of data & information between the main memory and the CPU (center processing unit). The cache memory is only in RAM. Share This


Page 2 of 4 « < 1 2 3 4 > »
eXTReMe Tracker