What are 3 reliable sources of information?

Answers

Answer 1

Academic books and papers that have undergone peer review are trustworthy sources of information.books from recognized publishers, including professional books, trade periodicals, newspapers, and magazines.

What are some good reliable sources?Scholarly, peer-reviewed books or articles that have been authored by academics for academics.Original study with a large bibliography.Even though no specific author is identified, information released by the government is typically current and founded on trustworthy research.Print publications with writers and identified sources typically have a good reputation since they offer references that readers may check.Websites ending in. gov and. edu are typically trustworthy, but watch out for sites that intentionally use these suffixes to deceive.Websites run by nonprofit organizations may also include trustworthy information, but you should take some time to analyze these factors to see if they might be biased.

To learn more about  reliable sources refer

https://brainly.com/question/27131572

#SPJ4


Related Questions

Stephen is creating video tutorials to sell his company's products. The target audience will consist of company employees using primarily new computers with the Windows operating systems and Internet Explorer 9. Stephen is debating whether to publish the videos using the MP4 or the OGG video format. Both formats are compatible with the HTML5 video element, which he is using in his tutorials. Which of the following would be a reason for Stephen to choose one format over the over?
A. The MP4 video format is a free open-source solution that is compatible with all browsers.
B. The OGG video format is a free open-source solution that is compatible with all browsers.
C. The MP4 video format is natively supported by Internet Explorer 9 and does not require a plug-in.
D. The OGG video format is natively supported by Internet Explorer 9 and does not require a plug-in.

Answers

Answer:

The answer is "Option C".

Explanation:

MP4 is a digital video filesystem that was firstly introduced in 2001. That very many platforms or applications throughout the digital market support MP4. Sound signals, video clips, yet still images, and text could be stored in an MP4 format, therefore internet Explorer 9 accepts the MP4 video format it does not have to have a plug-in.

What virtual, logically defined device operates primarily at the data link layer to pass frames between nodes?.

Answers

This vSwitch (virtual switch) or bridge is a logically defined device that operates at the Data Link layer to pass frames between nodes.

WHAT ARE NODES?

To put it simply, a node is any device that connects other devices connected to one another over a network and permits data to be sent and received from one endpoint to the other. Network nodes include hardware like printers, switches, and routers.An electronic gadget called a node. The physical components are what have the ability to send, receive, or forward data.Besides being an electronic device, a computer can send, receive, or forward data. As a result, we can argue that a computer is a node in a computer network for this reason. An electronic gadget called a node. The physical components are what have the ability to send, receive, or forward data.

Hence,A logically defined device called a vSwitch (virtual switch) or bridge operates at the Data Link layer to pass frames between nodes.

learn more about nodes click here:

https://brainly.com/question/13992507

#SPJ4

PLS HURRY!!
Look at the image below

PLS HURRY!!Look at the image below

Answers

Answer:

1. A function can use variables as parameters.

2. A function can have more than one parameter.

3. The definition of a function must come before where the function is used.

Explanation:

The definition of a function can come before or after it is used - I am pretty sure it cannot be placed after the function is being used. It should always come before it is used, so this statement is false.

A function can use variables as parameters - this is true, variables are just labels to hold data.

A function can have more than one parameter - this is true.

A function must have a return value - functions do not always have to return values. It could simply print, so this statement is false.

The definition of a function must come before where the function is used - As said earlier, the definition of functions must come before it is used/called. This statement is true.

Hope this helps :)

Arrange the steps to create a database in the correct order.
Save the database.
Determine field names.
Access the relevant DBMS.
Analyze the tables you require.
Define data types for fields.
+
+

Arrange the steps to create a database in the correct order. Save the database.Determine field names.Access

Answers

Answer:

Analyze the the tables you require

Determine field names

Access the relevant DBMS

Define data types for fields

Save the database

For database first analyze the table required, determine field names, access the relevant DBMS, define data types for fields, and finally, save it.

What is a database?

A database is a well-organized collection of documents or data that is typically stored electronically in a computer system. A database management system is usually in charge of a database (DBMS).

