Answer:
a student who researches various websites that show how to gamble online
a student who visits a special website with step-by-step directions on how to make a bomb
a student who posts jokes online about the cultural heritage of other students
Explanation: These are all most likely against school policy. In fact attempting to make a bomb is illegal.
 
        
                    
             
        
        
        
Answer:
File size  
25  GB  
Connection type	Download speed	Download time
Modem    28,8 kbit/s                   2071:15:40
Modem    	56,6 kbit/s                         1065:13:12
ADSL      	256 kbit/s                         233:01:00
ADSL       512 kbit/s                        	116:30:30
ADSL      	1 Mbit/s                                     59:39:08
ADSL            	2 Mbit/s                                     29:49:34
ADSL            	8 Mbit/s                                     07:27:23
ADSL            	24 Mbit/s                                     02:29:07
LAN             10 Mbit/s                                                 05:57:54
LAN            	100 Mbit/s                                     00:35:47
Turbo 3G	7,2 Mbit                           08:17:06
4G             80 Mbit/s                                     00:44:44
Hopefully this helps somewhat
 
        
                    
             
        
        
        
Answer: The DBMS is a software system that explains the four types of actions, which are defining, constructing, manipulating, and sharing databases among various users and applications.
 
        
             
        
        
        
Answer:
See attachment for flowchart
Explanation:
Required
Flowchart to fine even from 1 to 50
The flowchart has been attached. 
The rough algorithm (explanation) of the flowchart is as follows.
1. Start
2. Initialize num to 1
3. Check if num is less than or equal to 50
   3.1 If yes
       3.1.1 Check if num is even
       3.1.1.1 If yes
          3.1.1.2 Print num
   3.1.3 Increase num by 1
  3.2 If num is greater than 50
     3.2.1 Stop
4. Goto 3