Because a chart is _______, it can be dragged to another area of the worksheet. A. a picture
B. clip art
C. a table
D. a graphic

Answers

Answer 1
Answer:

Because a chart is a graphic, it can be dragged to another area of the worksheet. Correct answer: D To move a chart within a worksheet, drag the chart to the desired location. A chart is a graphical representation of data. The purpose of the chart is to better understand and predict current and future data.

Answer 2
Answer:

Answer:

The correct answer is D

Explanation:

penn foster


Related Questions

A computer worm is most likely to attack your computers
Which of the following statements comparing debit cards to credit cards is TRUE?A Debit cards allow you to draw funds directly from your checking accountB Debit cards typically offer greater fraud protection than credit cardsC Debit cards never require a signature to finalize a purchase like credit cards.D Debit cards charge higher interest rates on purchases than credit cards.
20 POINTS AND BRAINLIEST TO CORRECT ANSWERThe table below describes the sowing method used for a few vegetables. Which field in this table can you define as the primary key?A. NameB. Sowing MethodC. Sowing TimeD. Sr. No.
If your vehicle leaves the pavement for any reason, remember to take your foot off the gas pedal, hold the wheel firmly, and
Which application software allows you to compose written ideas on a computer? Database Spreadsheet Word Processor Graphics Editor

You use_____ to view an XPS file

Answers

firefox
any web browser can open a xps file

A disk drive manufacturer sells storage devices with capacities of one terabyte, 500 gigabytes, and 100 gigabytes with probabilities 0.5, 0.3, and 0.2, respectively. The revenues associated with the sales in that year are estimated to be $50 million, $25 million, and $10 million, respectively. Let X denote the revenue of storage devices during that year. Determine the probability mass function of X.

Answers

Answer and Explanation:

As per the question:

The Probability Mass function also known as frequency function of the variable X can be defined as a capacity or function that gives the likelihood that a discrete arbitrary variable is actually equivalent to some value.

From the question it can be given as:

f(50) = P(X = 50) = 0.5

f(25) = P(X = 25) = 0.3

f(10) = P(X = 10) = 0.2

What's the risk or effect of software piracy?

Answers

you can go to jail get in alot of trouble plus you always have a chance of letting a virus into yoru computer
Software piracy carries the following risks:
a) you might pick up a computer virus or other malware from downloading copied software
b) Software developers suffer financial loss because you did not pay for the software you pirated.  This might cause them to lose motivation to develop new software or support their current product(s).

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.

Answers

Answer:

// program in C++.

// headers

#include <bits/stdc++.h>

using namespace std;

// main function

int main()

{

// Variable

   int num;

   cout << "Enter a number between 1 and 10: ";

   // read input

   cin >> num;

   // validate input number

   while(num<1||num>10)

   {

   // if input is wrong then print error message

       cout<<"Wrong input!!Enter again:";

       // read again

       cin>>num;

   }

   // print output

   cout << "The Roman numeral for "<<num<<" is:";

   // switch

   switch (num)

   {

       case 1:

       // if input is 1

           cout<<"I"<<endl;

           // exit the switch

           break;

       case 2:

       // if input is 2

           cout<<"II"<<endl;

           // exit the switch

           break;

       case 3:

       // if input is 3

           cout<<"III"<<endl;

           // exit the switch

           break;

       case 4:

       // if input is 4

           cout<<"IV"<<endl;

           // exit the switch

           break;

       case 5:

       // if input is 5

           cout<<"V"<<endl;

           // exit the switch

           break;

       case 6:

       // if input is 6

           cout<<"VI"<<endl;

           // exit the switch

           break;

       case 7:

       // if input is 7

           cout<<"VII"<<endl;

           // exit the switch

           break;

       case 8:

       // if input is 8

           cout<<"VIII"<<endl;

           // exit the switch

           break;

       case 9:

       // if input is 9

           cout<<"IX"<<endl;

           // exit the switch

           break;

       case 10:

       // if input is 10

           cout<<"X"<<endl;

           // exit the switch

           break;

         // default

       default:

           break;

   }

return 0;

}

Explanation:

Read a number from usr and assign it to variable "num". If the input number is less than 1 or greater than 10 then ask again to enter a number until user  enter a number between 1-10 only.Then with the help of switch() function print  the equivalent Roman number.

Output:

Enter a number between 1 and 10: -5                                                                                        

Wrong input!!Enter again:12                                                                                                

Wrong input!!Enter again:6                                                                                                

The Roman numeral for 6 is:VI

Which of the following is a commonly used mouse command?a. Stop
c. Run
b. Drag
d. Pull

Answers

I'm pretty sure it would be B.) Drag.
E.X. Being that you usually say take it, and drag it over to your folder.
Hope This Helps =)

What is the least effective way to create balance and flow in your life

Answers

Act on your emotions in the moment instead of thinking about them.