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 11/487
Question 101Quiz 573
Programming and algorithms

What is the main function of AGP bus? AGP ?

L02 · Evolution of computing and computer hardware

Question 102Quiz 573
Database systems

What is the role of the SQL HAVING clause? SQL HAVING ?

L08 · Database management

Question 103Quiz 573
Programming and algorithms

What will be the output of the following Python code? ? list1 = [1, 2, 3, 4] list1.append([5, 6]) print(list1)

L09 · Programming and algorithms with Python

Question 104Quiz 573
Software engineering

In a system development lifecycle, the purpose of the feasibility study is to,

L07 · System analysis and design

Question 105Quiz 573
Programming and algorithms

What will be the output of the following PHP code? PHP ? <?php Function addNumbers(int $a, int $b){ return $a + $b; } echo addNumbers(8, "5 days"); ?>

L09 · Programming and algorithms with Python

Question 106Quiz 573
Web development

Consider the following HTML tag. / HTML <a href = “ictfromabc.html” target = “_self”></a> The ictfromabc.html file will open, “ictfromabc.html”

L10 · Web development

Question 107Quiz 573
Database systems

Which is the correct relational scheme that corresponds to following ER diagram? ER ?

L08 · Database management

Question 108Quiz 573
Networking

Which statement about network security is correct? / ?

L06 · Data communication and computer networking

Question 109Quiz 573
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 110Quiz 573
Other

Which of the following best describes bio-inspired computing? ?

L09 · Programming and algorithms with Python