If you spend time on social media, you probably see many infographics. How can you determine whether the information contained in them is trustworthy? When you create infographics, what can you do to make it more likely that the viewer will trust you?

Hurry! Please

Answers

Answer 1

Answer:

primary source

Explanation:


Related Questions

intuit our radio station is running a show in which the songs are ordered in a specific way the last word of the title of one song must match the first word

Answers

The last word of the title of one song must match the first word of the title of the next song  sequence is Every Breath You Take, Take it All, All My Love, Love is Forever, Forever Young, Young American, American Dreams, Dreams        

In Eclipse IDE, IntelliJ IDEA, or notepad, create a new project called "Music Player" and follow the instructions below.

It is nearly impossible to take a snapshot of the entire code; please follow the execution instructions below.

Make a new Java class called "Main.java" and paste the following code into it..

Make a new Text File called "Text.txt" and paste the songs listed below.
Every Breath You Take

Down By the River

River of Dreams

Take me to the River

Dreams

Blues Hand Me Down

Forever Young

American Dreams

All My Love

Take it All

Love is Forever

Young American

 In the code, change the path to the directory (text.txt).

Read every comment in the code for a clear understanding.

Compile and Run the Project, Main.java

         
To learn more about radio station
https://brainly.com/question/24015362
#SPJ4              

The complete question is given below


Problem Statement Our radio station is running a show in which the songs are ordered in a very specific way. The last word of the title of one song must match the first word of the title of the next song - for example, “Silent Running” could be followed by “Running to Stand Still”. No song may be played more than once?  
Example Input

Consider the following list of songs:

Every Breath You Take

Down By the River

River of Dreams

Take me to the River

Dreams

Blues Hand Me Down

Forever Young

American Dreams

All My Love

Take it All

Love is Forever

Young American  





The main reason to use secondary storage is to hold data for long periods of time, even when the power supply to the computer is turned off.
True
False

Answers

Answer:

Explanation:

True. The main reason to use secondary storage is to hold data for long periods of time, even when the power supply to the computer is turned off. Secondary storage devices, such as hard drives and solid state drives, are used to store data that is not currently being used by the computer but needs to be kept for future use. These devices retain data even when the computer is powered off, unlike primary storage devices such as RAM which lose their data when the power is turned off.

Secondary storage is also used for archiving older files and data that are not needed on a regular basis. They also provide a larger storage capacity than primary storage devices, which allows users to store more data or larger files. With the availability of large external storage devices, like hard drives or USB drives, it's possible to take the secondary storage outside of the computer, making it easy to backup or share data.

A professor went to a website for rating professors and looked up the quality rating and also the​ "easiness" of the six​ full-time professors in one department. The ratings are 1​ (lowest quality) to 5​ (highest quality) and 1​ (hardest) to 5​ (easiest). The numbers given are averages for each professor. Assume the trend is​ linear, find the​ correlation, and comment on what it means

Answers

The result of the statistical software for this issue is r = 0.862. As a result, there is a 0.86232315 link between quality and ease.

Is a website reliable?

Look at the website's URL. If the URL starts with "https" rather than "http," the site is secured with a TLS/SSL certificates (the s in https stands for secure). All of your data is protected by TLS certificates when it is transmitted from computer browser to the webpage servers.

What drives our use of websites?

A web page is frequently used to give viewers information, including images or videos to better explain crucial subjects. A website can be utilised to market goods and services to visitors. A site, like our website Computer Hope, is made up of several web pages.

To know more about Website visit :

https://brainly.com/question/19459381

#SPJ4

What is the name of the process which permits a continous tone image to be printed simultaneously with text

Answers

The Halftone process is the name of the process which permits a continous tone image to be printed simultaneously with text.

An image in halftones is what?

Halftones are used most frequently to print photographs, paintings, or other comparable pictorial works that are reprinted in books, periodicals, and newspapers. In a halftone, the picture's continuous tones are divided into a sequence of evenly spaced, varying-sized dots and printed using just one ink colour.

In image processing, what is halftoning?

By changing the size of teeny black dots placed in a regular pattern, halftoning, also known as analogue halftoning, simulates different shades of grey. Printing companies and the publishing business both employ this method.

To know more about Halftone visit

brainly.com/question/10678312

#SPJ4

