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 are the some biological terminologies?

* homogenise (blend) * hydrolyze( hydrolysis) * dehydration (removing water) * insoluble (does not dissolve) * soluble (dissolve)

What are Cascading Style Sheets and what are the advantages of using them?

CSS is a language in which a web designer can 'design' the look and feel of an HTML document. Usually, CSS is for presentation, and HTML is for structure.

Styles are convenient, practical and effective tools for the page makeup and text design, links, images and other elements.

With CSS, you can:

  • Use the same stylesheet across multiple pages, allowing you to make design changes globally.
  • Save bandwith. If you use a stylesheet, the sheet will only be downloaded once while browsing a website.
  • Make non-cluttering pages.

What are good books to use to start programming in python if i don't know how to program?

Your best bet as a beginner would be to try Al Sweigart's Invent Your Own Computer Games With Python. It is aimed at beginners, and is written to be easily understandable for people with zero programming experience. It is available for free from his website. (see related link)

The website includes links to other python resources, which are also worth checking out. Once you have gained a little experience in python, you may want to expand your knowledge by working your way through some other python books. The best commercially available book on python that I have come across is Programming in Python 3: A Complete Introduction to the Python Language, by Mark Summerfield.

What is the difference between looping statements - c program?

Repetition.

For example the following lines do the same thing:

while (expression) statement;

LABEL: if (expression) {statement; goto LABEL; }

Or these: for (exp1; exp2; exp3) statement;

exp1; LABEL: if (exp2) {statement; exp3; goto LABEL; }

Why do you write your code in a Notepad file?

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.

How java runs in command prompt?

The Java executable comes with a showversion flag, so typing:

java -showversion

Will display something like:

java version "1.6.0_16"

Java(TM) SE Runtime Environment (build 1.6.0_16-b01)

Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)

Note: This seems to be bugged on my machine. After printing out the above information, it also prints out the rest of the command line switches. If this happens to you, you may have to scroll up to see the important information.

What is the chemical equation for wather?

I'm assuming you mean water; which is H2O

(2 hydrogen and 1 oxygen atom)

Difference between syntax error and runtime error?

Syntax error can be found during compilation. Runtime error can be found only when you are trying to execute your program.

Syntax errors are those which are caused by incorrect usage of the programming language. All programming language compilers are designed to detect and report such errors done by the programmer

Runtime errors are those which are caused by incorrect usage of programming logic. for example a runtime divide method will throw a run time error if the divisor is '0' because numerically you cannot divide a number by 0

What is Runtime Error?

In computer science, runtime or run time describes the operation of a computer program, the duration of its execution, from beginning to termination (compare compile time). The term is also used as a short form when referring to a runtime library (without a space), a program or library of basic code that is used by a particular computer language to manage a program written in that language while it is running. A runtime environment is a virtual machine state which provides software services for processes or programs while a computer is running. It may pertain to the operating system itself, or the software that runs beneath it.

Is Microsoft Word a text editor?

A word-processing program is a program that primarily processes word-based documents, including single page letters and multi-page books. Graphics and illustrations can also be embedded into word-based documents. The user has complete control over the page layout, typography, index, glossary, footnotes and so on.

What makes windows os event driven?

Event driven application is a event happening in the operating system, when you click a button it makes an event, also a timer is a event, timers can be used in screen savers, after a certain amount of minutes, the timer will run out and the event for the screen saver to appear will happen :)

Hope i helped

How do I uninstall your operating system to install a new system?

There is no uninstaller for an operating system. To remove an OS, simply format the partition that holds the operating system. If you use a boot manager to choose between different operating systems the software should automatically detect missing operating systems for you.

Why should image files on webpages be compressed?

So that the image downloads quicker in your browser. File size is important in web design and every element of your page has a file size which adds to total download time.

Which CPU scheduling Algorithm is used by Windows XP OS?

In the past (and perhaps currently as well) it has used round-robin, at one time 1 second but since updated to .1 seconds. It may also have other features such as preemptive abilities.

Priority fair scheduling.

How do you save a text file as HTML?

go to file menu--> select option "save as" --> then choose the file type "html document" name the file. and you are done

Why the best programmers do not always make the best software managers?

Programmers tend to think like programmers rather than users. So while they may be capable of producing highly complex software, they may not be able to present the software in a user-friendly manner. Thus we have user interface specialists who spend a huge amount of time and vast amounts of money testing user interfaces upon users of varying degrees of ability. They can then present programmers with their findings and modify their software to provide more intuitive interfaces. Even then, they can still get it completely wrong because someone has to program the interfaces for the test subjects, thus the chosen interfaces are simply the best of what could be bad selection of interfaces. The best of the bad is still bad. So interface specialists spend even more time and money improving the test interfaces. Eventually, one hopes, they get it right and the programmer can finally create software that is intuitive.

