Write a paragraph discussing privacy issues on the internet
and their impact on human lives.

Answers

Answer 1

Explanation:

internent had a impact on human lives because it is very popular and it brought in phones so about evrbody in the world has internent and it impacted work around the world and changed the world alot.


Related Questions

List four significant differences between a file-processing system and a database management system (DBMS).

Answers

Answer is given below

Explanation:

differences between a file-processing system and a database management system is given below

file-processing system

File system is a software that manages and organizes the files in a storage medium within a computer.It doesn’t provide backup and recovery of data if it is lost.There is less data consistency in file system.File systems provide less security in comparison to DBMS.It is less complex as compared to DBMS.

database management system

DBMS is a software for managing the databaseIt provides backup and recovery of data even if it is lost.DBMS has more security mechanisms as compared to file systemIt has more complexity in handling as compared to file system.There is more data consistency because of the process of normalization.

Consider the following argument: Any piece of software that is in the public domain may be copied without permission or fee. But that cannot be done in the case of software under copyright. So, software under copyright must not be in the public domain. The conclusion of the argument is:

Answers

Answer:

"software under copyright must not be in the public domain"

Explanation:

The conclusion of his argument is "software under copyright must not be in the public domain". This combines the two premises that were stated before it in order to form a logical outcome based on the premises. In the case of logic, this would basically be an

IF A and IF B, Then C

type of logic, in which A is "Public Domain Work can be copied", B is "Software under Copyright cannot be copied", and C is the conclusion which would be "software under copyright must not be in the public domain"

PLEASE ANSWER QUICK
How can improving one’s reasoning skills also improve one’s performance on the job?
A. If one can improve one’s reasoning, one can also improve one’s physical fitness and athletic performance.
B. If one can improve one’s reasoning, one can perform anything.
C. High-performing workers always work reasonable schedules.
D. High-performing workers are able to analyze sophisticated streams of data and solve complex problems.

Answers

Answer: C

Explanation:

C high performance workers always work

Databases containing the research, writing and studies conducted by Academic
Professionals are called:

Answers

Scholarly databases allow the indexing of research, essays and  multidisciplinary studies for access by students, professors and researchers.

Advantages of using Scholarly Databases

It allows access to reliable and revised sources for researching academic content, generating greater speed and security of information available in a structured research system.

Therefore, the use of databases, such as Gale, allows the user greater reliability in research and the producer of work greater dissemination of content and protection of rights.

Find out more information about database here:

https://brainly.com/question/10646220

special purpose computer​

Answers

Answer:

Special-purpose computers are designed for one specific task or class of tasks and wouldn't be able to perform general computing tasks. For example, a router is a special-purpose computer designed to move data around a network, while a general-purpose computer can be used for this task, as well as many others.

What additional uses of technology can u see in the workplace

Answers

Answer:

Here are some additional uses of technology in the workplace:

Virtual reality (VR) and augmented reality (AR) can be used for training, simulation, and collaboration. For example, VR can be used to train employees on how to operate machinery or to simulate a customer service interaction. AR can be used to provide employees with real-time information or to collaborate with colleagues on a project.Artificial intelligence (AI) can be used for a variety of tasks, such as customer service, data analysis, and fraud detection. For example, AI can be used to answer customer questions, identify trends in data, or detect fraudulent activity.Machine learning can be used to improve the accuracy of predictions and decisions. For example, machine learning can be used to predict customer churn, optimize marketing campaigns, or improve product recommendations.Blockchain can be used to create secure and transparent records of transactions. For example, blockchain can be used to track the provenance of goods, to manage supply chains, or to record financial transactions.The Internet of Things (IoT) can be used to connect devices and collect data. For example, IoT can be used to monitor equipment, track assets, or collect data about customer behavior.

These are just a few of the many ways that technology can be used in the workplace. As technology continues to evolve, we can expect to see even more innovative and creative uses of technology in the workplace.

Juan is interested in getting a job in the technological field. He is interested in protecting data from threats, and stopping hackers and viruses. Which job would should Juan apply for?

Answers

This question is incomplete because the options are missing; here is the missing section:

Which job would should Juan apply for?

A. Research and software development

B. Technical support

C. Training and support

D. Information security

The correct answer is D. Information security

Explanation:

In technology, information security is the area that deals with the protection of information or data in computers and other technological devices. This includes creating strategies, programs or protocols to stop unauthorized access to data, which can occur due to the action malicious programs such as viruses or due to hackers (experts in technology who use their knowledge to access illegally to data). In this context, Juan would need to apply to an information security job because this is part of the technology field and in this, he would need to protect data, which is exactly what he wants.

