This fundamental concept in programming refers to a named storage location in memory.
What is a variable?
This linear data structure follows the Last-In-First-Out (LIFO) principle.
What is a stack?
This protocol is used for securely transferring files between a client and server over a network.
What is FTP (File Transfer Protocol) or SFTP (Secure File Transfer Protocol)
This Filipino basketball player, known as "The Kraken," plays center for the San Miguel Beermen.
Who is June Mar Fajardo?
This sorting algorithm has an average time complexity of O(n log n) and uses a divide-and-conquer approach.
What is quicksort?
This tree-based data structure satisfies the heap property and is commonly used to implement priority queues.
What is a heap?
This cloud computing service model provides virtualized computing resources over the internet.
What is Infrastructure as a Service (IaaS)?
This Filipino boxer, nicknamed "Pac-Man," is the only eight-division world champion in boxing history.
Who is Manny Pacquiao?
This principle in object-oriented programming allows a class to inherit properties and methods from another class.
What is inheritance?
This data structure uses a hash function to map keys to array indices for efficient data retrieval.
What is a hash table?
This type of network topology connects all devices to a central hub or switch.
What is a star topology?
This annual collegiate athletic association in the Philippines is known for its basketball rivalry between Ateneo and La Salle.
What is the UAAP (University Athletic Association of the Philippines)?
This programming paradigm, based on the concept of "objects" containing data and code, focuses on the creation of reusable software components.
What is Object-Oriented Programming (OOP)?
This self-balancing binary search tree maintains its height to be logarithmic in the number of nodes.
What is an AVL tree?
This cybersecurity technique involves intentionally placing monitored, fake vulnerabilities in a network to detect attacks.
What is honeypot?
This Filipino athlete, nicknamed "The Phenom," is considered one of the greatest pool players of all time.
Who is Efren "Bata" Reyes?