Browse the glossary using this index

Special | 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 | ALL

Page:  1  2  (Next)
  ALL

I

I/O

Stands for "Input/Output" and is pronounced simply "eye-oh." Computers are based on the fundamental idea that every input results in an output. For example, if you are running a word processor program and type a sentence on your keyboard, the text will appear on the screen. The keyboard is an input device and the screen is an output device. You might also print the text using a printer, which is another output device. The computer's CPU handles all the I/O operations, sending the data it receives to the correct path. The path may be to the video card, to the hard drive, or to the RAM, just to name a few.

The ports on the outside of a computer are commonly referred to as "I/O ports" because they are what connect input and output devices to the computer. Software developers use I/O to describe how a program will function, depending on what a user enters. For example, if the user presses the space bar key in a game, say "Super Jumper Man," the character on the screen will jump. Multiply that by several thousand other scenarios of user input and you have yourself a computer game.


Icons

Symbols or illustrations appearing on the computer screen that indicate program files or other computer functions.


Input

Whenever you enter data into your computer, it is referred to as input. This can be text typed in a word processing document, keywords entered in a search engine's search box, or data entered into a spreadsheet. Input can be something as simple as moving the mouse or clicking the mouse button or it can be as complex as scanning a document or downloading photos from a digital camera.

Devices such as the keyboard, mouse, scanner, and even a digital camera are considered input devices. This is because they allow the user to input data into the computer (yes, the word "input" can also be used as a verb). While input generally comes from humans, computers can also receive input from other sources. These include audio and video devices that record movies and sound, media discs that install software, and even the Internet, which is used to download files and receive data such as e-mail or instant messages.

The opposite of input is output, which is what the computer produces based on user input. Input and output devices are collectively referred to as I/O devices.


Install

Most software programs require that you first install them on your computer before using them. For example, if you buy Microsoft Office, you need to install it on your computer before you can run any of the included programs such as Word or Excel. You can install software from a CD or DVD, an external hard drive, or from a networked computer. You can also install a program or software update from a file downloaded from the Internet.

Installing a software program writes the necessary data for running the program on your hard drive. Often the installer program will decompress the data included with the installer immediately before writing the information to your hard drive. Software updates, which are typically downloaded from the Internet, work the same way. When you run the update, the installer file decompresses the data and then updates the correct program or operating system.


Integer

An integer is a whole number (not a fraction) that can be positive, negative, or zero. Therefore, the numbers 10, 0, -25, and 5,148 are all integers. Unlike floating point numbers, integers cannot have decimal places.

Integers are a commonly used data type in computer programming. For example, whenever a number is being incremented, such as within a "for loop" or "while loop," an integer is used. Integers are also used to determine an item's location within an array.

When two integers are added, subtracted, or multiplied, the result is also an integer. However, when one integer is divided into another, the result may be an integer or a fraction. For example, 6 divided by 3 equals 2, which is an integer, but 6 divided by 4 equals 1.5, which contains a fraction. Decimal numbers may either be rounded or truncated to produce an integer result.


Interface

The interconnections that allow a device, a program, or a person to interact. Hardware interfaces are the cables that connect the device to its power source and to other devices.

Software interfaces allow the program to communicate with other programs (such as the operating system), and user interfaces allow the user to communicate with the program (e.g., via mouse, menu commands, icons, voice commands, etc.).


Internet

An international conglomeration of interconnected computer networks. Begun in the late 1960s, it was developed in the 1970s to allow government and university researchers to share information.

The Internet is not controlled by any single group or organization. Its original focus was research and communications, but it continues to expand, offering a wide array of resources for business and home users.


IP (Internet Protocol) address

An Internet Protocol address is a unique set of numbers used to locate another computer on a network. The format of an IP address is a 32-bit string of four numbers separated by periods. Each number can be from 0 to 255 (i.e., 1.154.10.255). Within a closed network IP addresses may be assigned at random, however, IP addresses of web servers must be registered to avoid duplicates.


ISO

Stands for "International Organization for Standardization." Yes, technically the acronym should be "IOFS," but I guess ISO sounds better. The ISO works with standards institutes from over 150 countries to develop technology and product standards. These standards lead to a more efficient, safer, and cleaner development of products. It also leads to more standardized products for consumers.

The ISO is important to the computer industry, since the organization standardizes many of the technologies used by your computer hardware and software. For example, the ISO 9660 standard defines a file system used by CD-ROM media. CDs formatted using this standard can be used on any operating system that supports the ISO 9660 standard, including Windows, Mac, and Unix systems.

The ISO is similar to the IEEE, but performs a much broader range of standardizations. To find out more about the International Organization for Standardization, visit the ISO home page.


IT

Stands for "Information Technology," and is pronounced "I.T." It refers to anything related to computing technology, such as networking, hardware, software, the Internet, or the people that work with these technologies. Many companies now have IT departments for managing the computers, networks, and other technical areas of their businesses. IT jobs include computer programming, network administration, computer engineering, Web development, technical support, and many other related occupations. Since we live in the "information age," information technology has become a part of our everyday lives. That means the term "IT," already highly overused, is here to stay.



Page:  1  2  (Next)
  ALL