Not too sure what the answer the question would expect, or rather what terminology,
But I’d say key-value pairs
For example in CSS
key: value;
color: green;
        
             
        
        
        
Answer:
"sudo" is the command to get super user or root privileges in linux. 
Explanation:
in order to install package with root privilege in linux, the command would be 
sudo apt-get install <package name>
 
        
             
        
        
        
The answer is A. The Ribbon is a UI component which was presented by Microsoft in Microsoft Office 2007. It is situated underneath the Quick Access Toolbar and the Title Bar. It includes seven tabs; Home, Insert, Page design, References, Mailing, Review and View. Every tab has particular gatherings of related summons.
 
        
             
        
        
        
Answer:
Explanation:
namespace Jeroen\ReviewIntegration\Observer;
use Magento\Framework\Event\ObserverInterface;
class ProductReview implements ObserverInterface
{
     protected $_storeManager;
     protected $_request;
     public function __construct(
         \Magento\Store\Model\StoreManagerInterface $storeManager,
         \Magento\Framework\App\Request\Http $request
     ) {
         $this->_storeManager = $storeManager;
         $this->_request = $request;
     }
     public function execute(\Magento\Framework\Event\Observer $observer)
     {
          return 'test';
     }
}
 
        
             
        
        
        
Answer:
here ya go
Explanation:
A computer is a powerful tool because it is able to perform the information processing cycle operations (input, process, output, and storage) with amazing speed, reliability, and accuracy; store huge amounts of data and information; and communicate with other computers.