Select the correct answer.
In what way do graphs and charts help in decision-making? Select the most important point,
A. They identify errors in the data.
B. They can be included in slideshow presentations.
C. They reveal patterns in data.
D. They automate calculations,
E. They can be inserted into documents,

Answers

Answer 1

Answer: C

Explanation:


Related Questions

HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP

Answers

Answer:

I should be C! :D

Answer:

B

Explanation:

Which of the statements below describe how to print a document?

Click on the Print icon at the tip of the screen.

Click on Print in the system tray.

Select Print from the Start menu.

Select Print from the File menu.


(On the picture above is what I have plz let me know if I’m wrong)

Answers

I pretty sure it’s the first one also I don’t think that you pick two answers because it does not say to do so

Implement the function printTwoLargest that inputs an arbitrary number of positive numbers from the user. The input of numbers stops when the first negative or zero value is entered by the user. The function then prints the two largest values entered by the user. If fewer than two distinct positive numbers are entered a message to that effect is printed instead of printing any numbers. Hint: Duplicates will cause problems. Try to make sure that you find a way to ignore them.

Answers

Answer:

The function in Python is as follows:

def printTwoLargest():

   chk = 0

   list1 = []

   num = int(input("Enter: "))

   while num > 0:

       for i in list1:

           if i == num:

               chk+=1

               break;

       if chk == 0:

           list1.append(num)

       chk = 0

       num = int(input("Enter: "))

   list1.sort()

   if len(list1) >= 2:

       print("Largest:", list1[-1])

       print("Second:", list1[-2])

   else:

       print("Length of list must be at least 2")

Explanation:

This defines the function

def printTwoLargest():

This initializes a check variable to 0

   chk = 0

This initializes an empty list

   list1 = []

This prompts the user for input

   num = int(input("Enter: "))

The following loop is repeated until input is 0 or negative

   while num > 0:

The following for loop checks for duplicate

       for i in list1:

           if i == num: If duplicate is found

               chk+=1 The check variable is set to 1

               break; And the for loop is exited

The input is appended to the list if the check variable is 0 (i.e. no duplicate)

       if chk == 0:

           list1.append(num)

This sets the check variable back to 0, for another input

       chk = 0

This prompts the user for another input

       num = int(input("Enter: "))

This sorts the list

   list1.sort()

This prints the two largest if valid user input is 2 or more

   if len(list1) >= 2:

       print("Largest:", list1[-1])

       print("Second:", list1[-2])

if otherwise, this prints that the length must be at least 2

   else:

       print("Length of list must be at least 2")

which operating systems have both workstation and server editions?
-ios
-android
-ubuntu
-windows

Answers

Answer:

WINDOWS

Explanation:

The operating system that have both workstation and server editions is windows. The correct option is D.

What is an operating system?

The operating system (OS) controls all of the computer's software and hardware. It basically manages files, memory, as well as processes, handles input along with output, and controls peripheral devices such as disk drives and printers.

The most chief software that runs on a computer is the operating system. It is in charge of the computer's memory, processes, as well as all software and hardware.

Several computer programs typically run concurrently, all of which require access to the computer's processor (CPU), memory, and storage.

Operating systems now use networks to connect to one another as well as to servers for access to file systems and print servers. MS-DOS, Microsoft Windows, and UNIX are the three most popular operating systems.

Thus, the correct option is D.

For more details regarding operating system, visit:

https://brainly.com/question/6689423

#SPJ2

why do computer architects prefer memory dump to be in base 16​

Answers

Answer:

We use hexadecimal numbers primarily because they provide a more human-friendly representation and it is much easier to express binary number representations in hex than in any other base number system.

Explanation:

someone, please answer this.

This lesson showed you the general form of the syntax for a for loop in JavaScript:for

(initialize counter; condition; update counter) {code block;}

What does each part do, and why is it necessary?

Answers

Answer: A loop will continue running until the defined condition returns false . ... You can type js for , js while or js do while to get more info on any of these. ... initialization - Run before the first execution on the loop. ... But it can be used to decrement a counter too. statement - Code to be repeated in the loop.

Explanation:

Explain benefits and disadvantages of using BNC over F-Type connectors on coaxial cables

Answers

Answer:

The benefits and disadvantages of using BNC over F-Type connectors on coaxial cables are;

The benefits of the BNC includes;

1) Easy connect and disconnect for a more rapid connection unlike the F-Type connector which is a screw connector

2) Reduction on stress on the termination of the coaxial cable

3) Appropriate in systems that see frequent reconfiguration unlike te F-Type connector that is permanently attached

4) Prevent unwanted disconnection ensuring image consistency by locking into place

5) Can extend to 300 ft.

The disadvantages of the BNC connectors are;

1) A separate power supply for the cable is required

2) Is used only for video transmission

3) Cannot be used for audio

4) The center wire is not easily visible like those of the F-Type connector which serves as a pin

5) The BNC connector is not watertight like the F-Type connectors

6) There are no provision for properly and securely attaching the cable to the camera for field work such that it can be easily disconnected while in use unlike the F-Type connectors

7) It is not as easy to manufacture like the F-Type connector and it is more expensive

8) The installation of the BNC connector on a coaxial cable is more intricate and the center cable is hidden from view after the BNC is attached thereby making it not possible to see if there is an error in installation which is unlike the F-type connector that takes less than 30 seconds to be attached to a cable

