Which of the following is a difference between strategic-level and operational-level decision making?

Answers

Answer 1
The right answer is b

Related Questions

Suppose your network support company employs 75 technicians who travel constantly and work at customer sites. Your task is to design an information system that provides technical data and information to the field team. What types of output and information delivery would you suggest for the system?

Answers

Answer:

Proceso mediante el cual el SI toma los datos que requiere para procesar la información. Las entradas pueden ser manuales o automáticas. Las unidades típicas ...

Explanation:

Which of the following statements about markup languages is true?
• Markup languages are used to write algorithms.
Markup languages are used to structure content for computers to interpret
JavaScript is an example of a markup language.
Markup languages are a type of programming language.

Answers

The most widely used markup languages are SGML (Standard Generalized Markup Language), HTML (Hypertext Markup Language), and XML (Extensible Markup Language).

B .Markup languages are used to structure content for computers to interpret is true.

What is a markup language in programming?

A markup language is a type of language used to annotate text and embed tags in accurately styled electronic documents, irrespective of computer platform, operating system, application or program.

What does a markup language used to identify content?

Hypertext markup language is used to aid in the publication of web pages by providing a structure that defines elements like tables, forms, lists and headings, and identifies where different portions of our content begin and end.

To learn more about A markup language, refer

https://brainly.com/question/12972350

#SPJ2

Can someone explain to me how to use the while loop for this exercise?

Can someone explain to me how to use the while loop for this exercise?

Answers

Answer:

To use a while loop for this exercise, you would first initialize a variable, such as "counter," to 0. Then, you would set up the while loop so that it continues to run as long as the value of "counter" is less than the total number of sections you have in your data set. Within the while loop, you would include instructions to read in the data for each section, such as using the input() function to prompt the user for the course number, section, and meeting time and location. You would then use an if statement to check if the course is an online course, and if so, you would print "online" in place of the meeting time and location. Finally, you would increment the "counter" variable by 1 at the end of each iteration of the while loop so that the loop eventually terminates when all sections have been read in and printed.

Answer:

Explanation:

There is insufficient information to accurately respond but I have done in a simple manner.

Since I don't know what the contents of the two python files referred to in the document, I  have used my own formatting method and check for moving to a newline.

Also, don't know how the data is inputted; I have assumed that the data is in a file called data.txt

There are more elegant ways t do this but I have done this quickly and simply

with open("data.txt") as f:   # open file for reading

   data = f.read()   # read all data

   lines = data.split()  #split data into individuals

   i = 1  #counter to track how many lines outputted

   for line in lines:  # for each item in lines

       print('{:20s}'.format(line), end = '')   #  suppress line feed

       if i % 3 == 0:    #check to see if 3 items  printed out
           print()       # if so, print new  line

       i+=1                #increment counter

       

f.close()  # close file - not necessary if using open

As you know computer system stores all types of data as stream of binary digits (0 and 1). This also includes the numbers having fractional values, where placement of radix point is also incorporated along with the binary representation of the value. There are different approaches available in the literature to store the numbers having fractional part. One such method, called Floating-point notation is discussed in your week 03 lessons. The floating point representation need to incorporate three things:
• Sign
• Mantissa
• Exponent

A. Encode the (negative) decimal fraction -9/2 to binary using the 8-bit floating-
point notation.
B. Determine the smallest (lowest) negative value which can be
incorporated/represented using the 8-bit floating point notation.
C. Determine the largest (highest) positive value which can be
incorporated/represented using the 8- bit floating point notation.

Answers

Answer:

A. Encode the (negative) decimal fraction -9/2 to binary using the 8-bit floating-point notation.

First, let's convert -9/2 to a decimal number: -9/2 = -4.5

Now, let's encode -4.5 using the 8-bit floating-point notation. We'll use the following format for 8-bit floating-point representation:

1 bit for the sign (S), 3 bits for the exponent (E), and 4 bits for the mantissa (M): SEEE MMMM

