You can compress them. ZIP is the most well known protocol.
Answer: A: A language that directs a computer to perform tasks and carry out
functions
Explanation: I'm a programmer, and coder, this is the best answer from the given choices
Virus such as a Trojan or Worm, and can cause network crashes.
Linear search
You implement this algorithm by iterating over each item, and checking if the item matches what you are searching for.
It is linear because it takes a linear amount of time to search for an item.
The result of the subtraction of 4365 and 3412 using octal numbers is of:
753.
<h3>What are octal numbers?</h3>
For octal numbers, each number is represented by three bits, as follows:
Then the binary representation of number 4365 is given as follows:
100011110101
The binary representation of number 3412 is given as follows:
011100001010
Then the following binary subtraction is made:
100011110101 - 011100001010
The result of this subtraction is of:
100011110101 - 011100001010 = 111101011
Then the octal result is given as follows:
111 101 011 = 753.
More can be learned about binary numbers at brainly.com/question/8649831
#SPJ1