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 10/487
Question 91Quiz 574
Operating systems and memory

A disk with a FAT32 file system has 262,144 clusters. Each cluster is 16 KB. How much data can this disk hold? FAT32 clusters 262,144 cluster 16 KB ?

L05 · Computer operating systems

Question 92Quiz 574
Database systems

What is the purpose of the INNER JOIN clause in SQL? SQL INNER JOIN ?

L08 · Database management

Question 93Quiz 574
Programming and algorithms

What will be the output of the following code? / x = 3 y = 10 if x < 5: if y > 5: if x + y > 15: print("Case 1") else: print("Case 2") else: print("Case 3") else: print("Case 4")

L09 · Programming and algorithms with Python

Question 94Quiz 574
Other

Which type of system is best characterized by its ability to self-regulate and maintain stability?

L09 · Programming and algorithms with Python

Question 95Quiz 574
Programming and algorithms

What is the output of the following PHP code? PHP ? <?php function example($x = 1, $y = 3) { return $x + $y / 2; } echo example(5); ?>

L09 · Programming and algorithms with Python

Question 96Quiz 574
Web development

Which of the following is the correct syntax to include an external CSS file in an HTML document? HTML CSS ?

L10 · Web development

Question 97Quiz 574
Database systems

Select the correct mapping of the Lecturer table considering the ER diagram given below. ER Lecturer

L08 · Database management

Question 98Quiz 574
Networking

When considering the IP address 192.168.57.70/22, what is the network address of this network? 192.168.57.70/22 IP

L06 · Data communication and computer networking

Question 99Quiz 574
Web development

A company sells its products only through a website. Later, it opens a shop in town to attract more customers. What type of business model does the company have now? ?

L10 · Web development

Question 100Quiz 574
Software engineering

In the context of software agents, what is the primary function of an 'interface agent'? '' ?

L02 · Evolution of computing and computer hardware