Week 11¶
Credits to ChatGPT for generating the definitions. I have used the prompt Generate the defination of *your word*
to generate all the definations. To generate some explantions for the softwares, I have used the prompt Can you explain further on *the name of your software*
.
Vocabulary¶
Communication: The exchange of information.
Protocol: A set of rules and procedures for communication.
Binary: A system that uses two values, typically 0 and 1.
Synchronous: Occurring at the same time with a clock signal.
Clock Pulse: A regular signal used to synchronize operations.
Baud Rate: The rate at which data is transmitted in bits per second.
Data Packet: A unit of data transmitted over a network.
Networking: A system of interconnected devices that can share data.
Bus: A communication pathway for transferring data.
Addressing: Assigning unique identifiers to devices or locations.
Encryption: The process of securing data by converting it into a code.
Difference between Module and Board¶
Board: A board is a complete circuit with all the necessary components, like a microcontroller, power supply, and pins, ready for you to use. Examples include Arduino boards, ESP32, and Raspberry Pi.
Module: A module is a smaller piece of hardware designed to perform a specific function, like a sensor or motor driver, that can be connected to a board. Modules often include the necessary components (e.g., resistors, capacitors) to make them easier to use without needing extra setup. Examples include a DHT11 sensor module or a motor driver module.
Thank you!
The template for this website was provided by Mr. Anith Ghalley and used with his permission