dBase is a specific software product used for creating and manipulating relational databases. The term can also refer to the dBase database programming language that first appeared in the dBase product, but which is now available in many other database forms. [Read more…] about What is dBase?
What is Data Recovery?
Data recovery is the art of restoring lost or damaged files. This damage can occur when your computer crashes, a virus infects, you accidentally reformat a disk that contains precious data, or you experience some other catastrophe of considerable dimension. And, at some point in your life, you’re going to delete a file you really didn’t mean to (believe me). The next time tragedy strikes, try running one of the many data recovery applications (powerful software written specifically for data recovery purposes) to see if it can correct the situation. Often these little jewels work magic and save your day-and your files. [Read more…] about What is Data Recovery?
What is Database Engine?
In a computer database, the database engine is the software that does the real work of sorting the information, finding specific data that you request, and so on. The term used to refer to a separate piece of software that ran on a central computer (in this case, it is more or less synonymous with the term “back-end”). Widely used database engines include Oracle, DB2, and Sybase. Separate front-end software running on your own computer lets you tell the database engine what to do (how to sort the data, what data to find), and displays the results of your commands. [Read more…] about What is Database Engine?
What is Database?
A database document is just a collection of information stored in computerized form. The simplest way to understand a database is to think of it like a set of 3 x 5 cards. Since the information is on your computer, though, a dick of the mouse or the stroke of a key can alphabetize those “cards,” or find just the names of the people on the cards who live in a certain town, or tell you who owes how much money, and so on. [Read more…] about What is Database?
What is Daisy chain?
Sometimes, like in a school computer lab or in an office, you need to hook up several computers to one printer, or several computers need to connect to one file server, or maybe you have several devices (such as a scanner and a CD-ROM player) that you need to hook into one computer. Well, the only way to connect all these devices together, since there is only one port, or connecting place, on the back of the computer, is to connect each object (each device) to the next one in line, making a daisy chain. [Read more…] about What is Daisy chain?
What is Cycle Time?
The cycle time of a computer is the time required to change the information in a set of registers. This is also sometimes called the state transition time. The register cycle time of a processor is sometimes referred to as the internal cycle time, clock time, or simply cycle time. Main memory cycle time is usually several times the internal cycle time. The internal cycle time may not be of constant value. [Read more…] about What is Cycle Time?
What is Auxiliary memory (secondary storage)?
Definition: Auxiliary memory (also referred to as secondary storage) is the non-volatile memory lowest-cost, highest-capacity, and slowest-access storage in a computer system. It is where programs and data kept for long-term storage or when not in immediate use. [Read more…] about What is Auxiliary memory (secondary storage)?
What is Memory mapping?
Memory mapping is the translation between the logical address space and the physical memory. The objectives of memory mapping are (1) to translate from logical to physical address, (2) to aid in memory protection (q.v.), and (3) to enable better management of memory resources. Mapping is important to computer performance, both locally (how long it takes to execute an instruction) and globally (how long it takes to run a set of programs). In effect, each time a program presents a logical memory address and requests that the corresponding memory word be accessed, the mapping mechanism must translate that address into an appropriate physical memory location. The simpler this translation, the lower the implementation cost and the higher the performance of the individual memory reference. [Read more…] about What is Memory mapping?
What is Cylinder?
Cylinder The set of all the TRACKS on a HARD DISK drive with multiple PLATTERS that may be read at the same time. All the tracks are the same distance from the central spindle, so they can be imagined as tracing a cylinder in space. The HEADS on all the platters move together in a parallel motion – a sequence of data stored within the same cylinder can be read at optimum speed without requiring any movement.
What is cooperative multitasking?
Cooperative multitasking A MULTITASKING scheme under which each concurrently running program must at intervals voluntarily relinquish control of the CPU to the next program. Such programs must be specially written to suspend themselves in some non critical section and so, conversely, programs that are not so written cannot be multi-tasked. This contrasts with PREEMPTIVE MULTITASKING in which the OPERATING SYSTEM itself periodically suspends each task, so that any program may be multi-tasked. Apple’s MACOS is a cooperative multitasking system, whereas UNIX and WINDOWS are preemptive.
What is CMOS (Complementary Metal-Oxide Semiconductor)?
CMOS (Complementary Metal-Oxide Semiconductor) The most popular fabrication process for modern INTEGRATED CIRCUITS, which employs LOGIC GATES made out of complementary pairs of FIELD-EFFECT TRANSISTORS called the P-CHANNEL and N-CHANNEL respectively. The p-channel transistor is made within a well of n-type silicon, while the n-channel is made directly in the doped silicon SUBSTRATE. These two transistors are arranged so that a current flows only momentarily while the gate is switching, and none flows in its on or off states, which enormously reduces power consumption as compared with older BIPOLAR processes. It is this benign property that permits the phenomenal improvement in chip performance over recent decades that is referred to as MOORE’S LAW.
What is clock cycle and clock signal?
clock cycle The basic unit of timing within a computer system, consisting of one of the stream of regular pulses generated by the SYSTEM CLOCK. Most of a computer’s components, in particular its processor, bus and memory systems, operate in strict step with the clock, so the number of clock cycles their various actions occupy is of crucial importance to a computer designer. [Read more…] about What is clock cycle and clock signal?
What is CD-R (Compact Disc Recordable)?
CD-R (Compact Disc Record-able) A WRITE-ONCE version of the CD-ROM disc, which can be used to distribute and back up computer data or to copy music CDS. Though it follows the same data format and can be read in standard CD-ROM drives, CD-R employs quite a different physical storage process, based on an organic dye film that is selectively bleached by a laser beam, which explains the blue or green colour of the recording surface. [Read more…] about What is CD-R (Compact Disc Recordable)?
What is coprocessor?
A co-processor is a chip that works side-by-side with the computer’s main processor (the chip called the central processing unit, or CPU). The co-processor handles some of the more specialized tasks, such as doing math calculations or displaying graphics on the screen, thereby taking some of the work load off the main processor so it can go on with the business of directing and keeping order over the whole show. A co-processor is installed to reduce the burden on a computer’s CPU and thus free it for more general duties such as transferring data and handling multiple tasks. [Read more…] about What is coprocessor?
What is control unit? – Definition
Definition: A control unit (CU) (or controller, same thing) is a piece of hardware that manages the activities of peripherals (separate devices attached to the computer, such as monitors, hard drives, printers, etc.) Control units found on personal computers are usually contained on a single printed circuit board. The control unit acts as a sort of “go-between,” executing transfers of information between the computer’s memory and the peripheral. Although the CPU (central processing unit-the “big boss” in the computer) gives instructions to the controller, it is the control unit itself that performs the actual physical transfer of data. [Read more…] about What is control unit? – Definition
What is CONFIG.SYS?
If you have a PC you probably have a file named CONFIG.SYS on the disk you use to start, or boot, the computer. A file that is automatically read at start up by the MS-DOS operating system used to load the DEVICE DRIVERS required by the various peripherals connected to the computer, and to set the correct configuration parameters for them. This file contains a variety of instructions used to customize the way your system works. Each time you start or restart the machine, the CONFIG.SYS file is read by the operating system (DOS or OS/2), which configures itself according to the instructions in the file. In DOS the typical CONFIG.SYS file starts with commands that tell the operating system how many files can be in use at anyone time, and how many buffers to create, like this: [Read more…] about What is CONFIG.SYS?
What is computer on a chip?
A microprocessor is a single chip that is the central processing unit, or the brains of a computer. To function as a complete computer, it also needs memory, a clock) and a power supply. Well, a computer on a chip has its own built-in clock and its own memory, so all it needs is a power supply to function. These tiny things are used in all kinds of things, from car parts to children’s toys.
What is command line interface?
In operating systems like DOS and Unix, and in many text-based or character mode programs, you control what’s happening by typing commands on a command line. The command line is simply the line on the screen where you type your commands. The only way to control an operating system or a program that uses a command line interface like this is by typing commands-you don’t get menus, dialog boxes, or buttons. [Read more…] about What is command line interface?
What is command interpreter or command processor?
A command interpreter, or command processor, is that crucial part of the operating system software that interprets, or processes, the commands you give, and then carries them out for you. In DOS, the command processor is usually COMMAND. COM, although DOS lets you substitute another command processor if you want. This sounds pretty technical and scary, but it really isn’t difficult.
What is COMMAND.COM?
COMMAND.COM is the program that serves as the DOS command processor, or the DOS shell if you prefer. Like any operating system, DOS itself is simply software, albeit software that has a very special role in running your computer. Dos consists of a conglomeration of programs, utilities, and device drivers, but at its core are three key pieces of software. They must be present on the disk you use to start your computer, or the computer won’t work. Of these three pieces of software, the only one you’re likely to run across is Command.com you’ll see it in the list of files on your screen when you display the directory of that start-up disk, by typing DIR and pressing Enter. (The other two essential DOS files are hidden files, so you won’t see them in the directory list.) [Read more…] about What is COMMAND.COM?
What is cluster?
A cluster is the smallest single unit of the space on a disk (a hard disk or a floppy or even an optical disc) that your computer’s operating system keeps track of separately. The operating system keeps systematic records of which clusters are occupied by each file stored on the disk (in DOS, this is called the file allocation table, or FAT). Clusters usually consist of more than one sector, a sector being the smallest unit of disk space that the computer can read data from or write data on. There are too many sectors on a hard disk to keep track of them all individually, so the operating system deals with them in groups called clusters instead. [Read more…] about What is cluster?
What is Clock Speed or Clock Rate?
Clock speed refers to how fast the system clock drives the computer’s CPU (central processing unit, the chip that runs the computer) which determines how fast the system as a whole can process information internally. Clock speed is measured in megahertz; a speed of one megahertz (l MHZ) means the system clock is sending out its electric current one million times per second. The higher the clock speed of a computer, the faster the computer can operate, assuming all other factors are equal. However, clock speed isn’t the only factor that determines your computer’s overall performance, or even how fast the microprocessor (another term for the cpu) gets things done. Two different microprocessors may run at the same clock speed, and still take different amounts of time to finish a given job. [Read more…] about What is Clock Speed or Clock Rate?
What is cipher text?
Cipher text is information that has been changed into secret code for security reasons. A scheme for encoding messages to prevent them being read by unauthorized persons. It may have been enciphered,encrypted,or encoded, but it all means the same thing: it doesn’t look like English so no one can use the information unless they have the password to decode it. [Read more…] about What is cipher text?
What is CD-ROM?
CD-ROM (pronounced “see-dee rom”) stands for compact disk, read only memory. A NON-VOLATILE OPTICAL DISK STORAGE medium based on the same physical disk format as the audio Compact Disc (CD), developed by Philips and Sony. A CD-ROM actually looks just like the CDs we play music with. To use one with your computer, you need a CD-ROM player, also called a CD-ROM reader. A CD-ROM can hold up to about 600 megabytes of information, which is the equivalent of about 700 regular floppy disks. There are CD-ROMs that hold the entire works of Shakespeare, complete dictionaries, histories, images of the works in the Louvre, etc. You can search the CD for the particular information you want to work with, copy it, then paste it into your own documents on your hard disk to do with what you will. You can only read from a CD-ROM, though-you can’t store information onto it. The biggest complaint about CD-ROMs is that they are relatively slow. [Read more…] about What is CD-ROM?
What is Cartridge Hard Disk?
A typical hard disk is built right into your computer or is housed in a box nearby-and you never see the actual hard disk or take it out of its container. A cartridge hard disk, though, is removable. It works kind of like a giant floppy disk in that it slips into a slot in a special kind of removable hard drive case (actually, it’s more like sliding a video tape into a VCR). [Read more…] about What is Cartridge Hard Disk?
What is Card?
A card, or printed circuit board, also known as a board, is a piece of plastic with chips attached to it. Chips are the tiny little circuits that run the computer. You buy a card and stick it inside the computer box. You can get accelerator cards (boards) that make your computer run faster, video cards that give your computer more graphic capability, and clock cards and printer cards or whole computers on a card. They range in price depending on what they do, who makes them, and so on. For instance, an accelerator card can cost $300-$1500. [Read more…] about What is Card?
What is disk cache? – Definition
Definition: A disk cache (cache memory) is a temporary holding area in the hard disk or random access memory (RAM) where the computer stores information that used repeatedly. The computer can use it to speed up the process of storing and accessing the information much more quickly from the disk cache than if the information stored in the usual place (which might be on a disk or in a part of the computer’s memory that takes longer to access). The term disk cache can also refer to a disk buffer and cache buffer. [Read more…] about What is disk cache? – Definition
What is BSD UNIX?
BSD UNIX (Berkeley System Distribution) A family of versions of the UNIX operating system developed at the University of California at Berkeley in the early 1980s. BSD Unix version 4.0 was released in 1980 for DEC’s VAX and PDP-ll computers. BSD Unix introduced many technical enhancements that have now been universally adopted, such as paged VIRTUAL MEMORY and built-in TCP/IP networking. It formed the basis for several commercial UNIX versions, including Sun’s (prior to Solaris 2) and Hewlett Packard’s ULTRIX.
What is Bootstrap and Bootstrap Loader?
Bootstrap: To start a computer by loading its OPERATING SYSTEM from disk storage into memory. The name alludes to the seeming absurdity of trying to lift oneself off the floor by pulling on one’s own bootstraps – since it is the operating system that enables a computer to read disks, then loading itself from disk would seem to be a similar impossibility. This paradox is resolved by the presence of a small program called the BOOTSTRAP LOADER, which resides permanently in the computer (stored in a ROM chip) and contains just sufficient code to read the rest of the operating system from disk. This process is informally called ‘booting’ or ‘booting up’ the computer. [Read more…] about What is Bootstrap and Bootstrap Loader?
What is Boot Sector Virus?
Boot Sector Virus: A computer VIRUS program that hides its code within the BOOT SECTOR of a FLOPPY DISK, so that the virus code is executed before the operating system itself has loaded, making countermeasures difficult to apply. Once loaded into memory, such a virus infects the boot sectors of any other floppy disk that is placed in the drive, hence ensuring its spread. [Read more…] about What is Boot Sector Virus?