CPU stands for
What is Central Processing Unit?
This programming language is...
System.out.println("Hello, World!");
What is Java?
This company developed the first microprocessor
What is Intel?
This framework is used for mobile app development and supports both Android and iOS. It is commonly run on Android Studio.
What is Flutter?
The acronym VPN stands for...
What is Virtual Private Network?
Windows, MacOS, Linux are types of...
What is an Operating System?
This programming language uses '#' for comments
What is Python?
The world wide web was invented in... (+/- 5 years)
What is 1989 +/- 5?
Google's web development framework for building mobile and desktop web applications
What is Angular?
A type of social engineering attack often used to steal user data by tricking the victim into providing sensitive information
What is phishing?
The more secure version of a website. This acronym appears first in the website URL, just before ://
What is HTTPS?
This programming language is known for its coffee cup logo
What is Java?
Google is known for creating this famous operating system...
What is Android?
Google's machine learning library
What is TensorFlow?
A network security device that monitors and filters incoming and outgoing network traffic based on an organisation's previously established security policies
What is a firewall?
The term used to refer to the time it takes for a data packet to travel from its source to its destination across a network. It is typically measured in milliseconds (ms).
What is Latency?
This language is primarily used for iOS development
What is Swift?
The SMTP protocol is used for...
What is sending emails?
The name of Google's cloud computing platform
What is Google Cloud Platform?
The process of converting information or data into an unintelligible code to prevent unauthorized access through the use of private and public keys
What is Asymmetric Encryption?
The core component of an operating system, responsible for managing the system's resources and facilitating communication between hardware and software.
What is Kernel?
The following programming language is...
cout << "Hello, World!" << endl;
What is C++?
This programming language is predominantly used for AI
What is Python?
The name of Google's video-sharing platform
What is YouTube?
Exploits vulnerabilities in input validation to execute arbitrary SQL commands on a database. It can be prevented by using parameterised SQL queries or prepared SQL statements