John Cletheroe's
PC And Internet Hints


PC And Internet Glossary - Including File Extensions - Punctuation Characters, Digits And Numbers

'

Single quote or apostrophe.

-

Minus sign, hyphen or dash.
  1. Often used in search engine queries to prefix a word or phrase which must NOT be present.

  2. Used in directory and folder trees to indicate a branch which is currently open and being displayed. Clicking on the minus sign collapses the branch and hides it; the minus sign then changes to a plus sign which can be clicked on to expand the branch. Windows Explorer and many email programs including Outlook Express use this system.

"

Double quote (one character, entered by pressing the 2 key on the main keyboard while holding down either shift key).
  1. In search engine queries, double quotes are often used around phrases.

  2. In DOS commands, you must enclose a Windows long filename in double-quotes, for example "Program Files". Alternatively you can use the 8.3 filename without the quotes, for example PROGRA~1.

  3. In many programming languages all literal strings must be enclosed in double-quotes.

#

Hash sign (number sign).
  1. In URL's, a hash sign indicates the start of section within a web page, created in HTML by means of the <A NAME = "- - -">- - -</A> tags. For example, http://www.xyz.com/index.htm#printing is the "Printing" section of http://www.xyz.com/index.htm

  2. In HTML, a hash sign is also used as a prefix for a hexadecimal RRGGBB number specifying a colour.

%

Percent.

%20

In a URL, "%20" means a space. This is because many systems cannot cope with spaces in domain, folder or file names. 20 is a hexadecimal number, equal to 32 (2 * 16 + 0) in decimal, and the ASCII code for a space is 32.

%7E

In a URL, "%7E" means a tilde (~), for the same reasons as %20 means a space.

&

Ampersand. Used in HTML as a prefix for special characters such as foreign and currency characters which cannot be reliably specified by means of normal keyboard strokes.

&H

A prefix used in some programming languages to indicate that a literal number is in hexadecimal.

>

Greater than. Sometimes used to split up menu options when describing how to perform an operation in a Windows program, for example TOOLS > OPTIONS > GENERAL.

<

Less than.

< and >

Less than and greater than respectively. Also called angle brackets when used to enclose something. In HTML, angle brackets are used around tags (commands), for example <H1> and <B>.

¬

Logical NOT. Very rarely used.

( and )

Round brackets. Also called parentheses.

(null extension)

Some HTML files don't have a file extension. You may need to change a file's null extension to HTM in order to access the file via Windows Explorer and association. HTML files can contain JavaScript and Visual BASIC script programs which could include viruses - although browsers should prevent such programs from performing inappropriate actions.

*

Asterisk.
  1. Used in many programming languages to indicate multiplication.

  2. Often used as a wildcard to mean "any number of characters".

.

Full stop and decimal point. Also called a period. Used in email addresses to separate parts, for example given name and family name. Used in URL's to separate parts. Used in file specifications to separate a filename and an extension.

...

Ellipsis (three full stops/periods). Used in menus to indicate that the option will invoke a dialog box (for the input of additional information), rather than perform the operation immediately.

./

In relative URL's, "./" means "this folder" and is therefore usually redundant. I suspect that some operating systems may insist upon it.

../

In relative URL's, "../" means "up one folder level". For example, from a page in a folder called "a", a link to "../b/c.htm" would go up one level, down into the folder called b, and then to the file called c.htm in that folder. "../../" means up two folder levels, etc.

.net

The Internet top level domain for Internet related organisations, such as ISP's.

.NET

The only descriptions of this term that I have managed to find have been written in Microsoft's management/marketing language, which contains virtually no information content. .NET appears to be a system whereby programs can access data in files on other computers via the Internet. In early 2003 Microsoft announced that it will be abandoning the name .NET in future products due to customers not knowing what it means.

In January 2004 I found this description, not that it helps much: "Microsoft .NET is a set of Microsoft software technologies for connecting information, people, systems, and devices. It enables a high level of software integration through the use of Web services - small, discrete, building-block applications that connect to each other as well as to other, larger applications over the Internet."

.NET is the latest in a series of similar software components. The sequence of development appears to be DDE (Dynamic Data Exchange), OLE (Object Linking And Embedding), COM (Component Object Model), ASP (Active Server Pages), .NET.

In practice, .NET appears to be an optional add-on to Windows, similar in concept to DirectX. .NET provides a set of runtime modules for various scripting languages (JavaScript, VBScript, etc).

The only practical application for .NET so far seems to be that it is required by some (but not all) RSS feed reader programs.

The download file for .NET is about 24MB. I do not know why it is so gigantic.

/

Forward slash.
  1. In URL's, two forward slashes follow the http: protocol prefix and one forward slash separates the name of the server from the name of the first level directory, the name of each level directory from the next level, and the name of the bottom level directory from the filename.

  2. In HTML tags the / prefix means "end". For example <B> means start bold and </B> means end bold.

  3. In DOS commands, a forward slash introduces a switch, which is a suffix that modifies the command. For example in the command DIR/P then /P switch makes the directory listing appear one screenfull at a time.

//

Two forward slashes. In URL's, two forward slashes separate the protocol (for example, http:) from the name of the server.

:

Colon. A colon always terminates a device designator, for example a disk drive letter (A:, C; etc).

:(

An emoticon indicating that the preceding comment was bad news.

:)

Smiley emoticon. Indicates that the preceding comment was made in fun with no malice intended.

;

Semi-colon.

?

