In what types of publications might you see a chart?

newspaper magazines web pages or books with only text

Answers

Answer 1

Answer:

The answer to this question is given below in the explanation section. however, the correct answer is newspapers, magazines, and webpages.

Explanation:

This question is about what types of publications might have a chart(s).

The correct answer is newspapers, magazines and, webpages might have charts to show data in visual form.

For example, some business newspapers, periodically magazines, web pages, or online blogs may publish charts that show or represent data in visual form for the reader to understand data easily.


Related Questions

Only 2 people answer this

Answers

Answer:

2

Explanation:

Which of the following quantities has decreased with the advent of digital technology? attendance at live performances quality of music production cost of performance advertising longevity of established artists

Answers

Answer:

A. The correct answer is attendance at live performances.

Explanation:

took it on edge 2020

Which is the best reason for why it is important to keep personal information private online?
to prevent becoming the target of a scam
to ensure strangers do not approach them
to prevent others from using it dishonestly
to stop people from following them online

Answers

Answer:

A. To prevent becoming the target of a scam

Explanation:

The more person information you put out on the internet, the easier it is for people to steal it and use it for malicious purposes.

Answer:

To prevent others from using it dishonestly.

Explanation:

Keeping private information to yourself is always a safe approach. Giving out your private information could result in false behavior on your account.

Which computer program offers a comprehensive collection of tools for creating digital art by using a variety of shapes, lines, and letters which can be easily measured and formatted?​

Answers

Answer:

LibreOffice Draw

Explanation:

Answer:

A

Explanation:

What is BM(of KARD)'s favorite color,I'm making a Powerpoint about K-Pop because my teacher asked me to,and for me to give them some song reccomendations(I have that covered though UwU).
Thanks!

Answers

Answer:

I don't even know but hey fellow K-Pop stannnnn

give differensess between Container element and empty element in computer please give answer Help​
Brain

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

There are containers and empty elements or tags in computer discipline such as in HTML language.  

Empty element:

These are the elements are the tags that have no content inside them and these elements or tags do not have end tags. for example the break tag in HTML such as <br> etc.

Container elements or tags:

These elements or tags have content inside them, they have opening and closing tags, unlike empty tags. for example paragraph tag, bold tag, and italic tag. These tags have opening and as well as closing tags. and between them, there is some content inside them.

the example of container tags is given below:

<html> html code / html contents</html><p>this is a<b>pargraph</b>container</p>