A motor takes a current of 27.5 amperes per leaf on a 440-volt, three-phase circuit. The power factor is 0.80. What is the load in watts? Round the answer to the nearer whole watt.

Answers

The load in watts for the motor is 16766 watts

To calculate the load in watts for the given motor, you can use the following formula:

Load (W) = Voltage (V) × Current (I) × Power Factor (PF) × √3

In this case:
Voltage (V) = 440 volts
Current (I) = 27.5 amperes per phase
Power Factor (PF) = 0.80
√3 represents the square root of 3, which is approximately 1.732

Now, plug in the values:

Load (W) = Voltage (V) × Current (I) × Power Factor (PF) × √3

Load (W) = 440 × 27.5 × 0.80 × 1.732

Load (W) = 16765.7 watts

Rounded to the nearest whole watt, the load is approximately 16766 watts.

Know more about the motor here :

https://brainly.com/question/29713010

#SPJ11

Consider the following message, which has been encoded by one rotor. Write a loop which attempts all 26 possible rotor offsets and displays the result. Use the only English-language result to identify the correct offset. #grade code_text = ""KGH GVJV QDCSGWW". for letter in code_text: for i in range( len(code_text) ): a = decode_n_rotors ( code_text, [i,i,i]) # Write a loop here to test all possible combinations for code_text with one rotor. # You should output each result and index so you see which one is correct. #grade decoded_text = decode_n_rotors (code_text, [???,]) # Write key value here

Answers

Here's a loop that will test all 26 possible rotor offsets and display the output for the given encoded message:

```python
def decode_n_rotors(code_text, offsets):
   # Implement your decoding function here
   pass

code_text = "KGH GVJV QDCSGWW"

for i in range(26):
   decoded_text = decode_n_rotors(code_text, [i])
   print(f"Offset {i}: {decoded_text}")
```

Replace the `decode_n_rotors` function with your own decoding function. The loop will output each result with its corresponding offset, allowing you to identify the correct offset and English-language result.

When answering questions on Brainly, you should always strive to be factually accurate, professional, and friendly. Your answers should be concise, free from irrelevant information or typos, and use the terms loop, code, and output as appropriate.In order to write a loop which attempts all 26 possible rotor offsets and displays the result, you can use the following code:code_text = "KGH GVJV QDCSGWW"for i in range(26):decoded_text = decode_n_rotors(code_text, [i])print(f"Offset: {i}, Decoded Text: {decoded_text}")This code uses a for loop to iterate through all possible rotor offsets, from 0 to 25. For each offset, it calls the decode_n_rotors function with the current offset and the code_text as arguments. The resulting decoded text is stored in the decoded_text variable and printed out with its corresponding offset using the print statement.In order to find the correct offset, you will need to examine the output and look for the only English-language result. Once you have identified the correct offset, you can replace the question marks in the following line of code with the correct offset:decoded_text = decode_n_rotors(code_text, [???])

To know more about code click here

brainly.com/question/26632484

#SPJ11

You are working as a marketing analyst for an ice cream company, and you are presented with data from a survey on people's favorite ice cream flavors. In the survey, people were asked to select their favorite flavor from a list of 25 options, and over 800 people responded. Your manager has asked you to produce a quick chart to illustrate and compare the popularity of all the flavors.

which type of chart would be best suited to the task?
- Scatter plot
- Pie Chart
- Bar Chart
- Line chart

Answers

In this case, a bar chart would be the most suitable type of chart to illustrate and compare the popularity of all the ice cream flavors.

A bar chart is effective in displaying categorical data and comparing the values of different categories. Each flavor can be represented by a separate bar, and the height or length of the bar corresponds to the popularity or frequency of that particular flavor. This allows for easy visual comparison between the flavors and provides a clear indication of which flavors are more popular based on the relative heights of the bars.

Given that there are 25 different ice cream flavors, a bar chart would provide a clear and concise representation of the popularity of each flavor. The horizontal axis can be labeled with the flavor names, while the vertical axis represents the frequency or number of respondents who selected each flavor as their favorite. This visual representation allows for quick insights into the most popular flavors, any potential trends, and a clear understanding of the distribution of preferences among the survey participants.

On the other hand, a scatter plot would not be suitable for this scenario as it is typically used to show the relationship between two continuous variables. Pie charts are more appropriate for illustrating the composition of a whole, such as the distribution of flavors within a single respondent's choices. Line charts are better for displaying trends over time or continuous data.

