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 6/487
Question 51Quiz 578
Database systems

In a File Allocation Table (FAT) system, what does the FAT table primarily store? FATFAT ?

L08 · Database management

Question 52Quiz 578
Programming and algorithms

Why is spooling used in managing input and output devices? spooling ?

L05 · Computer operating systems

Question 53Quiz 578
Programming and algorithms

Consider the following Python code / : def mystery(n): if n == 0: return 0 elif n % 2 == 0: return mystery(n // 2) else: return 1 + mystery(n // 2) print(mystery(19)) What will be the output of the program / ?

L09 · Programming and algorithms with Python

Question 54Quiz 578
Software engineering

Why is extensive customization of COTS software often discouraged in large-scale enterprise projects? COTS ?

L07 · System analysis and design

Question 55Quiz 578
Database systems

Which attribute sets the initial value of an input element? ?

L08 · Database management

Question 56Quiz 578
Other

Which of the following factors is most important for optimizing a webpage for search engines? ?

L07 · System analysis and design

Question 57Quiz 578
Networking

What does the tracert command do in a networking context? tracert ?

L06 · Data communication and computer networking

Question 58Quiz 578
Other

The transmission data rate is decided by,

L06 · Data communication and computer networking

Question 59Quiz 578
Business and digital society

What is one of the most significant advantages of e-commerce for businesses? ?

L12 · ICT in business and e-commerce

Question 60Quiz 578
Signals, electronics and IoT

Which of the following is a major security concern in IoT implementations? IoT ?

L11 · Internet of Things