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 7/487
Question 61Quiz 577
Programming and algorithms

What is a Program in execution called ? / ?

L09 · Programming and algorithms with Python

Question 62Quiz 577
Operating systems and memory

What is the primary purpose of a file system in an operating system? ?

L05 · Computer operating systems

Question 63Quiz 577
Programming and algorithms

What will be the output of the following Python function call? ? def mystery_func(n, result=1): if n == 0: return result else: return mystery_func(n-1, result * n) print(mystery_func(5))

L09 · Programming and algorithms with Python

Question 64Quiz 577
Programming and algorithms

Considering the ATM as a system, which of the following is a functional requirement? ATM ?

L09 · Programming and algorithms with Python

Question 65Quiz 577
Programming and algorithms

What is the output of the following PHP code / PHP ? <?php $num = 12; $res = 0; if ($num % 3 == 0) { if ($num % 4 == 0) { $res = $num / 2; } else { $res = $num * 2; } } else { $res = $num + 5; } echo $res; ?>

L09 · Programming and algorithms with Python

Question 66Quiz 577
Web development

Which of the following code generates a hyperlink that directs to a different section of the same web page? ?

L10 · Web development

Question 67Quiz 577
Networking

Which of the following is the protocol that is used to prevent data collision in the Ring topology? ?

L06 · Data communication and computer networking

Question 68Quiz 577
Signals, electronics and IoT

Which modulation technique varies the amplitude of the carrier signal to transmit data? ?

L06 · Data communication and computer networking

Question 69Quiz 577
Web development

Which of the following is a commonly used platform for building e-commerce websites? ?

L08 · Database management

Question 70Quiz 577
Signals, electronics and IoT

What is the primary purpose of edge computing in IoT applications? IoT edge ?

L06 · Data communication and computer networking