Answer:
The main benefit of the ordered list is that you can apply Binary Search( O( n log n) ) to search the elements. Instead of an unordered list, you need to go through the entire list to do the search( O(n) ).
The main cost of the ordered list is that every time you insert into a sorted list, you need to do comparisons to find where to place the element( O( n log n) ). But, every time you insert into an unsorted, you don't need to find where to place the element in the list ( O(1) ). Another cost for an ordered list is where you need to delete an element, you have an extra cost rearranging the list to maintain the order.
Answer:
(b) 64000
Explanation:
Assuming that the "Memo" being mentioned is a Microsoft Access memo field, it can hold up to 64,000 characters, even in the more recent version of the application where the "Memo" is now know as the "Long Text" field.
According to microsoft.com, "In earlier versions of Access, we used the Memo data type to store large amounts of text... the Long Text field works the same as the Memo field of old... [it] can only display the first 64,000 characters."
<em>Please put "Brainliest" on my answer if it helped you out the most!</em>
<em>(Further Reading) If you're still confused, I suggest you search up the following:</em>
<em>- Microsoft Access Long Text character limit</em>
Answer: A process is independent if it cannot affect other process or be affected by it
Explanation:
5(3x - 7)
distribute the 5 to both 3x and -7
15x - 35 is equivalent
hope this helps