With graphical user interfaces (GUIs) like Windows, designing interfaces becomes easier because the interface already exists, the programmer simply has to ensure his interface is consistent with those of other programs, thus making it more intuitive because users already familiar with one application's interface can use the same skills to navigate any similar interface. However, this relies on the fact the GUI is well-designed to begin with and anyone who's used Windows knows just how frustrating an interface it can be. Worse, each new version of Windows changes the interface in various ways, removing familiar features or adding new features. hopefully for the better, but not always. The removal of the start button from Windows 8 was particularly frustrating because the GUI was targeted towards touch-screen users -- which is fine unless you don't happen to have a touch-screen. so although the majority of Microsoft programmers are highly-skilled individuals, even they can get it hopelessly wrong. The software itself is of an extremely high quality, but it's not much use if users are constantly frustrated by the inadequacies of the interface. However it would unfair to blame the programmers for a poor interface -- the user-interface specialists are the ones giving the least value for money. But it is money that has to be spent if an interface is to improve.

Why should you save as HTML?

To save a file as a .html file:

1. Click on file

2. Then Save As

3. Change "Save as type:" to "All Files (*.*)"

4. In the "File name" input box enter (Your Pages Name).html

eg. Index.html

5. Press "Save"

Hope this helped you.

How do you use command prompt and what does it do?

Command prompt is the new name for MS_DOS prompt or just DOS promt. Before the "point and click" icons we see on our desktop were invented by Bill Gates and the Microsoft Corperation, basic lines of text were used to navigate through your computer. If you look above at the address bar you will notice that the letters also have the character "/" in there. When used in combination with basic text titles, you can make what's called a destination string. A destination string is just like a map is to you and I. "c:/windows/system" tells the computer to start in the "C Drive" and find the "Windows" file and open it. Now the computer looks at the last entry "System" and looks for that file an opens it. This is just an idea of what happens and why. If you would like to learn more, go find a book called MS_DOS for Dummies. It's about as much fun as watching paint dry, but it's the backbone programming to most Microsoft, Unix, and Linux systems. (I know nothing about Mac's)

What is the step by step process of the igneous rock cycle?

In clastic (or detrital) sedimentary rock:

  1. Weathering of an existing body of rock by natural mechanical or chemical means.
  2. Erosion of the weathered particles by wind, water, ice, and gravity.
  3. Deposition of the particles after transportation.
  4. Compaction of the particles by the weight of overlying sediments.
  5. Cementation of the particles by mineral precipitation from surrounding fluids.

Four step that are necessary to an a program an a completely dedicated machine?

i. Reserve Machine Time;

ii. Manually Load the program into the memory.

iii. Load the starting address and begin execution.

iv. Monitor and control execution through the use of Console.

Sis to jar converter?

SIS files are Symbian and JAR files are java. The software that converts a SIS file to a JAR file is called Sis to Jar Converter 1.7.7.2.

What you call Programs that come into a computer system disguised as something else?

Normally its called a Trojan or malware or spyware, that's if it installs by ti self say for instance while surfing the internet. If its installed by a person withoout your prior knowledge i do not know waht you call it then hope this will help you.

Difference between fixed loop and variable loop?

Fixed loop: this is the loop where the number of iterations are known.

Variable loop: Here the number of iterations are not known

Example for a variable loop.

The pseudocode for variable whille loop

begin

character cchoice

display"enter the choice"

accept cchoice

while(cchoice='y')

begin

//execute the statements

end

end

Rkarthikeyan

Trending Questions
Each command on a menu performs a specific action? Share Permissions are lost if you move or rename the folder that is shared? How do you convert a video format to ip3 or ipf format NOT mp3 format? What contains folders that hold documents? What should you display in order to collect and paste selected blocks of text and paste them into a document? Why might you need to grant a firewall exception for file and print sharin on a public network? What is true program for DLL files? What are all the process that are presently running? How do you get an upclose blownup manuel shot of the rgt pass window insides 86 F150 50 L Lariet? I've recently updated my Toshiba Satellite A300 from Vista to 7. And the touchpad settings aren't there because I did a custom install. And the tap to select thing is annoying. Can anyone help? How do you remove Backdoor.haxdoor if Norton detected it but unable to quartine and delete the file in normal and safe mode? I have two hard disks in my computer and I want to clean install Windows 7 64-bit If I install it on one of my hard disks am I going to lose data from another one? Suppose you want to create and save a new Word document directly in SharePoint so that the file can be shared with other users Which sequence of steps do you take to do this? What are the advantages of using database system instead of file system? How do you create a folder to put specific files in rather than having them all grouped under My Documents? Windows cannot access the specified device path file? How much do window washers make per window? Is cmd illegal? What is a cheaper alternative to the Mac Book? When was Window tax created?