Sign bit: Since the number is negative, the sign bit is 1: 1

Mantissa and exponent: Convert -4.5 into binary and normalize it:

-4.5 in binary is -100.1. Normalize it to get the mantissa and exponent: -1.001 * 2^2

Mantissa (M): 001 (ignoring the leading 1 and taking the next 4 bits)

Exponent (E): To store the exponent (2) in 3 bits with a bias of 3, add the bias to the exponent: 2 + 3 = 5. Now, convert 5 to binary: 101

Now, put the sign, exponent, and mantissa together: 1101 0010

So, the 8-bit floating-point representation of -9/2 (-4.5) is 1101 0010.

B. Determine the smallest (lowest) negative value which can be incorporated/represented using the 8-bit floating-point notation.

To get the smallest negative value, we'll set the sign bit to 1 (negative), use the smallest possible exponent (excluding subnormal numbers), and the smallest mantissa:

Sign bit: 1

Exponent: Smallest exponent is 001 (biased by 3, so the actual exponent is -2)

Mantissa: Smallest mantissa is 0000

The 8-bit representation is 1001 0000. Converting this to decimal:

-1 * 2^{-2} * 1.0000 which is -0.25.

The smallest (lowest) negative value that can be represented using the 8-bit floating-point notation is -0.25.

C. Determine the largest (highest) positive value which can be incorporated/represented using the 8-bit floating-point notation.

To get the largest positive value, we'll set the sign bit to 0 (positive), use the largest possible exponent (excluding infinity), and the largest mantissa:

Sign bit: 0

Exponent: Largest exponent is 110 (biased by 3, so the actual exponent is 3)

Mantissa: Largest mantissa is 1111

The 8-bit representation is 0110 1111. Converting this to decimal:

1 * 2^3 * 1.1111 which is approximately 1 * 8 * 1.9375 = 15.5.

The largest (highest) positive value that can be represented using the 8-bit floating-point notation is 15.5.

Explanation:

Write a query to display the department name, location name, number of employees, and the average salary for all employees in that department. Label the columns dname, loc, Number of People, and Salary, respectively.

Answers

Answer:

is hjs yen ; he jawjwjwjwjw

a really excellent way of getting you started on setting up a workbook to perform a useful function.

Answers

Templates a really excellent way of getting you started on setting up a workbook to perform a useful function.

What is the workbook  about?

One excellent way to get started on setting up a workbook to perform a useful function is to begin by defining the problem you are trying to solve or the goal you want to achieve. This will help you determine the necessary inputs, outputs, and calculations required to accomplish your objective.

Once you have a clear understanding of your goal, you can start designing your workbook by creating a plan and organizing your data into logical categories.

Next, you can start building the necessary formulas and functions to perform the required calculations and operations. This might involve using built-in functions such as SUM, AVERAGE, or IF, or creating custom formulas to perform more complex calculations.

Read more about workbook here:

https://brainly.com/question/27960083

#SPJ1

Write a program to create an array of size m X n and print the sum of all the numbers row wise in java

Answers

Answer:

Here is the program to create an array of size m X n and print the sum of all the numbers row wise in Java:

```

import java.util.Arrays;

public class ArraySumRowWise {

   public static void main(String[] args) {

       int m = 3;

       int n = 4;

       int[][] arr = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12}};

       // Print the original array

       System.out.println("Original Array:");

       for (int[] row : arr) {

           System.out.println(Arrays.toString(row));

       }

       // Compute and print the row wise sum

       System.out.println("Row Wise Sum:");

       for (int i = 0; i < m; i++) {

           int rowSum = 0;

           for (int j = 0; j < n; j++) {

               rowSum += arr[i][j];

           }

           System.out.println("Row " + (i+1) + ": " + rowSum);

       }

   }

}

```

Explanation:

In this program, we have created an array of size 3 X 4 and initialized it with some values. We have then printed the original array and computed the row wise sum by iterating over each row and adding up all the elements. Finally, we have printed the row wise sums. You can replace the values of m, n, and arr with your own values to test the program with different array sizes and values.

