answersLogoWhite

0


Best Answer

Drive PhitnesS Test

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the windows 98 IDE DPS self test do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the best free windows IDE for ruby?

the best free ide is Notepad++


What is Primary IDE Channel?

The Primary IDE Channel component provides the IDEport driver in the atapi.sys file.The IDE port driver is part of the IDE driver model in Windows 2000


Different windows in visual basic IDE?

You go up to windows and select add windows form


How do you do C programming on your Windows?

C programming can be started on Windows by using a suitable IDE (these include compilers) such as Dev-C++


Is visual basic a DBMS?

No, it's a ide and and programming langauage used to create windows programs.


Mdi in vb stands for?

MDI means multiple document interface. This refers to an application in which all windows are contained by some parent window. The Visual Studio IDE is actually an example of this, as all windows you open while running it are children of the main IDE window.


Can't start eclipse java ide in Windows 7 64-bit?

Try reinstalling jdk


Why can't Windows XP setup detect my hard drive?

This usually occurs if you are using a retail disc on a system that uses SATA instead of IDE. Windows XP has no built-in support for SATA drives. The quickest workaround is to switch the controller mode in the BIOS to "Legacy" or "IDE emulation."


What is the best c plus plus IDE?

On Windows, Visual Studio is by far the best IDE, but the C++ implementation is not standards-compliant. For a more generic/portable solution, consider using gcc instead.


How you run C plus plus compiler in windows 2007?

There is no operating system known as "Windows 2007". The only Microsoft operating system released in 2007 was Microsoft Windows Server 2008. Microsoft Windows Vista was released earlier in 2006 and has since been superseded by Microsoft Windows 7 (released in 2009), Microsoft Windows Server 2012, Windows 8 (2012), Microsoft Windows Server 2012 R2 and now Microsoft Windows 8.1 (2013). As to how you run a C++ compiler on Microsoft Windows (regardless of the version), you first have to download or buy a compiler as well as a linker and a resource compiler. However, compilers and linkers are not generally available separately, they usually come as part of an Integrated Development Environment (IDE), which includes project management facilities and code editors. Your IDE documentation will tell you how to run the built in compiler from the command line, however in an IDE this is seldom necessary as all compilation and linking can be achieved from within the IDE itself.


How does one retrieve data from a hard disk that is 12 years old and computer OS was Windows 98?

plug it into any modern PC with an ide connector as a secondary drive. Alternativly buy a usb pata (ide) caddy. All new ide interfaces are backward compatible.


How can you make windows software using c plus plus?

The simplest way is to use an IDE specifically designed for Windows development. MSVC++ is probably the most popular choice.