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

Problems when converting word to pdf files?

what the detail of issue is? or you can try another tool such as Tweak All To PDF 3.0 Converter, It is a cost-effective and competent tool. t supports encrypted files and preserves text, layouts, images and hyperlinks well.

http://www.tweakpdf.com/all-to-pdf.html

What is a doc file?

A document file format is a text or binary file format for storing documents on a storage media, especially for use by computers. There currently exist a multitude of incompatible document file formats.

A rough consensus has been established that XML is to be the basis for future document file formats. Examples of XML-based open standards are DocBook, XHTML, and, more recently, the ISO/IEC standards OpenDocument (ISO 26300:2006) and Office Open XML (ISO 29500:2008).

In 1993, the ITU-T tried to establish a standard for document file formats, known as the Open Document Architecture (ODA) which was supposed to replace all competing document file formats. It is described in ITU-T documents T.411 through T.421, which are equivalent to ISO 8613. It did not succeed.

Page description languages such as PostScript and PDF have become the de facto standard for documents that a typical user should only be able to create and read, not edit. In 2001, PDF became an international ISO/IEC standard (ISO 15930-1:2001, ISO 19005-1:2005, ISO 32000-1:2008).

HTML is the most used and open international standard and it is also used as document file format. It has also become ISO/IEC standard (ISO 15445:2000).

The default binary file format used by Microsoft Word (.doc) has become widespread de facto standard for office documents, but it is a proprietary format and is not always fully supported by other word processors.

What are the advantages of using a foreach loop over a for or while loop for processing list elements?

foreach can simply replace for loop. for ex in perl, if you need to copy display an array, it will take only foreach $var(@arr). then print $var. no need of incrementing the index of array like for loop.

How do you save a webpage to your document?

Yes, a word document of any type can be saved as a web page. It's very simple. Create the document, which you want to save as web page. Now click on save as in main menu. A window will open. Here you have "Save as type" option. Chose "web page" and name the file in "File Name" box and click save. Your done.

A 12-point font is larger than a 10-point font?

Points are an old unit of measurements. They are the smallest measurement in the typographic system of measure. On a modern system, a point is 1/72nd of an inch (or around 0.357 mm.)

On the screen, this gets a little murky. Inches are hard to translate to the resolution of a computer screen, and so points are kept mainly in an effort to make people used to the measurement system comfortable.

Originally, a font-size was measured from the top to the bottom of the metal backing on the printer's letter. Now, fonts are normally measured from the top of their ascenders (like the top of a "k") to the bottom of the descenders (like the bottom of a "j".) A 12pt. font is a font that can be measured at 12pts, or a little less than 3/16ths of an inch.

What are the disadvantages of Command-line interface?

You can not view images with a command line interface.

  • There are no graphics -drag0nhunter1

Which protocol provides connectionless network service?

In internet protocol suite UDP is the connectionless protocol. There is no initial communication between client and server. UDP will not check whether the transmission was successful.

How do you add comments in batch files?

Anytime you wish to create any type of remark in a batch file rem must be added in front of the line. Remarks are often used to skip a line in the batch file or make comments.

What is the difference between a for loop and a while loop in java?

ComparisonThe conditions for both the 'while' and 'for' loop are exactly the same, but in each flow structure the conditions are placed in different locations. A 'for' loop places the full condition within the 'for' loop whereas the 'while' loop places the counter variable outside of the loop.

The 'for' loop is used when the length of the loop is known whereas the 'while' loop is usually used when the length of the loop is unknown.

'for' loop exampleWithin the parentheses the complete condition is contained. The condition has 3 parts delimited by a colon ';'. The first part sets the counter 'int i' to 0, the second part tells the loop to stop when the counter is 5. The third part tells java to increment the counter by 1 value each time the loop iterates.

for ( int i = 0; i < 5; i++)


'while' loop exampleWith the 'while' loop the counter is initialized outside of the 'while' loop. Inside the parentheses of the loop the condition is set to stop looping when the counter reaches a value of 5. Inside of the 'while' loop block the counter is set to increment by 1 value each time the loop iterates.

int i = 0;

while ( i < 5 ) {

i++

}

Program to shut down a PC in c?

Well C language is a programming language it is used for designing programs. So you must be confused i can tell you how to shut your computer down using the command prompt though