(just basic coding I can't wrap my around :L) Which of the following shows the assignment of a string to a variable? Select 3 options.

answer = input("How old are you? ")

answer = "23"

answer = (23)

answer = '23'

answer = 23

Answers

Answer:

The answer is A, B, D.

Explanation:

I hope this helps. Have a great day and be safe.

What is cognitive overload?
A. The notion that too many images can create fatigue in the
audience.
B. The concept that too much textual information needs to be
balanced with media.
O C. A state of confusion brought on by a person processing too mu
information at once.
O D. A theory backed by current research that states that the human
mind can only comprehend five new concepts in an hour.

Answers

Answer:

C

Explanation:

C mentions the brain being overloaded

Statement that can be considered as true statement about cognitive overload is C. A state of confusion brought on by a person processing too much information at once.

Cognitive overload can be regarded as used amount of working memory resources. It involves giving more than expected load to the memory.

When this takes place, individual will find it difficult in processing informations, and this could be intrinsic cognitive load.

Therefore, option C is correct.

Learn more at:

https://brainly.com/question/15094030?referrer=searchResults

CONVERT .0001 KILOMETERS TO MILLIMETERS

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

As we know that

1 km = 1000000 mm

So, 0.001 * 1000000 =  100

the answer is 100 millimeters.

What does SFA software provide tools for?

Answers

Answer:

managing the data and tasks involved in lead generation, opportunity tracking, sales activity, etc.

Explanation:

(Mother is a software engineer :3)


How does the rhythm of "The Raven" compare to "Casey at the Bat?"

Answers

Answer:

Casey at the Bat: A Ballad of the Republic Sung in 1888' is the full title of an American poem written by Ernest Lawrence Thayer. The poem tells the story of the final half-inning of a baseball game. ... Not only is it a love song to the dramatic sport of baseball, but it is a ballad to 'the Republic in 1888'.

You created a plan for the program to find the slope, as shown below.
# Find the slope of the user's two points
# Get the points
# Calculate the slope
# Display the result
This plan is in the form of
O flowcode
O pseudochart
pseudocode
flowchart

Answers

Answer:

Pseudocode

Explanation:

Correct answer edge 2020

Answer:

Pseudocode

Explanation:

When ever you are using idle for coding, if there are number signs(hashtags) in front of the text, that means that this text is considered comments. In the lines of code, these "comments" don't affect the code. They are there as placeholders. The proper term for this is Pseudocode.

again, only 2 people may answer this c:

Answers

Answer:

Sup

Explanation:

HELP asap please... ​

Answers

Answer:

I have absolutely no idea bruddah.

Explanation:

Soz!

How would you justify using cloud computing?

A less network traffic
B sharing a network could reduce overall costs
C new technology
D government pressure

Answers

Answer:

B.

Explanation:

Gina is using Outlook in the default cached mode and is connected to an Exchange server. What is the default file type used to store a cached version of Gina’s mailbox?

PST
OST
MSG
XML

Answers

Answer:

Its C. MSG

Explanation:

On edg

Answer:

c

Explanation:

took the test

A film producer is having difficulty with distribution. After major and minor theaters show no interest in the film, what would the logical next move be for him to take?


release the soundtrack on compact disc

make a sequel

give up

pursue Internet distribution

Answers

Answer:

pursue internet distribution

Explanation:

Answer:

B: pursue internet distribution

Explanation:

edg2021

Computers represent color by combining the sub-colors red, green, and blue (rgb). Each sub-color's value can range from 0 to 255. Thus (255, 0, 0) is bright red, (130, 0, 130) is a medium purple, (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (In other words, equal amounts of red, green, blue yield gray).

Answers

Answer:

Follows are the code to this question:

#include <iostream>//defining a header file

using namespace std; //using namespace

int main() //defining main method

{

int red,green,blue,s; //defining integer variable

cout<<"Enter value: \n ";//print message

cin>>red>>green>>blue; //input value

if(red<green && red<blue)//defining if block that checks red value

s=red;//store red variable value to s variable

else if(green<blue)//defining else if block that checks green value less then blue

s=green;//store green variable value in s variable

else//defining else block

s=blue; //store blue variable value in s variable

//calculating red, green, blue value

red=red-s;//store red value

green=green-s;//store green value

blue=blue-s;//store blue value

cout<<red<<" "<<green<<" "<<blue;

}

Output:

Enter value:

130  

50

130

80 0 80

Explanation:

In the above code, inside the Main method, four integer variable "red, green, blue, and s" is defined, in which "red, green, and blue" is used for input the value from the user end.

In the next step, a conditional statement is used, that checks the red variable value, if the condition is true, it will store its value in the "s" variable, otherwise, it will go to else if block.In this block, the green variable checks its value less than then blue variable value, if the condition is true, it will store the green value in the "s" variable, otherwise, it will goto else block.In this block, it will store the blue variable value in the "s" variable, and subtract the value of "red, green, and blue" value from "s" and store its value, and at the last, it will print its value.    

What are the three primary colors found on the color wheel?

Answers

Answer:

The three primary colors are red, yellow, and blue.

List 2 benefits of printing in pla filament

Answers

Answer: Advantages of PLA include:
Low printing temperature: PLA has a relatively low printing temperature compared to other thermoplastics (e.g. for PLA an ideal printing temperature starts from around 180°C, while ABS this is around 250°C). ...
Ease of use: PLA is one of the easiest material filaments to 3D print with






Kinda gave more than 2 but hope it helped you ! ;)

Which of the following domain types is most trustworthy 1) .com 2) .tv 3).org 4) .edu

Answers

Answer:

.edu

Explanation:

Answer:

.edu

Explanation:

The order is (.edu)( .org) (. com)( .tv)

Complete the procedure for creating a new task by selecting the correct term from each drop-down menu.

1. In the Tasks folder, click the
button.

2. In the Tasks dialog box, in the Subject field, enter a task subject.

3. In the

field, select a task start date.

4. In the Due date field, select a task due date.

5. Configure optional task settings or add task details as desired.

6. Click the
button.

Answers

Answer:

✔ New Task

✔ Start date

✔ Save & Close

Explanation:

On edg

Answer:

1. New Task

3. Start Date

5. Save and Close

Hope this helps! :D

Think of an example in your life where a number could be described as data, information, and knowledge

Answers

Answer:

how many event you have been too in the last month (well non during this time but as an example)

Explanation:

“Computers are really just simple _______________ that perform __________________ actions through many layers of abstraction.”

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

This question is a type of fill in the blank. So the correct options to fill in the blanks are machines and complex.

       

Computers are really just simple machines that perform complex actions through many layers of abstraction.

PLEASE HURRYYY Suppose your employer wants you to purchase a tablet device that you will use to run the company's custom sales software. The company will reimburse you for the purchase. What is the most important question to ask before making the purchase?

What size screen should it have?

What platform should I get?

Where should I buy it?

What peripherals should I buy?

Answers

Answer:

Platform

Explanation: I just took it on edge

The most important question to ask before making the purchase is "what platform should I get?" The correct option is B.

What is custom software?

Customised software (also known as bespoke software or tailor-made software) is software that is designed specifically for a particular organization or user.

Custom software development creates applications that are specifically designed to meet the needs of these organizations and users.

For example, the banking industry employs highly specialized custom software to provide customers with easy access while safeguarding sensitive data with cutting-edge security features.

