Chapter 1 Flashcards
Desktop computer
A computer designed for use by an individual, usually incorporating a graphics display, a keyboard, and a mouse
Server
A computer used for running larger programs for multiple users, often simultaneously, and typically accessed only via a network
Supercomputer
A class of computers with the highest performance and cost; they are configured as servers and typically cost millions of dollars
Terabyte
Originally 2^40 bytes, although some communications and secondary storage systems have redefined it to mean 10^12 bytes
Petabyte
Depending on the situation, either 1000 or 1024 terabytes
Datacenter
A room or building designed to handle the power, cooling, and networking needs of a large number of servers
Embedded computer
A computer inside another device used for running one predetermined application or collection of software
Multicore microprocessor
A microprocessor containing multiple processors (“cores”) in a single integrated circuit
Acronym
A word constructed by taking the initial letters or a string of words. For example: RAM is an acronym for Random Access Memory, and CPU is an acronym for Central Processing Unit
Systems software
Software that provides services that are commonly useful, including operating systems, compilers, loaders, and assemblers.
Operating system
Supervising program that manages the resources of a computer for the benefit of the programs that run on that computer
Compiler
A program that translates high-level language statements into assembly language statements
Binary digit
Also called a bit. One of the two numbers in base 2 (0 or 1) that are the components of information
Instruction
A command that computer hardware understands and obeys
Assembler
A program that translates a symbolic version of instructions into the binary version
Assembly language
A symbolic representation of machine instructions
Machine language
A binary representation of machine instructions
High-level programming language
A portable language such as C, C++, Java, or Visual Basic that is composed of words and algebraic notation that can be translated by a compiler into assembly language
Input device
A mechanism through which the computer is fed information, such as the keyboard or mouse
Output device
A mechanism that conveys the result of a computation to a user or another computer
Liquid crystal display
A display technology using a thin layer of liquid polymers that can be used to transmit or block light according to whether a charge is applied
Active matrix display
A liquid crystal display using a transistor to control the transmission of light at each individual pixel
Pixel
The smallest individual picture element. Screens are composed of hundreds of thousands to millions of pixels, organized in a matrix
Motherboard
A plastic board containing packages of integrated circuits or chips, including processor, cache, memory, and connectors for I/O devices such as networks and disks
Integrated circuit
Also called a chip. A device combining dozens to millions of transistors
Memory
The storage area in which programs are kept when they are running and that contains the data needed by the running programs
Dynamic random access memory (DRAM)
Memory built as an integrated circuit; it provides random access to any location
Dual inline memory module (DIMM)
A small board that contains DRAM chips on both sides. (SIMMs have DRAMs on only one side)