Answer: the answer is c
Explanation:in general, the merges and splits in hierarchical clustering are determined in a greedy manner
When you open MS Word, selecting the insert option and clicking
SmartArt, will pop up SmartArt dialog box. Double-clicking on one of the
graphic options in the middle panel will automatically select and place the
graphic art you want. It is an easy way of inserting a SmartArt of your choice without selecting
the art itself and clicking OK.
Answer:
Filament
Explanation:
Filament is the plastics that 3d printers use to make objects.
This is a great move for the Pharmaceutical company for a number of reasons.
- The first and perhaps most important advantage is to the company is that costs relating to Information and Technology (IT) Infrastructure will be reduced to the barest minimum. As a start-up, it is important to keep costs as low as possible. Costs are kept low because the organization will not need to pay the added energy and personnel-related costs of maintaining an elaborate IT infrastructure.
- The advantage of scalability. Scalability in this sense simply means the ability to take on additional workload or adjust to market demand. As the company grows and attracts more clients, it would need to expand beyond the capacity that it had at the onset. Opting for Cloud as a Service (CaaS) gives them this advantage.
- Another way CaaS can help the client is that they enjoy the advantage of Business Continuity. Business Continuity is the ability to remain in business regardless of disruptions to the business itself at one location. This is because CaaS providers are structured in such a way that they are able to keep their subscribers in operation regardless of any disasters.
Other advantages to this client are:
- Ease and access of automatic updates to the system;
- Ease of collaboration between internal and external users of the same system.
Learn more about the merits of Cloud as a Service here:
brainly.com/question/24705780
Answer:
Check the explanation
Explanation:
1.
System = 256Byte = 8 bit
Cache = 64B , block size = 16 byte.
A) Direct Mapped Cache:
Block offset = log (Block size) = log 16 = 4bit
Total # of block inside cache = 4.
Therefore index offset = log 4 = 2bit.
Remaining is tag bits.
Therefore tag bits = 8-(4+2) = 8-6 = 2 bits
Tag Index offset Block offset
(2 bits) (2 bits) (4 bits)
Fully associative cache :
In fully associative cache, any of main memory block can be placed anywhere in cache. Therefore index offset =0 bits.
Therefore tag bits = 8-block offset bit= 8-4 =4bits
Tag Block offset
(4 bits) (4 bits)