Minicomputer
Monday, January 28, 2008
Sunday, January 20, 2008
Microcomputer
A microcomputer is mostly often taken to mean a computer with a microprocessor (µP) as its CPU. Another common characteristic of these computers is that they take up physically small amounts of space. Desktop computers, video game consoles, laptop computers, tablet PCs, and a lot of handheld strategy may all be considered examples of microcomputers. Most microcomputers serve only a particular user at a time, but some, in the form of PCs and workstations running e.g. a UNIX(-like) operating system, may cater to a number of users concurrently. The µP does the greater part of the job of calculating on and manipulating data that all computers do.
Monday, January 07, 2008
Mainframes
Mainframes (often colloquially referred to as big iron) are enormous and expensive computers used mostly by government institutions and large companies for mission critical applications, usually bulk data processing such as censuses, industry/consumer statistics, ERP, and financial transaction processing.
The term originated during the early 1970s with the introduction of lesser, fewer complex computers such as the DEC PDP-8 and PDP-11 series, which became known as minicomputers or in a minute minis. The industry/users then coined the term "mainframe" to describe bigger, earlier types (previously known simply as "computers").
Tuesday, January 01, 2008
The first bullets
The development of the hand culverin and matchlock arquebus brought regarding the use of cast lead balls as projectiles. "Bullet" is consequential from the French word "boulette" which roughly means "little ball". The original musket bullet was a spherical lead ball two sizes slighter than the bore, wrapped in a loosely-fitted paper patch which served to hold the bullet in the barrel firmly upon the powder. (Bullets that were not firmly upon the concentrate upon firing risked causing the barrel to explode, with the condition known as a "short start".) The loading of muskets was, therefore, easy with the old smooth-bore Brown Bess and comparable military muskets. The original muzzle-loading rifle, on the other hand, with a more intimately fitting ball to take the rifling grooves, was loaded with difficulty, particularly when the bore of the barrel was dirty from previous firings ("fouled"). For this reason, early rifles were not generally used for military purposes. Early rifle bullets necessary cloth patches to grip the rifling grooves, and to hold the bullet securely against the powder.
The first half of the nineteenth century saw a different change in the shape and function of the bullet. In 1826, Delirque, a French infantry officer, imaginary a breech with abrupt shoulders on which a spherical bullet was rammed down until it caught the rifling grooves.
Tuesday, December 25, 2007
Bullet
A bullet is a rock-hard projectile propelled by a firearm or air gun and is normally made from metal (usually lead). A bullet (in contrast to a shell) does not contain explosives, and damages the intended target solely by imparting kinetic energy upon impact. Modern bullets for firearms are generally part of a cartridge, also known as a round. In contrast, bullets for air guns are not part of a cartridge. The word "bullet" is sometimes used to refer to the grouping of bullet, case, gunpowder and primer more properly known as a cartridge or round.; the Oxford English Dictionary definition of a bullet is "a projectile of lead ... for firing from a rifle, revolver etc."
Monday, December 17, 2007
JAR Files
Main-Class: myPrograms.MyClass
Such JAR files are characteristically started with a command similar to
java -jar foo.jar
These files can also include a Classpath entry, which identifies other JAR files to be overloaded with the JAR. This entry consists of a list of absolute or relation paths to other JAR files. Although intended to simplify JAR use, in practice, it turns out to be infamously brittle as it depends on all the relevant JARs being in the exact locations specified when the entry-point JAR was built. To change versions or locations of libraries, a new manifest is required.
Wednesday, December 12, 2007
* WAR (file format) (Web Application aRchive) files are also Java archives which store XML files, java classes, Java Server Pages and extra objects for Web Applications.
* EAR (file format) (Enterprise ARchive) files are also Java archives which store XML files, java classes and additional objects for Enterprise Applications.