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
< DL Compact > tag is used for
what is woransient key word? how it is used in java
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
what is d main diff between the java and .net framework
Difference between delegates and Events?
why not instantiating servet using new operator?
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
shall we execute our java programmes in jre
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??