can the charger of my laptop get infected with viruses also when it was connected to it?​

Answers

Answer:

Technically… yes. Because if the charging port is the same as a USB/etc connector port, then it can travel over that.

Explanation:

Which devices are likely to include a computer? Select 3 options.

cell phone
toaster
ATM cash machine at the bank
lawnmower
GPS mapping device

Answers

Answer:

Cell Phone, ATM Cash Machine, and a GPS Mapping Device

Answer:

Right answers:

ATM cash machine at the bank GPS mapping deviceCell phone

Explanation:

Edge 2022

Which devices are likely to include a computer? Select 3 options.cell phonetoasterATM cash machine at

What is the average value of a loyal customer (VLC) in a target market segment if the average purchase price is $75 per visit, the frequency of repurchase is six times per year, the contribution margin is 10 percent, and the average customer defection rate is 25 percent?

Answers

The value of loyal customers or VLC is derived by multiplying the values of the purchase price, contribution margin, repurchase frequency, and buyer's life cycle with each other.

How do you calculate a loyal customer's average value?

This number shows the amount of revenue your typical customer will likely provide to your company over the course of their dealings with you. Put into formula form: Customer value times typical customer longevity equals CLV. Using the equation: (P) (RF) (CM) = VLC (BLC) VLC = (75) (6) (10%) (1/0.25) VLC = $180.00 A loyal customer is worth an average of $180.00. Loyalty-based segmentation gauges a customer's level of adherence to your brand, whether it is through participation in a rewards program, the volume of their purchases, or their overall engagement with your marketing initiatives.

VCL= 75*0.28

6*1/0.25=481,090.91

To learn more about 'VLC' refer to

The value of loyal customers or VLC is derived by multiplying the values of the purchase price, contribution margin, repurchase frequency, and buyer's life cycle with each other.

How do you calculate a loyal customer's average value?This number shows the amount of revenue your typical customer will likely provide to your company over the course of their dealings with you. Put into formula form: Customer value times typical customer longevity equals CLV. Using the equation: (P) (RF) (CM) = VLC (BLC) VLC = (75) (6) (10%) (1/0.25) VLC = $180.00 A loyal customer is worth an average of $180.00. Loyalty-based segmentation gauges a customer's level of adherence to your brand, whether it is through participation in a rewards program, the volume of their purchases, or their overall engagement with your marketing initiatives.

VCL= 75*0.28

6*1/0.25=481,090.91

To learn more about value of a loyal customer refer to:

https://brainly.com/question/21306588

#SPJ1

4. Answer the following. a. Write the steps to create new presentation from Blank Presentation. How​

Answers

Create new presentation from a Blank Presentation using  PowerPoint by following these steps:

Launch PowerPoint.Select New from the left pane.

Select an option:

Choose Blank Presentation to start from scratch when creating a presentation.Choose one of the templates to use a ready-made design.To see PowerPoint tips, click Take a Tour, and then click Create.

With PowerPoint on your PC or on any device, you can:

Make a presentation from scratch or from a template.Text, images, art, and videos can all be added.Using PowerPoint Designer, choose a professional design.Include transitions, animations, and movement.Save your presentations to OneDrive so you can access them from your computer, tablet, or phone.Share and collaborate with others, no matter where they are.

To learn more about powerpoint presentations, visit: https://brainly.com/question/23714390

#SPJ9

Python 4.5 code practice

Answers

Answer:

"Write a loop that inputs words until the user enters DONE. After each input, the program should number each entry and print in this format:"

"#1: you entered _____"

"When DONE is entered, the total number of words entered should be printed in this format:"

"A total of ___ words were entered"

count = 0

data = input('Please enter the next word: ')

while data != "DONE":

   count = count + 1

   print("#" + str(count) +": You entered the word " + data)

   data = input("Please enter the next word: ")

   

print("A total of "+ str(count) + " words were entered.")

Explanation:

