What is a sign that
information is accurate?
A. Statistics are included
B. Research is referenced
C. Sources are cited
D. All of the above

Answers

Answer 1

Answer:

D

Explanation:

Those are all things that are need to know if information is accurate

Answer 2

The signs that information is accurate are:

Statistics, research, and cited sources.

Option D is the correct answer.

What is information?

Information is a collection of data, facts, or knowledge that provides meaning and context to a particular topic or subject.

It can be communicated through various forms such as text, graphics, images, or sound, and it can be used for various purposes such as learning, decision-making, or entertainment.

We have,

Statistics.

It provides objective and quantifiable evidence that supports the information presented.

Referencing research.

It means that the information presented is based on reliable and relevant studies, which indicates that the information has been carefully evaluated and verified.

Citing sources.

It indicates transparency and accountability, as well as the willingness to provide evidence to support the information presented.

Thus,

All of the above are signs that the information is accurate.

Learn more about information here:

https://brainly.com/question/13629038

#SPJ5


Related Questions

A program is divided into 3 blocks that are being compiled on 3 parallel computers. Each block takes an Exponential amount of time, 5 minutes on the average, independently of other blocks. The program is completed when all the blocks are compiled. Compute the expected time it takes the program to be compiled.

Answers

Answer:

The answer is "15 minutes".

Explanation:

The time of compilation for one block with all three computers would be denoted by the [tex]Y_1,Y_2 and Y_3[/tex].

Of all them.

[tex]Y_i \sim Exp(\frac{1}{5}) \ for \ j = \ 1,\ 2,\ and\ 3[/tex] and the average:

[tex]=\frac{1}{\lambda } \\ \\=5[/tex]

Let,

[tex]Z=Y_1+Y_2+Y_3, \\\\ then \ Z \sim \ Gamma ( \alpha =3, \ \ \lambda =\frac{1}{5})[/tex]

since independent of the total sum and the gamma distribution of parameters, [tex]\alpha = \ n \ \ and \ \lambda[/tex] are accompanied by exponential variables.  

Now the predicted value of Z can be found.

[tex]\bold{Formula:} \\\\ \to E(Z)=\frac{\alpha}{\lambda }\\\\[/tex]

[tex]=\frac{3}{\frac{1}{5}}\\\\= 3 \times 5\\\\= 15\\[/tex]

Therefore, it takes 15 minutes for the program to be compiled.

Marco Suarez is starting a new job in the Sales and Marketing Department of a financial services company. He is part of a team redesigning the company's website and wants to become better acquainted with current website design principles. Search for this year's best website designs and then examine the sample webpages. What are the current trends in website design? What principles should Marco use to suggest changes to his company's website?

Answers

The current trends in website design are the:

The use of Bold and bright Color.The use of saturated colors that makes one's brand stand out.The use of organic shapes and minimalism.What are the  principles to change company's website?

They are:

Make use of bite-size pieces.Make sure to include all styles of learning.Do not make it all about you Give a guided experience.

Therefore, The current trends in website design are the:

The use of Bold and bright Color.The use of saturated colors that makes one's brand stand out.The use of organic shapes and minimalism.

Learn more about website design from

https://brainly.com/question/25941596

#SPJ1

NoSQL databases:________.
a) are geared toward transaction consistency; not performance.
b) support only small amounts of sparse data.
c) provide fault tolerance.
d) are based on the relational model.

Answers

Answer:

Option c (provide fault tolerance) is the appropriate choice.

Explanation:

NoSQL databases often recently attracted considerable attention as they would be easier to configure, provide enhancing understanding as well as appear to always have quicker data recovery intervals. They become quicker and simpler to manage but also have not the same standards and monitoring methods.

Some other options in question are not relevant to something like a particular circumstance. So that the option above will be the appropriate one.

Answer:

c) provide fault tolerance.

Explanation:

Fault tolerance means the ability of a computer or network to continue working without any interruption when any of its components fail. Fault tolerant systems use backup components that takes place of the failed components so that there is no loss of service. In cases of failure the system can continue at a reduces level instead of failing completely. SQL database is not fault tolerant so it willl not function in case of interruption or system failure.

