802.11A set of Standards for short-range radio frequency wireless networks - has A, B, G and N flavors
AirportApple's name for it's 802.11 compliant wireless hardware and software
aliasa small file which points to another file - user action on an alias affects the file pointed to
analogusing information represented by a continuously variable physical quantity such as spatial position or voltage
applicationa complex program, generally with a polished GUI and large range of user controlled capabilities
ASCII(pronounced "ask' ee") American Standard Code for Information Interchange - a character encoding based on the English alphabet (128 characters/95 Printable)
ASPActive Server Pages - a Microsoft method for imbedding code on a web page
bandwidththe range of frequencies which a device can handle, Commonly used to refer to a network's carrying capacity
binaryusing base two numbers
bitone binary digit - "1" or "0"
black boxa component of a system that has known inputs and outputs but of which the internal workings are unknown
bootfrom "bootstrap" - computer startup involving the loading of instructions on how to load further instructions (i.e the OS )
broadbanda high bandwidth internet connection (what is considered "high" tends to increase over time)
byteeight bits
Classic1) original Macintosh operating system (versions 1 - 9) 2) the interface for running OS 9 from within some versions of OS X
clickto press and release a pointing device button
clientthe data requester in a client -server relationship
client-servera software model for the movement of data on a network in which one computer acts as a file ?server', granting or refusing requests for data from other computers acting as "clients"
clipboardlogical area which holds information cut or copied
command keykey on either side of the space-bar ? represented by "?" AKA "the Apple key"
command linetext based interface
computerdata processing machine
contextual menucontext-sensitive menu revealed by right(or control)-clicking
control keythird key to left of the space-bar ? represented by "^"
CPUcentral processing unit ?refers to the processor or the case which contains it
CSSCascading Style Sheets - a way of separating formating information from content in web pages
cursorelement on the screen which responds to pointing device input
datainformation
defaultpreset value or behavior
desktopcomputer screen background
devicean electronic and/or electro-mechanical peripheral connected to a computer
digitalusing information represented by discrete values (digits)
directory1) a file containing location information for the set of files on a volume or within a folder 2) alt. name for a folder
DNSDomain Name Server - index on a network which cross-references domain names (i.e. apple.com) with IP addresses
Dockgraphical bar containing icons of application s and/or document s allowing for quick access
documenta file created within an application by a user
double-clicktwo rapid clicks of primary or left mouse button
draga pointing device action involving: 1) moving the cursor over an onscreen object 2) pressing and holding the primary mouse button down while... 3) moving the cursor with the selected object to the desired location 4) releasing the button
drag and dropdragging to move (or copy with option key) a selected item
ejectun-mount a volume and/or physically remove disk from computer
filea logical unit of information storage
FinderThe application on the Mac OS which allows the user to view, move, copy and otherwise manipulate the files on any volume mounted on that system. The Finder, which always runs on a booted Mac system, is more or less analogous to the Windows Explorer on the Windows OS.
filename extensionthree or more letters following a dot (.) at the end of a file name identifying the file's type
Flasha program developed by Macromedia (and now owned by Adobe) for delivering vector based graphics and animation over the web.
foldera logical arrangement of files often appearing as a file folder icon in a GUI - AKA directory
FTPFile Transfer protocol - a client -server protocol for exchanging files over a network
GUIgraphical user interface ? sometimes pronounced "gooey" - generally involves a pointing device, drop down menus, icons
hard drivea device which stores data magnetically on a spinning metal disk
Home folderplace where all of a user's files are stored (OS X path: Macintosh HD:Users:yourusername)
HTMLHypertext Markup Language - a standard for the creation of hypertext document s
HTTPHypertext Transport protocol - client server protocol designed for the delivery of hypertext document s
hypertextdocument containing automated cross-references to other document s called hyperlinks. Selecting a hyperlink causes the computer to load and display the linked document.
icona small onscreen graphic representing something - usually a volume , directory, file or application
IMAPInternet Message Access protocol - common e-mail protocol allowing a client to receive incoming mail from the server. It allows users to access new messages instantly
insertion pointblinking vertical bar indicating where typed text input will appear ? sometimes also called the caret
installto place a program's files onto the hard drive of a computer in a way which allows the program to be accessed and run
installera program which installs another program
internetinternetwork - a network of networks. "The Internet" is the worldwide, publicly accessible network of interconnected computer networks that transmit data by packet switching using the standard Internet protocol (IP).
IPInternet protocol - a method used for communicating data across a packet-switched internet work.
IP addressa computer address - a unique address used by some electronic devices to identify and communicate with each other on a computer network by means of IP
ISPInternet Service Provider - company providing computer internet connection
Javaan object oriented programing language well suited for use on the internet
Java Appleta client side method for creating rich web content using Java - a small Java application which runs through a web browser
Javascripta scripting language for adding interactivity to web pages, it appears similar to Java, but is not related
JSPJava Sever Pages - a method of imbedding Java instructions on the web page
kernelthe core of a Unix OS ? the open source OS X kernel is called "Darwin"
launchto activate an application
libraryfile or folder containing information used by the OS or an application generally not directly accessed by user
Local Area network (LAN)a network, generally ethernet or wireless, shared by a physically local set of devices.
log inopening and activating a user account on a computer, network, or website - generally requires entering a user name and password
memorydata storage area
menua list of commands - generally refers to a "drop-down" menu revealed by clicking in an appropriate place
menu bargraphical bar at top of screen with words or icons which can be clicked to reveal drop-down menus
modifier keyskeys pressed while clicking which modify the effect of the click
mountcause the OS to recognize a volume - generally includes displaying it within the interface
mousecommon pointing device
networka group of computers and/or peripherals connected together to allow file sharing and shared access to resources like internet and peripherals
open sourcesoftware for which the editable source code is freely available
operating system (OS)software which handles basic computer operations such as communications among the CPU , memory and devices, maintaining the user interface, and handling user input
option keykey between control and command - represented by "?"
OS X(pronounced "oh ess ten") the current Macintosh OS built on Unix
P2PPeer-to-Peer - as opposed to client -server, a connection between equal peer nodes that simultaneously function as both "clients" and "servers" to the other nodes on the network
packetformatted block of information carried by a computer network
patha method of describing the location of a file or directory - for example, the location of the Safari web browser on Mac OS X is represented as /Applications/Safari (UNIX style) or Macintosh HD:Applications:Safari (Macintosh style)
PDFPortable document Format - A format for "cross-platform" document s - a standard way of share document s by e-mail and web
permissionsinformation attached to a file or folder controlling who has access - can include read, write and/or execute
pointing devicea device by which the cursor can be moved
POPPost Office protocol - common e-mail protocol allowing a client to receive incoming mail from the server
Postscripta page description language used by many printers - the basis for the PDF format
preferencesuser alterable behaviors
processorthe integrated circuit chip which performs data processing
programn. computer code which performs a task - v. to create such code
protocolthe special set of rules that end points in a network connection use when they communicate
RAMrandom access memory - integrated circuit chips which hold data temporarily for quick CPU access
restart (or reboot)to shutdown a running system and then boot it again
right-clickclick the right-hand mouse button (Control-click produces same result on Mac OS X)
routernetworking device that forwards data packets across an internet toward their destinations - for example, Apple's Airport Express or Extreme base stations
RTFRich Text Format - a common file format for text document s which allows for styled text (i.e. - mixed fonts, bold, italic, centered, justified, etc.)
scrollmove window contents around in the window by using scrollbar, mouse scroll wheel, or trackpad
scrollbargraphical bar at right or bottom of a window which can be manipulated to reveal window contents hidden due to window size
selecthighlight an onscreen object - i.e. by clicking on it or dragging over it
serverthe data source in a client -server relationship
Servletsa server side method for creating rich web content using Java
Shockwavethe name given to the technology of Flash and to the plug-in client needed to view Flash content
SMTPSimple Mail Transfer protocol - a basic client -server protocol for the sending of e-mail.
softwaredata containing instructions which the CPU can execute
startup ? same as boot above
switchdevice which connects various devices on a LAN. Unlike routers, switches do not assign IP addresses, or forward packets to addresses.
Unicodean industry standard character encoding designed to allow text and symbols from all of the writing systems of the world to be consistently represented and manipulated by computers
UNIXa robust, multi-user OS which underlies the Mac OS X GUI
user accounta user's access to the OS including a login and password, preferences, and file storage
user interface (UI)the human/computer communications channel
volumea logical portion of a hard drive or other storage device comprised of a directory and its contents
Webshort for "World Wide Web"
wi-fi local area wireless networking - see 802.11
Wide Area network (WAN)a network which connects devices which may be spread over a large physical area, i.e. - the internet
windowa rectangular pane containing a view of the file system, or a document
wirelesswithout wires, commonly refers to radio frequency 802.11 networks, though now used to refer to internet access through mobile phone technology and short range connectivity via Bluetooth
|
 |
 |
< Back to Support
|