Answer:
DVI cable
Explanation:
DVI is for video signals.
Some monitors have a usb hub built in and therefore also have a USB connection, but that is not their primary function.
 
        
                    
             
        
        
        
Answer: See explanation
Explanation:
• Font size: The font size used matters a lot in order to enhance readability. The ideal font size should be 16 pixel for the main body text. This is vital in order to help enhance readability. It should be noted that a don't size that is lower or higher than that can lead to challenges with readability.
• Graphics and animation: Using of exciting graphics and animations on a website can help in giving the web page a good look, help in grabbing the attention of the user, and also increase engagement. 
• Use of colours: The color chosen also helps to give a web page a good look. It should be noted that when choosing colors, it is ideal to choose two or at most three colors to use for a web page. Mixing different colors or using very bright colors is typically a turn off. 
 
        
             
        
        
        
Answer:
mashup
Explanation:
In the application development area, mashup often refers to bringing together various sources of data to create a new product with unique value.
 
        
             
        
        
        
Answer:
I know its kinda late, but the answer is (B. Insert) on edg 2021.
Explanation:
 
        
             
        
        
        
Answer:
The answer is "Option c".
Explanation:
In the given visual basic code, an integer array "Inventory" is declared, that includes 3 elements, that are "357, 126, and 220". In the next line, a call stock function is used, in the function, the array is passed as a parameter and in array parameter, the index value that is "2" is passed. This function use label to print array index value, that is "220". and other options are incorrect that can be described as follows:
- Option a and Option b both are wrong because array indexing always starts with 0 and ends with n-1, and in this array, it will take index value 2, which is not equal to 357 and 126.