*Step one open start and click run type cmd and press enter

*step two once the command prompt has opened type shutdown -i and press enter a dialogue box will appear

*Step three at the top of the box there is a button that says ADD click that and type your computers name if if you do not know your computers name opn the control panel then open system and choose the tab on the top that says computer name your computers full name will be located here

*Step four copy and paste your computers name into the box that popped up when you clicked add click ok now your computers name has been added to the list now from the drop down menu select what you want your computer to do restart shut down etc.

type a comment and select ok your computer should shutdown

How do you convert mht file to wmv file?

An MHT file is a web page and a WMV file is a video extension. You can convert an MHT file to a WMV file using Xilisoft Video Converter Ultimate.

What is an explaination of advantages of mail-merge?

Mail-merge's main advantage is to save a lot of time.

Fundamentally, mail-merge means taking one form letter, and then using a program/computer, to modify small parts of it based on a list.

Most typically, one has a common letter whom which to sends to several different persons.

Usually, the only things different between each letter would be the addressee, the salutation, and perhaps other minor customizing attributes like "Mr.", "Ms.', etc.

Mail merge uses a list of data with named items corresponding with special parts of the letter with the same named areas.

As each letter is generated or printed, each named entry in the list of data gets placed into the same named place in the letter making it seem as though each letter was customized yet the computer does the customization.

Clearly, when tens or hundreds or more letters (or other types of correspondence) need to be sent to a list of different people or companies, mail-merge can do most of the work for you.

Most businesses, for example, maintain address lists of customers. Using mail-merge, the computer does the letter salutation, possibly other differing content based on customer, and most importantly, takes care of addressing both the letters and envelopes.

Even the holiday cards and letters can be customized and addressed the same way.

How do you program the eeprom in pic16f877?

Part I

1. Input data to a pin on the PIC16f877 Micro controller

2. Take data from the pin and store it in a variable

3. Write data from the variable to EEPROM

Part II

1. Send the saved data from EEPROM to a Pin for output

Part II

1. Read the saved EEPROM data from partA in the debug window.

malcolmX

What part of a file name indictes the file type and program that created it?

Usually nothing. The file extension (the .jpeg, .exe, .png, .mov, etc.) tells what kind of file it is. Certain programs deal with certain extensions, like word with .doc, .rtf, and .txt. Paint and photoshop deal with .jpeg, .png, .gif, and .bmp. Powerpoint deals with .ppt, and so on. Hope this helps!

What is the benefit of partitioning your drive?

Partitioning allows you to create a logical separation between different operating systems and data.

For example, you could have a windows operating system on one partition, a Linux operating system on another partition, and your personal data (My Documents in windows and /home in Linux) on a third. This allows you to wipe one of your partitions clean and reformat without having to backup the data on the others (say for example, your windows install gets a virus).

How do you empty a file using C programming?

That depends on the type of file and what you mean by "empty". Generally, fopen() called on an existing file, with the "w" option instead of the "a" option will truncate the file to zero length. To delete a file completely is a different process. Function truncate is your friend.

What is the difference between cut and a copy command?

a copy command would copy the contents of the selection and when you paste it somewhere else, the original contents would still be there. the contents would be available in both the original location and the new location

a cut command would remove the contents of the selection and when you paste it somewhere else, the original contents would be lost. it would be available in the new location only.

Which language is used to develop Windows OS?

Microsoft Windows is most likely developed using C and/or C++ for the majority of its internals. I remember seeing a "leaked" copy of the Microsoft Windows source code (though I never had a chance to verify its legitimacy), but considering that virtually all of Microsoft's software is written in "Win32" or "Win64" C++, and that most drivers are also written in C/C++, it stands to reason that Windows is primarily written using C and/or C++, with small pieces written in "assembler" to bridge the gap between limitations in C++ and the necessary instructions for enabling task gates, etc, that do not have standard C++ headers.

What is the chemical equation for MnO2?

MnO2 is the chemical formula(there is no equation). The compound is called manganese oxide and manganese(IV) oxide by IUPAC. Wikipedia calls it manganese dioxide.

A plus sign to the left of a folder in Windows Explorer indicates that the folder is what?

A plus sign to the left of a folder in Windows Explorer indicates that the folder is:

a Parent folder containing Subfolders within.