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 38/487
Question 371Quiz 546
Operating systems and memory
Which of the following is false regarding paging in memory management?
L05 · Computer operating systems
Question 372Quiz 546
Programming and algorithms
Use the table below to answer the question. Employee Table Empno Ename Job 1 Tharidu Manager 2 Kavindu Salesman 3 Ravindu Manager The SQL code to insert the phone number “TEL_NO” as a new variable is, “TEL_NO” SQL
L08 · Database management
Question 373Quiz 546
Programming and algorithms
Assume that the following Python statement is executed. D={1:'76', 2:'77', 3:'78' } Which of the following statements would generate an error? D={1:'76', 2:'77', 3:'78' }
L09 · Programming and algorithms with Python
Question 374Quiz 546
Programming and algorithms
What will be the output of the following Python code? x=0 def iterator(): global x y = x while y < 5: x = x + y + 1 y = y + 1 return x print(iterator())
L09 · Programming and algorithms with Python
Question 375Quiz 546
Business and digital society
What type of system is used by top managers in a given organization?
L12 · ICT in business and e-commerce
Question 376Quiz 546
Database systems
Which attribute sets the initial value of an input element ?
L08 · Database management
Question 377Quiz 546
Other
Which tag allows adding a note about recently inserted content in a document?
L10 · Web development
Question 378Quiz 546
Database systems
Which of the following statements about relational databases are correct? A. A foreign key in one table must reference a primary key in another table. B. A table can have multiple unique constraints apart from the primary key. C. Every candidate key can potentially become a primary key.
L08 · Database management
Question 379Quiz 545
Data representation and computer architecture
What is the binary representation of the number 5.312510? 5.312510 ?
L03 · Data representation and number systems
Question 380Quiz 545
Data representation and computer architecture
What is the most simplified Boolean expression according to the Karnaugh map below? ?