What is the file name for ms word?
It depends upon you, what are you choosing to name your file?
Note: Always try to give relevant name for your file because it helps you as well as other in understanding the nature of file.
For example: If you have written an story then choose title of the story as a file name.
How do you convert videos to an AVI format?
JPEGs are not video files, only pictures. GIFs are a series of pictures set to "animate," you probably mean GIFs. As for converting GIFs to AVIs or MPGs, I'm not so sure it can be converted directly (as in, choose file, click button, convert, done type of thing).
What is function of disk cleanup?
Disk Cleanup is a feature of Windows that enables a user to delete system / junk files safely.
For example, by using the disk cleanup feature, you can free up a considerable amount of space on your pc, like getting rid of TIF (Temporary Internet Files) and other 'useless', and not required, files.
Personal Note - I once used disk cleanup on a friend's pc, and cleared up well over a gigabyte (thats a lot of files!)
____________
Here are two free <a href="http://www.mindgems.com/info/Disk-Cleanup.html">Disk Cleanup</a> tools that you can try too. I use them all the time.
What does it mean to restore file?
Restoring files simply takes the deleted file and places it back in its original area. Because file on a hard drive are never fully lost. Reinstalling deletes the old files and replaces them new.
Who are the end user of the Microsoft Excel?
Almost anyone can use Excel. It is mainly used for doing calculations, so if anyone needs to do any kind of calculation Excel can be used to do it. That would include business people, students, scientists, statisticians and even ordinary people wanting to do simple calculations or keep records of things like household budgets. Excel is very versatile, so it can do a lot of things and many people could find uses for it.
Dialog is communication between two individuals.
The meaning of dialogue is a conversation between two or more individuals. This conversation takes place with a play, book, or movie. Also, this can be a conversation between two people to solve a problem.
Why is FAT32 preferred over NTFS file system?
FAT32's main advantage for a long time was its better compatibility with non-Windows operating systems. NTFS has a higher maximum file size, and better read/write speeds, but for a time only worked properly with Windows, and was difficult to get working on Mac and Linux platforms. Support for NTFS in these other platforms has increased over the years however, so FAT32 doesn't really have a clear advantage anymore.
For small drives such as USB flash drives and SD cards however, FAT32 is still a great option, as it's maximum file size of 4GB won't matter, and it will still have a slight edge in terms of compatibility with other devices that may not support NTFS (e.g. TVs and game consoles).
The tonal range of a digital image is the number of tones it has to describe the dynamic range. These conceptual examples show that an image with a large dynamic range can have a narrow tonal range and an image with a low dynamic image can have a wide tonal range.
How many people use Windows 7?
As of now, it has been estimated that about only 4% of Windows computers run Windows 7. Keep in mind that this is late 2009--only months after Windows 7's release.
As of June 2010, millions of people use Windows 7
Which key do you press to copy while dragging and droping selected cells?
The Ctrl key will enable you to copy while dragging and dropping.
What is the history of Windows?
Microsoft Windows was originally developed and released as MS Windows 1.0 AKA "Windows 85" by who else? Microsoft, in October of 1985 about a year and a half after Apple Computer intorduced the Macintosh. Naturally, it was a copyright infringement (in the beginning) program designed to make MS DOS based IBM PC's operate in a manner similar to the Macintosh that was the beginning of a whole new face and direction of personal computers. However, if you've ever seen windows 85 it is much more primitive looking than even the first Macintosh. It only allows you to multi-task about three maybe 4 programs maximum at once (depending on how much RAM your machine had) and the IBM Intel 286 processor - the most powerful computer at the time only offered a capacity for 2 MEGABYTES of memory, usually being shipped with only 760 KILOBYTES so you had to buy the other 1240KB separately.. very costly in those days too!
Maybe you've had some experience with MS DOS ver. 5.0 and later, if you have you're familiar with the graphical appearance of MS DOS SHELL. Windows 85 didn't look all that much different than that except of course you could barely multi-task and it offered the classic supplimental applications such as Wordpad (write), Notepad, and paint. I'm sure you've seen Windows 3.0 or 3.11 which runs off a program manager on the desktop, in Windows 1.0 through 2.11 it was even more basic. Your applications were run off what was called the MS DOS EXECUTIVE, basically a list even simpler than the file manager where you used the mouse to choose what programs you wanted to run at once and then pray your machine didn't freeze due to limited memory. No, the first version of windows I was genuinely impressed with was Windows 95 because it had the most resembalance to Apple's layout on Macintosh, and from about the mid 80's through 1994 I was a "Mac" guy all the way. Today, Microsoft Windows has created it's own entire appearance and is doing things many scientists deemed questionable years ago and is as advanced as ever. Even the NEWEST Macintosh computers are considered obselete and are not near as compatible as your PC Windows based applications, that's basically the history in a nutshell. The following is an addition made by Will_00:
Windows is the term for several software operating systems created by Microsoft. Microsoft took two different routes in its operating systems. It was developed for home use, and for the professional IT user. The home based software included a mainly multimedia supported functionality. The professional IT user based operating systems included a lower ranked multimedia set up, but better networking and security. The versions included Windows 1.0, Windows 2.3, Windows 3.0 (which with 3.1 somewhat overtook the basic user interface of the operating system), Windows 3.1, Windows NT, Windows 95, Windows 98, Windows 2000, Windows XP, and Windows Vista. Of course there were others, but those are some of the major ones. The next Windows operating system, that is not a server, is entitled Windows Vienna, or Windows 7.
Difference between office clipboard and system clipboard?
1. The major difference between the system Clipboard and Office clipboard is that the system Clipboard can retain only the most recently copy-pasted item (meaning it will replace the previous item when you copy a new one), but the Office clipboard will retain the last 24 items copied.
How can you capture streaming audio on your computer?
I use a simple application called "Easy Audio Capture" by Roxio. I can capture anything that comes through my sound card and out the speakers.
You can also try freecorder 4. I use it to snatch streaming audio and make mp3s. Check out the related links section for more ways to record streaming audio on your computer.
What steps do you take to open a new Word 2007 document?
If you already have one open just click "new" at the top
How many characters can a folder name hold?
windows files can have up to 256 characters. they can be letters, numbers, nad spaces. no symbols. they can be in uppercase or lowercase
What are computers for individual users?
There are many uses ....You can use it for calculations,buisness work,saving documents,using internet ,listening music,playing games.....u can use it for many things and as the tencolgy is improving day by day new applications are appraching in our computers...
How do you delete 0 byte files using DOS?
The command for deleting a file in DOS is DEL. If the file you are trying to delete is in the current directory, type DEL followed by the full filename. E.g. del file001.txt If there are multiple files, the wildcard * can be used. del file*.txt will delete all the text files that start with 'file' del file*.* will delete all the files that start with file. del *.txt will delete all the text files. del *.* will delete all the files in the current directory. It is possible to delete files in another directory by typing the full path and filename del c:\folder01\*.* will delete all the files in the directory c:\folder01\ DEL will not affect hidden files, but careless use of this command could damage your operating system so use with care.
Does Windows Clipboard and Office Clipboard work in the same way?
The clipboard is a software facility that can be used for short-term data storage and/or data transfer between documents or applications, via copy and paste.
So they're just the same.
How do you use fonts that you have downloaded?
You download the font. A page should come up with the file. Copy and paste file into my documents. Go to Control Panel and then Appearance and
Themes. On the side click fonts. go to My Documents and Copy and Paste font file on a blank spot on the font page. It should then start downloading.
Is it illegal to copy and paste pictures?
If you violate copyright laws, yes it is illegal. If you have been given permission to download the music (This is a free download!) or paid for it, there is no problem with downloading.
If you copy the words off a web site, you are also breaking copyright laws. And if you pass it off as your own work, it is plagiarism and can get you a failing grade or even kicked out of school.
What computer services do you need?
A service is a system process that runs independent of any program. Some services run automatically, such as the DNS client service that translates the domain you type into your browser into an IP address to fetch the webpage from, other services only start when activated by a program that uses that service, such as the HTTP SSL service that activates to secure your end of the link when you go to a secured website.
A service refers to a process which is need to be run for the execution of particular program.
There may be more that one services running for a single program.
to view the services of ur system
Right Click on My Computer --- > manage -- > Services
There u can find a list of services which is configured for ur system. we have complete access over those services.