Software Picks
desktop education business games internet multimedia development utilities
Behind Asterisks XP
This nifty software allows users to decrypt passwords hidden under asterisks "*" characters. It works on any platform and gets passwords even on web pages. More info...

Terms by letter:  # a b c d e f g h i j k l m n o p q r s t u v w x y z 


  Term explainations brought by www.computerdictionary.info

TermDescription
B-CHANNELBearer Channel
B/FBackground/Foreground
B2BBusiness-To-Business
B2CBusiness To Consumer
B2EBusiness To Employees
B2XBinary To Hexadecimal [REXX]
BABell Atlantic (company)
Backbone A networkthat connects other networks. For instance, there is a campus backbone at the Uof C that connects the networks of different departments and buildings together.
Background 1) The area behind andoutside the active window, including the desktopand any other application windows or icons. 2) Applicationscan run in the "background". These applications are still running but they arenot those in the active window and run without user intervention.
Backup Creating extra copies of files in case the originalcopies are damaged or destroyed. It has been said that you should have at leastthree copies of important files- one on your hard disk, one on a floppy, andanother on any media stored off-site in a fire-proof safe. That may be a littleparanoid but consider what would happen if you lost particular files. Let thatdictate how many backups you have and how carefully they are stored and updated.
BACPBandwidth Allocation Control Protocol
BAKBinary Adaptation Kit [Microsoft]
BALBasic Assembly Language
BALUNBalanced Unbalanced (device)
BAMBoyan Action Module
BAPIBusiness Application Programming Interface [SAP]
BARTSBell Atlantic Regional Timesharing
BASHBourne Again Shell [Unix]
BASICBeginner's All-purpose Symbolic Instruction Code
BASMBuilt-In Assembler
BATBlock Address Translation
Batch file/program An ASCII text file which contains a listof DOScommands and program names. When the batch file is run, the commands andprograms are run in sequence just as if you had typed them at the MS-DOS prompt.Batch files are distinguished by their ".BAT" suffix.
baudA measure of communications speed, used typically for modems indicating how many bits per second can be transmitted.
Baud Rate Speed at which information is transferred.Generally referred to as bpsnow.
BBSBulletin Board System
BCCBlock Check Character
BCDBinary Coded Decimal
BCLBase Class Libraries + Batch Command Language
BCNBeacon
BCNFBoyce-Codd Normal Form
bcodeIdentical in intent to uucode, bcode is slightly more efficient and more portable across different computer types. It is the preferred method used by MIME.
BCPBest Current Practice + Bulk Copy Program
BCPLBasic Computer Programming Language
BCRByte Count Register
BCSBar Code Sorter
BDABios Data Area
BDCBackup Domain Controller
BDEBorland Database Engine [Borland]
BDLSBidirectional Loop Switching
BDMBackground Debug Mode
BDOSBasic Disk Operating System
BDRBus Device Request
BDSL(See DSL)
BEBelow or Equal
BECNBackward Explicit Congestion Notification
BEDOBurst Extended Data Out
BEEPBlocks Extensible Exchange Protocol
BELBell
BELLCOREBell Communications Research
Benchmark Test of performance of a computer or peripheraldevice. While benchmarks can offer seemingly objective tests of performance, thebest test is to use the computer or peripheral with the applications and filesyou will actually be using.
BeOSA lightweight OS available for both PowerPC and x86 based machines. It is often referred to simply as "Be".
BERBasic Encoding Rules + Bit Error Rate
BERTBit Error Rate Test/Tester
Beta A conventional designation of pre-release software.A beta version of software is usually in secondary testing (alpha versions areearlier releases), and is sometimes publically available, but sometimes onlyavailable to particular users (beta testers). Beta software is usually somewhatunstable, and may have more bugs than a regular release.
BFBad Flag
BFFBinary File Format [IBM]
BFTBinary File Transfer
BFTPBatch FTP
BGABall Grid Array
BGCOLORBackground Color [HTML]
BGEBranch if Greater or Equal
BGPBorder Gateway Protocol
BGTBranch if Greater Than
BHIBranch if Higher
BHISBranch if Higher or Same
BIBinary Input
BiDiBi-Directional
BIFETBipolar Field Effect Transistor
BIFFBinary Interchange File Format
BIMBeginning of Information Marker
BINACBinary Automatic Computer
binaryThere are two meanings for binary in common computer usage. The first is the name of the number system in which there are only zeros and ones. This is important to computers because all computer data is ultimately a series of zeros and ones, and thus can be represented by binary numbers. The second is an offshoot of the first; data that is not meant to be intepreted through a common character set (like ASCII) is typically referred to as binary data. Pure binary data is typically eight bit data, and transferring a binary file through ASCII channels without prior modification will result in corruption and loss of data. Binary data can be turned into ASCII data via uucoding or bcoding.
Binary file A filecontaining information that is in machine-readable form; it can be read only byan application."Binary_file" usually refers to a file that uses all 8 bitsof each bytefor information. Textfiles usually use only 7 bits, leaving the 8th bit as 0.
Binary transfer Method of transferring files to or from aremote computer in which all eight bitsof each byteare transferred. In a texttransfer, the eighth bit is ignored.
BINDBerkeley Internet Name Domain
BINHEXBinary Hexadecimal
BIOSBasic Input/Output System
BISBusiness Information System
BISDNBroadband Integrated Services Digital Network
BISTBuilt-In Self-Test
BiSYNC(See BSYNC)
BITBinary Digit
Bitmap An image stored as a pattern of dots (or pixels).
BITNETBecause It's Time Network
BITNICBitnet Network Information Center
BIUBus Interface Unit
BIWBusiness Intelligence Warehouse [SAP]
BIXByte Information Exchange (BBS)
BKSPBackspace
BLBacklit + Bit Line
BLASTBell Labs Layered Space Time + Blocked Asynchronous Transmission (protocol) [Communications Research Group]
BLEBranch if Less or Equal
BLERBlock Error
BLKBlock
BLMCBuried Logic Macrocell
BLOBBinary Large Object
BLOGWeb Log
BLOSBranch if Lower Or Same
BMIBranch if Minus
BMICBusMaster Interface Controller [Intel]
BMPBasic Mapping Support + Basic Multilingual Plane + Batch Message Processing Program
BNCBayonet Neill-Concelman (connector used with coaxial cable invented by Mr. Neill-Concelman) + British Naval Connector
BNEBranch if Not Equal
BNFBackus-Naur Form (also Backus-Normal Form) [developed by John Backus and Peter Naur]
BNSBackbone Network Service
BOBinary Output
BOABasic Object Adapter
BOBBreak-out Box
BOCBasic Operator Console
BOFBeginning Of File
BOMBasic Online Memory [IBM] + Beginning Of Message
BONDBandwidth On Demand
booleanBoolean algebra is the mathematics of base two numbers. Since base two numbers have only two values, zero and one, there is a good analogy between base two numbers and the logical values "true" & "false". In common usage, booleans are therefore considered to be simple logical values like true & false and the operations that relate them, most typically "and", "or" and "not". Since everyone has a basic understanding of the concepts of true & false and basic conjunctions, everyone also has a basic understanding of boolean concepts -- they just may not realize it.
Boolean logic Rules and concepts for comparing dataconditions including LESS THAN, GREATER THAN, EQUAL TO, AND, OR, or NOT. Usedoften to specify the conditions of a search on a large set of data.
Boot The loading of the operatingsystem and starting of initial processes into a computer. From the saying,"pulling_oneself_up_by one's_bootstraps."
BOOTPBootstrap Protocol [Internet]
BOPSBillion Operations Per Second
BORPQUBorland Pro Quattro
BORQUBorland Quattro
BOSBasic Operating System
BOTBeginning Of Table + Beginning of Tape + Robot
BPBase Pointer
BPBBIOS Parameter Block
BPDUBridge Protocol Data Unit Berkeley Packet Filter
BPIBits Per Inch
BPLBranch if Plus
BPPBits Per Pixel
BPRBroadband Provisioning Registrar [Cisco] Business Process Re-engineering [Linux]
BPSBits Per Second + Bytes Per Second
BPSKBinary Phase Shift Keying
BRBad Register
BRGCBinary Reflected Gray Code
BRIBasic Rate Interface + Brain Response Interface
Bridges filters traffic within a single network.They operate like a traffic cop to direct messages toward a destination and toexclude messages that are intended for other destinations. Like repeaters,they can join network segments. Unlike repeaters, they can extend the network byresending the signal. You may find you need a bridge as traffic on your networkincreases.
Browse In Windows.To look through files and directories. Some dialogboxes have a Browse button, which opens another dialog box that lists filesand directories so that you can easily select the file you want.
browserA browser is a program used to browse the web. Some common browsers include Netscape, MSIE (Microsoft Internet Explorer), Safari, Lynx, Mosaic, Amaya, Arena, Chimera, Opera, Cyberdog, HotJava, etc.
BSBackspace
BS-RAMBurst Static RAM
BSAMBasic Sequential Access Method
BSCBase Station Controller + Binary Synchronous Communication
BSCSBachelor of Science (Degree) in Computer Science
BSDBerkely Software/Standard Distribution
BSFBit Scan Forward
BSIBritish Standards Institute
BSMBasic Storage Module [IBM]
BSPBulk Synchronous Parallelism
BSRBit Scan Reverse
BSSBlock Started by Symbol
BSTBinary Search Tree
BSYBusy
BSYNCBinary Synchronous Communications (protocol)
BTBit Test
BTAMBasic Telecommunications Access Method [IBM]
BTBBranch Target Buffer
BTCBit Test and Complement
BTIBusiness Type Identifier
BTOABinary To ASCII
BTPBatch Transfer Program
BTRBit Test and Reset
BTSBase Transceiver Station + Bit Test and Set
BUBranch Unit
BUBLBulletin Board for Libraries [Janet]
BUFBuffer
Buffer A temporary storage place for information.
bugA bug is a mistake in the design of something, especially software. A really severe bug can cause something to crash.
Bulletin Board System(BBS) Electronic bulletin boards are computers running with softwarewhich allows callers to leave messages and access information much like anactual bulletin board. Most bbs's are accessed via modemalthough some, like the CCS bbs, can also be accessed through a network.Services that a bbs can offer are electronicmail, conferences on topics of interest, and collections of documents (textfiles, pictures, and sounds). BBS's are often good sources for software,especially sharewareand freewareutilities.
BUSBroadcast and Unknown Server
BVHBase Video Handler
BWMBlock-Write Mode
BYTEBinary Element String
bytecodeSometimes computer languages that are said to be either interpreted or compiled are in fact neither and are more accurately said to be somewhere in between. Such languages are compiled into bytecode which is then interpreted on the target system. Bytecode tends to be binary but will work on any machine with the appropriate runtime environment (or virtual machine) for it.
Main Articles Partners Software Forum Opinions News Blog
Advanced search Web best sellers Best DVD and CD rippers Chat Contact us
Featured

Newsletter:

You can get our free e-mail newsletter that highlights the latest software news and updates enter your email address and hit OK.

Site map Terms of UseDisclaimer Privacy Policy
 New programs
 Submit
 Advertise
 Contact us
 Bookmark us