Computer Jargon Explained

Posted by Andy on September 14, 2010
Uncategorized

I’m a Technology Geek – I admit it

It’s true.  And as a Geek, I am immersed in jargon.  Tons of technical words, abbreviations, acronyms, short hand and nicknames.  Unfortunately, it’s a world full of WENUS’s.  When explaining technical concepts or processes it is easy to slip into jargon that not only non-technical people find difficult to follow, but also techies themselves find baffling.  Often I have to force myself to stop mid explanation, regroup and continue without the acronyms and techie-speak so that the person I’m speaking with comes back from the glassy-eyed stare that clearly shows I’ve lost them.

So, below is a list of items that, although very basic, may help you when faced with techno-speak.  There are thousands of words to explain, so here are a very few.  Thanks to these guys for the inspiration.

Internet, World Wide Web

We all know it was invented by Al Gore, right?  Well, no.  Here’s a history of the origin of the Internet.  The Wiki on this topic isn’t bad either.  The Internet is the network of computers we’re all familiar with. It’s quite common for the terms “Internet” and “World Wide Web” to be used interchangeably, but these aren’t actually the same thing. The Internet is essentially the wiring that allows computers all over the world to communicate. The World Wide Web is a system that operates via this wiring. Web pages are transmitted via Internet connections but there is more to the Internet than just the web. Many other types of data travel across the Internet too, for example email.

Bandwidth, Broadband

Bandwidth is an indication of how quickly data travels along a connection. The greater the bandwidth, the faster data will be sent and received. Broadband is a rather vague term that refers to bandwidth somewhere above that of an old dial-up modem, although there is no precise definition of the term. Broadband connections are generally “always on”, unlike modem connections. There are various technologies which provide “broadband” speeds – such as ADSL, cable, satellite etc.

Have you ever heard of a T1?  Broadband speeds are measured in Megabits Per Second (MPS) – see the section on bits and bytes below for more information on the definition of a megabit.  Once you get beyond cable modems and ADSL, the next step up in broadband speed is a T1 which is about 1.5 MPS.  T1’s can be “bound” together in groups to provide more bandwidth.  Each of these has its own acronym too, T3, DS3, OC3 etc, each being more costly as the speeds go up.

Memory, Disk Space

Another very common source of confusion. In computing, “memory” generally refers to the temporary storage used by a computer whilst it is switched on. A computer loads programs and data into its memory in order to carry out tasks. This is more accurately called RAM or “random-access memory”. Disk space (or “hard disk space”), on the other hand, is a more permanent store that holds files even when the computer is switched off. It’s from here that the computer loads things into its memory. Strictly speaking you don’t store things in the computer’s memory as that vanishes when you turn the machine off.

Memory is generally measured in Megabytes, while disk space is generally measured in Gigabytes.  You may hear memory referred to as a “500 Meg Chip” or a 500 Meg DIMM for example.  Memory, unlike most hard drives, is made up of silicon chips put together to form an integrated circuit.  A DIMM is a specific kind of circuit – a Dual In line Memory Module.

 

Hard drives historically are made up of round, very thin magnetic platters that spin at high speed  and are read by small electronic “heads’.  The disk and spindle act very much like an old school vinyl music record.  The disk spins, the head reads the data and sends it to the guts of your computer. 

 

More and more, however, hard disks are moving toward “Flash Disk’ technologies.  These are storage chips (like memory chips) that are very small but can contain a lot of data.  Most smart phones use these storage mediums as do iPods, iPads etc.  Until very recently Flash storage was too expensive and drive sizes not large enough for realistic use inside a computer.  This is rapidly changing, and the days of the palette and spindle hard drive are numbered.

Virus, Spyware, Trojan, Worm, Malware

These terms are often confused, although they have distinct meanings.

A virus is a piece of software that can copy itself and which attaches itself to some other program in order to survive and replicate. It may have some malicious intent or it may exist simply to reproduce. A worm is similar but it can exist independently; it doesn’t need to attach to a separate program. A Trojan – or Trojan Horse – is a piece of software that gains access to a computer by pretending to be benign or by hiding within some innocent-looking application. The name is obviously derived from the wooden horse employed by the Greek army during the Trojan Wars. Spyware is software that secretly monitors computer activity, attempting to gain private information without the computer user knowing.

By and large, all of the above will have some malicious intent – to harm data, spy on computer activity and so forth. Malware is a general term for all such programs – it simply means any software, of whatever sort, written with a malicious intent. Viruses are generally malware but there is more to malware than just viruses.

Bits, Bytes

At a basic level, all computer data is just a series of 0s and 1s. Each of these is referred to as a “binary digit”, for which “bit” is just an abbreviation. A byte is (generally) a collection of eight bits, so called because of the pun with bit and bite. Similarly a collection of four bits – half a byte – is sometimes called a “nybble”.

In order to refer to large numbers of bits and bytes, various prefixes are used, as in :

1 kilobyte = 1024 (or 1000) bytes
1 megabayte = 1024 (or 1000) kilobytes
1 gigabyte = 1024 (or 1000) megabytes
1 terabyte = 1024 (or 1000) gigabytes
1 petabyte = 1024 (or 1000) terabytes

Reboot

To switch a computer off and on again, allowing its operating system and programs to be reloaded. Note that this is not the same as placing a computer into standby/hibernate and then resuming. A reboot requires that all software is completely reloaded.

The term derives from “bootstrap”, as in the phrase “to pull oneself up by one’s bootstraps”, because of the similarity to that seemingly impossible act (as a computer can’t run without first loading some software but must be running before any software can be loaded).

Cookie

A small text file sent to your computer by a web site you have visited. These can be very useful in that they can allow the web site to recognize who you are when you return. Cookies cannot store viruses or other threats, although they can be used to track your activity across different web sites in order to provide, for example, “targeted” advertisements.

Firewall

A firewall is a piece of computer software or hardware that restricts the data that is allowed to flow through. Firewalls block traffic that is undesirable in some way, the intention being to prevent infection by malware and so on without restricting the user from carrying out legitimate activity.

Spam

Unsolicited email messages sent out in bulk and generally commercial in nature. In fact the term is used more widely these days to refer to such messages in a variety of places, not just on email – for example comments on blogs.

The origin of this sense of the word spam is unclear.

CAPTCHA

CAPTCHA checks are the strings of letters and numbers that have to be typed in on some web pages before something can be saved. They exist because, although humans find interpreting these strings relatively easy, computers do not. Setting up these checks therefore blocks an automated process – such as one generating spam – from using the page, whereas a human is still able to.

The acronym CAPTCHA actually stands for “Completely Automated Public Turing test to tell Computers and Humans Apart” – a rather contrived way of arriving at an acronym that sounds like the word “capture”.

 

Comments are closed.