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:
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
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.
instruction set
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:
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 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