Answer:
B
Explanation:
Text is the best paper choice.
Have a great day
Answer:
A. Information System Security (ISS)
Explanation:
Information System security is a very important security in any organization.
The main focus of Information system security is the system itself and the information that the system possesses, processes and stores.
Information system security, or infosec for short, is the modality involved in protecting information and in making it available.
With Infosec,
1. an organization's ability to perform is protected
2. the data an organization uses is protected ensuring integrity
3. programs, applications and technology implemented on an organization's systems are safely used.
Hope this helps!
Answer
The senders PC is using UDP protocol
Explanation
UDP is the User Datagram Protocol which is used as an alternative communication protocol to the TCP which is used primarily for establishing low latency and loss of tolerating connections between applications on the internet UDP is normally used by the programs running on different computers on a network. Its purposes is to send short messages which are datagrams. It is not much reliable because of its occasional loss of packet. Due to this packet loss the recipient is not guaranteed that the data being streamed will not get interrupted. This is because If a router on the Internet starts getting overloaded, or a packet gets corrupted due to interference or anything, the packet will be dropped unlike the TCP (Transmission control protocol)which resend the packets and keeps re sending. The UDP does not resend the packets which are dropped. Once they are dropped that all.
Answer:
The query is as follows:
select sum(stock) as total_stock from products
Explanation:
Required
Return total stock using the alias total_stock from the product table.
The explanation of the query is as follows:
select ----> This implies that data is to be selected from the table
sum(stock) ----> This adds up entries in stock column
as total_stock ---> This represents the alias used for sum(stock)column where
from products ----> The table being queried
Take for instance, the content of the table is:
SN Product Stock
1 Apple 5
2 Orange 3
3 Banana 8
The query will return the following table:
total_stock
16
Answer:
inspecting equipment, structures, or material
performing general physical activities
getting information
Explanation: i just did it soooo :]