answersLogoWhite

0

📱

Microsoft Windows

Windows is a consumer and enterprise grade family of operating systems developed by Microsoft Corporation. First released in 1985, it has become the best-selling operating system in computer history, and has 90% of the total operating system market.

18,535 Questions

What is the task of dll and ocx in programming?

Dll is "dynamic link library" it provides all the information about built in methods which we used in program at run time. these could be keywords(main, if , for etc) or functions( pow(), main(), strcat() etc) or classes in opps.

An OCX is an Object Linking and Embedding (OLE) custom control, a special-purpose program that can be created for use by applications running on Microsoft's Windows systems.

What are the function a folder inserters?

Folder inserters are devices used in printing and mailing processes to automate the insertion of folded documents into envelopes or other containers. They streamline operations by increasing efficiency, reducing labor costs, and minimizing errors associated with manual insertion. These machines can handle various paper sizes and types, ensuring consistent output and speeding up the fulfillment process. Additionally, many folder inserters are equipped with features for tracking and managing the inserter's activities, enhancing workflow management.

What is the largest prime number that can be stored in 8 bit computer?

An 8 bit number is a maximum of 255, the highest prime number less than or equal to this is 251 or 11111011

Ans 2.

The above is correct for the largest prime storable in a single 8bit storage location.

However the question asked what can be stored in an 8bit computer. Anyone working with numbers would tend to program an 8bit computer to use more than one location to store each number.

In fact, since we are talking of prime numbers there is a simple, fast algorithm to store primes very compactly, and recover them quickly and easily. 32KB of RAM can hold all the primes less than 95,000 with room to spare for the compaction and decompaction algorithms.

A 1GB memory will hold all the primes less than 3 x 1010 .

How do you log in shaiya?

first you have to download it. you can do that at aerialgames.com. then you just activate it and you type ur username and password. select Union of Fury or Alliance of Light. (i personaly like Union of Fury best). create a character click on it and click play.

Is the c drive hardware?

No. The C drive is simply a partition that you create. The harddrive is hardware.

What is an all in one desktop computer?

All desktop computers consist of a hard drive and mother board. The difference is most computers have a seperate tower that houses the disk drives, motherboard, GPU etc. and an all-in-one computer houses all its components in the monitor.

A good example of a all-in-one is Apple's E-Mac and I-Mac.

Pros: less space on desk

ready to use out of box

no separate components

Cons: hard or impossible to upgrade/repair

prone to overheating

inferior sound quality

more expensive

How do you remove hairballs from hard drives?

Keep the cats out of your hard drives.

Just for fun, why not Google.

What is giga bite?

the prefix "giga" means 109= 1,000,000,000 (billion) and the part "byte" just means space.

How do you get deleted program files of Oblivion back?

check your recycle bin, if you've emptied it since then their gone, if you were lucky enough to make a backup before the files were deleted look for an archive that windows generates on your hard-drive as windows.old and your oblivion saves should be hanging around in my documents, my saved games, oblivion saves (or possibly in my documents, my games , my saved games depending on your OS)

What is Unattended installation in Windows 2000?

hi Ur answer is:

Unattended Setup is the process of using automated installation scripts to answer questions during Setup, thereby simplifying the installation of Windows 2000 Professional on multiple computers. The command for starting Unattended Setup is the same as for interactive setup: For starting Unattended Setup on a computer running Windows NT 3.51, Windows NT 4.0, Windows 95, or Windows 98, use Winnt32.exe, and select the appropriate command options to run the scripts. Windows 2000 Professional improves the use of automated installation scripts, especially by providing the Setup Manager, a comprehensive, wizard-based feature that guides administrators through the process of creating custom, error-free setup scripts. Unattended Setup is the easiest method for upgrading numerous computers from previous versions of the Windows operating system. It also can be used to automate clean installations. Using scripts saves time and money by eliminating the need for administrators or users to attend to each computer and answer the questions during installation. Unattended Setup provides automated deployment of an upgrade to Windows 2000 Professional on numerous computers. Unattended Setup with installation scripts also gives administrators the flexibility to allow users to provide input during the Setup process. Deployment can take longer using Unattended Setup than using some other methods, such as the Sysprep tool because of the time required to copy files over the network.

for more information refer to:http://www.microsoft.com/technet/prodtechnol/windows2000pro/deploy/depopt/w2kpadpl.mspx#EXE good Lock

What is 'comma delimited format'?

Also referred to as comma-separated format (CSV), this format is a way to store data by separating each field with a comma.

EXAMPLE: first item, second item, third item, fourth item, fifth item, etc.

Other delimited formats can use other characters as a delimiter to identify the difference between each field in a collection of data (database).

OTHER EXAMPLES:

"first item" "second item" "third item" "fourth item" "fifth item", etc.

first item; second item; third item; fourth item; fifth item; etc.

first_item second_item third_item fourth_item fifth_item, etc.

What is the purpose of the command pin 127.0.0.1?

I think you mean "ping" not "pin".

The ping command is a network request for another machine to answer to show it is reachable. 127.0.0.1 is an IP address. It happens to be a very special one, it is reserved to mean "localhost" or "me". So when you type "ping 127.0.0.1" you are asking your own machine to answer itself. While another machine may fail to answer, you can always expect a reply to 127.0.0.1