Select the correct answer. crystal detected a problem in a computer network, due to which she could not send or receive data within the network. she pings computers from the administrator computer. which problem is she trying to detect?
a. incorrect password
b. same ip address of two computers
c. faulty network interface card (nic)
d. erroneous changes in the configuration settings

Answers

Faulty network interface card (nic). A network interface card (NIC) is a piece of hardware required for network connectivity on a computer.

What is network interface card ?A computer's connection to a computer network is made possible by a network interface controller, a piece of hardware. Expansion cards that hooked into a computer bus were frequently used to create early network interface controllers.A dedicated, permanent connection to a network is provided by a NIC for a computer. It puts into practise the physical layer hardware required for interacting with a data link layer standard, like Ethernet or Wi-Fi. Each card serves as a device and has the ability to prepare, transmit, and manage data flow on the network.An unstable network connection should be one of the first signs that NIC problems are about to start. You probably have a NIC problem if you find that your connection constantly dropping out for lengths of time that can range from a few seconds to hours.

To learn more about NIC refer :

https://brainly.com/question/20689912

#SPJ4

A counterfeit currency printer is operating in country XYZ, and all of the banks must try to identify the bad currency. Every note has a serial number that can be used to determine whether it is valid. The serial number also can be used to determine the denomination of the notes. A valid serial number will have the following characteristics:


1. There are 10 to 12 characters

2. The first 3 characters are distinct uppercase English letters

3. The next 4 characters represent the year the note was printed and will always be between 1900 and 2019 inclusive.

4. The next characters represent the currency denomination and may be any one of (10. 20, 50, 100, 200, 500, 1000)

5. The last character is an uppercase English letter.


Determine the value of the valid currency

Answers

The value of the valid currency can be determined by looking at the last 4 characters of the serial number. If the characters represent the currency denomination and may be one of (10, 20, 50, 100, 200, 500, 1000) then the last 4 characters will indicate the denomination of the note.

The key point in determining the denomination of a note is the next characters after the year of the note, which represent the denomination, they may be one of (10, 20, 50, 100, 200, 500, 1000). Based on this information, the denomination of a note can be determined by looking at the last 4 characters of the serial number, if this characters match one of the denomination options then the note is a valid note and the denomination can be determined.

Learn more about value, here https://brainly.com/question/10416781

#SPJ4

write the necessary preprocessor directive to enable the use of the c++ string class.

Answers

#includestring> is a preprocessor directive required to enable the use of the C++ string class.

Preprocessor directives are which of the following?

Preprocessor directives like #define and #ifdef are frequently used to make source code for programs simple to modify and simple to compile in various execution environments. Specific actions should be taken by the preprocessor according to directives in the source file.

What does the C++ preprocessor directive mean?

The compiler uses a program called the preprocessor to modify code before compilation. Lines of the source file beginning with the letter # separate directives from lines of the source program text as commands for that program.

To know more about processor visit:-

https://brainly.com/question/28902482

#SPJ4

WILL GIVE BRAINLIEST!!!

assume numpy array is an integer array and has already been filled with values. fill in the blanks to write a for loop that computes and output the sum of all the elements inside numpy array. when you fill in the blanks, do not put extra empty spaces anywhere is=ndei the code i.e for line x = y+3, dont write as x= y +3

Answers

Answer:

import numpy as np

# import the numpy library

arr = np.array([...])

# create a numpy array with some elements

sum = 0

# initialize a variable to store the sum of elements

for element in arr:

   sum += element

   # iterate over each element in the array and add it to the sum variable

print(sum)

# output the final sum of all elements in the array

You have configured a wireless access point to create a small network. For security, you have disabled SSID broadcast. From a client computer, you try to browse to find the access point. You see some other wireless networks in the area, but cannot see your network. What should you do

Answers

Create a profile on the wireless client and try to browse from a client computer to the access point. You notice a few additional wireless networks.

How do you set up a wireless access point so that a wireless client can connect to it?

You can use a serial cable to connect a laptop or PC to the wireless access point's console port in order to configure the access point for your client. You can see access point setup panels using terminal software and modify particular settings, including radio channel and transmit power.

Which of the above items can be turned off to assist block access to a wireless network?

Utilizing MAC address filtering, turning down DHCP, and deactivating SSID broadcast all aid in limiting illegal access to wireless networks.

To know more about SSID broadcast visit:-

https://brainly.com/question/13191413

