Answer:
yes!
Explanation:
the only difference is that some companies prefer one over the other as a standard
https://stackoverflow.com/questions/242813/when-should-i-use-double-or-single-quotes-in-javascript
but they work the same
Answer:
Blog is the correct answer to the following question.
Explanation:
A website that is created to share the information of the companies or the organisations to increase the knowledge of their customers related to the companies services and goods.
In other words, a blog is a type of website but not a full website in which the new content is updated in a daily manner but the nature of the website is the static where the contents is stored in the different pages and also they are not updated in a daily manner.
Answer:
The heuristic would be to satisfy the shortest time first. so it would be in this order
Anna first,
Chloe second,
Bella last.
Explanation:
The heuristic that Kate should use for her greedy algorithm in order to minimize the total time in the system would be to satisfy the job that is shortest first.
The shortest job first heuristic would be used here. so we arrange the service time for all customers according to ascending order. First Kate would attend to since Anna needs a service that would take 5 minutes, then Chloe would be next with 10 minutes and lastly Bella would next with as service time of 20 minutes.
<em>i have gone ahead to help you calculate the total waiting time</em>
The total waiting time would
for Anna = 0 minutes since she is first
for Chloe it would be the time Anna spent receiving her service = 5 minutes
for Bella: it would be the time Anna spent receiving her service in addition to Chloe's time= 5+10 = 15
total waiting time = 5 + 15 minutes = 20 minutes.
It’s C because two’s complement are negative values
-128 +16 = -112
Therefore,
C is the appropriate answer