Database software simplifies data management by allowing users to save data in a structured format and then access it.

It typically has a graphical interface to assist in the creation and management of data, and in some cases, users can build their own databases using database software.

A database system stores vital business data: the data, when analyzed, becomes valuable information about a company and aids in decision-making.

Analyze the required table, determine field names, access the relevant DBMS, define data types for fields, and save the database.

Thus, this is order for steps to create a database in the correct order.

For more details regarding database, visit:

https://brainly.com/question/6447559

#SPJ5

1. what is the internet infrastructure stack? what is the relevance of this technological concept to marketers? what is the significance of cloud computing in relationship to the internet infrastructure? who is the leader in cloud computing for third parties by revenue, cisco, ibm, , or amazon?

Answers

The correct answer is Internet infrastructure stack are sets of hardware and services combined together which helps in making the data and information available on the web page.

Any hardware component that is housed inside a computer. a set of guidelines or software that instructs a computer on what to do or how to carry out a certain task (computer software runs on hardware). a computer application that gives users the resources they need to do a certain task. any hardware component that is housed inside a computer. a set of guidelines or software that instructs a computer on what to do or how to carry out a certain task (computer software runs on hardware). a computer application that gives users the resources they need to do a certain task.

To learn more about hardware  click on the link below:

brainly.com/question/15232088

#SPJ4

Call your function from Example 1 three times with different kinds of arguments: a value, a variable, and an expression. Identify which kind of argument is which.

Answers

Answer:

Example 1:

def function(num):  

   print(num*2)

Example 2:

function(5)

num = 2

function(num)

function(3-1)

Explanation:

Given:

See attachment for complete question

To start with Example (1)

def function(num):  

   print(num*2)

Note that; the above code segment which doubles the parameter, num could have been any other code

In Example (1), the parameter is num

For example (2):

We can call the function using:

#1. A value:

function(5)

In #1, the argument is 5; a value

#2. A Variable

num = 2

function(num)

In #2, the argument is num; a variable

#3. An Expression

function(3-1)

In #3, the argument is 3-1; an expression

Call your function from Example 1 three times with different kinds of arguments: a value, a variable,

Some dialog boxes and the backstage area contain a _____ button, labeled with a question mark (?).

Answers

Some dialog boxes and the backstage area contain a help button, labeled with a question mark.

What is a dialog box?

A dialogue box can be defined as a pop-up menu that opens up as a temporary feature due to an application or required of an application.

The help option is appearing on a file that is depicted with a question mark describing that it contains all the information that the person will need or the queries that person is having, and it can solve the data which is being presented to them.

The help menu can even explain each and every feature that is present in the software.

Learn more about dialog box, here:

https://brainly.com/question/28445405

#SPJ1

A _____ (sometimes called an epic) is a simple, high-level statement of a requirement.

Answers

A Feature (sometimes called an epic) is a simple, high-level statement of a requirement.

Check more about features below.

What do you mean by feature?

A feature is known to be a kind of a distinctive attribute or a special attraction of a person or any thing. It is that which is  unique to a person or thing.

Note that the term Feature can also imply for one to give special attention to any thing.

Therefore,  A Feature (sometimes called an epic) is a simple, high-level statement of a requirement.

Learn more about Feature from

https://brainly.com/question/24416657
#SPJ1

How large does a telsa coil need to be to transmit wireless electricity

Answers

The size of the largest operational Tesla Coil is measured to be 38ft or 12 meters. It transmits about 138kw of electricity.

What is a Tesla Coil?

Nikola Tesla invented the Tesla coil, an electrical resonant transformer circuit, in 1891. It is used to generate high-voltage, low-current, high-frequency alternating current.

During his efforts to construct a "wireless" lighting system with gas discharge light bulbs that would shine in an oscillating electric field generated by a high voltage, high-frequency power source, Tesla devised the Tesla coil.

Tesla coils provide various health risks owing to high voltage radio frequency emission, including skin burns and nervous system and heart damage.