#SPJ4

when choosing a programming language , whihc orf the following will not be deteremined by the choice of language

Answers

The language used should not determine if a solution is present or not.

What elements are important to take into account when selecting a programming language?

The ecology, community, and availability of programmers should all be taken into account when deciding which programming languages to use. Many developers make the error of selecting programming languages simply because they are more well-liked, fashionable, and cool.

Which five steps make up the programming process?

Application program development is the process of making programs. The process that includes the five stages of program development—analyzing, designing, coding, debugging and testing, and implementing and managing application software—is known as the program development life cycle (PDLC).

To know more about language visit :-

https://brainly.com/question/28266804

#SPJ4

In Hyper-V, an _____ virtual switch, allows the host to communicate with the virtual machines connected to the switch.

Answers

Virtual machines (VMs) may connect online with one another, the host operating system, and external networks thanks to Hyper-V virtual switches.

What does Hyper-virtual V's switch mean?

When you install the Hyper-V server role, Hyper-V Manager makes the software-based layer-2 Ethernet network switch known as Hyper-V Virtual Switch available.

How can virtual COM ports on a Hyper-V host computer connect with one another?

Using the Serial over Ethernet Connector method (in Windows or Linux) is one of the simplest ways to connect a COM port in a virtual machine. With the help of the program Serial to Ethernet Connector, you can access COM in VirtualBox, Hyper-V, and VMware environments.

To know more about Virtual machines visit:-

https://brainly.com/question/29535108

#SPJ4

What should the Force New Page property be set to in order to create page breaks? Check all that apply.
False
Yes
Before Section
Within Section
After Section

Answers

To create page breaks, set the Force New Page attribute to Within Section.

How may a page break in access be forced?

1. Select Design view to view the report.

2.Click Insert Page Break under the Controls group on the Design tab.

3. Click the spot where the page break control should be placed. A thin line on the left border of the report from Access denotes the page break.

In AutoCAD, how do you add a break to a table?

To activate table breaks, select the table and use the Properties palette's Table Breaks section. The generated subsidiary tables can be positioned above, below, or to the right of the main table. Additionally, you can select the table's maximum height and spacing.

To learn more about page breaks visit:

brainly.com/question/6886781

#SPJ1

What type of methodology works well to ensure that all agents are given and hear the same information

Answers

In order to develop a strategy that is in line with your aims, involves understanding the theories and ideas that support the practices used in your business.

What are the five different methodologies?

Five basic qualitative approach types—ethnography, story, phenomenology, grounded theory, and case study—are distinguished by a common and useful taxonomy.

Which method is most important?

Every study discipline needs a strong technique because a shaky approach will lead to shaky outcomes, which will reduce the value of your examination of the outcomes. Typically, there are many different ways you can investigate into a study topic.

To know more about methodology visit:-

brainly.com/question/29220500

#SPJ4

Write a procedure ConvertToBinary that takes an input as a number from 0 to 16 (including 0 but not 16) and converts it to a binary number. The binary number should be returned as a list.

Answers

Answer:function ConvertToBinary(n) {

console.log(n.toString(2).split(''));

}

ConvertToBinary(13);

Explanation:

What is the term used to describe image file that contains multiple small graphics?
a. thumbnail image
b. sprite
c. image link
d. viewport

Answers

The term "sprite" refers to an image file that contains numerous little graphics.

What is the term for the amount of detail that an image can store?

An image's resolution determines how much detail it has. Digital images, film images, and other sorts of images all fall under this umbrella phrase. Image detail is increased with "higher resolution." There are numerous ways to gauge image resolution.

Is Graphic an element in HTML5?

With HTML5, we no longer need to rely on pictures or external components like Flash to create visuals. There are two different categories of graphic elements: Canvas. Vector images that can be scaled (SVG). The relative-position attribute is used to position things. absolute. The "left", "right", "top", and "bottom" parameters are used to specify the area's position (and conceivably its size).

To know more about sprite visit:-

https://brainly.com/question/29386251

#SPJ4

True or false: Sports teams are superior to other forms of entertainment, and do. Do not directly compete with others such as video games and movie theaters

Answers

Because concessions have grown to comprise a significant portion of professional sports teams' overall profits, they have been steadily rising prices in a monopolistic environment, which is why the cost of food and drink in sports stadiums is so high.

