You have a chart that shows 100 data points and you've circled the highest value. Which of the following are you using?

Answers

Answer 1
Answer: You are using the Rudolph rule. The Rudolph rule is just simply highlighting something for it to be noticed. In example, circling 100 data points and you have circled the highest value. The highest value is being encircled and being highlighted. The answer to your question is Rudolph rule.

Related Questions

PLEASE HELP ME I WILL APPROVE!!!Which of the following best describes the difference between software and hardware? A. Hardware is the outside of the computer; software is the material on the inside of a computer. B. Software is the material produced by the computer like a business letter; hardware is the information in the computer. C. Hardware is the equipment; software is the programs. D. Software is the part of the computer that you can touch; hardware is the instructions given to the computer.
Write a program that asks the user to enter a number within the range of 1 through 10. Use a switch statement to display the Roman numeral version of that number. Input Validation: Do not accept a number less than 1 or greater than 10.
One of the problems with Internet voting is:a. there are too many candidates c. potential for voter fraud b. there are too many elections d. everyone doesn't own a computer
If you want to stop the current flow through Device 3 in the circuit shown above, which one of the following single switches should you open
What is a propriety database

Write a program with source file name IsPrime.cpp that asks the user to enter a ""positive whole number in the range 2 through 1000"" and determines whether the entered number is prime.

Answers

Answer:

#include <iostream>

bool isPrime(int number) {

   if (number <= 1) {

       return false;

   }

   for (int i = 2; i * i <= number; i++) {

       if (number % i == 0) {

           return false;

       }

   }

   return true;

}

int main() {

   int number;

   std::cout << "Enter a positive whole number in the range 2 through 1000: ";

   std::cin >> number;

   

   if (isPrime(number)) {

       std::cout << number << " is a prime number.\n";

   } else {

       std::cout << number << " is not a prime number.\n";

   }

   

   return 0;

}

Explanation:

Graduated licensing is desighed to introduce beginning drivers to driving?

Answers

This is true. The system was designed with new drivers in mind and to find a way to provide them with more experience that beginners in traffic always need.

When using a public computer or network, you should always _______.

Answers

When using a public computer or network, you should always browse appropriately and log out of personal accounts when you're done. 

the correct answer is : log out of any sites you have logged into.

Kair needs to change the brightness and contrast on a image she has inserted into a word document

Answers

Answer:

adjust

Explanation:

Answer:

Kair should click the image.Right click then select "Format Picture."

Then select "picture corrections"

When computer networks are connected to each other, the system is called a(n) ____.a. internet
b. LAN
c. Internet
d. WAN

Answers

LAN - Local area network :P

Joe runs a handyman service. He enjoys writing and keeping up on the latest trends. He wants to share this information with his clients. He decides that he would like to create an online community where he can frequently post information. He'd like his readers to be able to add to and comment on his entries. Although Joe knows his way around the Internet, he is not a programmer, by any means, so he is looking for a simple solution. In 5–10 sentences, describe the points that Joe needs to consider when choosing a telecommunications technology to meet his needs.

Answers

Joe should start a facebook page, it is free and requires no programming. He could also start a twitter account, same concept. He really does not need to program a web page. But, however, there are plenty of services like squarespace.com or wix.com that allow you to create websites for a small cost that require little to no programming. 

I’d suggest that Joe should open a blog. Opening a blog these days has become cheap and almost free. He can always start with a blog and then move on to other platforms immediately he establishes himself fully. Joe needs to be aware of a number of things before jumping into blogging or any other platforms that might be able to push his content online. He should be able to identify his niche and define his target audience. He should focus more on quality rather that quantity. Content is King. He should also consider ways in which he can increase traffic through social media platforms.