As technology and clients become more complex and demanding, more businesses are turning to custom software development to solve problems on a variety of fronts.

Before making a purchase, the most important question to ask is "what platform should I get?"

Thus, the correct option is B.

For more details regarding software, visit:

https://brainly.com/question/28874701

#SPJ2

Help me ASAP please I’m hungry

Answers

Answer:

D.

Explanation:

Answer:

D, you can correct me if I'm wrong

Explanation:

The Event Viewer (Microsoft Windows) or Console (Apple Mac OS X) is used for what purpose?
to view and manage events scheduled in one or more user calendars
to configure system security features such as firewalls and antivirus scanners
to view incidents recorded in the Application, Security , and System logs
to manage user names and passwords on a network

Answers

Answer: Its C

Explanation:

The Event Viewer is a practical heritage feature in Windows 10 that collects event logs from programs and system components into a simple structure that you can then examine to diagnose and repair software or hardware issues with your computer. Thus, option C is correct.

What Event Viewer role in Microsoft and macOS?

A monitoring application called Microsoft Windows Server Event Viewer displays a log of events and can be used to diagnose problems on Windows-based systems. Information concerning application-related, security-related, system-related, and setup events is shown in the Event Viewer.

Crescendo is a real-time event viewer for macOS that leverages the ESF to display process executions and forks, file events, share mounting events, kernel extension loads, and IPC event data.

Therefore, to view incidents recorded in the Application, Security , and System logs is used for purpose.

Learn more about Event Viewer here:

https://brainly.com/question/25675228

#SPJ2

What Coding program does UNITY use?

Answers

Answer:

c#

Explanation:

Scripts are written in a special language that Unity can understand. And, it's through this language that we can talk to the engine and give it our instructions. The language that's used in Unity is called C# (pronounced C-sharp). All the languages that Unity operates with are object-oriented scripting languages.

What is a SCSI-1? What is it's function?

Answers

Answer:

The Small Computer Systems Interface (SCSI) is a local I/O bus that is used to connect up to seven peripherals to a host computer. A wide variety of peripherals can be connected including, hard drives, tape drives, CD-ROMs, scanners, etc. The SCSI-1 Hard Drive Interface is a Single ended data bus transmitting data referenced to ground [unbalanced]. SCSI-1 may be call narrow SCSI [or just SCSI] when the 8-bit data path is implemented, or Wide SCSI when operating with a 16-bit data bus. ... A total of 7 devices may be connected on the bus.

___________ system allows us to talk to any person in the world it any time​

Answers

World wireless system
Other Questions
cial Studies 8 Louisiana History CM 16138 2020-2021 LOAX2X45XXWhich industry began to grow during the Spanish settlement of Louisiana?canningfishinglogging* manufacturing Which physical features can be found in the coastal areas near the Persian Gulf?O desertsO marshesO large oasesOdry riverbeds 1. find the distance between the points (-4,-6 ) and (8,5) to the nearest 100th of a unit. *(3 Points)16.2616.3216.28 help its due soon i need to get this right to pass the class Please help me with this I need it by today List the numbers from greater to least 3/5, 0.56, 75%, 0.8 Explain Why do you think West and East Africa saw several societies develop within the same geographic areas? Please someone answer. Identify the vocabulary word that matches the picture. Jamestown the first permanent English settlement in the new world was founded by Please help me, due soon Help me with algebra 1 core if its the right answer i'll make you the brainliest! Help me ASAP please i'll give some extra points. When two molecules are put in the same container they do not attract each other. Why does this happen?a.they are both polarb. they both contain oxygen c. one is polar one is nonpolar d. they contain different elements 58.Which of the following was not a result of the Age of Exploration?A.Though the effects of exploration were felt elsewhere, only minimal effects were felt in Europe.B.Europe became the master of ocean routes across the Atlantic.C.Africa, the Americas, and Europe were now bound by economic and political ties.D.It was the beginning of a period of European dominance over North and South America. -8x-10 y= 246.0 + 5y = 2 g) How can wepromote honesty in our society Completa.18. Ojalsu equipo! (ganar)19. Quizs ellos! (venir)20. Tal vez (ellos) en el gimnasio! (estar)21. Ojal ___ (t) los resultados maana! (tener) Some people advise that in very cold weather , you should keep the gas tank in your car more than half full. Irene's car had 5.80 gallons in the 13- gallon tank on the coldest day of the year. Irene filled the tank with gas that cost 3.80 per gallon. How much did Irene spend on gas? All of the following describe nonfiction writing EXCEPTA) factual writingB) made up charactersC) about real people places events ideas What is BM(of KARD)'s favorite color,I'm making a Powerpoint about K-Pop because my teacher asked me to,and for me to give them some song reccomendations(I have that covered though UwU).Thanks! Is Russia affected by the Foreign Policy? Same with Iran and Cuba