Do you mean food by concession?

Some gatherings or locations enter into agreements with third parties to sell food. These agreements are frequently referred to as concessions, which is also the term for a food stand.

What makes food a concession?

A ballpark or other venue's concessions are known as such because the venue has given a certain vendor permission to serve food there. Think about that the next time you're eating peanuts at a sporting event.

To know more about profits visit:-

https://brainly.com/question/15044847

#SPJ4

explain how yo could use your expression to determine the value that would appear in the 25th ro of the second column

Answers

A sign for a number is called a variable. The variable in the equation 8x + 17 is called x. Y is the variable in the equation = 25. Variables don't have to be letters; for instance, the formula 6 + 2 has a variable.

What does "variable" actually mean?

A variable is a sum that can change based on the underlying mathematical problem. Mathematical expressions and equations frequently use the generic letters x, y, and z. rather,

just what is a variable?

A variable is any property, quantity, or number that can be measured or counted. A variable may also be referred to as a data item. Age, gender, company profits and costs, and location of birth

To know more about variables visit:

https://brainly.com/question/17344045

#SPJ4

What type of processor memory is located on the processor chip (processor die)?
O Level 1 chace (L1 chace)
O Level 2 chace (L2 chace)
O Level 3 chace (L3 chace)
O Level 4 chace (L4 chace)

Answers

Level 1 cache (L1 cache) is the name of the type of processor memory that is present on the processor die (processor die).

Which kind of cache does the CPU die have?

Although L2 cache is substantially bigger than L1, it is also slower. On top-tier CPUs, they range from 4 to 8 MB (512KB per core). The L1 and L2 caches are private to each core, whereas the L3 cache is shared by all the cores on a die.

Which kind of memory does the processor use?

The major internal memory of the central processor unit is random access memory (RAM) (CPU). Your electrical device uses it to store temporary data.

To know more about processor memory visit:-

https://brainly.com/question/29772194

#SPJ4

You are working on a computer with a fully qualified domain name of srvr6.Courier.net. What is this computer's DNS Suffix

Answers

If you are working on a computer that has the fully qualified domain name srvr6.Courier.net, then Courier.net is the machine's DNS suffix.

A DNS suffix: what is it?

When a fully qualified domain name (FQDN), suitable for a DNS name query, is attached to an unqualified host name, such as "contoso.com," the DNS suffix indicates the domain name.

How should a fully qualified domain name be used?

An internet host or computer's full domain name is known as a fully qualified domain name (FQDN). The hostname and domain name make up the first two characters of the FQDN. For illustration, a possible mail server's FQDN would be mymail.somecollege.edu.

To know more about DNS suffix visit :-

https://brainly.com/question/15701860

#SPJ4

"Cloud suites are stored on your hard drive and are available anywhere you can access the internet.
true/false:

Answers

Cloud suites are stored on your hard drive and are available anywhere you can access the internet, is the true statement.

What is Cloud suites?

Cloud suites are accessible from any location with Internet connectivity and are stored on your hard drive. The most typical components of database management systems include functions, formulas, charts, and what-if analysis. Software for creating presentations with graphics is a great way to influence people and convey a message.

Many apps are designed to function on a specific type of mobile device and cannot be used with other types. An assortment of connected data is called a database.

Thus, it is the true statement.

For more information about Cloud suites, click here:

https://brainly.com/question/5413035

#SPJ1

During which stage of sleep does the body experience increased heart rate, rapid breathing, and genital arousal?
a. NREM-2
b. NREM-3
c. NREM-1
d. REM sleep

Answers

Your heart rate, breathing rate, and blood pressure all rise during REM sleep as your eyes move quickly under your eyelids.

What is the case with REM sleep?

Sleep is not as deep when you enter REM sleep because brain activity picks back up. Similar to when you are awake, there is a lot of activity. Because of this, REM sleep is when you'll have vivid dreams. Major muscles that you usually control are used simultaneously.

Which wave does Stage 1 sleep have as a characteristic?

Stage 1 sleep is connected to both alpha and theta waves in terms of brain wave activity. Alpha waves are coordinated patterns of electrical activity (waves) that are relatively low frequency (8–13Hz) and high amplitude during the early stages of stage 1 sleep.

To know more about REM sleep visit :-

https://brainly.com/question/14664351

#SPJ4

