Tuesday, December 16, 2008

Parliament

A parliament is a legislature, particularly in those countries whose system of government is based on the Westminster system modeled following that of the United Kingdom. The name is resulting from the French parlement, the action of parler (to speak): a parlement is a conversation. The term came to mean a meeting at which such a conversation took place. It acquired its modern meaning as it came to be used for the body of people (in an institutional sense) who would meet to talk about matters of state.

Wednesday, December 03, 2008

Explain components of computer architecture?

The computer architecture is the conceptual design and basic operational structure of a computer system. It is a blueprint and practical description of requirements (particularly speeds and interconnections) and design implementations for the a variety of parts of a computer — focusing for the most part on the way by which the central processing unit (CPU) performs within and accesses addresses in memory.

It may as well be defined as the science and art of selecting and interconnecting hardware components to make computers that meet functional, performance and cost goals.

Thursday, November 27, 2008

Core Web Services

The technologies included in this group are the fundamental technologies used to develop web services. These technologies include solutions for the processing of XML content, data binding and the development SOAP based and RESTful Web services.

Java API for XML-Based Web Services (JAX-WS)
JAX-WS is a fundamental technology for rising SOAP based and RESTful Java Web services. JAX-WS is designed to get the place of JAX-RPC in Web services and Web applications.

Java Architecture for XML Binding (JAXB)
JAXB provides a suitable way to process XML content using Java objects by compulsory its XML schema to Java representation.

Tuesday, November 25, 2008

What is called Supplemental Page Issues in search engine?

"Supplemental Hell" to webmasters, the subject has been lurking in places like Webmaster world for over a year, however it was the major shake-up in late February (coinciding with the ongoing BigDaddy rollout) that lastly led to all hell breaking loose in the webmaster community. You may be aware that Google has two indexes: the main index, which is the one you make out when you search; and the Supplemental index, a graveyard where old, erroneous and obsolete web pages are laid to rest (among others). Nobody's disputing the want for a Supplemental index, it does indeed give a worthy cause. However when you're buried alive, it's another story! Which is accurately what's been happening: active, recent, and clean pages have been showing up in the Supplemental index. The exact nature of the issue is not unclear, nor has a ordinary causing leading to it been determined.

Tuesday, November 18, 2008

What is Diagnosing SEO Tunnel Vision?

Sadly, the very nature of SEO tunnel vision makes self-diagnosis impracticable. So how do you know if you have this condition? There are several ways. First, you can look for the counseling of a trusted Internet marketing consultant. These professionals have a keen capability to spot SEO tunnel vision.

You might as well use the Platonic method, which involves asking yourself a series of questions to discover the truth that's buried inside you. For instance: Do I spend more time checking my website rankings or improving my product / service? Have I invested time and effort to get better the reader's understanding upon reaching my website, or do my efforts end with the search engines?

Possibly the best way to identify yourself is to take a healthy dose of Web Reality* (no prescription necessary). A dose of Web Reality might contain comparing the number of people who come across your website to the number of people who respond to it. Yes, the good old conversion rate. You might as well make sure your website analytics program to see what the bounce rate is for people entering your website through search engines.

Wednesday, November 12, 2008

What is called Site Map?

A structured page or group of website pages which provides a list of internal links to user easy to get to pages on a website. It is provided to assist in the website's usability by descriptive the structure of the website for its users. An XML version is time and again kept in the root directory of the website and can be used to put forward to search engines to assist their spiders find and index the website's pages.

Wednesday, October 08, 2008

What is META Tags?

Statements inserted in the head section of a website page with the intention of furnish search engine spirers/bots information about the web site page. Some of the examples include page title, keywords and web site page descriptions. They should be unique to each web site page and are used to help the search engines determine what the web site page is all about.

Wednesday, October 01, 2008

What is Blog?

A shortening of the phrase 'web log' a blog is normally a web site featuring short articles or essays by one writer. In 'web 2.0' more winning blogs can be found that characteristic multiple writers and contributors and are time and again 'monetized', bringing in important income to the owners.

Wednesday, September 24, 2008

What is Web crawler?

