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 17/487
Question 161Quiz 567
Other
What is the incorrect BCD value? BCD ?
L03 · Data representation and number systems
Question 162Quiz 567
Other
Which of the following combinations of gates can replace a single XOR gate? XOR ?
L04 · Fundamentals of digital circuits
Question 163Quiz 567
Operating systems and memory
Which of the following is NOT a feature of a real-time operating system (RTOS)? (RTOS) ?
L05 · Computer operating systems
Question 164Quiz 567
Database systems
Below is a table ‘student’ with details of students of a school. What is the correct SQL code to change the Kavindu's class to 12A? student 12A SQL ?
L08 · Database management
Question 165Quiz 567
Programming and algorithms
What will be the output of the following Python code? ? def update_list(numbers): numbers[0] = 10 numbers.append(20) return numbers my_list = [1, 2, 3] result = update_list(my_list) print(result)
L09 · Programming and algorithms with Python
Question 166Quiz 567
Software engineering
Which of the following is true about Arduino IoT devices software? Arduino IoT ?
L11 · Internet of Things
Question 167Quiz 567
Programming and algorithms
You want to check if a variable $age is within the range of 18 to 65 (inclusive). Which code snippet accomplishes this most efficiently? $age 18 65 ?
L09 · Programming and algorithms with Python
Question 168Quiz 567
Web development
What does the <hr> tag represented in HTML? HTML <hr> ?
L10 · Web development
Question 169Quiz 567
Database systems
What is the main benefit of partitioning a table in a database? ?
L08 · Database management
Question 170Quiz 567
Other
Among these, a half-duplex communication method is,