Therefore, a bar chart would be the most effective and appropriate choice to illustrate and compare the popularity of all the ice cream flavors in the given survey.

for more questions on Bar Chart

https://brainly.com/question/30243333

#SPJ8

1) Which of the following would you NOT see on a Windows 10 Start menu?
O Power
O Task View
O tiles
o
apps list
Next Question

Answers

Task view

I hope this helps you :)

Which phrase or phrases suggest a security issue in data mining?

Travis often BUYS BUSINESS BOOKS ONLINE. Recently, he LOGGED INTO THE WEBSITE to buy a marketing book. He noticed a part on the screen that RECOMMENDED BOOKS BASED ON HIS BROWNING HISTORY. Due to this recommendation, Travis could easily locate the book. A few days later, he FOUND BOOK RECOMMENDATIONS FROM UNKNOW SOURCES. Eventually, he STARTED GETTING SPAM EMAIL FROM THESE SOURCES.

Answers

Based on web search results, data mining security issues are related to the protection of data and its resources from unauthorized access, misuse, or theft. Some of the factors that can suggest a security issue in data mining are:

- Data provenance: The source and history of the data should be verified and traced to ensure its authenticity and integrity.

- Access controls: The identity of the person or system accessing the data should be verified and authorized to prevent unauthorized access.

- Data anonymization: The sensitive or private information in the data should be masked or removed to protect the privacy of individuals or entities.

- Data storage location: The location where the data is stored should be secure and compliant with the relevant laws and regulations.

- Distributed frameworks: The data should be encrypted and protected when it is transferred or processed across different nodes or systems.

Based on these factors, the phrase or phrases that suggest a security issue in data mining in your question are:

- FOUND BOOK RECOMMENDATIONS FROM UNKNOWN SOURCES

- STARTED GETTING SPAM EMAIL FROM THESE SOURCES

These phrases indicate that the data provenance and access controls were compromised, and that the data was exposed to unauthorized parties who could misuse it for malicious purposes.

Which of the following is true regarding technical writing? Only subject matter experts need to use it. It is useful in comparing the effectiveness of your method to other's methods. It should not be used to analyze the thinking of others. It's only useful for relaying information to college graduates.

Answers

The option that is true regarding technical writing is B. It is useful in comparing the effectiveness of your method to other's methods.

What is technical writing?

Technical writing is an undoubtedly essential form of communication, primarily used to exposit intricate and technical information to a limited or wide-ranging assemblage. It is not necessarily intended for specialists alone, since comprehension and understanding of various technological concepts are often necessary in everyday life.

This type of writing allows one to thoroughly scrutinize and evaluate distinctive arrangements and approaches, while also comprehensively analyzing the thoughts and rationale behind different technical distributions.

Learn more about writing on

https://brainly.com/question/1643608

#SPJ1

children and texhnology

Answers

Answer: technology better

Explanation:

Lyla is writing a program that uses a recursive method. Why might she want to use a recursive helper method?

A. to send the input to the correct recursive method
B. to make the recursive method faster
C. to prevent infinite recursion
D. to prevent users from accessing the recursive method directly

Answers

i don't know if my answer is helpful but maybe she is using it to prevent users from accessing the recursive method directly

I keep getting an index out of range error on this lab

I keep getting an index out of range error on this lab
I keep getting an index out of range error on this lab
I keep getting an index out of range error on this lab

Answers

The Python code for parsing food data is given. This code first reads the name of the text file from the user. Then, it opens the text file and reads each line.

How to depict the code

Python

import io

import sys

def parse_food_data(file_name):

 """Parses food data from a text file.

 Args:

   file_name: The name of the text file containing the food data.

 Returns:

   A list of dictionaries, where each dictionary contains the following information about a food item:

     * name: The name of the food item.

     * category: The category of the food item.

     * description: A description of the food item.

     * availability: Whether the food item is available.

 """

 with io.open(file_name, 'r', encoding='utf-8') as f:

   food_data = []

   for line in f:

     data = line.strip().split('\t')

     food_data.append({

       'name': data[0],

       'category': data[1],

       'description': data[2],

       'availability': data[3] == '1',

     })

   return food_data

if __name__ == '__main__':

 file_name = sys.argv[1]

 food_data = parse_food_data(file_name)

 for food in food_data:

   print('{name} ({category}) -- {description}'.format(**food))

This code first reads the name of the text file from the user. Then, it opens the text file and reads each line. For each line, it splits the line into a list of strings, using the tab character as the delimiter. It then creates a dictionary for each food item, and adds the following information to the dictionary:

