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 13/487
Question 121Quiz 571
Other

Which feature of Indexed Allocation is shared with Linked Allocation? ?

L09 · Programming and algorithms with Python

Question 122Quiz 571
Database systems

What is the main purpose of the ALTER TABLE command in SQL? SQL ALTER TABLE ?

L08 · Database management

Question 123Quiz 571
Programming and algorithms

What will be the output of the following Python code? ? str1 = "abcdefg" str2 = "gfedcba" result = "" for i in range(len(str1)): if str1[i] in str2: result += str1[i].upper() else: result += str1[i].lower() print(result)

L09 · Programming and algorithms with Python

Question 124Quiz 571
Other

Which of the following statements best describes the classification of systems? ?

L09 · Programming and algorithms with Python

Question 125Quiz 571
Web development

Which of the following is true about embedding PHP code in an HTML page? HTML PHP ?

L10 · Web development

Question 126Quiz 571
Web development

Which of the following is the correct CSS syntax for selecting an element with the id "header"? id "header" CSS ?

L10 · Web development

Question 127Quiz 571
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 128Quiz 571
Other

What is a defining feature of the keys used in Asymmetric Key Encryption? ?

Question 129Quiz 571
Business and digital society

What is the E-businesses type that is only in online sales? ?

L12 · ICT in business and e-commerce

Question 130Quiz 571
Business and digital society

In the context of e-commerce, what does SEO stand for, and why is it important? SEO ?

L12 · ICT in business and e-commerce