A web crawler is one kind of bot, or software agent. Generally, it starts with a list of URLs to visit, it is called the seeds. As the crawler visits these URLs, it identifies each and every one of the hyperlinks in the page and adds them to the list of URLs to visit, called the crawl frontier. The URLs from the frontier are recursively visited according to a set of different policies.

Wednesday, September 17, 2008

What is Web Crawl?

In SEO the word Crawl refers to the manner a search engine "Spider" will read the text and go after the links on a site. As the spider robot moves all through the pages of a site is crawling the site and collecting details for the search engine.

Wednesday, September 10, 2008

What is Search engine optimization (SEO)?

Search engine optimization is an operation made to get better the possibility that your website will come into view in search engine result pages. In other words, search engine optimization is a process to improve the chance that your website will be found by means of search engines.

Wednesday, August 27, 2008

StopWords

Words that are ordinary in a full-text file however have little value in searching. Words in a stopword file will be expelled from the indexes, significantly reducing the size of the indexes and improving search performance. Stop words can reason too many problems when using a search engine to seek out phrases that comprise them, mainly in names like 'The Who', The The, or 'Take That'.

Wednesday, August 20, 2008

Search Engine Positioning

Normally, a search engine works by sending out a spider to get as many documents as possible. An additional program, called an indexer, then reads these documents and creates an index based on the words contained in each document. Every search engine uses a proprietary algorithm to make its indices such that, preferably, only meaningful results are returned for all queries.

Tuesday, August 12, 2008

Open source

An open source program is one where the source code is obtainable for all to make out anyone can use and change the software code to their requirements under a common public license without a fee. This fosters a joint approach to software growth where users get better and extend the core by adding their individual work back into the project for free. There is generally an enthusiastic and free support network and often the development of the program is quicker and more users oriented than numerous paid-for products. Some examples of open source software are MySQL, PHP, Apache, Mozilla Firebird and the Linux kernel.

Tuesday, August 05, 2008

What is Perl?

Perl is a general-purpose programming language invented in 1987 by Larry Wall. With over one million users wide-reaching, it has become the language of option for Web development, Internet services, text processing, mail filters, graphical programming, systems administration, and all other task requiring portable and easily-developed solutions.

Tuesday, July 29, 2008

What is file template?

This is a condition which is passed to the operating system for matching or searching. For example, entering *.TXT will list all files which have the extension .TXT. There are two legal wild-cards: the question mark? Which stands for a single non-specified character, and the asterisk *, which stands for more than one, for example, *.TXT, LETTER?.DOC. The template *.* includes all files.

Tuesday, July 22, 2008

What are Constants in C++?

Constants are expressions with a fixed value or the value that cannot be changes.

Literals

Literals are used to express particular values within the source code of a program. We have previously used these previously to provide concrete values to variables or to express messages we wanted our programs to print out.

F example, when we wrote:

int x=5;

the 5 in this piece of code was a literal constant.

The Literal constants can be divided in Integer Numerals, Floating-Point Numerals, Characters, Strings and Boolean Values.

Tuesday, July 15, 2008

Microprogramming

Microprogramming is the concept of microprogramming was developed by Maurice Wilkes in 1951, by means of diode matrices for the memory element. A microprogram consists of a sequence of micro-instructions in a microprogramming.

Microprogramming (i.e. writing microcode) is a way that can be employed to execute machine instructions in a CPU fairly easily, often using less hardware than with other methods. It is a set of very full and rudimentary lowest-level routines which controls and sequences the actions needed to carry out (perform) particular instructions, at times also to decode (interpret) them. A machine instruction implemented by a series of microinstructions is therefore loosely similar to how an interpreter implements a high-level language statement by means of a series of machine instructions.

Wednesday, July 09, 2008

Pointers and function in C programming language

The pointer is very much used in a function declaration. Sometimes only with a pointer a complex function can be simply represented and success. The usage of the pointers in a function definition possibly will be categorized into two groups.
1. Call by reference
2. Call by value.

Call by value

We have seen that a function is called there will be a link established between the formal and actual parameters. A temporary storage space is created where the value of actual parameters is stored. The formal parameters picks up its value from storage space area the method of data transfer relating actual and formal parameters allows the actual parameters mechanism of data transfer is referred as call by value. The corresponding formal parameter represents a local variable in the called function. The current value of matching actual parameter becomes the initial value of formal parameter. The value of formal parameter can be changed in the body of the actual parameter. The value of formal parameter can be changed in the body of the subprogram by task or input statements. This will not change the value of actual parameters.

