Answer:
Many-to-one
Explanation:
Many-to-one relationships is possible when two tables share the same primary key it is because one entity contains values that refer to another entity that has unique values. It often enforced by primary key relationships, and the relationships typically are between fact and dimension tables and between levels in a hierarchy.
Answer:
Time the code takes to execute is O(n²)
Explanation:
The code forms an arithmetic series using it two loops.
n+(n-1)+(n-2)+........+2+1
=n(n+1)/2
=O(n²)
Answer:
None, drivers are hardware specific, if both devices share the same hadware manufacurer they tend to have the same drivers.
A driver is a software component that lets the operating system and a device communicate with each other. So asking for a difference in drivers is as asking the difference in hardware in both devices, though one tends to be more intergrated they are all the same in low level functions
Also drivers might not even communicate directly with the device but send a request. thats why some drivers can be written directly into an operating system.
Swapping pages of memory from core memory and disk is called swapping in Unix, and paging in Microsoft.
Answer:
The skill that is not expected of employees' oral communication skills in the workplace is:
Be able to write well
Explanation:
The reason behind this answer is: we are analyzing oral communication skills. Writing is not in oral communication skills. Therefore it is not expected as an employee oral communication skill in the workplace. Also, Communicate clearly is expected in the workplace, use appropriate language is expected in the workplace as formality is desired, and finally communicating under the laws and regulations of the organization is also expected.