answersLogoWhite

0

📱

Windows XP

MS Windows XP operating system that was released for PC computers in 2001

9,737 Questions

When do you run disk defragmenter?

Disk defrag must be run regularly (or set to auto defrag) to keep the hard drive free of fragmentation and maintain the performance of the computer at a high level. Fragmentation of files (occurs 'naturally' when you write or modify a file on the hard drive).

Windows comes with a built-in defragmenter, but it's not very good IMO: it's very slow, doesn't defrag all files (especially important system files), doesn't defrag properly when disk space is low, and is not flexible.

----------------------------------------------------------------------------------------------------

Its good to be proactive when it comes to defrag because once the fragmentation levels become high or if your free space drops below 15%, it be comes very difficult to defrag with the native disk dferagmenter. It also takes a very long time to complete the defrag.

What is the utilities of file in Foxpro?

There is an alternative software for working with dbf files.

How do you use cmd?

CMD or the command line is used to execute instructions & programs.

Many commands such as (dir) can be executed like this

c:\>dir

This will list the current directories content.

:)

What do you do if an Internet picture was set as your desktop image and now all your desktop icons have disappeared?

Did you try right clicking on your desktop and choosing "arrange icons with" and then choosing "show desktop icons"

What is a logic error in a programs code?

It is a generic term for screwing the program code up. It means that somewhere in the coding it is not doing what it is supposed to do. Say you wanted to add the amount of apples and then print the amount for inventory. The code says that it is adding the apples then sending a zero amount for the amount to the inventory.So the inventory shows a zero balance all the time. This is a logic error. Good luck.

What is the name of excel files?

Hey,

I don't know if this is what you mean or not but, if you mean, 'what is the 'code' at the end of the files', then I think it is: .exl

Hope this helps JJ x

What causes a printer or computer when it is spooling data to the printer to take so long to get to the printer and start printing?

this is down to an incorrect driver or windows driver installed for the printer or a conflict within the software. try uninstaling ALL software to do with the printer and the printer itself and reinstalling it. if this doesnt solve the problem there could be a problem with the port it is connected to (ie parallel).

In computer science, spooling refers to a process of transferring data by placing it in a temporary working area where another program may access it for processing at a later point in time. This temporary working area could be a file or storage device, but probably not a buffer. Traditional uses of the term spooling apply to situations where there is little or no direct communication between the program writing the data and the program reading it. Spooling is often used when a device writes data at a speed different from the rate at which the target device reads it, which would allow a slower device to process it at its own rate. Data is only modified through addition or deletion at the ends of the area, i.e., there is no random access or editing.

you can also change the pdl in the driver properties... some pdl's deliberately enlarge data files; if that doesn't work try decreasing your dpi and open up your task manager to monitor your available memory when sending a print job... you can never have enough memory! printers by default come with enough onboard memory to process simple jobs. if you are in an environment where several job are sent similtanioulsy you might want to get the memory of that device upgraded.

Cmd.exe represents the Windows XP version of the command prompt?

Yes. cmd.exe will allow you to execute shell commands and scripts, although you should consider using the newer Powershell instead if your version of Windows supports it.

How do you make a sip account on nettalk?

How do you make a sip account on nettwalk

How do you Install oracle from DOS shell?

Just execute the name of the setup file.. You also have to give the full path.. say

C:\> oracle

What toolbar allows you to create a toolbar link to any folder in your computer?

To my knowledge any browser (that has a navigation tool bar and that would be all of them) allows you to directly access a folder or file. Simply type the path to the drive letter, directory and file name into the navigation tool bar. As follows: C:\AnyDirectory/AnyFile.ext

The Drive needs to be your drive where the file exists often the C: dirve. The directory and file names are case sensitive and .ext is the extension such as .mpg, .bat, .jpg, and .doc excetera. Be aware browsers will execute or launch files accessed in this manor if the browser is capable of doing so. So you may wish to access the folder the file is in and not include the file name unless of course you wish to launch the file.

Once you have reached the folder/file and displayed the file, create a bookmark and place the bookmark on the bookmark toolbar.

Which program file opens DLL files?

If you understand DLL files as series of instructions to a computer that has a printer or other attached device to communicate effectively then any text reading or word processing program will open and then read DLL files

Using 5-bit sequence numbers what is the maximum size of the send and receive windows Stop-and-Wait ARQ?

Protocols Send window size Receive window size

Stop‐and‐Wait ARQ 1 1

Go‐Back‐N ARQ 32 - 1 = 31 1

Selective‐Repeat ARQ 32/2 = 16 32/2 = 16