Learn more about Tesla Coil:
https://brainly.com/question/7295601
#SPJ1

what is saturating arithmetic and what are its advantages and disadvantages in typical multimedia applications?

Answers

Saturation arithmetic is  a version of arithmetic under which all operations are limited to a fixed range.It aids in the modelling of actual physical processes and is inapplicable to standard mathematical operations.

What are the benefits of saturation in arithmetic?

The necessity for overflows and underflows on MMX instructions is removed by saturating arithmetic. A result is saturated to the nearest permissible value if it is outside of boundaries. By minimising wraparound effects, saturating arithmetic is advantageous for many multimedia applications.

What is saturation arithmetic' flaw?

On a system that can only perform modular arithmetic operations, it is difficult to efficiently implement saturation since basic solutions necessitate branches that cause significant pipeline delays.

Learn more about saturating arithmetic here:

https://brainly.com/question/15557985

#SPJ1

Select the correct answer.
The film An Inconvenient Truth (2006) is a campaign to educate people across the world about global warming. To what genre or subgenre does
this film likely belong?
OA
crime
OB
documentary
OC.
disaster
OD
drama

Answers

Answer:

its B) documentary

Explanation:

instead of creating a pivot table and then add to power query. can we convert the raw data to look like a pivot table in power query?

Answers

It is possible to convert raw data to look like a pivot table in Power Query. Pivot table is an essential tool to summarize data from a large table, but converting raw data into a pivot table is not possible in Power Query.

However, Power Query can transform raw data into a format similar to a pivot table by performing the following steps:Step 1: Load the raw data into Power Query by selecting the table and clicking on the "Data" tab and then on "From Table/Range."Step 2: In the Power Query Editor, select the columns to be summarized and click on the "Group By" button in the "Transform" tab.Step 3: In the "Group By" dialog box, specify the column to group by and the column to summarize by choosing the aggregation method. Click "OK" to apply the changes to the data.

Step 4: Add additional columns using the "Add Column" button, such as calculated columns or columns to filter the data.Step 5: Finally, load the transformed data into Excel by clicking on the "Close & Load" button or by selecting "Close & Load To" and choosing the desired location and format. Power Query has transformed the raw data into a summarized format that looks similar to a pivot table.

Learn more about  raw data: https://brainly.com/question/30557329

#SPJ11

Document that tells important facts about the project is called

Answers

The document that tells important facts about the project is known as Project Charter.A project charter is an essential document that gives a high-level overview of the project's objectives, scope, stakeholders, and deliverables.

It is used to give the team a clear understanding of the project's purpose and goals, as well as their roles and responsibilities in the project's successful completion. The document includes all the critical components that affect the project's success or failure, such as risks, constraints, assumptions, and success criteria.The project charter is also used as a reference throughout the project's life cycle to ensure that the project remains aligned with its objectives and goals.

The project manager creates the project charter and receives approval from the project sponsor before the project begins. This document is a crucial element in defining the project and ensuring that it is delivered on time, within budget, and according to quality standards.In conclusion, the project charter is a comprehensive document that outlines the project's key details, including its objectives, scope, stakeholders, and deliverables.

To know more about stakeholders visit:

https://brainly.com/question/30241824

#SPJ11

Type the correct answer in the box. Spell all words correctly.
How can aspiring illustrators hone their skills?
Aspiring illustrators can hone their talent and skills using _____________ software.
Help asap
100 POINTS

Answers

Answer:

Aspiring illustrators can hone their talent and skills using Adobe Illustrator software.

Explanation:

By using this software we enroll graphics for out Television.Computer etc ..

Is the earth flat or round?

My cousin says it’s flat but my mom, his mom, and me keep telling him there is literal satellite proof that the earth is round and their are scientists literally 10000x smarter than he is and they say the earth is round but he told me to search it up on brainly so here I am

Is the earth flat or round?

Answers

Answer: The earth is round

Explanation: People have even gone to space and recorded it.

Answer: round

Explanation: satellite images show the earth is round

after clicking on a link on a website a box pops up

Answers