Learn more about code on

https://brainly.com/question/26497128

#SPJ1

4. The hard drive is a long-term storage, which means the data is still saved even if you turn the computer off or unplug it. True False​

Answers

Answer:

True

Explanation:

A hard drive doesn´t wipe itself after a certain amount of time like RAM does. The data you store on it will stay there until the hard drive is either destroyed, or you delete to the data yourself.

If you move or delete an endpoint worksheet in a 3-D reference ________.
a) you must update the reference
b) nothing changes
c) Excel adjusts the 3-D references to reflect the change
d) Excel opens a dialog box to correct the changed reference
c) Excel adjusts the 3-D references to reflect the change

Answers

If you move or delete an endpoint worksheet in a 3-D reference c) Excel adjusts the 3-D references to reflect the change

What is 3-D reference in Excel?

A reference that refers to the same cell or range across multiple sheets is called a 3-D reference. 3-D referencing is a useful and convenient way to reference multiple sheets that follow the same model and the cells in each sheet contain the same data type, such as when merging budget data from sets different parts of your organization.

An example of using 3-D references is to calculate total budget allocations between three departments, Sales, Human Resources, and Marketing, each on a different spreadsheet.

Learn more about 3-D references https://brainly.com/question/14360613

#SPJ4

given 2,4,3,-1 as input, what is the output for the following program:total_product = 1 user_value = int(input()) while user_value > 0: total_product = total_product * user_value user_value = int(input()) print('Product:', total_product, end='')

Answers

The python program for any of the given values is as written below.

How to run a Program in Python?

We are told to use input for the python program as;

2, 4, 3, -1

Now, the python program using 2 as user value and 1 as total product gives us the program as;

total_product = 1

user_value = (input(1)) #while user_value > 0:

total_product = total_product * user_value

user_value = (input(2))

print('Product:2', total_product, end='2')

Read more about Python Program at; https://brainly.com/question/26497128

#SPJ1

Do you have any concerns or worries about how you will manage your course assignments or expectations? Your journal entry will only be seen by you and your instructor, so feel free to share any questions and worries you have.

Answers

Answer:

no worries at all.

yeah-ya..... right?

To compute an interval estimate for the difference between the means of two populations, the t distribution
a. is restricted to small sample situations
b. is not restricted to small sample situations
c. can be applied when the populations have equal means
d. None of these alternatives is correct.

Answers

The correct option b. is not restricted to small sample situations; for the t distribution.

Explain the term t distribution?

A set of information is described by the t-distribution when the majority of the observations are near to the mean and the remaining observations compensate the tails along both side.

In cases with smaller sample numbers and unknowable data variance, it is a kind of normal distribution.The entire set of t values determined for each potential random sample for a specified sample size or degree of freedom constitutes a t-distribution. It closely resembles the normal distribution's form.

Thus, the t distribution also isn't restricted to small sample scenarios when computing an interval estimate again for difference in the means of two populations.

To know more about the t distribution, here

https://brainly.com/question/17469144

#SPJ4

How did the case Cubby v. CompuServe affect hosted digital content and the contracts that surround it?

Answers

Although CompuServe did post libellous content on its forums, the court determined that CompuServe was just a distributor of the content and not its publisher. As a distributor, CompuServe could only be held accountable for defamation if it had actual knowledge of the content's offensive character.

What is CompuServe ?

As the first significant commercial online service provider and "the oldest of the Big Three information services," CompuServe was an American company. It dominated the industry in the 1980s and continued to exert significant impact into the mid-1990s.

CompuServe serves a crucial function as a member of the AOL Web Properties group by offering Internet connections to budget-conscious customers looking for both a dependable connection to the Internet and all the features and capabilities of an online service.

Thus,  CompuServe could only be held accountable for defamation if it had actual knowledge of the content's offensive character.

To learn more about CompuServe, follow the link;

https://brainly.com/question/12096912

#SPJ1

Write a SELECT statement that returns these columns from the Orders table:
The order_date column

A column that uses the DATE_FORMAT function to return the four-digit year that’s stored in the order_date column

A column that uses the DATE_FORMAT function to return the order_date column in this format: Mon-DD-YYYY. In other words, use abbreviated months and separate each date component with dashes.

A column that uses the DATE_FORMAT function to return the order_date column with only the hours and minutes on a 12-hour clock with an am/pm indicator

Answers

Answer:

see below

Explanation:

