Matching Q
Matching Q
Computer hardware
consists of electronic components and related gadgetry that input, process,
output, and store data according to instructions encoded in computer programs
or software
Dual-processor
a computer with two CPUs
Quad-processor
a computer with four CPUs
Main memory
works in conjunction with the CPU. The CPU reads data and instructions from
memory and then stores the results of computations in main memory.
(sometimes called RAM, for random access memory)
Storage hardware
included in all computers, which is used to save data and program magnetic
disks (also called hard disks) are the mot common storage device
Optical disks
such as CDs and DVDs also are popular portable storage media
Tablets
computing device that allows interaction through a flat touch screen (sometimes
called slates)
Server
a computer that is designed to support processing requests from many remote
computers and users. A _________ is essentially a PC on steroids. A _________
can send Web pages, emails, files, or data to PCs.
EX: Dell Poweredge Server
PC vs Server
differ because of what they do. The relationship is similar to the relationship
between clients and servers at a typical restaurant. Servers take requests from
clients and bring them things.
Clients
PCs, tablets, and smart-phones that access servers.
Server farm
is a collection of, typically, thousands of servers. Often placed in large truck
trailers that hold 5,000 servers or more.
Software:
Binary digits (bits)
either a zero or a one. Used for computer data because they are easy to
represent physically.
Switch
can either be closed or open. Open= zero and Closed= one
Bytes
bits that are grouped into 8-bit chunks. one character= one ______. Used to
measure sizes of non-character data as well.
Kilobyte
abbreviated K, is a collection of 1,024 bytes
Megabyte
abbreviated MB, is 1,024 kilobytes
Gigabyte
abbreviated GB, is 1,024 megabytes
Terabyte
abbreviated TB, is 1024 gigabytes
Petabyte
abbreviated PB, is 1,024 terabytes
Exabyte
abbreviated EB, is 1,024 petabytes
Zettabyte
abbreviated ZB, is 1,024 exabytes
Hertz
how CPU speed is expressed. As predicted by Moore's Law CPU speed
continually increase
Volatile
meaning their contents are lost when power is off (the cache and main memory)
Nonvolatile
meaning their contents survive when power is off (magnetic and optical discs)
Smart device
a device that has the processing power, memory, network connectivity, and the
ability to interconnect with other devices and applications
Self-driving car
uses a variety of sensors to navigate like a traditional car but without human
intervention
3D printing
the process of creating three-dimensional objects by fusing two-dimensional
layers of plastic, metal, and other substances on top of one another
Native application
programs that are written to use a particular operating system (aka thick-client
applications)
Web application
is designed to run within a computer browser such as Firefox, Chrome, Opera, or
Internet Explorer. Run within the browser and can run on any type of computer.
(aka thin-client application)
Microsoft Windows
the most popular non-mobile client operating system
Modern-style applications
these applications are touch screen oriented and provide context-sensitive, pop-
up menus. They can also be used with a mouse or keyboard. One key feature is
the minimization of menu bars, status lines, and other visual overhead
Mac OS
an operating system developed by Apple Computer, Inc., for the Macintosh. The
current version is Mavericks.
Unix
an operating system that was developed at Bell Labs in the 1970s. It has been
the workhorse of the scientific and engineering communities since then. Seldom
used in business.
Linux
a version of Unix that was developed by the open source community. This
community is a loosely coupled group of programmers who mostly volunteer their
time to contribute code to develop and maintain it. The open source community
owns it, and there is no fee to use it. Most popular as a server OS.
Symbian
popular on phones in Europe and the Far East, but less so in North America
BlackBerry OS
was one of the most successful early mobile operating systems and was used
primarily by business users on the devices.
iOS
is the operating system used on the iPhone, iPod Touch, and iPad
Android
is a mobile operating system licensed by Google
Windows RT
a version of Windows designed for an ARM devices
ARM
is a computer architecture and instruction set that is designed for portable
devices such as phones and tablets
Windows Server
is a version of Windows that has been specially designed and configured for
server use
Virtualization
is the process by which one physical computer hosts many different virtual (not
literal) computers within it
PC virtualization
a personal computer, such as a desktop or laptop, hosts several different
operating systems
Server virtualization
a server computer hosts one or more other server computers
Desktop virtualization
a server hosts many versions of desktop operating systems
License
a contract that stipulates how a program can be used. Most specify the number
of computers on which the program can be installed; some specify the number of
users that can connect to and use the program remotely. Such agreements also
stipulate limitations on the liability of the software vendor for the consequences of
errors in the software
Site license
a flat fee that authorizes the company to install the product on all of that
company's computers or on all of the computers at a specific site
Application software
programs that perform a business function. Some application programs are
general purpose, such as Excel or Word. Other application programs are specific
to a business function, such as accounts payable
Horizontal-market application
software provides capabilities common across all organizations and industries
EX: Word processors, graphics programs, spreadsheets, and presentation
programs AKA Microsoft Word, Excel, and PowerPoint
Vertical-market application
software serves the needs of a specific industry.
EX: programs used by dental offices to schedule appointments and bill patients,
those used by auto mechanics to keep track of customer data and customers'
automobile repairs, and those used by parts warehouses to track inventory,
purchases, and sales.
One-of-a-kind application
software is developed for a specific, unique need.
EX: the U.S. Department of Defense develops such software, because it has
needs that no other organization has
Off-the-shelf software
software that is used without making any changes
Custom-developed software
software that is tailor-made for a particular organization's requirements
Firmware
is computer software that is installed into devices such as printers, print servers,
and various types of communication devices
GNU
a set of tools for creating and managing open source software. Originally created
to develop an open source Unix-like operating system
Open source
means that the source code of the program is available to the public
Source code
is computer code written by humans and understandable by humans
Machine code
code that has been compiled from source code and is ready to be processed by
a computer. Cannot be understood by humans
Closed source
source code that is highly protected and only available to trusted employees and
carefully vetted contractors
Swift
Apple's new programming language for OS X and iOS applications
Object-oriented
when referring to languages, ones that can be used to created difficult, complex
applications and, if used properly, will result in high performance code that is
easy to alter when requirements change
Mobile systems
information systems that support users in motion (can be accessed anywhere
and anytime)
Mobile device
a small, lightweight, power-conserving, computing device that is capable of
wireless connectivity
M-commerce
E-commerce transacted using mobile devices
Just-in-time data
data delivered to the user at the precise time it is needed
The Cloud
The elastic leasing of pooled computer resources over the Internet. The term is
used because most early diagrams of three-tier and other Internet-based
systems used this symbol to represent the Internet, and organizations came to
view their infrastructure as being "somewhere in the cloud"
Pooled
The situation in which many different organizations use the same physical
hardware
Network
A collection of computers that communicate with one another over transmission
lines or wirelessly
Internet
A network of networks. Connects WANS, LANS, and other internets
"The Internet"
The collection of networks that you use when you send an email or access a
website
Internets
Private networks of networks
Intranet
A private internet that is used exclusively within an organization
Layered protocol
An elaborate scheme used to provide a seamless flow for the networks that
makeup an internet use a large variety of communication methods and
conventions, and data must flow seamlessly across them
Protocol
A set of rules and data structures for organizing communication. Computers need
this so they can exchange data
Ethernet
Is a communications standard that specifies how messages are to be packaged,
processed, and transmitted for wired transmission over a LAN. (another name for
IEEE 802.3 protocol)
10/100/1000 Ethernet
A type of ethernet that conforms to IEEE 802.3 protocol and allows for
transmission at a rate of 10, 100, or 1,000 Mbps (megabits per second)
Bluetooth
Another common wireless protocol. It is designed for transmitting data over short
distances, replacing cables
Cable lines
Provide high-speed data transmission using cable television lines (the second
type of WAN connection)
WAN wireless
A communications system that provides wireless connectivity to a wide area
network (a third way that you can connect your computer, mobile device, or other
communicating device)
Hop
The movement from one network to another
Packet
A formatted message that passes through networks owned by large
telecommunication providers known as carriers
Carriers
A telecommunications company that provides voice and data transportation
devices. Make revenue by collecting subscription fees from end users, but not
from peers
Peering
Exchanging information between telecommunication providers without charging
an access fee
Net neutrality
The idea that all data should be treated equally as it passes between networks
regardless of its type, source, or quantity
IP address
An internet address, which is a number that identifies a particular device
Public IP addresses
Identify a particular device on the public internet
Private IP addresses
Identify a particular device on a private network, usually on a LAN
IPv4
The most commonly used Internet layer protocol; has a four-decimal dotted
notation, such as 165.193.123.253.
IPv6
An Internet layer protocol that uses 128-bit addresses and is gradually replacing
IPv4
Domain name
A worldwide-unique name that is affiliated with a public IP address
Three-tier architecture
Used by almost all Web applications, which is a design of user computers and
servers that consists of three categories, or tiers.