we are counting starting from 0 when the user inputs a word the code then counts the word and stores is as data and continues until the user inputs DONE

Help please!, explain what is missing and what needs to be changed if anything.

Help please!, explain what is missing and what needs to be changed if anything.

Answers

Using the computer language in JAVA to write a function code that output numbers in reverse

Writting the code in JAVA:

import java.util.Scanner;

public class LabProgram {

   public static void main(String[] args) {

       Scanner scnr = new Scanner(System.in);

       int[] userList = new int[20];

       int numElements;

       numElements = scnr.nextInt();

       for (int i = 0; i < numElements; ++i) {

           userList[i] = scnr.nextInt();

       }

       for (int i = numElements - 1; i >= 0; --i) {

           System.out.print(userList[i] + " ");

       }

       System.out.println();

   }

}

See more about JAVA at brainly.com/question/12975450

#SPJ1

Help please!, explain what is missing and what needs to be changed if anything.
Help please!, explain what is missing and what needs to be changed if anything.

Write a program to read the the address of a person. The address consists of the following:

4 bytes street number

space

15 bytes street name

new line

11 bytes city

comma

space

2 bytes state

So the input could look like this:
Example: 1234 Los Angeles St.
Los Angeles, CA

Answers

This application presumes that the provided input format is precise (with a 4-digit street number, 15-byte street name, 11-byte city name, and 2-byte state abbreviation separated by spaces, new lines, and commas as specified).

How does BigQuery's Regexp replace work?

For instance, the result of SELECT REGEXP REPLACE("abc", "b(.)", "X1"); is aXc. Only non-overlapping matches are replaced using the REGEXP REPLACE function. As an illustration, substituting ana with banana only causes one replacement, not two. This function gives a false value if the regex parameter is an invalid regular expression. Additionally, it presumes that the input was typed accurately and without any mistakes or typos. You might want to add more validation and error-handling logic to a real-world application to make sure the input is accurate and complete.

# Read street address

street_address = input("Enter street address (4-digit street number, street name): ")

# Split the street address into street number and street name

street_number, street_name = street_address.split(' ', 1)

# Read city and state

city_state = input("Enter city and state (city, state abbreviation): ")

city, state = city_state.split(', ')

# Print the address

print(street_number)

print(street_name)

print(city)

print(state)

To know more about format visit:-

https://brainly.com/question/14725358

#SPJ1

When handling a project scope creep, which are two things that all parties involved need to be aware of

Answers

Answer:

Additional resource needed for the projects

Additional time needed for the project

Explanation:

In any project handing their will expected diversion and add on requirement, so to complete a project additional time and additional resource is required to finish a project.

As advice due the project details, end user has keep enough buffer for deviations on resource of man power and additional times taken to finish the project.

While design the project each scope of work is measure with additional time to complete the task

Each scope of work is considered as task in project management.

Explanation:

When importing data using the Get External Data tools on the Data tab, what wizard is automatically
started after selecting the file you want, to help import the data?
Text Import Wizard
Excel Data Wizard
Import Wizard
Text Wrap Wizard

Answers

Answer: text import wizard

Explanation:

which of the following indicates that the loop should stop when the value in the quantity variable is less than the number 50​

Answers

Answer:

while (quantity >= 50)

Explanation:

Required

Stop when quantity is less than 50

To do this, we make use of a while statement and the syntax is:

while (condition){ }

If the loop should stop when quantity is less than 50; then it means the loop would continue when quantity is greater or equal to 50

So, we have:

while (quantity >= 50)

The ________ attribute of the anchor tag can cause the new web page to open in its own browser window.
Select one:
a. target
b. window Incorrect
c. id
d. href

Answers

Target attribute the new web page may launch in a separate browser window as a result of the anchor tag.

What is a target attribute?

The response that's also received within a week of submitting the form is displayed according to the name or keyword specified by the target attribute. The target attribute specifies a browsing context's name or keyword (e.g. tab, window, or inline frame).

A target attribute with the value " self" opens the linked document in the same frame where it was clicked.

