Answer:
It goes like:
______________________________
#taking inpit for n numbers user wanna enter and save it in a variable n,
n=int(input("Enter the no. of no you want to enter: ")
#While loop after initialising a varaible to make suure the loop runs specific number of times
a=0
sum=0
while a>n:
b=int(input("Enter the number: "))
sum+= a
# printing the sum and average after rounding sum/n upto 2 digits after decimal.
print("sum:", sum, "/naverage:", round(sum/n,2) )
______________________________
Answer:
Option (A) is the correct answer.
Explanation:
A Computer system can be the target for the crime on which a criminal can acquire the information from the computer system which is stored on it. A Criminal is targeting the system with the help of some software that is entered on the computer system through a network.
In the above question, paragraphs are describing the content related to the crime which targets the computer system. This is a concept of a "computer as target". Hence option "A" is the correct answer while the other is not valid because--
- Option b suggests the concept behind the storage device of a computer but in the question, it is about the crime of a computer.
- Option c suggests the concept behind the computer is a criminal but in the question, it is about the crime of a computer.
- Option d suggests the concept behind the communication of a computer but in the question, it is about the crime of a computer.
Answer:
A (information technology)
Explanation:
Answer:
c. traffic shaping
Explanation:
A traffic shaping system is one that allows to adapt the incoming data traffic that comes from some node of the network giving it a special treatment called conformation of accepted traffic and thus allowing the frames to be forwarded through the network of data under traffic rules without having gone through some traffic shaping method, this can be detected as non-conforming traffic at the edge of access to the discarded metropolitan network.
Traffic shaping is a mechanism that alters the traffic characteristics of the cell flow of a connection to achieve better network efficiency while maintaining QoS objectives or in order to ensure that the cell flow conforms to traffic parameters according to the leaky bucket algorithm configuration of the traffic contract. Traffic shaping can be used in ATM, for example, to reduce peak speed, limit the length of the burst by means of adequate spacing of cells over time. The use and location of this function is network specific.