Definitions of Technical Terms

Floating Point Number

What is a Floating Point Number? In programming, a floating point number is a number in which the position of the decimal point can be "floating" and not in a…

Comments Off on Floating Point Number

Integer

What is an Integer? Integers are both negative and positive numbers with no decimal places, they are not restricted in size. Computers and numbers go hand in hand. Programmers work…

Comments Off on Integer

Operator

What is an Operator? Operators are symbols that tell the interpreter to perform certain functions. The different types of operators are discussed below Arithmetic operators are +, -, *, /and…

Comments Off on Operator

Data Type

What is Data Type? A data type describes a set of data objects that all have the same structure and with which the same operations can be carried. It is…

Comments Off on Data Type

Character String

What is a Character String? A character string or a string in computer science is a sequence of characters from a defined character set. Characters can be repeated in a…

Comments Off on Character String

VPN

What is a VPN? A VPN (Virtual Private Network) is a tunneled connection via a foreign network to enable access to data and resources in another network. It was originally…

Comments Off on VPN

10Base2

What is 10Base2? 10BASE2, also known as Thin Ethernet, ThinWire or, Cheapernet, is the further development of the network technology 10BASE5 (Thick Ethernet). A thin, flexible coaxial cable (RG-58) with…

Comments Off on 10Base2

World Wide Web

What is the World Wide Web? WWW(World Wide Web) is a branch of the Internet. Due to the paramount importance of the World Wide Web, the term is often equated…

Comments Off on World Wide Web

VB

What is Visual Basic? Visual Basic .NET is an object-oriented programming language that is made available by Microsoft in connection with the .NET Framework. With the help of the Visual…

Comments Off on VB

Variable

What is a Variable? Variables are memory cells that are addressed via a name which is an identifier. The identifiers can be of any length, but the first character must…

Comments Off on Variable