• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/61

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

61 Cards in this Set

  • Front
  • Back
American Standard Code for Information Interchange (ASCII)
The most commonly used code for representing alphanumeric data in a computer. Uses binary digits (bits) to represent the symbols typed on the keyboard.
application
Interprets the data and displays the information in a comprehensible format as the last part of an Internet connection. Applications work with protocols to send and receive data across the Internet.
backplane
A large circuit board that contains sockets for expansion cards.
binary
A number system characterized by Is and Os (1 = on, and 0 = off).
bit
The smallest unit of data in a computer. A bit equals 1 or 0. It is the binary for­mat in which data is processed, stored, and transmitted by computers. In a computer, bits are represented by on/off switches or the presence or absence of electrical charges, light pulses, or radio waves.
Boolean logic
In computer operation with binary values, Boolean logic can describe electromagnetically charged memory locations or circuit states that are either charged {1 or true) or not charged (0 or false). The computer can use an AND gate or an OR gate operation to obtain a result that can be used for further processing.
bus
A collection of circuits through which data is transmitted from one part of a computer to another.
byte
A unit of measure that describes the size of a data file, the amount of space on a disk or another storage medium, or the amount of data being sent over a network. 1 byte equals 8 bits of data.
CD-ROM drive
optical drive that can read information from a CD-ROM.
central processing unit (CPU)
The computer's "brain," where most of the calcula­tions take place.
Dotted-decimal notation
A syntactic representation for a 32-bit integer that consists of four 8-bit numbers written in base 10 with periods (dots) separating them. Used to represent IP addresses on the Internet, as in 192.67.67.20.
expansion slot
An opening in a computer, usually on the motherboard, where an expansion card can be inserted to add new capabilities to the computer.
File Transfer Protocol (FTP)
An application protocol, part of the TCP/IP protocol suite, used to transfer files between network hosts.
floppy disk drive
Reads and writes to floppy disks.
GB (gigabyte)
Approximately 1 billion bytes. Sometimes called a "gig." Hard drive capacity on most PCs is typically measured in GB.
Gbps (gigabits per second)
One billion bits per second. A standard measurement of the amount of data transferred over a network connection. 10G or 10 Gigabit Ethernet operates at 10 Gbps.
hard disk drive
Reads and writes data on a hard disk. The primary storage device in the computer.
hyperlink
A computer program command that points to other HTML files on a web server or other places on the same documents. Provides shortcuts to other web pages and files.
Hypertext Markup Language (HTML)
A simple hypertext document-formatting lan­guage that uses tags to indicate how a given part of a document should be interpreted by a viewing application, such as a web browser.
Internet
The largest global internetwork, connecting tens of thousands of networks worldwide and having a culture that focuses on research and standardization based on real-life use.
Internet Protocol (IP)
A network layer protocol in the TCP/IP protocol suite offering a connectionless internetwork service.
Kb (kilobit)
Approximately 1000 bits.
KB (kilobyte)
Approximately 1000 bytes (1024 bytes exactly).
kbps (kilobits per second)
One thousand bits per second. A standard measurement of the amount of data transferred over a network connection.
kBps (kilobytes per second)
One thousand bytes per second. A standard measurement of the amount of data transferred over a network connection.
keyboard port
Connects a keyboard to a PC. logical
connection
Uses standards called protocols.
Mb (megabit)
Approximately 1 million bits.
MB (megabyte)
Approximately 1 million bytes (1,048,576 bytes exactly). A megabyte is sometimes called a "meg." The amount of RAM in most PCs is typically measured in MB. Large files are typically some number of MB in size.
Mbps (megabits per second)
) One million bits per second. A standard measurement of the amount of data transferred over a network connection. Basic Ethernet operates at 10 Mbps.
MBps (megabytes per second)
One million bytes per second. A standard measure­ment of the amount of data transferred over a network connection.
Media Access Control (MAC) address
A standardized data link layer address that is required for every port of devices that connect to a LAN. Other devices in the network use these addresses to locate specific ports in the network and to create and update routing tables and data structures. MAC addresses are 6 bytes long and are controlled by the IEEE.
memory chips
RAM chips on memory cards plug into the motherboard.
microprocessor
A silicon chip that contains a CPU.
modem
A device that converts digital and analog signals. At the source, a modem converts digital signals to a form suitable for transmission over analog communication facilities. At the destination, the analog signals are returned to their digital form.
motherboard
A computer's main circuit board.
mouse port
Connects a mouse to a PC.
network interface card (NIC)
A printed circuit board that provides network commu­nication capabilities to and from a PC.
octet
Eight bits. In networking, the term octet often is used (rather than byte) because some machine architectures employ bytes that are not 8 bits long.
parallel port
An interface that can transfer more than 1 bit simultaneously. It con­nects external devices, such as printers.
Personal Computer Memory Card International Association (PCMCIA)
An organization that has developed a standard for small credit card-sized devices called PCM­CIA cards (or PC cards). Originally designed to add memory to portable computers, the PCMCIA standard has been expanded several times and is now suitable for many types of devices.
physical connection
A connection to a network that is made by connecting a specialized expansion card, such as a modem or NIC, from a PC with a cable to a network.
ping
Stands for Packet Internet Groper. Often used in IP networks to test the reachability of a network device.
plug-in
Software or a program that can easily be installed and used as part of a web browser.
power cord
Connects an electrical device to an electrical outlet to provide power to the device.
power supply
Supplies power to a computer.
printed circuit board (PCS)
A thin plate on which chips (integrated circuits) and other electronic components are placed.
protocol
A formal description of a set of rules and conventions that govern how devices on a network exchange information.
random-access memory (RAM)
Also known as read-write memory. Can have new data written to it as well as stored data read from it.
read-only memory (ROM)
A type of computer memory in which data has been prerecorded.
serial port
Can be used for serial communication in which only 1 bit is transmitted at a time.
sound card
An expansion board that handles all sound functions.
subnetwork
In IP networks, a network that shares a particular subnet address. Sub­networks are networks arbitrarily segmented by a network administrator to provide a multilevel, hierarchical routing structure while shielding from the addressing complex­ity of attached networks. Sometimes called a subnet.
subnetwork mask
A 32-bit address mask used in IP to indicate the bits of an IP address that are being used for the subnet address.
system unit
The main component of a PC system.
TB (terabyte)
Approximately 1 trillion bytes. Hard drive capacity on some high-end computers is measured in TB.
Tbps (terabits per second)
One trillion bits per second. A standard measurement of the amount of data transferred over a network connection. Some high-speed core Internet routers and switches operate at more than Tbps.
Transmission Control Protocol/Internet Protocol (TCP/IP)
A common name for the suite of protocols developed by the U.S. DoD in the 1970s to support the construction of worldwide internetworks. TCP and IP are the two best-known protocols in the suite.
universal serial bus (USB) port
Lets peripheral devices such as mice, modems, keyboards, scanners, and printers be plugged in and unplugged without resetting the system.
video card
A board that plugs into a PC to give it display capabilities.
Web browser
A graphical user interface (GUI)-based hypertext client application, such as Internet Explorer or Netscape Navigator, used to access hypertext documents and other services located on remote servers throughout the WWW and the Internet.