A microcomputer is a small device composed of a central CPU with a microprocessor. Microcomputers are also called personal computers (PCs) and they are ultimately easier to transport.
<h3>What is a microcomputer?</h3>
A microcomputer refers to a personal computer, which is similar to an IBM PC device machine. 
The term microcomputer was used in the 1970s, nowadays they are called personal computers, and PCs are being increasingly better both in usage and transportability.
The average personal computer has a weight of 20-30 pounds, in the future, it is believed that there will be no need for a personal computer (all data will be in the cloud).
Learn more about personal computers here:
brainly.com/question/4945544
 
        
             
        
        
        
Bookstore and BookSearch are the two entities for the given scenario.
Explanation:
- For the given Book.com virtual store, there can be two entities like Bookstore and BookSearch.
 - Bookstore can have all the details of the books in the virtual store. hence the attributes can be 
 - Bookstore attributes: bookname, Authorname, Publisher, Publishedyear, Agegroup, category.
 - BookSearch entity can be used to search the books in the virtual store.
 - Booksearch attributes: bookname, category, bookid, authorname.
 
 
        
             
        
        
        
Answer:
In studies of technology and innovation, it is common to distinguish between different levels of technology. A common distinction is between technologies as processes or products and technology systems. Another distinction is between technology s hardware, software and orgware; sometimes socioware is added as yet another layer or category. In he studies, the focus is usually on a particular technology, either a process technology or product
Ž echnology with product technology broadly de In studies of technology and innovation, it is
common to distinguish between different levels of technology. A common distinction is between technologies as processes or products and technology. Another distinction is between technology as hardware, software and orgware; sometimes socioware is added as yet another layer or category. In the studies, the focus is usually on a particular technology, either a process technology or product.  
Explanation:
 
        
             
        
        
        
Answer:
Following are the solution to this question:
Explanation:
This algorithm uses the divide and rule approach works, which splits the list into two sublists depending on if they are smaller or larger than the pivotal factor. It has O(n*log n) complexity. 
It splits down the list in more than one version frequently till every sublist becomes based on a single element and fuses it to offer an ordered array. The merge type works according. It has O(n*log n) complexity. 
Please find the attachment file of the sorting.