Answer:

22sdsn:

2flaladds2222ded

Answer:

it show this 22sdsn:

2flaladds2222ded for me as well thank you may you mark me brainlyest pls

Explanation:

ball.setSize(25, 75);
What does 25 represent in the example above?
1. The SPEED of the ball
2. The WIDTH of the ball
3. The HEIGHT of the ball
4. The 'X' coordinate of the ball

Answers

Answer:

2

Explanation:

(25+7)÷(56-25)×(8÷3)÷2+64×3%

Answers

Answer:

100.7168459

Explanation:

I used a Calculator, so the answer might me wrong 乁| ・ 〰 ・ |ㄏ

Clunker Motors Inc. is recalling all vehicles from model years 2001-2006. A bool variable named norecall has been declared . Given an int variable modelYear write a statement that assigns true to norecall if the value of modelYear does NOT fall within the recall range and assigns false otherwise. Do not use an if statement in this exercise!

Answers

Answer:

The statement (in Python) is as follows:

recalled = modelYear >=2001 and modelYear <=2006

Explanation:

Required

A statement without an if statement to assign true or false to recalled

Using an if statement, the comparison is

if modelYear >=2001 and modelYear <=2006:

    recalled = True

else:

    recalled = False

To rewrite the statement without using the "if" keyword, we simply equate variable recalled to the stated condition i.e.

recalled = modelYear >=2001 and modelYear <=2006

Note that, we assume that there is an input fo variable modelYear

What is the result when you run the following program?

print(“2 + 7”)
print(3 + 1)

Answers

Answer:

line 1 = 2+7 (you added quote marks)

line 2 = 4 (you did not add quote marks, which adds both nums together)

Explanation:

whose responsibility is it to determine the amount of time an organization can afford to be without its information system?

Answers

When it comes to managing an organization's information system, one crucial aspect to consider is the amount of time the system can be offline or unavailable. This downtime can have severe consequences, including loss of revenue, reduced productivity, and damage to the organization's reputation.

The responsibility of determining the amount of time an organization can afford to be without its information system falls under the purview of the organization's IT department. The IT department is responsible for managing and maintaining the organization's information system, ensuring that it runs efficiently and effectively, and minimizing downtime. Therefore, it is the responsibility of the IT department to determine the amount of time the organization can afford to be without its information system. In conclusion, the IT department is responsible for determining the amount of time an organization can afford to be without its information system. This responsibility is critical in ensuring that the organization runs smoothly, with minimal disruptions and maximum efficiency. By carefully assessing the system's downtime, the IT department can ensure that the organization is adequately prepared to handle any issues that may arise.

To learn more about information system, visit:

https://brainly.com/question/30586095

#SPJ11

who invented the computer?
when was it made?
can u tell me the name of the oldest computer?
when did the first laptop come out?

Answers

The computer was invented by Charles Babbage 15 February 1946Antikythera Mechanism it came out in 1981

Hope it helps you

pls mark my answer as brainliest

Answer:

1 and 2: Charles Babbage invented the computer (he was an English mechanical engineer and polymath) Charles Babbage was deemed the "father of the computer", he thought up and created the very first mechanical computer at the beginning of the 19th century.

3: the first computer was named the ubiquitous x86-powered workhorse of desktop and portable computing. All latest PCs are descendants of the earliest from IBM, the original model 5150 which made its first appearence in August 1981.

4: The first laptop computer available to the public was the Osborne. the Osborne Computer Corporation issued this exact model to the public in the year 1981. It ran at a large price of $1795. At the time of discharge, the screen was about five inches long and the keyboard was on the cover of the computer.

i did a lot of research for this, lol. hope it helps.

(i promise i did not plagerise)

9. Mrs. Cunningham says that the real significance of Grade 6 is that it marks the beginning of self-awareness in the children about their roles as social creatures.​

Answers

Answer:

yes, the answer is true

Which of these are examples of data sources? Check all that apply.
-central processing units
-databases
-electronic archives
-folders
-online libraries
-spreadsheets