_blank: This specifies that the link should be opened in a new window.
_self: This is the default setting. It is used to open the link in the same window as the link.
_top: This opens the document linked in the main body.
_parent: This specifies that the link should be opened in the parent frameset.

framename: The document is opened in the frame name specified.

Hence to conclude target attribute of the anchor tag can cause the new web page to open in its own browser window.

To know more on target attribute follow this link
https://brainly.com/question/28341861
#SPJ1

Hi, Everybody i have a question it is almost my B-day i want this lego set
(Nintendo Entertainment System™) BUT THEY ARE SOLD OUT
I NEED HALP

Hi, Everybody i have a question it is almost my B-day i want this lego set (Nintendo Entertainment System)

Answers

Answer:

You can look at different websites of look on an app for people selling it, or something :p

Explanation:

includes views, clicks, click-through rates, etc. includes views, clicks, click-through rates, etc. search engine ranks and result influence participation website metrics

Answers

Ranks and outcomes from search engines. has views, clicks, click-through rates, etc. Web analytics.

How do social media stats work?

Utilizing data to estimate how social media activity affects a business's bottom line is known as social media metrics. Marketers frequently use social media monitoring software to track activity on social media sites and learn how a brand, product, or business-related topic is perceived.

How do you gauge the influence you have on social media?

It's critical to quantify the quantity of interactions, posts, and followers each influencer generates, as well as to monitor how those quantities vary over time. For instance, the "People Talking About This".

To know more about search engines visit :-

https://brainly.com/question/11132516

#SPJ4


What is software?
a. The soft parts of a computer, like the mouse pad. b. The collection of programs that make the computer do useful work
c. The physical components that come together to form a computer
d. A special kind of CD-ROM

Answers

Answer:

B

Explanation:

Answer:

I believe the answer is B

2. Between MAC, DAC, and RBAC, which would you recommend to someone starting up an
online retailing company who had to maintain customer records, track sales, etc., and had
a sizable staff of 20 or more employees? Why?

Answers

Answer: RBAC

Explanation:

I would recommend Role-Based Access Control (RBAC) to someone starting up an online retailing company who had to maintain customer records, track sales, and had a sizable staff of 20 or more employees. RBAC is an access control system that is based on the roles of users within an organization. It allows administrators to assign access privileges to users based on their roles within the company. This allows for a more secure and effective way to manage user access, as it is based on roles, rather than individual permissions. Additionally, RBAC provides a more granular level of control over access, allowing administrators to easily assign and manage access to specific resources and tasks. This makes it a good choice for a large organization with many users.


Some commands listed in a menu cannot be selected.


True or False

Answers

True! Have a nice week

Answer:

Explanation:

it is true

What is the difference between art and literature?

Answers

Answer:    art generally tends to be visual and auditory, literature is not. It is based on texts

Explanation: hope it helps

Compare and contrast predictive analytics with prescriptive and descriptive analytics. Use examples.

Answers

Explanation:

Predictive, prescriptive, and descriptive analytics are three key approaches to data analysis that help organizations make data-driven decisions. Each serves a different purpose in transforming raw data into actionable insights.

1. Descriptive Analytics:

Descriptive analytics aims to summarize and interpret historical data to understand past events, trends, or behaviors. It involves the use of basic data aggregation and mining techniques like mean, median, mode, frequency distribution, and data visualization tools such as pie charts, bar graphs, and heatmaps. The primary goal is to condense large datasets into comprehensible information.

Example: A retail company analyzing its sales data from the previous year to identify seasonal trends, top-selling products, and customer preferences. This analysis helps them understand the past performance of the business and guide future planning.

2. Predictive Analytics:

Predictive analytics focuses on using historical data to forecast future events, trends, or outcomes. It leverages machine learning algorithms, statistical modeling, and data mining techniques to identify patterns and correlations that might not be evident to humans. The objective is to estimate the probability of future occurrences based on past data.