Select the best answer for the following:
Computer can
i. do calculations ii. store data 111. take a decision
a.
iv, all of them​

Answers

iv— it can do all of them

The Software Center is the same for every campus. I will have access to any software that I want Your answer: True or False ​

Answers

Answer:

true

Explanation:

i don't really know

Sarah Jones is a coder who is working with a team to create a new mobile operating system. At their last meeting, the team discussed whether to make the code open source or closed source. What are benefits to each for the developer and for the user? What responsibility does the developer have to ensure the quality of an open source program?

Answers

Explanation:

Open-source software in simple terms refers to software whose source code can be changed by another developer other than the original developer (the original creator).

Benefits:

it allows improvementsit is easy to get tutorials about the software from several developers.fewer usage restrictions

A Closed-source software does not allow modification, in other words, it means programmers cannot improve the program expect if given permission by the creators.

To ensure the quality of the program the developer needs to perform periodic internal testing.

The benefits to each for the developer and for the user are:

It allows for modifications.It is easy to learnThere are few restrictions.

What is an Open Source Software?

This refers to the type of software in which the source code can be modified by another developer.

With this in mind, we can see that a closed source software is rigid and does not allow modifications which leads to the writing of code from scratch.

Read more about open source software here:

https://brainly.com/question/4593389

Can some one help sorry I just so confused on this and I keep failing it I just need the help So choose the best answers

Answers

Answer:

i7tyerged

Explanation:

Explique como são gravados (escrita) os bits zero ou um no HD.

Answers

Answer:

The following are the description of storing bits into Hard-disk.

Explanation:

As we know computer only know the binary language, that is in the form of zero's and once's "0's and 1's". In the hard drive, it requires a magnetically covered rotating disc, that's  "head" passes over its platter.

It marked 0's and 1's on the platter as tiny electronic areas in the north.Its head goes to the very same location to read its information again, the north and south places pass there and assume from the 0s and 1s which are contained.

Which situations are a good fit for using telehealth? Select 4 options.
A. You need an appointment to get tested for allergies.
B. You doctor sends you an email to remind you about an appointment.
C. You had a car wreck.
D. Your doctor emails you because your heart monitor shows an abnormality.
E. You need a referral to a skin doctor.

Answers

Answer:

A, B, C and E

Here, hope this helps...... ;)

I cant get this for the life of me, I dont understand what im doing wrong, help?
def main():

numGuesses = 0
userGuess = 15
secretNum = 5

name = input("Hello! What is your name?")


userGuess = print ("Guess a number between 1 and 20:")

numGuesses = numGuesses + 1

if (userGuess < secretNum):
print("You guessed " + str(userGuess) + ". Too low.")

if (userGuess > secretNum):
print("You guessed " + str(userGuess) + ". Too high.")

if (userGuess = secretNum):
print9"Congrats! you are correct.")
main()

Answers

Answer:

what problems are you facing with this code?

Answer:

Your print statement has a 9 on it.

Which character is often used to identify registered trademarks and is available on the Insert tab and Symbols
group?
O ?
TM
+

Answers

Answer:"TM"

Explanation:

Why would you convert your birth year to binary numbers?

Answers

Answer:

Write out your birthday in the following format: M/DD/YY. For example, if your birthday is on June 11, 2013, it would be written as 6/11/13.

2. Convert the birthday date to binary format. Using our same example from above, 6/11/13 translated into binary code would be: 110/1011/1101.

3. Select one color of bead to represent “0”, a second color to represent “1” and then the third color to represent a space (/) between the numbers.

4. Layout the beads to represent your birthdate in binary code. Don’t forget the third color for the spaces in between the numbers!

5. Once laid out, string all the beads on to the string or pipe cleaner.

6. Tie a knot around the ends and enjoy your one-of-a kind masterpiece as a piece of jewelry or a bag tag….the options are endless!

Laura joins a company as a wireless network engineer What will be some of her tasks and responsibilities?

Answers