/* Include<>
void main()
{
int x,y;
x=20;
y=30;
printf(“\n Value of a and b before function call =%d %d”,a,b);
fncn(x,y);
printf(“\n Value of a and b after function call =%d %d”,a,b);
}

fncn(p,q)
int p,q;
{
p=p+p;
q=q+q;
}

Call by Reference

The process of calling a function by using pointers to pass the address of the variable is known as call by reference. The function which is called by reference can change the values of the variable used in the call.

/* example of call by reference*?

/* Include<>
void main()
{
int x,y;
x=20;
y=30;
printf(“\n Value of a and b before function call =%d %d”,a,b);
fncn(&x,&y);
printf(“\n Value of a and b after function call =%d %d”,a,b);
}

fncn(p,q)
int p,q;
{
*p=*p+*p;
*q=*q+*q;
}

Tuesday, July 01, 2008

What is graphical user interface?

A graphical user interface (GUI) is a kind of user interface which lets people to interrelate with electronic devices like computers, hand-held devices (Portable Media Players, MP3 Players, Gaming devices), household appliances and office equipment. A GUI gives graphical icons, and visual indicators as opposite to text-based interfaces, typed command labels or text navigation to entirely symbolize the information and actions available to a user. The actions are generally performed through direct manipulation of the graphical elements.

The word GUI is historically restricted to the scope of two-dimensional display screens with display resolutions competent of describing generic information, in the tradition of the computer science research at Palo Alto Research Center (PARC) (previously Xerox PARC and still a subsidiary of Xerox).The word GUI earlier may have been appropriate to other high-resolution types of interfaces that are non-generic, like videogames, or not restricted to flat screens, for example volumetric displays.

Wednesday, June 18, 2008

Know about B-vitamins

The B vitamins are eight water-soluble vitamins that play necessary roles in cell metabolism. By tradition, the B vitamins were once thought to be a single vitamin, recognized to as vitamin B (a lot like how people known to vitamin C or vitamin D). Later research showed that they are chemically distinct vitamins that frequently coexist in the same foods. Supplements containing the complete eight are generally referred to as a vitamin B complex. Individual B vitamin supplements are referred to by the exacting name of each vitamin (e.g. B1, B2, B3).

Tuesday, June 10, 2008

What is the difference between Procedural programming language and OOPs?

1) In procedural programming program, the programming logic follows definite procedures and the instructions are executed one after another. In OOPs program, unit of program is object, which is nothing however combination of data and code.

2) In procedural program, data is exposed to the whole program while in OOPs program, it is easy to get within the object and which in turn assures the security of the code.

Monday, June 02, 2008

What is Computer networking?

Computer networking is the engineering arrange anxious with communication among the computer systems. Such converse systems include a computer network and these networks normally have at least two devices capable of being networked with at least one normally being a computer. The devices can be separated by a small many meters or almost unlimited distances. Computer networking is at times considered a sub-discipline of telecommunications, and sometimes of computer science, information technology and computer engineering. Computer networks depends lot upon the abstract and practical relevance of these scientific and engineering disciplines.

A computer network is any set of computers connected to each other. The Examples of networks are the Internet, a wide area network i.e., the largest to forever exist or a little home local area network (LAN) with two computers joined with standard networking cables involving to a network interface card in each computer.

Wednesday, May 28, 2008

What is Weather?

Weather most often results from climate differences from one planet to another. On big scales, climate differences occur mainly as areas closer to Earth's equator get more energy per unit area from the Sun than do regions nearer to Earth's poles. On neighboring scales, temperature differences can happen because different surfaces have opposed physical characteristics for instance reflectivity, roughness, or moisture content.

Surface temperature differences in roll cause pressure differences. A hot surface heats the air over it and the air expands, lowering the air force. The resulting parallel pressure exit up accelerates the air from high to low down of pressure, creating wind, and Earth's rotation then causes curving of the pour via the Coriolis Effect. The bodily powerful temperature contrast among polar and tropical air gives rise to the jet flow. The majority weather systems in the mid-latitudes are caused by instabilities of the jet stream of the flow. The Weather systems in the tropics are arising by various processes, like monsoons shower systems.

Tuesday, May 20, 2008

The Forgotten Wonders of the world

Here I list the Forgotten Wonders of the world

* The Aztec Temple

* The Banaue Rice Terraces

* The Borobudur Temple

* The Inca City

* The Statue of Liberty

* The Mayan Temples

* The Temple of the Inscriptions

* The Throne Hall of Persepolis

* Petra

* The Suez Canal

* The Sydney Opera House

* The Red Fort in India

Sunday, May 11, 2008

Fashion for kids in Rhodyate

MUMS and staff from a Blagdon preschool have helped to increase the funds by taking part in a glamorous fashion show. Over £900 was raised at the event, held at Lakewood Conference Centre in Rhodyate, where five models were dolled up earlier than they strutted down the runway.
A lottery was as well held at the evening on November 16, which helped raise cash for updating equipment, keeping the building in good repair and ensuring staff go to new development courses. The preschool, based at Blagdon Primary School, is run by Blagdon under Five's, a registered aid organization (charity) also in charge for the running of a toddler group.

Friday, May 02, 2008

Dynamic compilation is a method used by some programming language implementations to increase performance during program execution. The best-known language that makes use of this technique is Java. The dynamic compiling is originated in self. It permits optimizations to be made that can only be well-known at runtime. The Runtime environments by dynamic compilation characteristically have programs run slowly for the first few minutes, and then after that, nearly all of the compilation and recompilation is done and it runs fast. Because of this initial performance lag, dynamic compilation is undesirable in some cases. In most implementations of the dynamic compilation, few optimizations that could be done at the initial compile time are delayed until further compilation at runtime, causing additional unnecessary slowdowns. Just-in-time compilation is a type of dynamic compilation in java.

Wednesday, April 23, 2008

Toys

A doll is a baby's toy that embodies a baby or other soul being, but comprises resemblances of animals and fantasy creatures. Dolls have been just about as the sunrise of human evolution, and have been created from a vast collection of fabrics, sorting from boulder, mud, lumber, fillet, stuff and dissertation, to pottery, fine china, rubber and plastic.

While toys have conventionally been playthings for kids, they are also unruffled by grown-ups, for their nostalgic worth, loveliness, chronological significance or financial worth. In prehistoric times, toys were used as ciphers of a divinity, and obliged a vital role in spiritual ceremonies and customs. Authentic or anatomically right dolls are used by fitness proficient, medicinal schools and communal hands to educate doctors and nurtures in various wellbeing methods or explore cases of sexual violence of kids. Artists for a while use jointed impassive models in sketching the human stature. Stroke figures signifying excellent heroes and their forerunners, action toys, are predominantly popular amongst youngsters. Child dolls, dissertation dolls, chatting dolls, crazy dolls - the list is almost everlasting.

Tuesday, April 22, 2008

What is Java bytecode?

Java bytecode is the form of instructions that the Java virtual machine executes. Every bytecode instruction is one byte in length (hence the name), therefore the number of bytecodes is limited to 256. Not all 256 probable bytecode values are used. Actually, Sun Microsystems, the inventive creators of the Java programming language, the Java virtual machine and the added components of the Java Runtime Environment, have set aside a number of values to be lastingly unimplemented.

Friday, April 18, 2008

Leather Technology

Leather was one of the primary contrived fabrics, and the fleece Technologist can assert to be an affiliate of an antique career. The productivity and excellence of pelt has gradually improved and enhanced for at least the previous 3,000 years, and for the most recent 100 years or so the UK has been a forge in the field of prescribed schooling and teaching in rawhide Technology.

Tanners alter the fleece and coats of creatures into pelt. At its uncomplicated, leather is veil or crust which has been delighted so that it will not perish, and will proceeding for hundreds of living days. Each veil and fur is exclusive, and varies not merely from class to class, but constant between individual creatures. To these normal divergences of granule prototype, elongating possessions and vigor, further aspects are inserted which tanners can alter during dispensation, such as color and smoothness. The intricacy of pelt fabricate becomes perceptible.

Sunday, April 13, 2008

Bluetooth Technology

Bluetooth subsist in many artifacts, such as cell phones, laser printers, modem and headphones. The equipment is useful when transmitting information among two or more appliances that are close to each other in low-bandwidth conditions. Bluetooth is generally used to relocate sound data through cell phones or byte statistics with hand-held processors.

Bluetooth make things easier, the detection and arrangement of services between equipments. Bluetooth apparatus advertise all of the overhauls they afford. This formulates using tune-ups easier because there is no extensive a want to set up complex addresses or authorizations as in many further networks.

Thursday, April 10, 2008

Supercar-Development of the regulations

The V8 Supercar is the most important motor racing series in Australia. A V8 Supercar is a five-liter V8 powered sedan, and the races are held in all states of Australia and New Zealand and also China.
To the disappointment of a greater part of fans who had watched a long history of Ford-Holden battles in Australian touring the car categories since 1960s, international touring car regulations seemed destined to stop the Australian-built Holden Commodore and Ford Falcon in the early 90s. But, this was avoided with V8 only regulations being drafted, in partnership the Ford and Holden, to showcase their big Australian made cars.

Wednesday, April 09, 2008

How to raise Memory Power?

Brain traces all the information visual, auditory and kinesthetic. The second we get birth brain documents all the information. But we are capable to recall only some of the incidents and many does not come up to our remembrance. We are able to remember the possessions if recording with more concentration. reminiscence is possible if you frequently remember some items many times.

Therefore to develop the memories, follow this uncomplicated procedure.

The second you get up in the morning, deliberately keep every thing in the intellect and at the end of one hour aim to recollect all feasible thing like what you have examine in the newspaper , what you have conversed with family affiliates, what you were thinking etc and at the winding up of two hours try to recall what has happened in two hours.Keep replicating this process till the last part of the day. Earlier than the sleep try to recall all that take place in that day.

If you fail to spot out some time do not take into account. But try to do additional number of times. Try as a minimum of five times a day. At first you may take bunch of time to remember but over a stage of time you will be capable to recall just in 2 or 3 minutes . Consider this technique and do it for 3 months. You will discover the wonderful effect.

Friday, April 04, 2008

Natural world beyond Earth

External space, also simply called space, refers to somewhat empty regions of the cosmos outside the atmospheres of extraterrestrial bodies. Outer space is used to differentiate it from airspace. There is no separate boundary between the Earth's ambiance and space, as the atmosphere slowly attenuates with mounting altitude. Outer space inside the solar structure is called interplanetary space, which passes in excess of interstellar space at what is recognized as the heliopause.

Outer space is certainly drudgery, but it is far from vacant. Outer space is thinly filled with numerous dozen types of natural molecules exposed to date by microwave spectroscopy, blackbody emission left over from the big bang and the source of the cosmos, and celestial rays, which comprise ionized atomic nuclei and a variety of subatomic elements. There is also a few gas, plasma and grime, and small meteors. In addition, there are signs of individual life in outer space nowadays, such as substance left over from preceding manned and unmanned initiates which are a latent hazard to spaceship. Some of this rubbish re-enters the environment occasionally.

Although the Earth is at present the only recognized body within the solar system to bear life, current proof suggests that in the remote past the planet Mars possessed bodies of fluid water on the facade. For a brief era in Mars' narration, it may have also been accomplished of forming life. At present however, most of the water residual on Mars is ice-covered. If life survives at all on Mars, it is most probably to be positioned underground where fluid water can still subsist.

Wednesday, April 02, 2008

What is Java Platform, Enterprise Edition?

Java Platform, Enterprise Edition or Java EE is a broadly used as the platform for server programming in the Java programming language. The Java EE Platform varies from the Standard Edition (SE) of Java in that it includes added libraries which give functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mainly on modular components running on an application server.

Wednesday, March 26, 2008

A short note on Columbia River

The Columbia River is a river located in British Columbia and the Pacific Northwest of the United States. It is the biggest river in volume flowing into the Pacific Ocean from the North America, and the second biggest in the United States. It is the biggest hydroelectric power producing river in the North America. It starts from its headwaters to the Pacific Ocean it flows 1,270 miles (2,044 km) and it drains 258,000 square miles (415,211 s-kM).
Columbia River is the largest river in the planet that has no delta. The river continues flow west with one small north-northwesterly-directed and stretch near Portland; Vancouver, the Washington; and the confluence with the Willamette River. On this sharp turn the river's flow slows by a long way and it drops the sediment that would generally form a delta.

Wednesday, March 19, 2008

What is cloaking in SEO?

Cloaking is a black hat search engine optimization (SEO) method in which the content offered to the search engine spider is different from that presented to the users' browser. This is completed by delivering content based on the IP addresses or the User-Agent HTTP header of the user demanding the page. When a user is known as a search engine spider, a server-side script delivers a different version of the web page, one that has content not present on the visible page. The use of cloaking is to deceive search engines so they display the page when it would not or else be displayed.

Thursday, March 06, 2008

Formation of a waterfall

Typically, a river flows over a large step in the rocks which may have been formed by a fault line. Over a period of years, the boundaries of this shelf will gradually break away and the waterfall will steadily retreat upstream, creating a gorge of depression. Often, the rock layer just below the more resistant shelf will be of a softer type, meaning undercutting, due to splashback, will occur here to form a thin cave-like formation known as a rock shelter under and behind the waterfall. Finally, the outcropping, more resistant cap rock will fall down under pressure to add blocks of rock to the base of the waterfall. These blocks of rock are then broken down into smaller boulders by attrition as they crash with each other, and they also erode the base of the waterfall by abrasion, creating a deep plunge pool.

Wednesday, February 20, 2008

Mountain

A mountain is a landform that extends over the surrounding terrain in a restricted area. A mountain is usually steeper than a hill, but there is no commonly accepted normal definition for the height of a mountain or a hill though a mountain usually has an particular summit. Mountains are normally given as heights over mean sea level. The Himalayas common 5 km above sea level, at the same time as the Andes average 4 km. Most other mountain average 2 – 2.5 km. The peak mountain on Earth is Everest, 8,848 m (29,028 feet), set in the world's most important mountain range, the Himalayas.

Sufficiently big mountains have especially different climatic conditions at the top than at the base, and will thus contain different life zones at different altitudes on their slopes. The plants and animals of a sector are somewhat lonely when the zones above and below are harsh, and many unique species take place on mountainsides as a result. Extreme cases are recognized as sky islands. Cloud forests are forests on mountain sides which be a focus for moisture from the air, creating a single ecosystem. Very tall mountains may be enclosed in ice or snow.

Sunday, January 27, 2008

A short note on typically groundwater

Typically groundwater is consider of as liquid water flowing through shallow aquifers, however technically it can as well include soil moisture, permafrost (frozen soil), motionless water in extremely low permeability bedrock, and deep geothermal or oil formation water. Groundwater is assumed to give lubrication and buoyancy which let thrust faults to move. Almost any point in the Earth's subsurface has water in it; to some degree (it can be very dry or mixed with other fluids). Groundwater is not restricted or confined only to the Earth, either; subsurface water on Mars is considered to have given rise to some of the landforms.

Friday, January 18, 2008

What do mean by Nomenclature and roads?

The nomenclature used for various types of highways like freeway, expressway, motorway and autobahn; differ between countries or even regions within a country. In several places a highway is a particular type of major road that is distinct from freeway or expressway; in other places the terms could overlap. In law highway may indicate any public road or canal. But, in some countries, the word highway is not generally used at all.
A road is a strip of land, paved, smoothed, or otherwise organized to let easy travel, connecting two or more destinations. Few roads are streets, mainly in urban areas.In the milieu of railways (railroads in American English), a road is a single pathway, which may be part of a multi-track system or could be an isolated line. In the milieu of sea transport, a road is an anchorage to travel.

Monday, January 07, 2008

What Is a Package in Java?

A package is a namespace that manages a set of connected classes and interfaces. Conceptually you can think of packages as being related to different folders on your computer. You can maintain and keep the HTML pages in one folder, images in another, and scripts or applications in however another. Since, the software written in the Java programming language can be composed of hundreds or thousands of individual classes; it makes sense to maintain things organized by placing related classes and interfaces into packages.