What is Pair Programming?
Two people working together to create a computer program. One person, called the driver, writes the code and explains the logic, while the other person, called the navigator, reviews it and gives feedback.
What is a Output?
The results of the operation of a system. Example - a computer output could be information or signals produced or delivered.
What is BLE Antenna?
An antenna used to create a personal area network that uses low energy to power Bluetooth wireless technology.
What is the Internet of Things (IoT)
The network of physical devices, vehicles, buildings, and other items that enable these objects to collect and exchange data.
What is Runtime?
The period when a program is running. Runtime begins when a program is opened (or executed) and ends when the program is closed.
What is a Sensor?
A device that responds to a physical stimulus (as heat, light, sound, pressure, magnetism, or a particular motion) and transmits a resulting impulse (as for measurement or operating a control).
What is a Servo?
An output device that controls precise position or speed.
What is Value?
A numerical amount defined in an algebraic equation.
What is a Event Handler?
A block of code that is triggered when a certain event happens.
What is a analog?
Data that ranges on a continuous scale.
What is a Actuator?
A type of motor or servo that is responsible for moving or controlling a mechanism or components.
What is Variable?
A placeholder in a device’s memory that stores a value a program is using.
What is a Data Packet?
A method of transferring data by breaking it into small chunks called packets.
What is a Digital?
Data represented as either yes/no or true/false.
What is Iterate (Iterative)?
Repeating process steps to continuously improve a work product.
What is String?
A sequence of characters (letters, numerals, symbols, and punctuation marks).
What is a Processor?
A chip that processes information and data from input and delivers information or data as an output.
What is a Accelerometer?
An instrument used to measure acceleration.
What is Boolean?
A type of data in computing that a logical expression evaluates to. The only possible values for Boolean are True and False.
What is Computation?
Any type of calculation that follows a well-defined process like an algorithm