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 33/487
Question 321Quiz 551
Business and digital society
The amount of time a particular request or transaction takes from submission to completion within a system is known as:
L06 · Data communication and computer networking
Question 322Quiz 551
Database systems
Consider the relations below. / Employee(Empid,EmpName,Address,Salary,DepID) Which answer correctly represents the SQL command to increase the salary of all employees whose DepID = "D101" by 5000. / DepID = "D101" 5000SQL?
L08 · Database management
Question 323Quiz 551
Programming and algorithms
What will be the output of the following Python code? ? def f(x, y=[]): y.append(x) return y print(f(10)) print(f(20)) print(f(30, []))
L09 · Programming and algorithms with Python
Question 324Quiz 551
Other
Which of the following can be considered a closed system?
Question 325Quiz 551
Programming and algorithms
Consider the following PHP code. PHP <?php $fullname = "Bandara Kumburegama"; $initial_letter = $fullname[0]; $initial_letter2 = $fullname[8]; print $initial_letter." ".$initial_letter2; ?> What is the output of the above code? / ?
L09 · Programming and algorithms with Python
Question 326Quiz 551
Web development
The answer only contains the closing HTML tags, HTML(Closing Tags)
L10 · Web development
Question 327Quiz 551
Database systems
Which of the following statements best describes data integrity in a database? (data integrity) ?
L08 · Database management
Question 328Quiz 551
Programming and algorithms
Which of the following statements about peer-to-peer (P2P) networks are correct? Peer-to-peer (P2P) A. In a P2P network, each device acts as a client and requires a dedicated server to function. P2P B. In P2P networks, data transfer speed is slower than in a client-server model. P2P C. In a P2P network, all data and resources are managed by a single central server. P2P
L10 · Web development
Question 329Quiz 550
Other
100.7510 + 32.38 equant for? 100.7510 + 32.38 ? A. 74.210 B. 4A.616 C. 112.38
L03 · Data representation and number systems
Question 330Quiz 550
Other
Select the answer which contains SOP and POS expressions can be obtained by the below K map? SOP POS ?