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 22/487
Question 211Quiz 562
Other

110110112 + 100110112 = ………….. The answer obtained by trivializing the above is equivalent to, A. 16716 B. 374 C. 5668

L03 · Data representation and number systems

Question 212Quiz 562
Data representation and computer architecture

Consider a logic gate with three inputs A, B, and C, and the output follows this truth table: A, B, C Which of the following Boolean expressions best represents the output Q? Q?

L04 · Fundamentals of digital circuits

Question 213Quiz 562
Programming and algorithms

What is the function of the Master File Table (MFT) in NTFS? NTFS Master File Table (MFT) ?

L09 · Programming and algorithms with Python

Question 214Quiz 562
Database systems

Which of the following SQL queries will return all rows from table_name where column1 contains the letter 'Z' as the second character and ends with exactly two more characters? column1 'Z' table_name SQL ?

L08 · Database management

Question 215Quiz 562
Programming and algorithms

What will be the output of the following Python code? ? x= 10 def outer(): global x x = x + 5 def inner(): global x x = x * 2 return x return inner() + x result = outer() print(result, x)

L09 · Programming and algorithms with Python

Question 216Quiz 562
Software engineering

In the context of software requirements, which of the following is an example of a non-essential non- functional requirement? ?

L10 · Web development

Question 217Quiz 562
Other

Which of the following conditions will return true in PHP? PHP ? $x = false;

L09 · Programming and algorithms with Python

Question 218Quiz 562
Web development

Which HTML tag is used to create a hyperlink? ?

L10 · Web development

Question 219Quiz 562
Database systems

Which of the following is not a characteristic of flat file architecture, which is a database architecture? ?

L08 · Database management

Question 220Quiz 562
Networking

Which of the following is true about addressing in networks? ? A. MAC addresses are globally unique and assigned by manufacturers. MAC B. IP addresses can be changed by software configuration. IP C. MAC addresses are used at the Network Layer / MAC D. IP addresses are used for routing between networks. IP

L06 · Data communication and computer networking