9) The F-Type connector provides more cost savings during installation than the BNC connector

Explanation:

The BNC connector is a type of bayonet connector used more frequently on CCTV systems. The benefits of the BNC includes;

The F-Type connectors are usable on SATV, CATV, and Digital TV where they are used together with RG6 or RG11 cables

Using the drop-down menus, correctly complete the sentences.
A(n)
vis a set of step-by-step instructions that tell a computer exactly what to do.
The first step in creating a computer program is defining a(n)
the next step is creating a(n)
v problem that can be solved by a computer program.
A person writing a computer program is called a(n)

Answers

Answer:

It is  computer program , Problem, Logic, Programmer

Explanation:

on edge

Other Questions
In an Antarctic pelagic community, the primary producers are phytoplankton, which serve as food for the dominant grazing zooplankton, especially krill and copepods, both of which are crustaceans.These zooplankton species are in turn eaten by various carnivores, including other plankton, penguins, seals, fish, and baleen whales. Squids, which are carnivores that feed on fish and zooplankton, are another important link in these food webs, as they are in turn eaten by seals and toothed whales (Figure 1). Figure 1: Arrows follow the transfer of food from the producers (phytoplankton) up through the trophic levels. For simplicity, this diagram omits decomposers.Antarctic krill (Euphausia superba) is an important source of food for whales, seals, squid, fish, and many species of birds. Its abundant biomass is one of the largest on Earth. Figure 2 compares the effects of krill harvesting on species richness within two small sections of the Antarctic region; one section was subject to krill harvesting and the other section was not.Describe how the autotrophs facilitates the flow of energy through the Antarctic ecosystem. In the Antarctic pelagic community, there are three types of seals. The leopard seals eat birds, but the crabeater and elephant seals do not. Explain how the interactions between seals and other species may affect their food sources.Identify the independent variable of the data graphed in Figure 2. Explain one way this variable is affecting the biodiversity of the Antarctic food web.Analyze the change in species richness with or without krill harvesting. Predict how the removal of krill from the Antarctic ecosystem will affect its long-term structure.Justify the claim that the Antarctic krill is a foundation species, not a keystone species. Provide evidence to support your claim. What is the place value of the 9 in 67.49? Someone please help its due todayChoose the correct word for the sentence 1. House is on corner? What is the correct wordTheirThereTheyre 2. The mother instructed her children to sit. During the show and not to get up?Their ThereTheyre 3. That house Is most likely to be condemned if someone doesnt start maintaining it soon Their ThereTheyre 4. Wealthy business owners keep _ Valuable property, titles and deeds in a safe deposit boxTheir ThereTheyre 5. _ Training for a marathon by running 10 miles a day Their There Theyre 6. The boat over _ Is _ boat, and _ going to take me fishing next weekTheir There Theyre 7. Put the book over _ next to _ shelves because _ going to put the books in order Their There Theyre HELP NOW PLEASE ANSWER ASAP RIGHT NOW ASAP PLEASE ANSWER A 39-year-old Maine coon named Gilbert had a birthday party on Saturday. The host of the party was his owner, Debbie Marshall. She was given the cat as a gift on her 5th birthday. Marshalls daughter and grandson were also at the party. Reporters from around the state came to the party as well. Marshall was shocked by the attention she and Gilbert were getting. "I never knew that having an old cat was such a big deal," she said. "My friend said that a 39-year-old cat had to be a record. I did not think it was true!" Gilbert is the oldest living cat in the world. The next oldest is a 36-year-old Bombay that lives in Mumbai. Describe the relations between Islam and eastern and Western Europe. Were there moments of war and diplomacy? Trade? Explain in detail with specific examples 4 3/12 + 1 4/12 = (make sure you simplify the fraction) After World War II, the legal basis for the criminal trials of German and Japanese wartime officials by the Allies was that these officials had1overthrown monarchies by force2violated nonaggression pacts3committed crimes against humanity4established communist police states If youre a Muslim, please do answer my question. Ill mark you as brainlist! just want to check up on you all :)-Hows your Ramadan going so far?Write it in 5-7 sentence plz What phrase in Senator Hatch's statement shows that his support forprovisions of the PATRIOT Act began even before September 11,2001? Segn la informacin en la leccin a qu obras dedic sus ltimos aos de vida, despus de 1610?a. La Cueva de SalamancaC. El Viejo Celosob. Los Trabajos de Persiles y Segismuda d. El Juez de los DivorciosPlease select the best answer from the choices provided 51 old patient went to ER with severe bleeding, drowsiness, fatigue. Please describe your nursing care plan for the patient. What is a scientific theory?O Alaw that is always trueO A hypothesis about natureO An educated guess based on observationsO An explanation of how the natural world works suns core know as??????? Which tab can be used to change the theme and background style of a presentation?O DesignO HomeO InsertO View please help me with this question it is evaluating NO LINKS I will give brainiest How do I find the answer Worth 30 points, and I will recommend you! PLS!If the primary consumer level contained 1,500 kcal (joules) of energy, how much energy would be in the tertiary consumer level? hey seggsy engineering ppl help me pick out a class ringim asking every subject and 2nd one seems to be the fan fav so far Evaluate the expression when n=3. 3 squared+ 16