SELECT date_format(order_date,"%Y"), date_format(order_date,"%a-%d-%Y"), date_format(order_date,"%r")

Did anyone do 5.7.5 Factorial on Code HS??



20 POINTS

Answers

I’m so sorry that you have no more than me and I have to ask you something

Select the correct answer.

Alan wants to retouch some of his photographs before he sends them to a client. What will the Liquify filters help him achieve?


A. changes in color tones
B. addition of lighting effects
C. distortions of organic forms
D. copying of elements in an image
E. increased or decreased contrast

λ​

Answers

Answer:

Explanation:

D

Distortions of organic form liquify filters is the thing which will help Alan in achieving it. Thus, the correct option is C.

What are liquify filters?

The Liquify filter are the options which lets us push, pull, rotate, reflect, pucker, and bloat any area of an image on the adobe photoshop. The distortions which we create through this can be subtle or drastic, this makes the Liquify command a powerful tool for the purpose of retouching images as well as creating artistic effects on it.

Distortion filters are generally used to change the shape of layers, twisting, and pulling them in different directions in a document. There are 27 different distortion filters available which include Black hole. Black hole distorts an image by causing part of it to disappear from it into the specified center point o the image, bowing the top, bottom, and sides towards inward.

Therefore, the correct option is C.

Learn more about Liquify filters here:

https://brainly.com/question/8721538

#SPJ2

Use the YEARFRAC function to work out how many years difference is there between the date 1980-07-31 (31 July 1980) and 1998-05-02 (2 May 1998) (to 1 decimal place)?

Answers

Answer: 17.7 Years

Explanation:

YEARFRAC is a function in Microsoft Excel that returns the year fraction representing the number of whole days between a particular start date and an end date.

A typical view of the function is:

=YEARFRAC(start_date, end_date, [basis])

All that needs to be done is

1. Type in the equal to sign(=) in the cell you want your answer,

2. Type in YEARFRAC and open your bracket,

3. Input your start date and end date, close your bracket and press enter.

Louis is experiencing symptoms of carpal tunnel syndrome. In which part of his body would he be having pain, weakness, or tingling?
(A) His hands and arms
(B) His lower legs
(C) His shoulders
(D) His lower back

Answers

The correct answer is (A), His hands and arms. Carpal tunnel syndrome is a condition caused by increased pressure on the median nerve in the wrist. Symptoms include pain, weakness, or tingling in the hands and arms.

Louis is experiencing symptoms of carpal tunnel syndrome, so he would be having pain, weakness, or tingling in his hands and arms.

Carpal tunnel syndrome is a condition caused by compression of the median nerve, which runs from the forearm into the hand. Symptoms typically include numbness, tingling, weakness, or pain in the thumb, index, middle, and ring fingers. These symptoms are due to the median nerve being compressed as it passes through the carpal tunnel, a narrow passageway in the wrist. The location of the symptoms in the hands and arms, specifically the fingers, is the hallmark of carpal tunnel syndrome.

Which are the steps in the process of creating a database

Answers

Answer:

Determine the purpose of your database. ...

Find and organize the information required. ...

Divide the information into tables. ...

Turn information items into columns. ...

Specify primary keys. ...

Set up the table relationships. ...

Refine your design. ...

Apply the normalization rules.

Answer:

identifying fieldnames in tables

defining data types for field names

Explanation:

sorry I'm late. future Plato users this is for you

Select all phrases that describe a server-based network. centralized network security easy to expand log-ins controlled by central server unlimited number of users network resources stored on individual workstations

Answers

Answer:

Client Server Network ... is the central computer that enables authorized users to access networked resources ... computers in this type of network are connected to a central hub ... why might a business choose a server based network (3) ... 2) easier to expand ... external hardware connected to and controlled by a computer.

Explanation:

Answer

Explanation:

what the other person said

Create a class called Date that includes three instance variables-a month (type int), a day (type int) and a year (type int). Provide a constructor that initializes the three instance variables and assumes that the values provided are correct. Provide a set and a get method for each instance variable. Provide a method displayDate that displays the month, day and year separated by forward slashes (/). Add a main method to the class that demonstrates class Date's capabilities.

Answers

The class  code is given below

lass Date:

   def __init__(self, month, day, year):

       self.month = month

       self.day = day

       self.year = year

       

   def setMonth(self, month):

       self.month = month

       

   def setDay(self, day):

       self.day = day

       

   def setYear(self, year):

       self.year = year

       

   def getMonth(self):

       return self.month

   

   def getDay(self):

       return self.day

   

   def getYear(self):

       return self.year

   

   def displayDate(self):

       print(self.month, '/', self.day, '/', self.year)

