A must-know about computer and internet glossary

understanding web terms Computer-related thingswebsite, you should save them as JPEGs.
tend to have a language all their own. While youHardware. Hardware is computer equipment that
do not need to know all of it, there are manyphysically exists. It is the opposite of software.
confusing words and phrases that you are goingHosting. If you've got a website out there on the
to come across sooner or later. Bandwidth.Internet, then you'll be paying someone for
Bandwidth is the amount of data that yourhosting. It is the service of making your site
website can send each second, as well as theavailable for people to see.
amount of data that the visitor to your websiteHTML. HyperText Markup Language. A kind of
can receive. If either one does not have enoughcode used to indicate how web pages should be
bandwidth, then the website will appear slowly. Fordisplayed, using a system of small 'tags'. The 'b'
this reason, you should choose a host with plentytag, for example, causes text to appear in bold,
of bandwidth, as well as testing that your siteand the 'img' tag displays a picture.
doesn't take too long to download on slowHyperlink. A hyperlink is when a piece of text on
connections.a website can be clicked to take you to another
Browser. A browser is the software (see below)site, or another page on the same site. For
that visitors to your site use to view it. The mostexample, if clicking your email address on your
popular browser is Microsoft's Internet Explorer,website allows someone to email you, then your
which comes with Windows.email address is a hyperlink.
Cookie. Cookies are data files that your site canProgramming. This is when the computer is given
save on the computer of someone who visitsinstructions to tell it what to do, using one of
that site, to allow it to remember who they are ifmany 'programming languages'. Programming
they return. FTP. File Transfer Protocol. This is alanguages for the web include PHP and Perl.
common method of uploading (see below) files toServer. The server is where your website is
your website.stored, and it is the server that people are
Javascript. A common language for writing 'scripts'connecting to when they visit the site. Note that
on websites, which are small programs that makeserver refers both to the hardware and software
the site more interactive. Another common causeof this system.
of problems for visitors.Software. Programs that run on the computer, or
JPEG. Joint Photographic Experts Group. This is thethat make your website work. Microsoft Word is
name of the most popular format for pictures onsoftware, for example, as is Apache (the most
the web, named after the group that came uppopular web server software). Opposite of
with it. If you want to put pictures on yourhardware.