Answer:
B. How well it conveys information
Explanation:
The most important thing is how we represent the data in a graphic to understand the purpose, we can make an example, but we're going to use the color, can be more effective in a weather chart, for temperatures or clouds, but in an organization, we can use color on red or green numbers, in this way to convey bad and good numbers.
Answer:
Following are the code in the C Programming Language.
if(a==0) //set if conditional statement
{
//print the following message
printf("no solution for a=0");
}
Explanation:
Here, we define a function and pass three double data type variable i.e., "a", "b", "c" and then we write the following code inside the function.
- Set the if conditional statement and check that condition is the variable "a" is equal to 0.
- Then print message through the "printf()" which display on the screen if the given condition is true.
I found that,
On the basis of Model, computer is classified as: XT Computer (Extra Technology): It cannot support GUI based operating system. Its processing speed is 4.77 MHz and Intel 8080, 8086, 8088 series of microprocessors is used. PS/2 Computer: It is a laptop computer which is rechargeable and battery based system.
Answer:
B. The image on the right is compressed and the compression is lossy.
Explanation:
The image on the right is a little distorted as compared to the left one. And you will find some black spots all around. However, A, B, and C are mentioned, and hence you will find that the right image is compressed, and since A, B and C are represented in full but a little lossy, we can assume that it is lossy compression. You should know that lossless compression is a type of compression in which there is no loss of the data, and in the case of lossy, there is the loss of the original data.