Answer:
a. corporate blogs
Explanation:
corporate blog is the practice of creating content that addresses various topics which includes (updates, expert tips or best practices and company news) from the perspective of a brand. Also, blogs make posts and comments easy to reach and follow.
 
        
             
        
        
            
            
                2 Consider the sequence of keys (5,16,22,45,2,10,18,30,50,12,1). Draw the result of inserting entries with these keys (in the gi 
                Juliette [100K]             
         
        
Answer:
A) (2,4) tree
- Insertion of  key 45 makes key unbalanced and this is because it violates the 2,4 tree so we split the node
- insertion of key 10 makes key unbalanced and this is because it violates the 2,4 tree so we split the node 
B) Red-black tree 
Explanation:
The diagrams for the solutions are attached showing the results of inserting entries 
 
        
             
        
        
        
Answer:
Definition - What does CONFIG. ... SYS is a configuration file on DOS systems. It is a text file that contains the settings and commands to load drives in a DOS system. This is a primary configuration file for OS/2 and DOS OS. This file was introduced in DOS and is replaced for 32-bit Windows versions with CONFIG.
Explanation:
 
        
             
        
        
        
Answer:
integer
Explanation:
this data type must be  a number, but it will always be  a whole number, so boolean is not appropriate. This means that it will be integer data type