How the waterfall model and prototyping model can be accommodated in the spiral process model?
Expalin different between waterfall model and prototyping model ? Expalin different between waterfall model and prototyping model ?
What software do you need to make a website?
You do not need software to make a website, though it does come in handy if you don't want to learn HTML/XHTML, JavaScript, and CSS. You can learn these three main languages, but it will take time and practice to make a good website. There are many websites out there that let you create a free "website" under a subdomain, such as mycoolsite.wordpress.com. Do a web search for "free website" and you'll find plenty of websites to try. Many of these offer paid upgrades such as you own domain (mycoolsite.com) or more advanced layouts.
Write a program in java to print amount of cable bill?
import java.io.*;
class Shop
{
String code[]=new String[20];
String name[]=new String[20];
float price[]=new float[20];
int i,j;
Shop()
{
i=0;
}
void getitem() throws IOException
{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
System.out.println("Enter ItemCode:");
code[i]=br.readLine();
System.out.println("Enter ItemName:");
code[i]=br.readLine();
System.out.println("Enter UnitPrice:");
price[i]=Float.valueOf(br.readLine()).floatValue();
i++;
}
void printitem()
{
System.out.println("\n ItemCode\tItemName\tunitPrice\n");
for(j=0;j<i;j++)
{
System.out.println(code[j]+"\t\t");
System.out.println(name[j]+"\t\t");
System.out.println(price[j]+"\t\t");
}
}
}
class ShopOnl
{
public static void main(String args[]) throws IOException
{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
int ch=0;
Shop s=new Shop();
while(ch!=3)
{
System.out.println("1.Get Item");
System.out.println("2.View Bill");
System.out.println("3.Quit");
System.out.println("Enter your choice");
ch=Integer.parseInt(br.readLine());
switch(ch)
{
case 1:
s.getitem();
break;
case 2:
s.printitem();
break;
case 3:
System.out.println("Thank you! visit again");
break;
}
}
}
}
What are the function of ammeter?
The purpose of an ammeter is to sense and display the magnitude of the current
flowing through it. When connected in series with a branch of an electrical circuit,
the meter displays the magnitude (and direction) of the current in that path ... which
you can't otherwise tell just by looking at the circuit.
Why getch is used at the end of every c program?
getch() takes one char from keyboard but it will be invisible to us. in other words we can say that it waits until press any key from keyboard.
getch() is a function which has its protype defined in conio.h header file.
it is basically used to take input a single characterfrom keyboard. and this char is not displayed at the screen.
it waits until itn gets a input that's why it can be used as a screen stopper.
Write a program to compute factorial of a number on 8051?
FOR NO'S TILL 8 ONLY Example for Number 4
4!=4*3*2*1 which is = 24
MOV R1,#04
MOV R0,#04
MOV A,R0
CALL:DEC R0
MOV F0,R0
MUL AB
DJNZ R1,CALL
LCALL 0003
SHARAD KOTHARKAR
What is the importance of C language?
A C program is basically a collection of functions that are supported by the C library.we can continuously add our own functions to C library.with the availibility of a large number of functions, the programming task becomes simple......
How do you identify carbon resistor using colour code?
To identify the value of a carbon resistor using colour code use the following table...
0 - Black
1 - Brown
2 - Red
3 - Orange
4 - Yellow
5 - Green
6 - Blue
7 - Violet
8 - Grey
9 - White
... and look at the bands. The first two bands will be the digits, and the third band will be the multiplier. For instance, Brown - Red - Orange will be 12000 ohms, where the 1 is the first band, the 2 is the second band, and the three 0's is the third band.
If the third band is Gold or Silver, then the multiplier is 0.1 or 0.01 respectively. For instance, Brown - Red - Gold would be 1.2 ohms, and Brown - Red- Silver would be 0.12 ohms.
If there is no fourth band, the resistor is +/- 20%. If the fourth band is Silver, the resistor is +/- 10% and, for Gold, +/- 5%.
Some high end resistors have more bands. The 1% resistor will have a third digit band, and some resistors will have a band indicating temperature coefficient.
Depending on what test you are talking about...
Hardness can be tested by a device that divots the metal with a calibrated point and measures the force required to make a certain depth divot. Also it can be roughly tested by a set of files that have varying hardness. If the file cuts the steel, its harder than the steel.
Structure testing (checking for cracks) can be done by a process called "Magnaflux" which creates a magnetic field in the piece, and filings are sprinkled on it. The filings will indicate the place where the crack is, because the crack makes opposing poles of magnetism in the piece. Another way is called "Dye Penetrant" in which a fluorescent dye is introduced to the surface of the metal and allowed to penetrate the cracks. The rest is washed off with a solvent, which can't remove the dye in the cracks, which show up under black light.
There are literally thousands of tests that can be carried out on a piece of steel, so its hard to answer this generic question, but those are the two most common practical tests I can think of.
Who were the first users of the Internet?
Probably one or two of these guys (you actually need at least two people!):
1. Bob Taylor, one of the original creators of the concept in 1962-1968. He had some sort of internet system between three offices.
Or
2. Lawrence G. Roberts, born 1937 in Connecticut, and who received the Draper Prize in 2001 "for the development of the Internet"
3. Leonard Kleinrock,
4. Robert Kahn,
5. Vinton Cerf.
These last four worked together and developed the 'internet concept' between themselves.
i.e. Larry Roberts and his team created the ARPANet, which was the first significant implementation of Leonard Kleinrock's theories on packet switching, a fundamental feature of (a) the modern internet and (b) ARPANet, the first large network form of the internet.
The Advanced Research Projects Agency Network (ARPANET) developed by ARPA of the U.S. Department of Defense was the world's first operational packet switching network, and the progenitor of the global Internet. During the 1950s, several communications researchers realized that there was a need to allow general communication between users of various computers and communications networks. This led to research into decentralized networks, queuing theory, and packet switching. The subsequent creation of ARPANET in the United States in turn catalyzed a wave of technical developments that made it the basis for the development of the Internet. The first TCP/IP wide area network was operational in 1984 when the United States' National Science Foundation (NSF) constructed a university network backbone that would later become the NSFNet. It was then followed by the opening of the network to commercial interests in 1995. Important separate networks that have successfully entered the Internet include Usenet, Bitnet and the various commercial and educational X.25 networks such as Compuserve and JANET. The collective network gained a public face in the 1990s. In August 1991 CERN in Switzerland publicized the new World Wide Web project, two years after Tim Berners-Lee had begun creating HTML, HTTP and the first few web pages at CERN in Switzerland. In 1993 the Mosaic web browser version 1.0 was released, and by late 1994 there was growing public interest in the previously academic/technical Internet. By 1996 the word "Internet" was common public currency, but it referred almost entirely to the World Wide Web. Meanwhile, over the course of the decade, the Internet successfully accommodated the majority of previously existing public computer networks (although some networks such as FidoNet have remained separate). This growth is often attributed to the lack of central administration, which allows organic growth of the network, as well as the non-proprietary nature of the Internet protocols, which encourages vendor interoperability and prevents any one company from exerting too much control over the network. The IEEE has assigned the 802.1 label to the internetworking among 802 LANs, MANs and other wide area networks, now known as the Internet.
What are the review theory of rain alarm project?
you just have to make a circuit and keep it open.. by not joining the switch wires now when the wires or any other conducting material will get dipped in water the alarm. light, or any other form of signal will be seen..as the circuit will be completed
How you can create an object of a class in java?
for creating objects use the new operator along with a call to the constructor. for ex Triangle t = new Triangle(); In this statement the new operator creates a triangle object and the constructor is called which initializes the object and then new returns a reference of the object which is stored in the reference var "t" of type Triangle.
How can you find out a hacker?
Often more than not the term, "hacker" is used to describe someone that uses computers to break computers or deploy attacks on computer systems. The correct term is "cracker".
A hacker is a person that always asks themselves how something works and then figures it out.
To become a hacker you have to find a project where technology does not exist to make things work the way you want them to then use your smarts to find an answer.
Hacker = Inventor of things on top of things already invented.
or else you can say a solutionfinder for silly solutions t
What is the minimum distance to live near high voltage cables?
Technically, the intensity of the electromagnetic fields radiated from electrical transmission lines becomes smaller as the distance from the cable increases, but it never reaches zero. Despite many studies made on the effects of magnetic fields, there is no definitive guide as to what harmful effects high voltage fields have on humans or other living things. The level of risk in being exposed to these fields cannot be categorically stated.
1 what is the main advantage of multiprogramming?
Multiprogramming is the rapid switching of the CPU between multiple processes in memory. It is done only when the currently running process requests I/O, or terminates. It was commonly used to keep the CPU busy while one or more processes are doing I/O. It is now mostly
superceded by multitasking, in which processes also lose the CPU when their time quantum expires.
Multiprogramming makes efficient use of the CPU by overlapping the demands for the CPU and its I/O devices from various users. It attempts to increase CPU utilization by always having something for the CPU to execute.
The prime reason for multiprogramming is to give the CPU something to do while waiting for I/O to complete. If there is no DMA, the CPU is fully occupied doing I/O, so there is nothing to be gained (at least in terms of CPU utilization) by multiprogramming.
What is the difference between RMI and RPC?
RMI simply offers remote access to an object running in another process. But EJB offers far more services than RMI. EJB leverages this remote-object feature of RMI, but also provides other services such as persistence, transaction management, security, and resource management. The EJB server provides all of these complex services which allows EJB developers to worry about business logic instead. For a complete understanding of EJB i suggest Http://edocs.bea.com/wle/rmi/sampejb.htm
What are the advantages and disadvantages of computer in Fashion Education?
Advantages
Sharing devices such as printers saves money. Files can easily be shared between users. Network users can communicate by email. Security is good - users cannot see other users' files unlike on stand-alone machines. A file server is easy to back up as all the data is stored in one place. A computer allows a person to manipulate data easily and quickly, create text documents, edit them, print them, manipulate images, print them, send text and images over the Internet, download information over the Internet, interact with other people easily from home, keep records of transactions, activities, plan trips, and generally do far more than a person without a computer. Computers are very useful to make everyday life a lot easier. You can check the weather, email, search items, buy things type papers and much much more. You can also play games and post blogs and other stuff. People use computers in many ways. Can be used in business, inventions and scanners.
Computers help children to be in control of their experience, to set their own pace, and to select the level of challenge with which they feel comfortable. Computers help children to use all of their senses to extract information. Computers fascinate kids and can draw their full attention, which often results in a deeper focus and concentration. Computers enable children to learn through creating, just as they gain hands-on knowledge and understanding when they build forts, make up stories, and paint, increase their skills. Good educational software enables children to develop and practice a broad range skill. It can help them learn, for example, about letters, numbers, shapes, colours, and rhythm. Good software can also help children develop their understanding of cause and effect, higher order problem solving, procedural thinking, and creative expression. Today, the wide range of multimedia available for kids in India is really amazing. Computers are helpful because they offer a wide range of functions and services that are not available anywhere else. There are four main uses: word processing, internet/communications, digital video/audio composition, and desktop publishing.
Disadvantages
The teenagers of today's society have changed dramatically due to the Computer. Nowadays, the majority of teenagers have a PC and it has played a key role in their lives. Teenagers need to be equipped with knowledge of computer technology, as most things in life require the use of computers. One disadvantage of owning a computer is the information that students can access from the Internet. The Internet has also made the youth of today quite lazy, especially in terms of their education. If a student needs to research information for school, they merely access a relevant site and download the information, rarely paying attention to what is written. Purchasing the network cabling and file servers can be expensive. If the file server breaks down the files on the file server become inaccessible. Viruses can spread to other computers throughout a computer network. There is a danger of hacking, particularly with wide area networks.
Computers are very engaging on children as well as adults. Kids with access to software that is not age appropriate may be exposed to such negative influences as violence, strong language, and over-stimulation from fast-action graphics.
Hackers search computers and/or networks for weaknesses. Hackers that exploit these weaknesses are called Black Hats. The ones who try to fix this weaknesses are called White Hats. Grey Hats are both, usually they're White Hat Hackers by day, and Black Hats by night.
What are the steps in making a robot?
According to the website in the related links below, the steps are:
Household supply of 230volts is rms value or maximum value of voltage?
When you say holdhold supply of 230volts, you are referring to the RMS value, not the peak value.
A computer is a person or a machine that performs computations. An accountant is a computer (human computer). A slide-rule is a computer (an analog computer). A smart phone is a computer (digital computer).
What is zero sequence impedance in transmission line?
In symmetrical components, there are three types of impedances - positive sequence (balanced), negative sequence (unbalanced), and zero sequence (ground).
In a transformer, positive and negative are equal. Ground impedance is determined by the (same factors as the) positive sequence and is based on the flux paths available through the transformer core that can induce ground current.
What companies offer sign and banner services?
Banner designing services offer several advantages for individuals and businesses looking to create compelling and effective visual elements for their websites, advertisements, and online presence. Some of the key advantages include:
**Professional Quality**: Banner designing services provide access to skilled and experienced graphic designers who can create high-quality banners that are visually appealing and polished. Their expertise ensures that your banners look professional and well-executed.
**Customization**: Designers from banner designing services can create custom banners tailored to your specific needs, branding, and messaging. This allows you to have unique and personalized designs that stand out and resonate with your target audience.
**Brand Consistency**: Professional designers understand the importance of maintaining brand consistency. They can create banners that align with your brand's colors, fonts, logo, and overall style, ensuring a cohesive and recognizable brand identity.
**Effective Communication**: A well-designed banner can effectively convey your message, whether it's promoting a product, announcing an event, or sharing important information. Designers know how to use visual elements to communicate your message clearly and persuasively.
**Creativity and Innovation**: Designers bring creativity and innovative ideas to the table, helping you come up with unique concepts and designs that capture attention and engage your audience.
yycprinting providing printing services with creative designs.