Answer:
True
Explanation:
<u>Algorithm for push function</u>
The method of placing data on a stack is called a push operation.
It involves these steps −
- Check that the stack is complete.  
 
- If the stack is complete, it will cause an error .  
 
-  Increases top to point next empty room if the stack is not complete.  
 
-  Adds the data component to the place of the stack where top is pointing.
 
<u>Algorithm for Insertfirst function</u>
- Create a new Link with provided data.
 
- Point New Link to old First Link.
 
- Point First Link to this New Link.
 
As we can see that in both algorithms ,we are inserting data to a new nodes and incrementing/pointing to a new node for inserting data.Both algorithms uses the same approach.
 
        
             
        
        
        
Decomposition will be used so you can break down the game into smaller and more manageable parts.
        
                    
             
        
        
        
Answer:
A. data mart
Explanation:
Data mart refers to a structure for storing and retrieving data. Often times, the data mart is usually specific to a business line.
The data contained herein is also specific to a particular department and by so doing this facilitate easy isolation, use and development of the data. 
The major advantage of creating data marts is for easy accessibility of data.
 
        
             
        
        
        
The synonym for term port is seaport
        
             
        
        
        
Answer:
c. nbtstat -a 193.145.85.202
Explanation:
Nbtstat is a TCP/IP utility which is used to display the current connections and statistics of TCP/IP using NetBIOS over TCP/IP (NetBT). 
It is installed on a computer running Microsoft Windows when the TCP/IP protocol stack is installed.
Also, it is very useful when we want to troubleshoot NetBIOS name resolution problems. 
One can run nbtstat -a < ComputerName > to obtain the local NetBIOS name table on <ComputerName> and its MAC address