Answer:Design and implement WLANs and other wireless networksWrite manuals and document current network proceduresDesign and validate the performance, quality, and reliability of the RF link.Handhold other in-house engineers to train them on wireless technologies, besides guiding other non-technical people.Understand client requirements to be able to cater to their appropriate needsManage firewalls, such as Palo Alto, Juniper or Cisco ASA.Have extensive knowledge of routing protocols (OSPF, EIGRP, and BGP).Make sure that all equipment, including servers and the other network products, are well-connectedEnable data and system protection by developing and maintaining mechanisms for backing up and retrieval.Proactively handle all network security solutions.Make use of testing and diagnostic tools to assess and modify equipment

The relational operators have the property of _____; that is, the use of relational algebra operators on existing relations (tables) produces new relations.

Answers

Answer:

Closure

Explanation:

The relational operators have the property of closure ; that is, the use of relational algebra operators on existing relations (tables) produces new relations.

Pixel Data
Assume your friend just sent you 32 bits of pixel data (just the Os and is for black and white pixels) that were encoded after sampling an image.
Choose the two statements that are true. ⬇️

The 32 bits of pixel data is enough to produce the image using the widget. Nothing else is needed.

The digital image would be an exact copy of the analog image.

The correct width and height must be input into the pixelation widget to produce the image.

The fact that only 32 bits were used to represent the image Indicates relatively large sample squares were used. The digital Image may vary from the analog
image significantly

Answers

Answer:

-The correct width and height must be input into the pixelation widget to produce the image.

- The fact that only 32 bits were used to represent the image indicates relatively large sample squares were used. The digital image may vary from the analog image significantly.

Explanation:

The "Core of Marketing" is?
A.Perceived Value
B.Real Value
C.Social Media
D.Utility

Answers

Answer :

C. Social Media.

B Perceived Value

Explanation:

I took the test

Make the smallest
nonzero number
possible, in binary,
with your
Flipply Do Pro.
What is the decimal
(Base 10) equivalent?

Answers

Answer:

Whole Numbers:

0000 0001 (Binary) --> 1 (Decimal)

Real Numbers:

0000 0001 (Binary) -->  0.00390635 (Decimal)

Explanation:

In general, the smallest nonzero number that can be displayed in binary that is a whole number is 1.  Consider that as you increase by 1 in the binary system starting from 0, you will have the following:

0000 0000 == 0

0000 0001 == 1 (Smallest nonzero)

0000 0010 == 2

0000 0011 == 3

... etc.

Notice the smallest value here is decimal 1.  With this in mind, you will need to "program" you Flippy Do Pro to display this value.  Alternatively, if you consider decimal numbers in binary with the Flippy Do Pro, you can have even smaller nonzero numbers.  Depending on where you decide to place the decimal, you can even have smaller nonzero values.

Let's assume that you say this is a fractional representation of binary on the Flippy Do Pro.  Then, you will say your decimal is infront of the display of the Flippy Do Pro, hence index 9 (which is not displayed).  From here, you will simply say the following:

0000 0000 == 0.0

0000 0001 == 0.00390635 (Smallest nonzero)

0000 0010 == 0.0078125

0000 0100 == 0.015625

... etc.

Note, in binary, as you move the value of 1 to the right of the decimal, you are doing (1 / 2^n), where n is the index value to the right of the decimal.

Hence, depending on if you are to consider just whole numbers or real numbers, the smallest value displayed can be different even though the number being displayed is still 0000 0001.

Cheers.

How might an inventory of activities be different from an inventory of objects? *(I don’t understand this question. )*

Answers

I inferred you are referring to a business case, not computer and technology.

Explanation:

Put simply, an inventory of activities involves a record of the business routine activites such as last maintainance, last purchase of supplies etc.

However, the inventory of objects is diffrent as it records specifically how much inventory (objects; goods) a business have on hand.

What is a sign that content is
biased?
A. The author has a lot of experience in the topic
B. The author lists evidence
C. The author makes money in a connected area
D. All of the above

Answers

C. because it’s the only one where they would have a reason to be biased

The sign of having a biased content is that author makes money in a connected area. The correct option is C.

What is biased content?

