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 16/487
Question 151Quiz 568
Database systems
Which of the following statements about the File Allocation Table (FAT) is correct? (FAT) ?
L08 · Database management
Question 152Quiz 568
Database systems
Consider the following table representing Employees. Employees EmployeeID Name Department Salary 1001 Alice IT 4500 1002 Bob HR 3500 1003 Charlie IT 5500 Which SQL command will retrieve the average salary of employees in the IT department? SQL ? A. SELECT AVG(Salary) FROM Employees WHERE Department != 'IT'; B. SELECT AVG(Salary) FROM Department WHERE Employee = 'IT'; C. SELECT SUM(Salary) FROM Employees WHERE Department = 'IT'; D. SELECT AVG(Salary) FROM Employees WHERE Department = 'IT';
L08 · Database management
Question 153Quiz 568
Programming and algorithms
What will be the output of the following code? ? data = ["5.0", "10", "twenty", "15"] total = 0 for item in data: total += int(float(item)) print(total)
L09 · Programming and algorithms with Python
Question 154Quiz 568
Programming and algorithms
Which of the following is a functional requirement for an online banking system? ?
L09 · Programming and algorithms with Python
Question 155Quiz 568
Programming and algorithms
Which of the following is not a valid PHP variable scope? PHP (scope)?
L09 · Programming and algorithms with Python
Question 156Quiz 568
Web development
Select the HTML code that correctly creates a hyperlink from a page to another page. HTML
L10 · Web development
Question 157Quiz 568
Database systems
Which database model stores data in a single table without any relationships between records? ?
L08 · Database management
Question 158Quiz 568
Other
What is the main difference between Pure ALOHA and Slotted ALOHA? Pure ALOHA Slotted ALOHA ?
Question 159Quiz 568
Business and digital society
Which of the following payment methods is typically used in E-commerce? ?
L12 · ICT in business and e-commerce
Question 160Quiz 568
Signals, electronics and IoT
In a smart home security system, which sensor is primarily used to detect unauthorized human movement inside a room? ?