Thousands of extracted MCQs, lesson mapped and connected to the original question-and-answer PDF series.
Original PDFs remain the authority
4,864Extracted questions
582Quiz sets
4,737Lesson mapped
1—583Quiz range
Practice set4,864 matches · Page 28/487
Question 271Quiz 556
Programming and algorithms
Select the correct ASCII code for the word ‘Calculate’ from the following answers. ‘Calculate’ ASCII
L03 · Data representation and number systems
Question 272Quiz 556
Programming and algorithms
The Puzzle of the Glitching Portal / Glitching In the popular online game "Eldoria," players are trying to activate an ancient portal that leads to a hidden level. However, the portal is glitching and only activates under specific conditions. According to in-game lore, the portal's activation is controlled by three mystical runes: the Rune of Power (P), the Rune of Wisdom (W), and the Rune of Balance (B). "Eldoria" P) WB The portal activates (output Q =
L09 · Programming and algorithms with Python
Question 273Quiz 556
Other
What is the purpose of a device driver? (device driver)
L02 · Evolution of computing and computer hardware
Question 274Quiz 556
Database systems
Consider the relations below. Employee(Empid,EmpName,Address,Salary,DepID) Which answer correctly represents the SQL command to increase the salary of all employees whose DepID = "D101" by 5000? DepID = "D101" 5000 SQL ?
L08 · Database management
Question 275Quiz 556
Other
Which of the following best describes the top-down design approach in problem-solving? top-down ?
L07 · System analysis and design
Question 276Quiz 556
Software engineering
Which type of testing focuses on verifying the interactions between units or components of the software? ?
L07 · System analysis and design
Question 277Quiz 556
Programming and algorithms
What will be the output of the following PHP code snippet? PHP ? $arr = array("a", "b", "c"); foreach ($arr as $key => $value) { echo $key . " => " . $value . ", "; }
L09 · Programming and algorithms with Python
Question 278Quiz 556
Web development
Which of the following attributes of the <input> element is used to specify the type of input control in an HTML form? HTML <input> ?
L10 · Web development
Question 279Quiz 556
Database systems
Which of the following is an example of a "One-to-Many" relationship in a database? "" ?
L08 · Database management
Question 280Quiz 556
Networking
What is the maximum number of IP addresses that can be assigned to hosts on a subnet with a subnet mask of 255.255.255.224? 255.255.255.224 IP ?