Which type of firewall policy calls for a firewall to deny all traffic by default?
a. restrictive policy
b. demilitarized policy
c. perimeter policy
d. permissive policy

Answers

The restrictive firewall policy requires a firewall to block all traffic by default.

What kind of attack brings down the operating system?

Ping of Death, also known as PoD, is a sort of Denial of Service (DoS) assault in which the attacker uses the straightforward ping command to launch numerous or corrupted packets at the targeted computer or service in an effort to crash, destabilize, or freeze it.

Which firewall safeguards the whole network?

Hardware-based firewalls are very practical for securing a number of machines and managing network traffic that attempts to get through them. Hardware-based firewalls have the benefit of adding another line of defense against attacks that target desktop computing systems.

To know more about firewall visit:-

https://brainly.com/question/13098598

#SPJ4

In object-oriented analysis, objects possess characteristics called 1. properties 2. orientations 3. classes 4. inheritances

Answers

In object-oriented design, objects possess characteristics called properties, which the object inherits from its class or possesses on its own.

What is object-oriented analysis?

This refers to the term that is used to describe and define the use of object-oriented programming and visual modeling to direct stakeholder communication and product quality during the software development process.

Object-oriented analysis and design is a technological approach for assessing and creating an application, system, or company and hence, they possess properties.

Read more about object-oriented analysis here:

https://brainly.com/question/15016172

#SPJ1

LAB: User-Defined Functions: Step counter A pedometer treats walking 2,000 steps as walking 1 mile. Define a function named Steps To Miles that takes an integer as a parameter, representing the number of steps, and returns a float that represents the number of miles walked. Then, write a main program that reads the number of steps as an input, calls function Steps ToMiles with the input as an argument, and outputs the miles walked, Output the result with four digits after the decimal point, which can be achieved as follows: Put result to output with 4 decimal places If the input of the program is: 5345 the function returns and the output of the program is: 2.6725 Your program should define and call a function: Function Steps ToMiles(integer userSteps) returns float numMiles 361108 2293206.qx3zay LAB ACTIVITY 5.9.1: LAB: User-Defined Functions: Step counter 0/10 1 Variables Not shown when editing Input Output Code Flowchart ENTER EXECUTION STEP RUN Execution speed Medium Submit for grading Signature of your work What is this?

Answers

The function StepsToMiles(userSteps) takes an integer as a parameter, representing the number of steps and returns a float that represents the number of miles walked by converting the steps into miles by dividing it by 2000.

What is the significance of the function StepsToMiles?

The function StepsToMiles is used to convert the number of steps taken by a person into miles by dividing the number of steps taken by 2000. It is useful for tracking the distance covered by a person during walking or jogging. It takes an integer as a parameter, representing the number of steps and returns a float that represents the number of miles walked.

What is the role of main program in the given scenario?

The main program is responsible for reading the number of steps as an input, calling the function StepsToMiles with the input as an argument, and outputting the miles walked. It takes input from the user, passes the input to the function StepsToMiles and receives the output in the form of miles walked. It then displays the output with four decimal places. The main program is responsible for driving the entire process by calling the function StepsToMiles and displaying the result to the user.

To know more about StepsToMiles(userSteps) Visit:

brainly.com/question/19263323

#SPJ4

The data _____ component of a database management system (DBMS) is used to add, delete, modify, and retrieve records from a database

Answers

The data manipulation component of a database management system is used to add, retrieve, delete, and modify records from a database.

Database Management Systems (DBMS) are referred as to software systems that store, retrieve, and execute data queries. A database management system acts as a bridge between an end-user and a database, allowing users to create, edit, read, and remove data in the database. The data manipulation is the underlying component that a database management system uses to add, retrieve, delete, and modify records from a database.

You can learn more about database management system at

https://brainly.com/question/24027204

#SPJ4

Jack wants to insert a Win/Loss sparkline in Excel. To do this, he can click on the cell he wants to insert a Sparkline in, then click Apps tab, select Win/Loss Sparkline from the Sparklines group and then click OK. (T/F)

Answers

In Excel, Jack wishes to add a Win/Loss sparkline. He may accomplish this by clicking in the cell where he wants to place the Sparkline, selecting the Apps tab, and then selecting the Given statement is True.

Where is the Sparklines group in Excel?

