Glossary of computer terms

Lost in the abundance of IT acronyms and concepts? π€― This glossary is intended to help you!
β
Discover all the components of the most frequently encountered computer equipment.
β
If there are any IT-related terms or acronyms you don't understand that are missing from the glossary, contact us!
β
IP address
An IP (Internet Protocol) address is a series of numbers that uniquely identify a device connected to a network, such as the Internet. It's a bit like a digital postal address: it enables data to be sent and received at the right destination. There are two types: IPv4 (the most common) and IPv6 (more recent, to cope with the saturation of available addresses). Every time you surf the web, your IP address lets servers know where to send the requested information.
β
ADSL
ADSL stands for "Asymmetric Digital Subscriber Line". It's a technology for transmitting high-speed digital data over conventional copper telephone lines. The asymmetry comes from the fact that the downstream rate (downloading) is faster than the upstream rate (sending data). Although gradually being replaced by fiber optics, ADSL is still used in many areas not covered by more modern infrastructures.
β
β
Azerty - Qwerty
The letter sequences "Azerty" and "Qwerty" correspond to the first keys of the two most common types of keyboards.
The Azerty keyboard is mainly used in France and Belgium, while the Qwerty keyboard is used in the rest of the world. Why this difference? Historically, the Qwerty keyboard was designed to slow down the typing speed on mechanical typewriters, in order to avoid frequent keystrokes. The Azerty keyboard, on the other hand, was designed to accommodate the additional French characters used in the French language. Most of the keyboards imported in France are therefore Azerty, but it can happen that this is not the case.
β
Bug
A bug is an error or malfunction in a computer program. It can result in unexpected behavior, application crashes or erroneous results. Bugs can be caused by a coding error, poor software interaction or hardware problems. Developers often spend a lot of time "debugging" their software to ensure a smooth user experience.
β
Graphics card
A graphics card is a physical computer component that is responsible for processing and displaying images on a computer. The graphics card is connected to the processor and, depending on its performance, it can speed up the rendering of complex images. Therefore, it improves the computer's graphics performance. A high-performance graphics card is therefore necessary for people who run graphics-intensive applications (video games, 3D modeling, graphic design, etc.).
β
Source code
Source code is a set of instructions written in a programming language that developers can understand. It is the basis of a software program or website. It is then transformed (or compiled) into machine language for execution by the computer. Modifying the source code adds functionality or fixes bugs.
β
Connectivity
In computing, connectors are the term used to describe all the connectors, cables and other devices used to connect electronic devices to each other and to a computer or other system. These connectors are used to transmit data, audio and video, power, etc. Some common examples of connectors: USB, HDMI, Ethernet, VGA, etc. Important to follow, on a practical level: each connector has its own specific tip!
β
Cloud computing
Cloud computing refers to access to IT services (servers, storage, databases, software, etc.) via the Internet, rather than on a local computer or physical server in the company. This technology offers greater flexibility, better accessibility and lower hardware costs. Cloud storage", for example, means that your files are hosted on remote servers that can be accessed at any time.
β
DNS
The Domain Name System (DNS) is often compared to a telephone directory for the Internet. It translates readable domain names (such as rzilient.club) into the numerical IP addresses that computers use to locate each other. Without DNS, you'd have to type in a string of numbers to access each website, which would make the Internet a lot less convenient to use!
β
Ethernet
Ethernet is a local area network communication protocol (see definition of a LAN) used to connect computers and other devices together. The purpose? To allow data and information to be shared between these devices. It was developed in the 1980s and has become one of the most commonly used protocols for local area networks.
β
HDMI
Meaning of the acronym in English: High Definition Multimedia Interface.
β
HDMI is a connector (see definition of connector) to link "High Definition" devices together. It is the replacement of the SCART socket. HDMI is used for TVs, projectors, Blu-ray players, etc. Using a single cable, video and audio data are transmitted in high digital quality.
β
IAM (Identity and Access Management)
IAM, or Identity and Access Management, is a set of processes and technologies for securely managing who can access what in an IT system. In concrete terms, this means that each user has a digital identity (account, password, role) and that rules are put in place to control their access rights to company resources (files, applications, networks, etc.). IAM is essential for reinforcing cybersecurity, limiting the risks of intrusion and ensuring compliance with regulations such as the RGPD.
β
LAN
Meaning of the acronym in English: Local Area Network.
β
This term refers to a local computer network, i.e. a set of computers and peripherals connected to each other by physical links (such as cables). These computers and peripherals communicate with each other via common protocols, such as the Ethernet protocol, for example. This LAN is a physical location (such as an office building or a house). LANs are most often found in companies that have a large number of computers, but they can also be found at home in a personal context (here is a common example: two computers and a printer connected to each other, thus constituting a LAN, as long as they are linked together by physical cables and thus exchange data).
β
Programming language
A programming language is a tool used by developers to write software, websites or applications. There are many different languages, each with its own specific features: Python, JavaScript, Java, C++, etc. Some are geared towards the web, others towards artificial intelligence, embedded systems or mobile applications. Some are geared towards the web, others towards artificial intelligence, embedded systems or mobile applications.
β
Processor
The processor is the brain of a computer. It is also called the CPU (Central Processing Unit) and is the main component of the computer, performing calculations and data processing tasks. The CPU is responsible for executing the instructions contained in the programs and applications you use on your computer! The faster and more technologically advanced a process is, the more data it can process in a short time.
β
Electronic chip
A computer chip is a tiny component that contains integrated circuits, often called silicon integrated circuits (ICs). These circuits perform specific electronic tasks. Chips are used in a wide range of electronic products, from computers and smartphones to cars and home appliances, etc.
β
RAM
Meaning of the acronym in English: Random Access Memory.
β
RAM is random access memory. More precisely, it's a type of memory used in computers to temporarily store data while a program is running. Its purpose is to enable rapid access to and modification of this data, in real time. The more RAM a computer has, the greater the number of applications that can be run simultaneously.
β
Resolution
To be precise, the resolution of a screen refers to the number of horizontal and vertical pixels that make up the image displayed on the screen. In practical terms, this means that the higher the resolution - so the more pixels you have - the sharper and more precise the image will be.
β
Digital Corporate Responsibility (RNE)
Corporate Digital Responsibility (CDR) refers to all the practices put in place by an organization to reduce the environmental, social and ethical impact of its use of digital technology. This may involve choosing sustainable hardware, optimizing energy consumption, managing electronic waste responsibly, or raising employee awareness of good digital practices. By integrating CSR into their strategy, companies are actively participating in a digital transition that is more respectful of the environment and individuals.
β
Optical mouse
An optical mouse uses a light source and an optical sensor to detect the movement of the mouse on a surface. This electronic mechanism replaces the traditional wheel system.
β
SSD
Meaning of the acronym in English: Solid-State Drive.
β
An SSD is a computer hardware that replaces traditional hard drives.
It offers faster read and write performance than hard disks (boot time and application load time are much better). SSDs are more reliable because their technology is less sensitive to shock and vibration, making them more suitable for laptops and embedded systems.
β
Operating system
An operating system (OS) is the central software that manages a computer's computing resources. The best-known OSes are Windows, Linux, macOS and Android. Without them, a computer would be unusable! The OS is the link between the user (you) and the incredible services a computer can provide (think of all the software and applications running on your computer or smartphone). The operating system coordinates resources such as memory, peripherals and applications, and is responsible for managing task execution. Finally, it also provides the user interface that enables you to operate a computer with ease (pages, icons, etc.).
β
USB
Meaning of the acronym in English: Universal Serial Bus.
β
The term USB is, wrongly, mainly associated with the USB flash drive which, of course, contains a USB plug, but whose main role is to store data. However, USB is in fact a type of connector allowing the connection between different computer equipment for the transmission of data. The particularity of USB is that it was designed to replace the many different types of connectors and cables used before, to connect external devices. Its widespread use has made connecting and disconnecting these devices easier and more convenient. USB uses a standard connector, which plugs into a USB port on the computer, allowing multiple devices to be connected using a single port. New versions of USB are frequently released to make connections faster and faster (type A, type B, type C, etc.).
β
VGA
Meaning of the acronym in English: Video Graphics Array.
β
VGA and HDMI are the two most widely used video connectivity standards.
The main difference between the two is the following: the VGA cable is an analog cable (video data is transmitted via the 3 light beams: red, green, blue) while the HDMI is a digital cable that transmits digital data (binary code).
β
Wifi
Meaning of the acronym in English: Contraction of "Wireless" and "Fidelity" (WI-FI).
β
Wi-Fi is a technology that allows networking of computer equipment (printer, PC, speakers, etc.) but without the need for cables or physical connection hardware. It uses high frequency radio waves to transmit digital data between devices. The term Wifi is commonly used to refer only to Internet access, but this is in fact a shortcut. Indeed, accessing the Internet via Wi-Fi is not the only role of Wi-Fi technology, which can also be used to establish a connection between a PC (or a Mac!) and a printer, for example. When you connect to a Wi-Fi network, you can access the Internet or share files and printers with other devices connected to the same network.
β
Want to simplify the management of your computer equipment?Β
β
Mathieu MarΓ©chal