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 32/487
Question 311Quiz 552
Other
What can be a potential disadvantage of frequent swapping? ?
L05 · Computer operating systems
Question 312Quiz 552
Database systems
Which SQL statement is used to remove the Phone column from the Customer table? Customer Phone SQL ?
L08 · Database management
Question 313Quiz 552
Programming and algorithms
Which of the following statements about Python variable scope is correct? ?
L09 · Programming and algorithms with Python
Question 314Quiz 552
Other
A proposed hospital management system was found to be difficult for the hospital staff to adapt to, and it would disrupt their daily workflows. Which feasibility is most relevant here / ?
L07 · System analysis and design
Question 315Quiz 552
Programming and algorithms
In PHP, what is called a multi-dimensional array? PHP multi-dimensional array ?
L09 · Programming and algorithms with Python
Question 316Quiz 552
Web development
Which can be considered as true statement/s related to the following HTML code? HTML ? <html> <head> <style> * { color: blue; } </style> </head> <body> <h1>Mango</h1> <p>Orange</p> <p id="para1">Apple</p> </body> </html> A. The concept of CSS “class” is used. CSS “class” B. The style shown in the code affects all elements because it is a universal selector. universal selector C. The style shown here does not apply to any element of this HTML code. HTML
L10 · Web development
Question 317Quiz 552
Database systems
A student's name has 3 parts namely First Name, Middle Name and Last Name. What type of attribute does this belong to? First Name, Middle Name Last Name 3
L08 · Database management
Question 318Quiz 552
Other
What is the name given to the transmission of data between any 2 devices through another device? 2?
L06 · Data communication and computer networking
Question 319Quiz 551
Other
Which of the following statements is true about 2's complement? 2?
L03 · Data representation and number systems
Question 320Quiz 551
Data representation and computer architecture
P=A ̅ B+AC+A ̅ BC̅ Select the correct statement about the Boolean expression given above.