Simply click Sparklines on the Insert tab to choose the correct sparkline type. Due to your decision in step 1, you will notice that the first field in the Insert Sparklines dialog box is already populated.

The Sparklines crew where are they?

Follow these instructions to make a sparkline in Excel: Wherever you wish to add a sparkline, usually at the end of a row of data, choose a blank cell. the Sparklines group on the Insert tab.

To know more about sparkline group visit:

https://brainly.com/question/29832130

#SPJ4

Ron frequently uses the word improving in his blog. He types the word imp and the word improving appears. Which feature of his software does Ron use

Answers

When you need to do a task quickly or within a set time frame, you'll likely take a shortcut, just as Ron did when he regularly used the word "improving" on his blog. He referred to "improvement" by the word "imp," which will make his duty simple and quick.

Software – what is it?

The following is a list of some of the most well-known instances of computer software: system of operations (such as Microsoft Windows, Linux, macOS) Productivity programmes (for example, Microsoft Office Suite including Word, Excel, and PowerPoint) Intneret Explorers (including Firefox, Chrome, and Safari)

What makes us utilise software?

Software not only enables your computer hardware to carry out crucial functions, but it may also improve the productivity of your company.

To know more about software visit:-

https://brainly.com/question/1022352

#SPJ4

Microsoft Excel Data Model features have several benefits including the ability to _____ and _____ formulas for time efficiency.

Answers

M!crosoft Excel Data Model features have several benefits including the ability to "link" and "consolidate" formulas for time efficiency. Linking refers to the ability to create relationships between tables in the data model, allowing data from multiple tables to be combined and analyzed in a single pivot table or pivot chart.

Consolidating refers to the ability to combine data from multiple ranges into a single range, which can then be used in a pivot table or chart. This allows for more efficient data analysis and eliminates the need to manually combine data from multiple sources, saving time and reducing the potential for errors.

Learn more about the excel here https://brainly.com/question/30087354

#SPJ4

E-commerce refers to the use of any networking technologies to transact business
True
False

Answers

E-commerce does not necessarily refer to using networking technologies to do business, which is a false statement.

Which statement best describes e-commerce?

E-commerce is described as the exchange of money and data to complete sales while purchasing or selling products or services online. It is often referred to as online commerce or electronic commerce.

An e-commerce easy response is what?

E-commerce refers to the exchange of products and services over the internet. On the information superhighway, your bustling city center or physical store is being transformed into zeros and ones. Ecommerce, usually referred to as electronic commerce or internet commerce, is the term for the online purchase and sale of products and services as well as the exchange of financial instruments.

To know more about networking technologies visit:-

https://brainly.com/question/7499316

#SPJ4

Fill in the blank: A keyword set to _____ match type will display your ad if the search term includes that keyword, or a very close variation.

Answers

A keyword set to exact match type will display your ad if the search term includes that keyword, or a very close variation.

Broad match keyword: what is it?

All of your keywords are automatically allocated the broad match match type. Without having to create a lengthy keyword list, this lets your adverts reach a larger audience. Let's use the broad match term "vehicle window repair" as an example.

Which type of keyword matching can match to queries that don't contain the term itself and is the most adaptable?

Phase Match, In terms of attracting visitors to your website, this does give you more freedom. Additional words can be added to phrase match keywords either before or after, but not in the midst of the key phrase.

To know more about keyword match visit

brainly.com/question/10672444

#SPJ4

