The most commonly used programming language for web development
What is JavaScript?
This stands for HyperText Markup Language
What is HTML?
The data structure that uses Last-in-First-out (LIFO) approach
What is a Stack?
The term for finding and fixing errors in a programs code
What is Debugging?
A type of malicious software designed to infect a computer and requires human action, like clicking on a malicious link
What is a virus?
This programming language is renowned for its use in scientific computing and data analysis.
What is Python?
This CSS property is used to change the text color of an element
What is "color"?
The term for a sorting algorithm with a time complexity of O (n log n)
What is merge sort?
This software development principle encourages breaking down a complex problem into smaller parts
What is divide and conquer?
The practice of disguising information to make it look like something else to hide its true content
What is encryption?
It is often employed for developing mobile apps for iOS devices.
What is Swift?
The primary purpose of Javascript in web development
What is adding interactivity to websites?
The data structure that allows insertion and deletion at both ends
What is a doubly linked list?
This version control system is widely used for tracking changes in software development
What is Git?
This type of cyberattack involves inundating a system or network with traffic in an attempt to make it unavailable to users
What is a DDoS (Distributed Denial of Service ) attack?
The foundation language for developing Android apps, often used alongside Java.
What is Kotlin?
HTTP, in the context of web development, stands for
What is HyperText Transfer Protocol?
This algorithm finds the shortest path in a weighted graph
What is Dijkstra's algorithm?
The practice of automating software deployment and infrastructure management
What is DevOps?
A person or entity that attempts to find and exploit vulnerabilities in a computer system or network
What is a hacker?
This language is used for managing and querying relational databases, allowing you to interact with data through commands like SELECT and INSERT.
What is SQL?
This popular JavaScript library for building user interfaces was developed by Facebook and is known for building single-page applications (SPAs)
What is React?
This data structure follows the First-in-First-out (FIFO) principle and is often used for task scheduling and data buffering
What is a Queue
This software development methodology emphasizes iterative and incremental development
What is Agile?
This cybersecurity framework is a set of best practices and guidelines for managing and improving an organization's information security
What is NIST (National Institute of Standards and Technology) Cybersecurity Framework?