Example: A bank using predictive analytics to assess the creditworthiness of customers applying for loans. It evaluates the applicants' past financial data, such as credit history, income, and debt-to-income ratio, to predict the likelihood of loan repayment or default.

3. Prescriptive Analytics:

Prescriptive analytics goes a step further by suggesting optimal actions or decisions to address the potential future events identified by predictive analytics. It integrates optimization techniques, simulation models, and decision theory to help organizations make better decisions in complex situations.

Example: A logistics company using prescriptive analytics to optimize route planning for its delivery truck fleet. Based on factors such as traffic patterns, weather conditions, and delivery deadlines, the algorithm recommends the best routes to minimize fuel consumption, time, and cost.

In summary, descriptive analytics helps organizations understand past events, predictive analytics forecasts the likelihood of future events, and prescriptive analytics suggests optimal actions to take based on these predictions. While descriptive analytics forms the foundation for understanding data, predictive and prescriptive analytics enable organizations to make proactive, data-driven decisions to optimize their operations and reach their goals.

What part of the microcomputer is considered the "brain" that follows the
instructions sent to it by software running on the computer?
O A. Monitor
O B. Central processor unit (CPU)
O C. Read-only memory (ROM)
O D. Random access memory (RAM)
SUBMIT

Answers

Answer:

The computer has an electronic brain called the Central Processing Unit/CPU, which is responsible for processing all data into information according to the instructions given to the computer.

Explanation:

Answer:

A

Explanation:


A hotel chain is using AI to enhance its booking services. Its system can locate each of its users using their mobile GPS location.

Which AI application is used to perform this task?

A) prediction
B) profiling
C) tracking
D) voice or facial recognition

Answers

The AI application that is used to perform this task is tracking. The correct option is C.

What is AI technology?

In its most basic form, AI (artificial intelligence) refers to systems or machines that mimic human intelligence in order to perform tasks and can iteratively improve themselves based on the data they collect.

Tracking is used to increase or decrease the amount of text on a page by increasing or decreasing the amount of space between letters.

It differs from kerning in that it affects an entire font or range of text, whereas kerning only affects specific letter pairs.

Tracking is the AI application that is used to perform the task using their mobile GPS location.

Thus, the correct option is C.

For more details regarding artificial intelligence, visit:

https://brainly.com/question/22678576

#SPJ1

please help, touch pad and trackpad are the same thing and the other answers don’t really make sense to me..

please help, touch pad and trackpad are the same thing and the other answers dont really make sense to

Answers

Answer:

The answer to the problem is B

intellectual property laws cover software and many other digital creations. Which of the following is an example of a positive impact of intellectual property laws?

Pedram, a student, can always study in any library in the United States for free because US libraries are declared intellectual property.
Pedram, a student, can always study in any library in the United States for free because US libraries are declared intellectual property.

Chanel, a homebuyer, gets a tax break because her house includes an office room which counts as intellectual property.
Chanel, a homebuyer, gets a tax break because her house includes an office room which counts as intellectual property.

Ariel studies real estate laws and uses her knowledge to help low-income families find affordable housing.
Ariel studies real estate laws and uses her knowledge to help low-income families find affordable housing.

Ricardo, a medical researcher, sells a vaccine he discovered and uses the proceeds to fund more research.
Ricardo, a medical researcher, sells a vaccine he discovered and uses the proceeds to fund more research.

Answers

Patents are an example of intellectual property rights. names of domains. industry architecture.

What does intellectual personality entail?

Abstract. When people encounter a social, political, religious, historically significant, or economically significant cultural phenomena, they use their feelings, behaviour, beliefs, attitudes, and methods of reasoning, evaluation, and decision-making to decide whether to accept or reject it. What exactly is intellectual haughtiness? A person who is otherwise clever will often be blinded to the truth by a set of traits known as intellectual hubris. Some examples of these are a lack of logical rigour and the use of preconceived assumptions or what one believes he acquired in school rather than rigorous reasoning.

To know more about rights visit:-