A biased piece of content expresses an unreasonable preference or dislike based on personal preference: The meeting was reported inaccurately in the newspapers for instance.

Bias occurs when a writer shows favoritism or prejudice toward someone, something, or an idea.

Readers can identify biases by asking themselves a series of questions about a writer's language, facts, and evidence.

A biased estimator differs from the true population value. An unbiased estimator differs from the true population parameter in no way.

The author makes money in a related field, which is a sign of biased content.

Thus, the option C is showing that the content is biased, so it is the correct option as making more money than the limit in that area can indicate the biased behavior.

For more details regarding biased content, visit:

https://brainly.com/question/20900626

#SPJ2

A printer would be considered _____. Select 2 options. 1 an input device 2 an output device 3 hardware 4 software 5 storage

Answers

Answer:

an output device and hardware

Explanation:

Hardware is something that can be physicaly touched and an output device is something that gives information out, such as a monitor, speaker, or printer

A printer would be considered an output device and a hardware device.

What is an output device?

Any piece of computer hardware that translates information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment is referred to as an output device. Text, images, haptic, audio, or video can all be used.

What is a hardware device?

The chassis, central processor unit, random access memory, monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers, and motherboard are all examples of computer hardware.

A printer would be considered an output device and a hardware device.

Learn more about Output Device:

https://brainly.com/question/13014449

#SPJ2

A computer application such as Microsoft Access that is used to store data and convert it into information is a ________________________.

Answers

All data is stored in table

What is the difference between being an affiliate and an independent station ?what are the benefits to being an affiliate

Answers

Answer:

So the difference is one does its own thing the other is someone who is working with another.The benifits are that if it is something good done you both get the reward the bad part is that if its bad then you both get in trouble for it.

Explanation:I hope this helps

Help, please!! A file named "games.txt" exists and has 80 lines of data. You open the file with the following line of code. aFile = open("games.txt", "w") You write two lines to the file in the program. How many lines are in the file when you close your file?
A. 2
B. 82
C. 80
D. 0

Answers

Answer:

2

Explanation:

Edge 2021

The number of  lines are in the file when you close your file is 82 lines. Hence option B is correct.

What is program?

Program is defined as a series of instructions written in a programming language that a computer may follow. Software, which also contains documentation and other intangible components, comprises computer programs as one of its components.  Programs are collections of instructions that a computer follows.

The line, character, word, and byte counts of a file can be discovered with the wc program. To count the number of lines, we add the -l option to wc. This will provide the file's name and the total amount of lines.

Thus, the number of  lines are in the file when you close your file is 82 lines. Hence option B is correct.

To learn more about program, refer to the link below:

https://brainly.com/question/3224396

#SPJ2

Why do some people think the global
economy is good for the United States?

Answers

Answer: is a

Explanation:

Your Turn
Complete the statement below, and then click "Submit" to compare
your work with an example,
According to the Employee Manual, e-mail accounts...
Submit
2008 Gol
< PREVIOUS
NEXT >
SAM
Clin

Answers

Explanation:

what grade yoou in

When using bits to represent fractions of a number, can you create all possible fractions? Why or why not?

Answers

Here’s the answer
Ur welcome

Yes, utilizing bits to represent the fractions of a number allows us to produce all conceivable fractions.

What is bit that represents fractions of a number?

In the binary coding, a bit is referred to as a single digit. In digital communication and computing, it serves as the fundamental unit of information. It can have a value of 0 or 1. When creating fractions, we can do so by using the initial bits to represent the whole number and the last bits to represent the integers that come before the fraction.

Representing is the act of expressing understanding and expressing ideas via the use of figurative, concrete, abstract, and graphical symbols, words, and circumstances. It is possible to express fractions in a way that is very similar to how the positive factors of twice represented integers use the negative factors of two to sum to virtually fractional numbers.

Thus, Yes, utilizing bits to represent the fractions of a number

For more details about bit that represents fractions of a number, click here:

https://brainly.com/question/17582172

#SPJ6

Is when a hacker prevents you from accessing your files and asks that you pay money to give you back access. It's NOT guaranteed that you'll have access to your files after payment.

