ICT / Daily quiz archive

Question
practice.

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 12/487
Question 111Quiz 572
Operating systems and memory

Which scheduling algorithm allows each process to run for a fixed time slice before moving to the next process? ?

L05 · Computer operating systems

Question 112Quiz 572
Database systems

Which of the following SQL statements correctly renames an existing table named old_table to new_table? SQL old_table new_table ?

L08 · Database management

Question 113Quiz 572
Programming and algorithms

What will be the output of the following code? ? grades = [(1001, "Zara", 33), (1002, "Liam", 85), (1003, "Noah", 77)] i = -1 while i < len(grades) - 1: i += 1 if grades[i][2] < 50: continue print(grades[i][1], end="-")

L09 · Programming and algorithms with Python

Question 114Quiz 572
Other

An online shopping platform needs to provide a smooth user experience and load pages quickly, even during peak shopping hours. Which type of requirement does this represent? ?

L07 · System analysis and design

Question 115Quiz 572
Web development

Which of the following PHP superglobals is used to collect form data after submitting an HTML form with the POST method? POST HTML PHP superglobals ?

L10 · Web development

Question 116Quiz 572
Web development

Which CSS property is used to add space between the content and the border of an element? CSS

L10 · Web development

Question 117Quiz 572
Database systems

Which of the following statements about relational databases are correct? ? A. A foreign key in one table must reference a primary key in another table. B. A table can have multiple unique constraints apart from the primary key. C. Every candidate key can potentially become a primary key.

L08 · Database management

Question 118Quiz 572
Networking

Consider a network application that requires low latency, can tolerate some data loss, and does not require packet order enforcement. Which transport layer protocol is most suitable, and why? ?

L06 · Data communication and computer networking

Question 119Quiz 572
Business and digital society

Which of the following is an example of B2B e-commerce? B2B ?

L12 · ICT in business and e-commerce

Question 120Quiz 572
Programming and algorithms

Which of the following is an example of artificial intelligence? ? A. Genetic algorithms / B. Neural networks / C. Ubiquitous computing

L13 · New trends and future directions of ICT