Definitions of Technical Terms
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…