Answer:
Content from the web that has been sorted through and shared on a brand’s digital platforms.
Explanation:
This type of content is created by other organizations but shared by a brand because they believe it will be of interest to their audience.
RIP 999
 
        
             
        
        
        
Answer:
WITH deptsalary AS (
SELECT dept,  SUM(salary)
FROM emp
GROUP BY dept)
SELCT * 
FROM deptsalary
Explanation:
deptsalary is temporary table.
dept and its respective sum of salary is to be displayed 
 
        
             
        
        
        
<h2>
Answer:</h2>
Option B: a dialog box
Three periods after a menu item (…) mean that clicking that command will open a dialog box.
<h2>
Explanation:</h2>
- The three periods after items in menus are given a special name "ellipsis".
- As the space for an item name is less for complete description, ellipsis is used.
- Ellipsis lead to dialog box that elaborates the function of the item.
- The person can then select the item depending on the need as well as reject it completely.
- So in other words, ellipsis allow users to understand the command completely and choose what to do next.
<h3>I hope it will help you! </h3>
 
 
        
        
        
Every time Windows starts, or unlocks from the start screen, the Start Button and Task Bar is always displayed by default.
You will also see, the system tray and desktop background but these vary based on the amount of apps installed and user choice of wallpaper, so wouldn't necessarily count as defaults. 
        
             
        
        
        
Answer:
Seek time measures the delay for the disk head to reach the track. A rotational delay accounts for the time to get to the right sector.
Explanation: