Answer:
edit filter query
Explanation:
plz give branilest hope this helps
 
        
                    
             
        
        
        
The answer should be RAM = Random Access Memory
RAM memory is used to store current data while the computer is on. Bear in mind that after the computer is shutdown all data in RAM is lost. 
        
                    
             
        
        
        
Answer:
Point A: Always True
Point B: Sometimes false
Point C: Always False
Explanation:
In the given code snippet. Point A is the first statement within the While loop  the statement System.out.println("Welcome to Java!"); will only be executed if the while condition evaluates to true.
At Point B,  The statement count++ increases the value of the counter at every iteration, while it will be true for most occasions, at the last increament, this statement will be false that is at count=100, The condition will be false at this point just before program execution breaks out of the loop
Point C is outside of the loop, this happens when the given condition is no longer true.
 
        
             
        
        
        
Answer:
beacon frame  
Explanation:
Beacon frame is a management frame In computer networks, known to be in IEEE 802.11 based WLANs. These frames are transmitted periodically and they contain all the  information a station will require before it can rightly transmit a frame.  
When it comes to announcing the presence of devices in a wireless computer network (WLAN), Beacon frames are used, and they can also be used in the synchronization of the devices and services
 
        
             
        
        
        
Answer:
this would be .128 terabytes 
Explanation:
This would be since for a whole terabyte you need 1000 gigabytes every 1000 gigabytes is a terabyte for example let’s say you have 5250 gigabytes you would have 5.250 terabytes that simple hope this helped!