Question mark.
  1. Often used as a wildcard to mean "any one character".

  2. MS-DOS commands and some MS-DOS programs display help information when invoked with a /? switch, for example COPY /?.

  3. Used as a prefix before a parameter in CGI URL's. The section of the URL before the first question mark is handled conventionally. One or more parameters for the CGI script follow, each prefixed by a question mark. I think some other server-based programs such as ASP and PHP can also use a question mark to prefix parameters, although they may possibly also allow other characters.

@

At sign. Used in email addresses between the person's name and the organisation's name.

[ and ]

Square brackets.

\

Backslash. In DOS, one backslash separates the disk drive (for example, c:) from the name of the first level directory, the name of each level directory from the next level, and the name of the bottom level directory from the filename.

^

Caret. Used in many programming languages to indicate exponentiation. For example, 2^3 = 23 = 2 * 2 * 2 = 8.

{ and }

Curly brackets. Also called braces.

|

Vertical bar. Sometimes used to split up menu options when describing how to perform an operation in a Windows program, for example TOOLS | OPTIONS | GENERAL.

~

Tilde.
  1. In URL's, a tilde is sometimes (but by no means always) used to introduce the name of a subscriber's web space on an ISP's server. For example http://www.xyz.com/~joe.bloggs. Virgin Net do not use this system.

  2. In DOS, a tilde is used in the 8.3 equivalent of a Windows long filename. The 8.3 filename is created by taking the first few characters of the long filename, then a tilde, then a number. For example the long folder name "Program Files" might become PROGRA~1. In DOS commands either filename can be used, but Windows long filenames must be enclosed in double-quotes, for example "Program Files".

+

Plus sign.
  1. Often used in search engine queries to prefix a word or phrase which must be present.

  2. Used in directory and folder trees to indicate a branch which is currently closed (not being displayed). Clicking on the plus sign expands the branch and displays it; the plus sign then changes to a minus sign which can be clicked on to collapse the branch. Windows Explorer and many email programs such as Outlook Express use this system.

2.1

When describing speakers, two normal speakers (left and right) and one sub-woofer (bass speaker).

3G

A mobile phone system standard, capable of carrying the HSDPA or the HSUPA protocol for mobile broadband connections. Presumably the name 3G implies "third generation".

5.1

When describing speakers, two normal speakers (left and right), three extra speakers (rear left, rear centre and rear right, I think), and one sub-woofer (bass speaker).

8-bit colour

256 colours.

8.3 Filespec

A traditional MS-DOS file specification, in which file and directory (folder) names can have a maximum length of eight characters, extensions can have a maximum of three characters, and no spaces are permitted.

10 base 2

Thin Ethernet.

16

When used in reference to colours, 16 can mean 16 colours or 16-bit colour (65,536 colours).

16-bit program

A program written for Windows V3.1 and earlier, and therefore only capable of handling traditional MS-DOS 8.3 filespecs.

32-bit program

A program written for Windows 95 or later. Such programs are capable of handling long filenames and have the most commonly used file housekeeping operations conveniently available in their FILE > OPEN and FILE > SAVE dialog boxes (creating, deleting and renaming files and directories, etc).

123

An early PC spreadsheet program published by Lotus. The original MS-DOS version of 123 had the distinction of being very small (it installed from one or two 5.25" floppy disks as I recollect), very fast, very easy to use, very powerful and very reliable. It also had a powerful but extremely simple macro language based on imitating keyboard operations.

1394 (IEEE 1394)

See FireWire.

2G

Second generation. In relation to mobile phone technology, analogue systems were referred to as first generation, simple digital systems with limited data transfer options as 2G or second generation, and more sophisticated digital systems as 3G or third generation. 2G systems mainly use GSM.

2.5G

Second generation. In relation to mobile phone technology, 2.5G refers to an upgraded variant of GSM called GPRS.

3DR

A set of 3D graphics software components developed in the early 1990's by Intel. The name is short for "3D Rendering". 3DR was very similar in concept to Microsoft's DirectX. With the widespread adoption of DirectX, 3DR largely sank without trace. In May 2003 a utility program found a set of unused 3DR DLL's in the C:\Windows folder on my computer. I do not know whether they were installed as part of Windows or by some other program's installation routine.

3G

A mobile phone system standard, capable of carrying the HSDPA or the HSUPA protocol for mobile broadband connections. 3G comes from "third generation".

802.11a, 802.11b, 802.11g, 802.11n, etc

Standards for local wireless network connections (wi-fi, WLAN) between a computer and a wireless router, using frequencies in the region of 2.4GHz and 5GHz. The later the letter in the alphabet, the more modern the version is, and therefore in general theoretically faster. In practice the speed of the connection between the wireless router and the ISP will be much lower, making the speed of the local wireless network connection largely irrelevant. See also "Wireless Network".

StandardMaximum SpeedRange (indoors)Comments
802.112Mbps?Obsolete
802.11a54Mbps35 metresObsolete
802.11b11Mbps38 metresProbably obsolete. Liable to interference from baby monitors, Bluetooth devices, cordless (DECT) phones and microwave ovens
802.11gOne aerial 54Mbps; two aerials 108Mbps38 metresLiable to interference from baby monitors, Bluetooth devices, cordless (DECT) phones and microwave ovens
802.11n (draft)300Mbps70 metresUses MIMO (multiple-input multiple-output; i.e. two or more aerials)

802.3

Ethernet.

80x86

See x86.
Introduction

Punctuation A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

PC and Internet Hints

Overall Site Home Page


About this personal web site JohnCletheroe

EMail me

Most recently modified 27-Oct-08