Answers

Example of data sources include the following:

Online libraries

Spreadsheets

What is sources of data?

Sources of data is the main or primary location from where data is being obtained.

For computer programs, the main sources of data include:

File,

Data sheet,

Spreadsheet,

Online libraries

Therefore, examples of data sources are the online libraries and spreadsheets.

Learn more about data here:

https://brainly.com/question/25720881

#SPJ2

Answer:

B,C,E,F

Explanation:

In contrast to meetings that take place in a person a webcast offers the advantage of

Answers

Answer: being available for retransmission any time after the original event has taken place.

Explanation:

Need the answer ASAP!!!!!!!!
I’ll mark brainliest if correct

Drag each label to the correct location on the image. Match the correct component to the part on the flowchart

Procedure 1

subroutine

procedure 2

decision

input

End

Start

Need the answer ASAP!!!!!!!! Ill mark brainliest if correct Drag each label to the correct location on

Answers

Answer:

i answerd this on a diffrent page

Explanation:

Fill in the blank with the correct response.

If you display an image at a size that is smaller than the image size, the view on the website will be _____.
(no answer choices)

Answers

Higher Resolution i guess it depends on what it’s requiring

SVM and KNN model libraries in R were given as examples. You can use Python or Matlab libraries. Ch9-svm-lab.ipynb Download Ch9-svm-lab.ipynb


Using the support vector machine function ksvm contained in the R package kernlab, or the library from our course labs. Find a good classifier for this data. Show the equation of your classifier, and how well it classifies the data points in the full data set. Please have training, validation, and testing division. You can try other kernels, too. Report accuracy of you model.
Using the k-nearest-neighbors classification function kknn contained in the R kknn package, suggest a good value of k. Don’t forget to scale the data (scale=TRUE in kknn). Again you can use the library/package from books labs (Resources - Second Edition — An Introduction to Statistical Learning (statlearning.com) Links to an external site.).
Fit a decision tree model again using tree package. (or using Matlab/Python)
Fit a random forest model using randomForest package in R. (or using Matlab/Python)
Plot accuracy of training, validation, and testing as a boxplot and compare the models.

Answers

For the given dataset, I would recommend using the Support Vector Machine (SVM) classifier from the scikit-learn library in Python. By exploring different kernels and tuning hyperparameters.

We can find a good classifier. The equation of the SVM classifier can be obtained from the trained model. The accuracy of the model can be evaluated by splitting the data into training, validation, and testing sets, and then calculating the accuracy on the test set.

Additionally, we can also use the k-nearest neighbors (KNN) classification algorithm from scikit-learn. It is important to scale the data before applying KNN, which can be done using the preprocessing module of scikit-learn. We can experiment with different values of k and select the one that gives the best accuracy on the test set.

For decision tree and random forest models, we can use the decision tree and random forest algorithms implemented in scikit-learn. These models can be trained and their accuracy can be evaluated using the same training, validation, and testing sets.

Finally, we can plot the accuracy of the training, validation, and testing sets as a boxplot to compare the performance of the different models.

In summary, the recommended approach includes using SVM, KNN, decision tree, and random forest models in Python with appropriate libraries. The accuracy of each model can be evaluated using training, validation, and testing sets, and the results can be compared using a boxplot.

learn more about dataset here:

https://brainly.com/question/26468794

#SPJ11

Select the correct answer.
What is modularity?
O A.
the process of reusing existing modules from other programs
O B.
the process of grouping together smaller segments into larger modules
O C.
the process of consolidating different parts into a whole program
OD.
the process of breaking down a program into smaller functional parts

Answers

Answer:

b or d

Explanation:

popular cryptosystems use a hybrid combination of symmetric and asymmetric algorithms. T/F?

Answers

The statement given "popular cryptosystems use a hybrid combination of symmetric and asymmetric algorithms. " is true because popular cryptosystems use a hybrid combination of symmetric and asymmetric algorithms.

