answersLogoWhite

0

📱

Windows 2000

MS Windows 2000 operating system that was released for PC computers in 2000

569 Questions

Which stage of building a fully executable program form C source code combine multiple files into an executable program?

It's actually 3 stages: preprocessing, compilation and linking.

Preprocessing deals with all the preprocessor directives (all lines beginning with #). So a line such as #include<stdio.h> will effectively copy/paste the contents of the stdio.h header in place of the directive. The header itself may also contain preprocessor directives and these must be processed prior to insertion. Macros are also processed at this stage and all comments are stripped out. The end result is a translation unit that contains pure C code with absolutely no macros, no directives and no comments whatsoever. The translation unit is usually stored in working memory, however your IDE may include a switch that allows you to examine the contents of the translation unit.

The compiler processes each translation unit in isolation. Since the compiler cannot see any other translation units, only names with internal linkage can be resolved at compile time. The compiler produces an object file from the translation unit. The object file contains machine code along with a table of any names that couldn't be resolved by the compiler (those with external linkage).

Once all translation units have been compiled, the linker can examine the object files and resolve the outstanding external linkage problems, essentially linking all the object files into a single executable.

Problems can occur at any stage. For instance, preprocessing could result in a macro expansion that generates code that cannot be compiled. The compiler cannot resolve these problems because the compiler never saw the macro, it only saw the code that was generated by the preprocessor. So although it can identify the problem in the translation unit, it cannot identify where that problem originated. This is why macros are so difficult to debug: the compiler cannot help you.

Aside from macro problems, the compiler can identify and help you resolve a wide range of problems in your code thus it pays to make use of it as much as possible. The compiler can also statically assert your assumptions, perform compile-time computations and optimise your code through inline expansion, thus ensuring your code is error free and operates at peak performance.

Link-time errors are more difficult to deal with, but usually mean you've violated the one-definition rule (ODR) in some way, either by providing two different definitions for the same name or by not providing any definition of a name.

Even if no errors occur and linking is successful, it does not mean your executable is error free. The computer will only do exactly what you've told it to do, but it cannot account for logic errors at runtime. Many of these can be caught at compile time by making prudent use of static assertions, however this isn't always possible so you should also provide "sanity" checks wherever necessary and include appropriate error handling wherever runtime logic cannot be guaranteed to hold.

Where do you find out how much ram is on your windows 2000 computer?

U can know the RAM size... By doing the following steps..

--> Right click the My Computer--> Properties --> Window will appear if u observe that u can get know RAM size.. Model of ur Processor... Bus speed..

Where can the Windows 2000 startup sound be downloaded?

You cannot find any web page where that is exept if you have windows2000

Where can you download a windows vista password recovery disk?

Password recovery disk of windows may erase all your data. Though you can download it from windows website and buy it. But i would suggest you spend the money in buying software that will recover your password without erasing data. My brother had done it using windows and all his data got deleted, i took a lesson from him and searched the internet to find software that would reset the password or recover it without erasing the data and i came across this amazing software called Stellar Phoenix password recovery for Windows. It retrieved my password like a charm without having to format or delete all my data . You can try it if you want it is available on their website online.

Can an older version of Quick Books be installed in windows 7 I have the Quick Books pro 99 installation disc that I purchased in 2000 and is registered to me?

yes. locatecto the installation file on the disk then right click on it then click troubleshoot compatability then you might want to choose windows 98

What happens to the existing data on a hard drive during a clean install?

if clean install is performed, then the data in the partition in which fresh installation is being done will be deleted

What is the different between Windows 98 and window NT?

Windows NT (new technology) added the HAL or Hardware Abstraction Layer to prevent direct interaction between hardware and software.

Can you use a 500 GB hard drive on Windows 2000 pro?

You can use 500 GB hard disk & install OS 2000, but you won't be able to avail 500 GB hard disk space on it.

How do you remove a partition on your hard drive using a MS Windows 2000 OS?

my computer--->manage->computer management ---->select drive drive and right click delete partition

How can you reset the serviec computer system when you cheng the microfilter in new bmw5 series2004?

this should of been done by your dealer if you still under the maintence program. however if you do it yourself its fairly easy. first turn the car on and the key to position two, then hold down the trip button in your instrument cluster down, hold it until a little red microfilter symbol appears in the middle of you cluster, let go of the button and press and hold it again. then a reset will appear in the cluster. let go and push the button again. this should reset it. check in your service data through the i drive and verify it did reset. turn off the car and your done.

How does the TJ Rumble go?

Everybody do the Tj Rumble! Everybody do the Tj Rumble! Tj, what? what? Rumble! Oh-yeah!

Does Firefox work with Windows 2000?

Yes. Mozilla Firefox up to the latest version is currently compatible with Windows 2000.

What are the cheapest ways to make your stock 2004 Ford mustang go faster It's not gt or anything just the basic V6 package?

To improve "quickness", go with a lower gear set. Approximately $200-250 not including labor. To improve overall horsepower, NOS is the cheapest bang for the buck.

Is there a free security system for Microsoft Windows xp 2000?

yes....go to a search engine (i prefer google) and type in free antivirus dowloads and pick one from the selection. if your computer is up to date and you have xp expansion pack 2 with all the current downloads you may already have security protection. There is a free program called "Avast!".

How do you do an underscore in Windows 2000?

As with any other operating system, you would type an underscore by pressing the key on your keyboard with that character. On most keyboards, you can type an underscore (_) by pressing Shift and the hyphen key.

Does Windows 2000 Professional and Windows XP Professional have the same minimum hardware requirements?

No, XP has higher requirements then 2000, most notably needing more RAM. Windows 2000 Professional 133 MHz or more Pentium microprocessor (or equivalent). supports up to two processors on a single computer; also supports dual-core computers; 64 megabytes (MB) of RAM recommended minimum. 4 gigabytes (GB) of RAM is the maximum; A 2 GB hard disk that has 650 MB of free space. VGA or higher-resolution monitor; Keyboard; Mouse or compatible pointing device (optional). I can tell you from personal experience, it runs great on a 400 celeron, 128 MB RAM, 4 Gb hard drive (but 2000 Pro is 1.5 GB installed). XP Home or Pro 300 MHz CPU, supports up to 2 CPU,s, including Dual-Core. 256 MB RAM, but it will be slow. If you do more then 1 thing at a time (almost everyone does), such as open a word document while surfing the net, with an anti-virus program running, it will be PAINFULLY slow. I know many people who went from 256 to 512 and could not believe how much faster it was. Consider 512 MB RAM the minimum). 4 Gb HDD (hard drive), and XP will take 1.5 of it (if you have a 15 GB or bigger HDD, XP will take 2.25? GB of it). I tested XP Home on the 400 Celeron; 256 MB; 4 GB hard drive, and it was noticeably slower then the same computer with 2000 Professional. I would say it was a combination of not enough memory and too small CPU (consider 1 Ghz the minimum). For more information, search Google for "2000 requirements" and "XP requirements"

What is the command fo create a set of windows 2000 boots disk?

Click start and then help, type boot disc in the search box then follow the instructions

Can officers salary be considered a Cost of goods sold?

Is the promotion expenses for a certain slow moving item can be add to the cost of sales of this item ? This answer is not an answer but another (totally different) question. The question I need answered is: "Can an officer's salary be considered a cost of goods sold?"

What does it mean when the printer will not print and message states 'printer spool not installed?

There is a special service responsible for printing it's called "spoolsv.exe". Check your services if it's running. If you want to print anything it must be running.