https://brainly.com/question/7721379

#SPJ1

Answer:

the answer is Ricardo!

Explanation:

I got it right

Draw a third domain model class diagram that assumes a listing might have multiple owners. Additionally, a listing might be shared by two or more agents, and the percentage of the com- mission that cach agent gets from the sale can be different for cach agent

Answers

The required  third domain model class diagram is attached accordingly.

What is the explanation of the diagram?

The third domain model class diagram represents a system where a listing can have multiple owners and can be shared by multiple agents.

Each agent may receive a different percentage of the commission from the sale.

The key elements in this diagram include Author, Library, Book, Account, and Patron. This model allows for more flexibility in managing listings, ownership, and commission distribution within the system.

Learn more about domain model:
https://brainly.com/question/32249278
#SPJ1

Draw a third domain model class diagram that assumes a listing might have multiple owners. Additionally,
Other Questions
A student is building a parallelogram- shaped deck with a base of (4x + 3) feet and a height of (3x - 2) feet. Which polynomial represents the area of her deck in square feet? (A.108) F (12x2 + x - 6) square feet G (7x + 1) square feet H (12x2 + x - 5) square feet J (7x2 + x - 6) square feet Select whether the ksp expression for each of the following ionic compounds is true or false.True False For ZnCO3(s) ksp = [Zn+2][CO3-2]True False For Bi2S3(s) ksp = [Bi+3]2[S-2]3True False For SnS(s) ksp = [Sn+2][S-]True False For MgBr2(s) ksp = [Mg+][Br-]2 Assuming that the ring is small enough compared to the depth of the river to be treated as a point and that depth of the Rhine where the ring goes in is 13.3 mm , what is the area of the largest circle at the surface of the water over which light from the ring could escape from the water PLZ HELP ASAP DUE TMR NEED RN TYSM What expressions represent 1/3 times the sum of 8 and 4 ReviewI Constants Periodic Table Estimate the value of the equilibrium constant at 615 K for each of the following reactions. AGe for BrCl(g) is -1.0 kJ/mol. The standard molar entropy, Se,for BrCI(g) is 240.0 J/mol K. You may want to reference (Pages 873- 878) Section 18.10 while completing this problem. A. 2NO2(g)N2O4(g). Hf for N2O4(g) is 9.16 kJ/mol.B. Br2(g)+Cl2(g)2BrCl(g) .Hf for BrCl(g) is 14.6 kJ/mol. How many electron shells/orbitals does the element Krypton (Kr) have? T/F neuralgia is nerve pain caused by inflammation, pressure, toxins, and other diseases. Determine the local max and min of if any exists. f(x)= x f(x). 42+1 48t+271t+14 help me pls ONE SHARE OF BEEPCO PREFERRED STOCK PAYS ANANNUAL DIVIDEND OF $1. 20. TODAY BEEPCO CLOSED AT$34. 50 WITH A NET CHANGE OF -$0. 50. WHAT WAS THESTOCK'S YIELD AT YESTERDAY'S CLOSING PRICE?O can someone plsssssss write this for me my brain literally cannot comprehend the directions, thx Which type/s of gene regulation in eukaryotes ispre-transcriptional?a.Chromatin remodelingb. Formation of PIC complexc. RNA transportd. Protein turnover What is the value of 5 in 102,587? What values, rounded to the nearest hundredth, complete the exponential regression equation that models the data?. Look at the following illustration of an early American settler. It would likely inspire a writer to create a story based on all of the following historic information except A. the clothing worn by the individuals. B. the background scenery. C. using horses for transportation. D. the color scheme used. 1. John learned that any two objects exert agravitational force on each other. if the distancebetween the two objects is triple. The gravitationalforce between them will change by a factor of what?A. 1/9B. 1/6F=G mmC. 6D.9 what are all the answers to this screenshot Find the slope of the line that passesthrough these two points.(3,2)(4,6)2-1X2-X1m =m = [?]Simplify Completely.Enter Twelve and sixty-eighty thousandths