Program
What is the smallest unit of data in a computer, represented by a binary digit of 0 and 1.
Bits
What is a step-by-step procedure or set of rules used to solve a problem or perform a task?
Algorithm
What is any physical device capable of performing computations, such as a computer, smartphone, or tablet?
Computing device
What is the gap between those who have access to modern information and communication technology and those who do not.
Digital divide
Syntax Error
Byte
What is a value representing true or false, often used in logical expressions and conditions?
What is a global network of interconnected computer networks that communicate using standardized protocols?
Internet
What is outsourcing tasks, ideas, or information to a large group of people or community, typically using the Internet and social media platforms?
Crowdsourcing
What is the process of finding and fixing errors or bugs in a program to make it work correctly?
Debug
What are storage locations in a program that hold data which can change during program execution?
Variables
What are operators used to combine or modify boolean values, such as AND, OR, and NOT.
Logical Operators
What is a set of rules or standards defining how data is transmitted and received over a network?
Protocol
What is software or projects with source code that is publicly accessible and can be freely used, modified, and distributed by anyone?
Open source
What are notes or annotations added to code by developers to explain its purpose, functionality, or implementation details?
Comments
What is simplifying complex data or concepts by focusing on important details?
Abstraction
What is a type of procedure that returns a value and can be used as part of an expression?
Function
What is an information system consisting of interlinked hypertext documents accessible via the internet?
World Wide Web
What is the process of converting data into a secure form using algorithms to prevent unauthorized access or interception?
Encryption
What is a mistake in the logic or reasoning of a program, causing it to produce incorrect results or behave unexpectedly?
Logic Error
What is reducing the size of data to save storage space or transmission time?
What is a variable or value passed to a procedure or function as input?
Parameter
What is Hypertext Transfer Protocol, a protocol used for transmitting web pages and other data over the Internet?
HTTP
What is the encryption method that uses a pair of keys, a public key for encryption and a private key for decryption, ensuring secure communication?
Public key encrytion