How to Remove a Stripped Screw from Laptop Motherboard

A classic and recurring problem that most people encounter is a screw with a striped or damaged screw head attached to a laptop motherboard! We all have found ourselves here,…

Comments Off on How to Remove a Stripped Screw from Laptop Motherboard

ActiveX

What are ActiveX and ActiveX Control? ActiveX is a series of OOP (Object Oriented Programming) technologies developed by Microsoft. It enables software applications to share functions and information. An ActiveX…

Comments Off on ActiveX

TCP IP

What is TCP IP? TCP/IP (Transmission Control Protocol / Internet Protocol) is a set of network protocols that computers use to communicate over both the Internet and private IP networks.…

Comments Off on TCP IP

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