Answers

Answer:

Ransomware

Explanation:

Ransomware is a cyber-computer term that describes a cryptic-associated cyber attack on people's account or personal related information, which prohibits the victim to gain access to those accounts or files such as social media account, and then demand certain sum to be paid before granting access. At the same time, payment doesn't ensure actual access by the victim to such an account.

Hence, in this case, the correct answer is RANSOMWARE

Answer:

b

Explanation:

Tracy always starts facing which direction?


Answers

Answer:

tracy starts facing east

Explanation:

The time Yanni runs to catch Tracy is 20 minutes.

We are given that;

Speed of tracy= 1mile in 10min

Now,

We need to find the distance that Tracy and Yanni have traveled when they meet.

Let x be the time (in minutes) that Yanni runs, then Tracy runs for x + 20 minutes.

Since their speeds are given in miles per minute, we can write the following equations:

Distance traveled by Tracy = 1/10 * (x + 20)

Distance traveled by Yanni = 1/5 * x

They meet when their distances are equal, so we can set the equations equal and solve for x:

1/10 * (x + 20) = 1/5 * x

Multiply both sides by 10 to clear the fractions: x + 20 = 2x

Subtract x from both sides: 20 = x

Therefore, by algebra the answer will be 20 minutes.

More about the Algebra link is given below.

brainly.com/question/953809

#SPJ6

The complete question is;

Tracy is running a trail in Hanna park she can run 1 mile in 10 minutes Yanni is running the same trail as Tracy Johnny can run a mile in five minutes but starts running 20 minutes after Tracy started on the trail if they started the trail from the same point how long will it take Yanni to catch Tracy

What processes are used to convert raw material or scrap to a basic primary shaped and sized product.

Answers

Answer: Primary processes convert raw material or scrap to a basic primary shaped and sized product. Secondary processes further improve the properties, surface quality, dimensional accuracy, tolerance, and other stuff lol

Explanation:

which form of communication is extremely private​

Answers

Intrapersonal Communication
Other Questions
Divide rs 21000 between Nisha and Nishan so that Nisha gets double than Nishan Simple subject, The early morning is a busy time for the school principal. Why did I get this question wrong? Which principle was adopted in the U.S. Constitution to ensure that no onebranch of the federal government became too powerful?A. popular sovereignty B. Republican government C. Judicial restraint D. Checks and balances Why did the Aztecs focus on having a strong military Which sentence has an adjective clause? Gilgamesh answered, Dear friend, dear brother, I cannot kill Humbaba alone. Please stay here with me. Stand at my side. Two boats lashed together will never sink. A three-ply rope is not easily broken. If we help each other and fight side by side, what harm can come to us? Let us go on and attack the monster. We have come so far. Whatever you are feeling, let us go on. Gilgamesh: A New English Translation, Stephen Mitchell How does this passage reveal a characteristic of Gilgamesh? What conclusion can be drawn about Gilgamesh from this characterization? what is the 4 structures of an enzyme The vantage point is significant to perspective because The CPU converts into information. The CPU is the mastermind of the computer, controlling everything that goes on through a series of . Another name for the CPU is . What does the metaphorical title suggest aboutWilliams's cultural identity? Which file type is typically used for videos? GIF MPEG MP3 PDF Help i will give brainlist A plane flies for 2 hours at a speed of 430 km/hr. How far did the plane travel? what is coalition please give me answer (25 POINTS!!!!) a rectangular garden measures 5 feet by 4 feet. The length and width are both increased by the same amount and the new area is 56 square feet. What are the new dimensions of the garden? You have been putting off writing a research paper, and now it's due in two days. You have gathered a few notes, but fear you will not complete the assignment on time. You are considering purchasing a paper from a website that produces research papers on any topic, though you are concerned the content might not be original. Should you take a chance and purchase the research paper? Is using the website's services even ethical? Is -0.11 a natural number? Find the cube root(s): 1 Which is true regarding a problem statement? It provides a vision of the unsolved problem. It is not usually necessary for a successful software development effort. It describes how to increase profits and decrease expenses. It clearly describes the issues that contribute to a problem.