-
What does IP stand for?
Internet Protocol
-
What is an IP address?
A unique string of numbers separated by periods that identifies each computer attached to the Internet
-
What does TCP stand for?
Transmission Control Protocol:
-
What is TCP
a protocol developed for the internet to get data from one network device to another; TCP uses a retransmission strategy to insure that data will not be lost in transmission
-
What is a Server?
a computer that provides client stations with access to files and printers as shared resources to a computer network
-
What is a Client?
A desktop computer or workstation that is capable of obtaining information and applications from a server
-
What does CPU stand for?
Central Processing Unit
-
What is a CPU?
the part of a computer (a microprocessor chip) that does most of the data processing; the CPU and the memory form the central part of a computer to which the peripherals are attached
-
What does OS stand for?
Operating System
-
What is an OS?
software that controls the execution of computer programs and may provide various services
-
What does (I/O) stand for?
Input/Output
-
What is (I/O)?
the communication between an information processing system (such as a computer) and the outside world, possibly a human or another information processing system
-
What is a motherboard?
A printed circuit board containing the principal components of a microcomputer or other device, with connectors into which other circuit boards can be slotted
-
What does ROM BIOS stand for?
Read Only Memory Basic Input Output System
-
What is a Device Driver?
a program that determines how a computer will communicate with a peripheral device
-
What is a Peripheral?
electronic equipment connected by cable to the CPU of a computer; disk drives and printers are important peripherals
-
What does PC stand for?
Personal Computer
-
What is a PC?
a small digital computer based on a microprocessor and designed to be used by one person at a time
-
What is a User Interface?
The means by which the user and a computer system interact, in particular the use of input devices and software
-
What does GUI stand for?
Graphical User Interface
-
What is a GUI?
a user interface based on graphics (icons and pictures and menus) instead of text; uses a mouse as well as a keyboard as an input device
-
What is Memory?
The part of a computer in which data or program instructions can be stored for retrieval
-
What is Memory Management?
the act of managing computer memory. In its simpler forms, this involves providing ways to allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. The management of main memory is critical to the computer system.
-
What is Job Management?
An operating system function that controls the order and time in which programs are run
-
What is Virtual Memory?
memory created by using the hard disk to simulate additional random-access memory; the addressable storage space available to the user of a computer system in which virtual addresses are mapped into real addresses
-
What is File Management?
the manipulation of documents and data in files on a computer
-
What is a File System?
the logical structure used on a storage device for the purpose of storing files, as well as the code within an operating system that allows the OS to store and manage files on a storage device.
-
What is Formatting?
the organization of information according to preset specifications
-
What is a Partition?
the part of a hard disk that is dedicated to a particular operating system or application and accessed as a single unit
-
What does RTOS stand for?
Real-Time Operating System
-
What is a RTOS?
an operating system intended for real-time applications.
-
What is a Kernel?
The most basic level or core of an operating system of a computer, responsible for resource allocation, file management, and security
|
|