def main():

   # create an object of Date class

   date1 = Date(1, 15, 2021)

   # display the date using the displayDate method

   date1.displayDate()

   # change the month using the setMonth method

   date1.setMonth(2)

   # display the date again

   date1.displayDate()

if __name__ == "__main__":

   main()

What is the class about?

The above code will create a class called Date that includes three instance variables a month, a day and a year. It has a constructor that initializes the three instance variables and assumes that the values provided are correct.

It also has set and get methods for each instance variable and a method displayDate that displays the date in the format month/day/year.

Therefore, The main method demonstrates the use of the class by creating an object of the class and displaying the date, then changing the month and displaying the date again.

Learn more about class from

https://brainly.com/question/11842604

#SPJ1

Other Questions
How will you demonstrate Newton's 1st Law of Motion at home? Brainstorm 2 or 3 possible demonstrations create the line chart using just the data from the order date and total sale columns. be sure to include the header row when selecting the data for the chart. entries for materials cost flows in a process cost system the hershey company manufactures chocolate confectionery products. the three largest raw materials are cocoa, sugar, and dehydrated milk. these raw materials first go into the blending department. the blended product is then sent to the molding department, where the bars of candy are formed. the candy is then sent to the packing department, where the bars are wrapped and boxed. the boxed candy is then sent to the distribution center, where it is eventually sold to food brokers and retailers. show the accounts debited and credited for each of the following business events: a. materials used by the blending department. debit account credit account credit account credit account b. transfer of blended product to the molding department. debit account credit account c. transfer of chocolate to the packing department. debit account credit account d. transfer of boxed chocolate to the distribution center. debit account credit account e. sale of boxed chocolate. debit account credit account country a has been growing at a rate of 7% per year, whereas country b has been growing at a rate of 2% per year. the solow growth model would predict that: Expand and simplify (2x + 5)^2 2100 people attended a football game. If 2% of the people who attended were teenagers, how many teenagers attended the game? Sara and michael tested electromagnets to see the size of wire Who does a tax preparer contact if they suspect a client ofusing H&R Block services for an unlawful purpose? Need someone whos good at French! 1) List 2 examples of types of businesses that would prefer each of the 3 Cost flow assumptions. Briefly explain why. There are some examples in the content for Activity 2 - please use those to help y Josh has a $250 gift card to Under Armour.He plans to buy as many pairs of shorts as hecan. The cost of each pair is $22.50. There is alsoa single shipping charge of $6.50. How manypairs of shorts can he afford without spendingmore than his gift card amount? Write theinequality, then solve, and state your answer. Why do you think the Space Race was so important in the Cold War? Why was winning so important?Please answer in at least four sentences. FILL IN THE BLANK. The determination of operating exposure can be more difficult than asset exposure because it depends on the relative___Unavailable position of a firm in domestic and foreign markets. If a worker earns 200 for the first 40 hours of work in a week. Given the following quadratic function in standard form f(x)= -2(x - 1) + 16 answer the questions below.All the numbers in the responses are integers (do not use decimal places). No spaces should appear in any response.Coordinates of the y-intercept: (0,14) Coordinates of the vertex: (1,16) Equation of the axis of symmetry: X=-4/2x(-2) This function has real irrational x-intercepts of the form a bcSolve for the x-intercepts by taking the square root of both sides and enter the correct integer values for a,b,c as the war escalated, the draft call increased, putting college students at risk of being drafted. true or false Question 1 2 pts This problem has TWO multiple choice questions. Choose the correct answer from each dropdown box. Consider the following project. Assume that all activities have the same slopes. Immediate Activity Normal Time (NT) Crash Time (CT) Predecessors A 23 15 B A 16 14 25 20 1. What is the shortest possible project duration? [ Select ] 2. What duration should be assigned to activity C in order to complete the project in the shortest possible time at the lowest cost? [ Select] Answer #3 & #4 with proof please ! I'll give you brainliest :) The decomposition of a single compound at 349 K has a rate constant of 4.10 x 10-3 M s1. If the initialconcentration of the reactant is 1.304 M, what is the concentration of the reactant after 90.45 seconds?(the answer should be entered with 3 significant figures; do not enter units; give answer in normalnotation-examples include 1.23 and 12.3 and 120. and -123)Selected Answer:Correct Answer:0.9330.933 1% Free blacks received the same rights as their white counterparts:TrueorFalse