Cryptosystems often employ a combination of symmetric and asymmetric algorithms to achieve a balance between efficiency and security. Symmetric algorithms use the same key for both encryption and decryption, making them faster for data encryption and decryption. However, symmetric algorithms face challenges in securely sharing the encryption key.

Asymmetric algorithms, on the other hand, use a pair of public and private keys, offering a secure key exchange. However, asymmetric algorithms are slower for encrypting and decrypting large amounts of data. To overcome these limitations, popular cryptosystems utilize a hybrid approach, using symmetric algorithms for data encryption and decryption and asymmetric algorithms for secure key exchange.

You can learn more about cryptosystems at

https://brainly.com/question/30484545

#SPJ11

Other Questions
If y varies directly with x and y = 24 when x = 6, find x when y = 44. The table below represents a linear relationship. What is the Y intercepts? X-3 4 5 6 Y-7 10 13 16 When white light strikes a prism, what happens and why?The white light emerges with the colors separated, with the red light bending the least. changes in chromosome number and structure that ____________________ are important in the origin of new species (speciation). nit 4 ExamWhat is the term given toEgyptian writing? Do you believe that efforts to discover new approaches forcontrolling pollution is an admission that pollution is a necessaryevil of growth? Why or why not? Answer in not less than 200words what's the right answer and why the loop is in a magnetic field 0.40 t whose direction is perpendicular to the plane of the loop. at t=0, the loop has area A=0.285 m2 y= -4x-2y= -4x-5Graph each system. Tell whether the system has A. No solution B. One solution C. Infinitely many solutions D. Cannot determine Calculate the energy released in the fusion reaction 21H+31H?42He+10n. The atomic mass of 31H (tritium) is 3.016049u A={-6, 0, 6},B={-1, 0, 1}find A intersect B There are forms or images of a collective nature which occur practically all over the earth as constituents of myths and at the same time, a copper cube has a mass of 153.6g the density of copper is 8.96g/cm3 calculate both the volume of the cube in cm3 and also the edge length in cm Which of the following was not one of the terms the Texans established in the surrender agreement with General Cs? a. General Cs must never fight against Texas in order to go free. b. General Cs must never fight against the Constitution of 1824. c. General Cs must become a prisoner of war to the Texan army or be executed. d. General Cs must surrender all of his armys weapons and equipment. in randomly alternating sessions, a child's swearing behavior at nursery school is either reprimanded or ignored. this is a design. Melissa is making a set of 5 bulletin boards for her friends. She plans to decorate the bulletin boards with a strip of ribbon across each diagonal. If the bulletin boards are 12 in by 24 in, about how many total inches of ribbon will she use for all 5 boards? show work what would happen to tidal ranges if the moon were farther away from the earth? The following statistics were obtained from independent samples with known population std. dev.x1-bar = 30.8, sigma1 = 5.6, n1 = 41x2-bar = 33.2, sigma2 = 7.4, n2 = 51Use these statistics to conduct a test of hypothesis using a significance level of 0.01:H0: 1 - 2 0Ha: 1 - 2 < 0What is the p-value for the test?If its possible please use excel to solve this problem thank you!!! Hotaru is from Japan, where it is very common for multiple generations to livetogether. She is not judgmental of a 25-year-old man who lives with his parentsbecause of her what?physical environmentpersonalitycultureagePLEASE HELP WITH GIVE BRAINLIEST Georgia's Coastal Plains region includes about 60% of the state. Long ago this area was part of the Atlantic Ocean and completely covered bywater. An important feature of Georgia's coast is the salt marsh. Georgia's salt marshes play a unique role in maintaining the delicate balance ofnature so vital along our coastal estuaries.In 1970, the State of Georgia established the Coastal Marshlands Protection Act to protect the marsh and estuarine areas, and to regulate theactivities within these public trust lands that is held for the citizens of Georgia.Georgia's salt marshes have been identified as one of the most extensive and productive marshland systems in the United States. It is productionalmost beyond comprehension, producing nearly twenty tons to the acre; four times more productive than the most carefully cultivated corn. This isso very important for ALL BUT ONE of the reasons listed. That is: