What is the difference between windows 98/2000/XP Operating
Systems?
Answer Posted / v.sridhar
Windows 98 operates on a DOS platform, which means that
when the user clicks on an icon, a code string in Microsoft
Disc Operating System is executed, which initiates the
process the user has selected. Further commands in DOS are
performed, until the process is completed.
Windows 2000NT is supposedly the flavor of Windows 2000
which does not run on a DOS platform, but instead, on an NT
platform, which is the new operating system that Microsoft
developed to replace DOS. DOS was developed specifically
for an early processer, the Intel 8088, and its internal
architecture was based upon the capabilities of that
processor. The X86 processers are descendents of the 8088,
but the 586 was the last of that style of processers. NT is
supposedly superior for multitasking, serial bus
operations, and addressing memory locations, among other
things.
| Is This Answer Correct ? | 102 Yes | 31 No |
Post New Answer View All Answers
what is the difference between read the data from table and infotype
shall we execute our java programmes in jre
What is BASIS
when will triggars the at new event in abap and web dybn pro?
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
how will you code the subfile which is in editing mode (multiple case subfile)?
How to merge Action Form with Dyna Action Form in Struts.
why we need to take u?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
give idea for creating screen in abap
what is session state?
how can i split string in a textbox in windows appication using C#.net
Explain the types of operations? Draw the figure for shift and rotate operations?
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
Outline the two important features of a terminating recursion. Any ideas?