Most computer operations involve manipulation of data stored in various memories. The smallest unit of computer memory is called a bit. When a bit is set its value is taken to be equal to 1 and when it is reset its value is taken to be 0. Thus, a bit can have one of the two values, i.e., 0 or 1. In electronics, memory circuits are called flip-flops. A flip-flop is the name given to a memory circuit which behaves in a manner similar to a switch. When a switch is set on, there is high voltage at its output and it remains on till it is reset ill which case the voltage at its output terminal becomes 0. Similarly, when a flip-flop is set its value is taken as 1 and when it is reset its value becomes 0. One flip-flop represents one bit of memory. The output state can be manipulated according to the input signal to the flip-flop. Since bits are extremely small units of memory, in computer programs we often deal with groups of bits. A group of 8 bits is called a byte. [Read more…] about Bits and Bytes
What are the Basic Computer Components?
Computers internal architectural design comes in different types and sizes, but the basic structure remains same of all computer systems. [Read more…] about What are the Basic Computer Components?
Impact of Computers on Society
During the last decade computers have become an integral part of our daily lives. There is hardly any activity which does not make use of computers at some stage or the other. Even when someone on a holiday wishes to call a friend using his/her cell phone, he/she is using computers indirectly as messages are handled and directed by them. Similarly, on any given day, even if we are not directly working on computers on our desks, we make use of computers many times while using a mobile or a land line phone, purchasing from a modem outlet, and other such activities. Facilities such as e-mail and web have become the life-line of our modem society as well as of the world of business. [Read more…] about Impact of Computers on Society
What is AirDrop?
“AirDrop” is a very handy feature and easy to use for wireless file transfer between Mac, even outside the context of a home network. AirDrop arrived on the iPad and iPhone with iOS 7 and on Mac with Mac OS X Lion. Indeed not need a router or even connect to an existing Wi-Fi or Bluetooth network to use “AirDrop”. There is nothing to set up, all you need is a recent Mac (“AirDrop” indeed requires a recent Mac to be activated) and communication will be made directly between Wi-Fi cards Mac (ad-hoc mode). [Read more…] about What is AirDrop?
What is Defragmentation?
To understand what de-fragmentation IS, a person must first understand how data files are saved onto magnetic storage disks. Whether on a floppy disk or a hard disk, data is stored in a certain format. Formatting consists of dividing a disk into organized sections so that data can be located by the computer. Formatting organizes disks into concentric rings called tracks. Tracks are divided into sectors (pie shaped wedges) in which files and parts of files are stored. [Read more…] about What is Defragmentation?
What is MIMD (Multiple-instruction multiple-data)?
(Multiple-instruction multiple-data) A generic description that can be applied to any MULTIPROCESSOR computer architecture in which each processor is able to execute a different program, as distinct from a SIMD architecture in which each processor executes the same program on a different data item. With MIMD architecture, the deployment of the program code onto the different processors and the interconnection TOPOLOGY of the processors become visible to the programmer, and complicate the writing of programs.
what is processor in computer? Types of Microprocessor
Processor decides the speed of the computer that it will execute the instruction fast or it will process slow. When a user thinks about to purchase a system the first question is in mind is processor. The first commercial microprocessor was the Intel 4004 launched in 1971, which was designed to be used in a Japanese desk calculator. [Read more…] about what is processor in computer? Types of Microprocessor
What is Ferrite-Core memory?
The principle form of electronic MEMORY used in computers prior to the invention of semiconductor memory chips. It consisted of thousands of tiny rings called cores, made from a magnetic FERRITE material and each threaded onto three fine copper wires: the whole formed a two-dimensional mesh much like a knitted textile. [Read more…] about What is Ferrite-Core memory?
What is ECC Memory? – Definition
Definition: ECC Memory stands for Error-Correcting Code Memory is a type of RAM that adds error detection and correction circuitry to automatically detect and correct single-bit memory errors in any of the chip. As the name of the memory suggests, ECC memory is a kind of memory that can identify and fix the most common data error, but it used for single-bit memory errors. [Read more…] about What is ECC Memory? – Definition
What is EPROM? – Definition
Definition: EPROM (pronounced ee-prom ) stands for Erasable Programmable Read-Only Memory. EPROM is a type of ROM chip that can retain the data even if there is no power supply. The data can be erased and reprogrammed by using ultraviolet (UV) light. The UV light clears the data on the chip so that it can reprogram. For writing and erasing data on the EPROM, we need a particular device which is known as PROM programmer. The process of programming an EPROM is often called BURNING, and the box into which it is plugged to program it an EPROM burner. [Read more…] about What is EPROM? – Definition
What is DIMM (Dual In-line Memory Module)?
(Dual In-line Memory Module) A small PRINTED CIRCUIT BOARD with RAM chips mounted on both sides and a single edge connector, via which it can be plugged into a computer MOTHER BORD. DIMM differs from a SIMM in that the chips on either side have separate pins on the edge connector, permitting a wider 128-bit data path for faster access to the memory; hence they tend to be used in more expensive systems like servers.
What is VRAM (video ram)? – Definition
Definition: VRAM (pronounced “vee ram”) stands for video random access memory or video RAM. It is a particular type of memory used on some video adapters to speed up the display of images on the screen. VRAM costs more than regular RAM (DRAM, dynamic RAM), but it does make the screen snappier. VRAM is the random access memory which is used to store the image and video data which is being displayed by the computer, or you can say that it will serve as a buffer between the CPU (Central Processing Unit) and video card. [Read more…] about What is VRAM (video ram)? – Definition
What is Trackball?
A trackball is an alternative to a mouse or a stylus. It looks kind of like a mouse upside-down, and you use it by rolling the ball around with your fingers. It has one or more buttons to click, just like a mouse. [Read more…] about What is Trackball?
What is supercomputer? – Definition
Definition: A supercomputer is the fastest computer in the world that can process a significant amount of data very quickly. The computing Performance of a “supercomputer” is measured very high as compared to a general purpose computer. The computing Performance of a supercomputer is measured in FLOPS (that is floating-point operations per second) instead of MIPS. The supercomputer consists of tens of thousands of processors which can perform billions and trillions of calculations per second, or you can say that supercomputers can deliver up to nearly a hundred quadrillions of FLOPS. [Read more…] about What is supercomputer? – Definition
What is SIMM (single inline memory module)?
SIMM stands for single inline memory module. Before you try to understand what a SIMM is, you should read and understand RAM and memory. [Read more…] about What is SIMM (single inline memory module)?
What is Serial port?
A serial port is the socket (also known as an “input/output connector”) where you plug in the cables to attach to a serial device, such as a printer or modem. [Read more…] about What is Serial port?
What is Disk Sector?
A disk has two sides (a top and a bottom). Each side of the disk has tracks (concentric rings) on the surface. Each ring is divided into arc-shaped sectors, little units of storage space on the disk, usually 512 bytes on a floppy disk and up to several thousand bytes on a hard disk. Whatever the size, a sector is the smallest unit the computer can read or write at a time; it cannot deal with portions of a sector. [Read more…] about What is Disk Sector?
What is SCSI (Small Computer Systems Interface)?
SCSI (pronounced “scuzzy,” not “sexy”) stands for small computer systems interface. SCSI is a standard for interfacing, or connecting, personal computers to peripheral devices (like scanners, hard disks, or CD-ROM players) and having them send information to each other. [Read more…] about What is SCSI (Small Computer Systems Interface)?
What is Scanner?
A scanner is a device that takes a picture of an image that exists outside the computer, such as a photograph or a drawing on paper. As the scanner takes the picture, it digitizes the image (breaks it up into dots that can be recreated on the computer screen with electronic signals), and send this digital information to the computer as a file. Then you can take this file of the scanned image and use it in your work. [Read more…] about What is Scanner?
What is RS-232, RS-232-C, RS-422, RS-423, RS-449?
These spoonfuls of alphabet-number soup designate different standards for connecting serial devices (like modems, mice, and printers) to the computer by plugging their cables into serial ports. Through a serial port, the computer exchanges information with the device back and forth “serially,” or one bit at a time. [Read more…] about What is RS-232, RS-232-C, RS-422, RS-423, RS-449?
What is a RAM Disk? – Definition
Definition: RAM Disk is also known as RAM Drive. A RAM disk is not a disk at all; It is a program which takes the portion of the system memory (RAM, in the form of memory chips) and uses it as a disk drive. You can create a larger RAM disk, if your computer has more RAM. [Read more…] about What is a RAM Disk? – Definition
What is PC RAM?
Understanding RAM on a PC gets pretty complicated, especially if you’re using DOS instead of Windows. If your system is working okay already, don’t bother with this information because it’s pretty technical. But if you’re running out of memory-if certain programs won’t run or you can’t create large files-you need some background knowledge before you march down and buy more memory. You may already have enough. [Read more…] about What is PC RAM?
What is RAM (random access memory)? Definition
What is RAM (pronounced as raem), Ram full form ” random access memory ” and is volatile. First we’ll tell you what RAM memory alternatively referred to as main memory, primary memory, or system memory, Random Access Memory (RAM) in a computer system, it is also sometimes known as read-write memory or RWM, then we’ll go over how RAM works in Macintosh’s and pcs. Also, there are different kinds of RAM, including VRAM, PRAM, DRAM and SRAM . [Read more…] about What is RAM (random access memory)? Definition
What is Plotter?
A plotter is a graphics printer that literally uses ink pens to draw the images. The pens move around on the surface of the paper like something out of The Sorcerer’s Apprentice. Plotters can only draw data in vector graphics format, graphics that are made of straight lines (the curved forms are actually drawn with many tiny straight lines). There are flatbed plotters where the pen moves across the page in the x and y axes. [Read more…] about What is Plotter?
What PCL (printer command language)?
PCL, short for printer command language, consists of a large set of commands for controlling the Hewlett-Packard Laser Jet and DeskJet families of printers, and compatible printers from other manufacturers. PCL commands are used to tell the printer where to place text or graphics on the page, which font to print, whether to print bold, italic or underlined text, and so on. [Read more…] about What PCL (printer command language)?
What is Parallel port?
You have probably heard of printer ports and modem ports and perhaps ADB ports or some other kind of port. A port is a plug, or receptacle (known in other computer dictionaries as an input/output connector). Once you insert one end of a cable into a port, information can flow between your computer and whatever device is attached to the other end of the cable. [Read more…] about What is Parallel port?
What is OS/2?
OS/2 stands for operating system/2, an operating system that was developed by Microsoft C01poration and IBM, and now being improved and marketed exclusively by IBM. OS/2 runs on 286-, 386-, and 486-based IBM PCs and compatibles. OS/2 has many of the same commands as DOS, can read DOS disks, but it is more sophisticated than DOS. In particular, OS/2 is a multi-tasking, multi-threaded operating system. Multi-tasking means it can run more than one application at a time; multi-threaded means that a single program can perform multiple separate tasks at the same time. [Read more…] about What is OS/2?
What is Optical Disc?
A CD, such as the kind you play to listen to music, is an example of an optical disc. So is a “video disc” (properly called a laser disk), such as the kind you can rent at the video store that has an entire movie on it. Optical discs for your computer can hold an incredible amount of information- up to 6,000 megabytes (which is 6 gigabytes) of data. Entire encyclopaedia, Shakespeare’s works, or representations of the art in the Louvre have been recorded onto optical discs. [Read more…] about What is Optical Disc?
What is MS-DOS?
MS-DOS (pronounced “em ess doss”) stands for Microsoft disk operating system, the most widely-used operating system for IBM PC and compatible computers (an operating system is the master control software program that runs the computer itself). This means that MS-DOS is the most widely used computer operating system, period, since there are something like 80 to 100 million PCs in the world, and most of them use MS-DOS. There are at least two other versions of DOS that are compatible with MS-DOS (meaning they work the same way and run the same programs). So please see the definition for DOS for the whole story. [Read more…] about What is MS-DOS?
What is a Minicomputer? – Definition
Definition: A minicomputer is also known as mini. It is a class of small computers that was introduced into the world in the mid-1960s. A minicomputer is a computer which has all the features of a large size computer, but its size is smaller than those. A minicomputer lies between the mainframe and the microcomputer because its size is smaller than the former one and larger than the latter one. A minicomputer is also called as a mid-range computer. Minicomputers are mainly multi-users systems where more than one user can work simultaneously. Mini computer examples: IBM’s AS/400e, Honeywell200, TI-990. [Read more…] about What is a Minicomputer? – Definition