TERMS Flashcards
What is Bash?
A shellprogram for the shell (GUI)
What is a Shell?
A computerprogram that presents command line interface, which allows you to control your computer entered with a keyboard.
What is LAN?
Local Area Network
A computer network that is geographically limited, for example in a home, an office or a small group building
What is WLAN?
Wireless Local Area Network
Wireless LAN is a collective term for local computer networks that use radio waves for communication.
There are several standards for wireless LAN: IEEE 802.11 is a collection of standards for WLAN, also known as Wireless Ethernet, promoted by the standardization organization IEEE.
What is a Node?
A node is a basic unit of a data structure, such as a linked list or tree data structure. Nodes contain data and also may link to other nodes. Links between nodes are often implemented by pointers.