Other Questions
How a river is formed? "I. Natural Rights of the Colonists as Men. All men have a right to remain in a state of nature as long as they please; and in case of intolerable oppression, civil or religious, to leave the society they belong to, and enter into another.When men enter into society, it is by voluntary consent; and they have a right to demand and insist upon the performance of such conditions and previous limitations as form an equitable original compact.Every natural right not expressly given up, or, from the nature of a social compact, necessarily ceded, remains."The Rights of the Colonists, Samuel Adams, 1772"So that the social pact will not become meaningless words, it tacitly includes this commitment, which alone gives power to the others: Whoever refuses to obey the general will shall be forced to obey it by the whole body politic, which means nothing else but that he will be forced to be free. This condition is indeed the one which by dedicating each citizen to the fatherland gives him a guarantee against being personally dependent on other individuals. It is the condition which all political machinery depends on and which alone makes political undertakings legitimate. Without it, political actions become absurd, tyrannical, and subject to the most outrageous abuses."Jean Jacques Rousseau, The Social Contract, 1763Which U.S. document balances ideas championed by Enlightenment philosophers with the idea of Social Commitment outlined by Rousseau? (1 point)The Articles of ConfederationThe Federalist No. 10The ConstitutionThe Northwest Ordinance How do you tell if a graph is linear quadratic or exponential? the hamilton btush company issued 2500 shates of common stock wotyh 10000000 total what is the par value of each sharte What measuring device should you use to determine that the internal potential energy of a substance has changed? What could have been a valid conclusion on the basis of Mendel's experiments ? Lin makes her favorite juice blend by mixing cranberry juice with apple juice in the ratio shown on the double number line. complete the diagram to show smaller and larger batches that would taste the same as lin's favorite blend. pleasehelp it's due tomorrow You pour some hot water into a metal cup. After a minute,you notice that the handle of the cup has become hot.Explain, using your knowledge of heat transfer, why thehandle of the cup heats up. How would you design the cup sothat the handle does not heat up? What does log () do in mathematics? What is Accenture's multi-party systems practice? Based on the output from your switches, answer the following questions: Which switch is the root bridge What is the function of the phrase "hoping for a few scraps of food in the first sentence? Rose is a 45-year-old patient who was diagnosed with diabetes 2 years ago. Dr. Fisher recently placed her on treatment insulin once per day. Rose was brought to Dr. Fishers practice by her 20-year-old son after he found her looking pale, sweating, and shaking while she was gardening. He had gone out to run some errands in the morning and believes he had seen his mother inject herself with insulin before leaving. When she arrives at the medical office, her son clarifies that she does not have an appointment and explains his reason for coming. Rose is an established patient, and Franny, the medical assistant, has her come to an examination room and notices that she is indeed pale, shaking, profusely sweating, and that she is confused. The medical assistant asks if she had breakfasted this morning; the patient mumbles her reply, making it difficult to understand what she is saying. The medical assistant proceeds to take her vitals, and it catches her attention that the patient has tachycardia (fast heart rate). Franny notifies the physician immediately. Dr. Fisher instructs the medical assistant to measure blood glucose with the glucose-meter. Franny washes her hands, puts gloves on and diligently brings out the device, strips, lancets, alcohol pad, and gauze. She takes a capillary sample from one of Roses fingers. The device marks errors. Dr. Fisher then asks Franny to prepare for a phlebotomy. He also instructs her to draw blood and request a glucose test from the POL. He then directs Franny to give the patient 3 chewable tablets of glucose. Minutes after the administration of the tablets, Rose looks better and is not sweating or shaking. Moreover, she can communicate. About 30 minutes later, the lab results arrived. Roses glucose levels are 45 mg/dl.Answer the following questions:How was Roses glucose level according to the lab results and why did Dr. Fisher not wait for the results before deciding to treat her with glucose tablets without knowing if her blood glucose was high or low?What do you believe happened to Rose and what action could her son have taken at home? how do i find the unit rate for 30 inches per 5 years 2 1/3 grams of spice A was mixed with 4 1/7 grams of spice B. The ratio of spice A to spice B is 1: Give your answer in the form y=ma + c, where m and c are integers orfractions in their simplest forms.Bookwork code, $79CanaldaallowstWhat is the equation of line H?33LineWatch videoAnswer? Helllppo Inga is solving 2x2 + 12x 3 = 0. Which steps could she use to solve the quadratic equation? Select three options. 2(x2 + 6x + 9) = 3 + 18 2(x2 + 6x) = 3 2(x2 + 6x) = 3 x + 3 = Plus or minus StartRoot StartFraction 21 Over 2 EndFraction EndRoot 2(x2 + 6x + 9) = 3 + 9 A strong and effective thesis statement should include the topic of the essay and an outline the topic of the essay and the argument the topic of the essay and the counterclaim the topic of the essay and your viewpoint on the topic CORRECT ANSWER WITH **STEPS** GETS BRAINLIESTfor the following questions, determine what values of x makes the rational expression equal to zero. 1. x+6 / x-42. (x+4)(x-2) / (x+6)3. 2x+10 / 3x-12thanks. an empty 5L, solid steel scuba tank containing 2 bobs" of particles has a pressure of 765 mmHg then it is completely filled to 32 bobs" of gas what is the pressure and volume of the filled tank