Answer:
communication of the binary data via the voltage level for each time interval
Explanation:
Answer:
UTILITY PROGRAM
Explanation:
Utility program are program that perform routine processing function such as sorting and merging. They are often used by auditors to performs a very specific task, usually related to managing system resources. It contain a number of utilities for managing disk drives, printers, and other devices.
Utility program also performs specific task related to the management of computer functions, resources, password protection, memory management, virus protection, and file compression.
<h2>
Answer:</h2>
10
<h2>
Explanation:</h2>
Specific gravity (also called relative density) is the ratio of the density of an object (or substance) to the density of a reference substance (mostly water). It has no unit and is given by the following;
Specific gravity = 
Specific gravity is also given by the ratio of the weight of the object in air to the loss of weight of the object in water. i.e
Specific gravity =
--------------(* * *)
In this case;
i. The object is the solid which has a weight of 20gf in air.
ii. The loss of weight of the solid in water is the difference between the weight in air (20gf) and the weight in water (18gf).
Therefore the loss of weight is
20gf - 18gf = 2gf
Now substitute these values from (i) and (ii) into equation (* * *) as follows;
Specific gravity = 
Specific gravity = 10
Therefore the specific gravity of the solid is 10
Answer:
Answer written in python.
Explanation:
#ask user for the first integer.
first_number = int(input("enter first number: "))
#ask user for the second integer
second_number = int(input("enter second number: "))
#add both and store in a variable, result.
result = first_number + second_number
#print out the result
print ( f"the answer to the problem is {result} calculated by adding {first_number} to {second_number}")
The worded lines after the # sign are called comments and are used to describe what the following lines of code does making it easier to read and understand by other programmers or by the same programmer coming back to it after a while.
Answer:
Segmentation
Explanation:
The analysis tool that could be used to analyze the behavior of new consumers v/s returning consumers on the website.
Segmentation is a process that allows us to isolate the data or its subsets into different segments on the basis of personal traits, age, behavior , income, etc in order to analyze and examine so as to provide a correct response to the trends in the business such as particular advertisement to a particular group in order to get their attention to the current trends.