This method is employed in order to rapidly change the locations of the website in order to ensure that no one site us used long enough to be isolated and shut down.
a. Fast-flux
b. Three-card monte
c. Bait n'switch
d. Botnet

Answers

Answer 1

Answer:

Fast-flux

Explanation:

The techniques that is used to shift the network without shutdown of website.


Related Questions

Transaction processing systems are primarily used to automate business processes. Automation increases efficiency and effectiveness, while reducing head count which in turn reduces the overall operational ____________.
A.Costs
B. Systems
C. Revenues
D. Intelligence

Answers

Answer:

A.Costs

Explanation:

Transaction processing systems are used in business for operational support. This information system processes data as transactions usually in automated manner.

Automation causes efficiency and reduced human intervention, which will end up reduced operational costs.

The ________ is the main switch station for memory; if the right and left areas are destroyed, the result is widespread amnesia. The ________ is the main switch station for memory; if the right and left areas are destroyed, the result is widespread amnesia. Wernicke's area hypothalamus hippocampus thalamus

Answers

Answer:

The answer is hippocampus.

Explanation:

The ___hippocampus._____ is the main switch station for memory; if the right and left areas are destroyed, the result is widespread amnesia. The __hippocampus.______ is the main switch station for memory; if the right and left areas are destroyed, the result is widespread amnesia.

Identify a characteristic of electronic meeting systems.
a. Real-time computer conferencing has advanced video capability.
b. Desktop conferencing enables participants to have multiple video windows open at one time.
c. Video teleconferencing does not require skilled labor as the equipment involved is easy to use.
d. Video teleconferencing enables participants to share text and graphics.

Answers

Answer:

The correct answer to the following question is an option (b).

Explanation:

Desktop conferencing is the feature of the electronic meeting system.

An EMS or electronic meeting system is an application that gives us the facilities of problem-solving and making decisions for that problem within a group, and it also provides the best feature of web conferencing, and the desktop conferencing by which we can chat and tells our problem in the group or a person.

"The system design specification is a document that presents the complete design for a new information system, along with _____ for completing the next SDLC phase — systems implementation"

Answers

Answer:

The answer to the given question is "detailed costs ".

Explanation:

SDLC stands for System development life cycle. It is also known as the Software development life cycle. In SDLC 7 phases are "Planning, Analysis, Design, Development, Testing, Deployment, Maintenance." The detailed cost is a part of the SDLC phases.

In the detailed cost, we calculate the total cost for making software. Then we go to the next phase that is the implementation state. It is also known as the "development state".

A processor has many different sequential and combinational logic units. Somehow, the inputs for each of those units must be asserted in order to correctly execute an instruction. How does the processor determine those control signals?

Answers

Answer:

instruction cycle

Explanation:

The electronic circuitry within a computer that carries out the instructions of a computer program by performing operations specified by the instructions given is called a PROCESSOR or a CENTRAL PROCESSING UNIT(CPU).

A processor FETCHES instructions that is stored in memory that is to say fetch, involves retrieving infomation. After fetching, we have the DECODING, the processor decodes all programs to be executed and EXECUTE this instructions. THIS IS KNOWN AS THE INSTRUCTION CYCLE.

// This program uses a bubble sort to arrange an array of integers in // ascending order // PLACE YOUR NAME HERE #include using namespace std; // function prototypes void bubbleSortArray(int[], int); void displayArray(int[], int); const int SIZE = 5; int main() { int values[SIZE] = { 9, 2, 0, 11, 5 }; cout << "The values before the bubble sort is performed are:" << endl; displayArray(values, SIZE); bubbleSortArray(values, SIZE); cout << "The values after the bubble sort is performed are:" << endl; displayArray(values, SIZE); return 0; } //****************************************************************** // displayArray // // task: to print the array // data in: the array to be printed, the array size // data out: none // //******************************************************************

Answers

Answer:

i dont get it; what are we supposed to do here

Explanation:

You are part of a testing team at a software business. Your job is to see how many concurrent users the system can host and how many database transactions the system can handle without a noticeable drop in performance. You are doing _____ testing.

Answers

Answer: volume testing

Explanation:

Volume testing is a non-functional test that looks into the performance of a software or database whenn handling a particular amount of data. It can be used to determine how much data or users a database or software can handle without a substantial change in the performance.

While working alone at their constant rates computer X can process 240 files in 4 hours, and comp Y 240 files in 8 hrs. If all files processed by these comp. are the same size how long would it take the two comp. working at the same time at their respective constant rates , to process a total of 240 files?
A. 2hrs
B. 2hrs 20 min
C. 2hrs 40 min
D. 6hrs
E. 6hrs 20 min

Answers

Answer:

2hrs 40 min

Explanation:

Answer: c) 2hrs 40 min

Explanation:

Rate of working of Computer X is = 240 files/ (4 × 60min)

= 1 file / min

Rate of working of Computer Y is = 240files/ (8×60min)

= 0.5 file/min

The combined rate for computer X & Y is = 1 + 0.5 = 1.5 file/ mins.

Therefore, time taken to process 240 files is = 240/1.5

= 160mins

= 2hrs 40mins

A forensic investigator at a crime lab is performing a forensic analysis of a hard drive that was brought in by state troopers. They make a mistake by using the wrong forensic tool during their forensics examination. What should the investigator do?
a. Document the mistake and workaround the problem.
b. Document the mistake and press on with remaining tasks.
c. Disclose the mistake and assess another area of the hard drive.
d. Disclose the mistake and preserve the chain of custody.

Answers

Answer:

a. Document the mistake and workaround the problem.

Explanation:

The forensic investigation is mainly used to collect and analyze the evidence of a crime, which helps in search of a suspect.

The forensic investigator's main purpose is to find the most important evidence by thorough workout on fingerprints, blood, computer, etc of a crime to help to find a suspect.

It is a detail inspection of the crime scenes which come into some result so that the correct decision should be made

So, according to the given options, the most appropriate one is option a.

Assume that you declare a variable as int x = 100, and correctly pass it to a method with the declaration private static void IncreaseValue(int x). There is a single statement within the IncreaseValue() method: x = x + 25;. Back in the Main() method, after the method call, what is the value of x?

Answers

Answer:

The value of X after the method call is 125

Explanation:

Recall that x was assigned the value 100. this value (100) was passed as an argument to the method IncreaseValue() which adds 25 to x that was initially 100.

A junior network administrator tells you that he can ping a DNS server successfully using its IP address, but he has not tested domain name lookups. What utility on the command line would you suggest your colleague use next?

Answers

Answer:

nslookup is the correct answer to the following question.

Explanation:

The following answer is correct because It is the tool or the utility of the command line by which an administrator to query a DNS(Domain Name System) for finding the domain name or the Internet Protocol address or many other records.

Steps to use nslookup:

Firstly, you have to press the window key + R to open run.Then, you have to type cmd in it and press enter.Then, cmd will appear after that, you have to type the command 'nslookup' and then press enter.Then, it shows the default server name and ip address after that, you have to type an ip address of DNS server.Then, you have to type 'set' then type q=M X and then press enterThen, you have to type the name of your domain then, press enter key.

A ____ is a key-dependent, one-way hash function that allows only specific recipients(symmetric key holders) to access the message digest.a. signature
b. fingerprintc. MAC
d. digest

Answers

Answer: (C) MAC

Explanation:

MAC is stand for the message authentication code and it is one of the key dependent hash function. Message authentication provide the data integrity and also the origin of data authentication.

It basically allow the specific recipients known as the holder of the symmetric key. The message authentication code uses the CBC (Cipher block chaining) mode for constructing the MAC algorithm and it also uses the block cipher for the conjunction by using the CBC operations.    

On the other hand, all the options are incorrect as they are not the key dependent hash function.

Therefore, Option (C) is correct.

Adobe Acrobat reader is free. Adobe does this to build a market for the sale of software that creates Acrobat files. This is an example of: (pick all that apply)
a. firms taking advantage of complementary products developed for a prior generation of technology.
b. firms giving away products for half of a two-sided market.
c. firms spreading costs across increasing units of production or in serving multiple customers.
d. seeding the market. on market attempting to conquer a new market by making it a subset, component, or feature of its primary offering.

Answers

Answer:

The correct option to the following question is an option (D).

Explanation:

The latest version of the Adobe Acrobat reader is Adobe Acrobat Reader DC which is the best pdf reader or viewer and this software is available free on the website of the acrobat with license.

Adobe Acrobat reader is only used in reade and view the pdf file if we want to edit those file then we have to purchase them.

Options b. firms giving away products for half of a two-sided market, and d. seeding the market. on market attempting to conquer a new market by making it a subset, component, or feature of its primary offering, clearly define Adobe's strategy in building a market for their premium products through the widespread usage of the free Acrobat Reader.

The strategy of offering the Adobe Acrobat Reader for free while charging for Adobe Acrobat software, which creates PDF files, demonstrates several business tactics:

Firms giving away products for half of a two-sided market: This tactic involves offering one part of a product or service for free to build a user base, which in turn makes the paid part of the market more valuable and appealing.Seeding the market: By providing a free tool, Adobe seeds the market by increasing the usage and familiarity with PDF files, thus driving demand for their paid software needed to create these files.

While options a, c, and the second part of option d don't directly apply in this context, options b and the first part of d clearly define Adobe's strategy in building a market for their premium products through the widespread usage of the free Acrobat Reader.

You have taken a new job as a network administrator. Although you have been an IT professional within your organization for a number of years, this particular responsibility is a new one for you, so you have been studying network standards and protocols. You learn that all of the following are true about token ring networks

Answers

Answer:

Except more than one token can exist on a token ring network

Explanation:

The token ring is the LAN(Local Area Network) in which the computer systems are connected with each other computers in the form of topologies. In the token ring networks more than one logic tokens from one host to another host.

The token ring has entirely taken over by the Ethernet because it is cheaper and better in price and performance.

You are a network administrator. Your company recently approved of employees working from home one day a week and the use of employee-owned mobile devices at work. You want to ensure that employees follow wireless security best practices. What is your most important first step?

Answers

Answer:

To establish the BYOD policy is the correct answer to the following question.

Explanation:

Implementation of the BYOD(Bring Your Own Device):

Firstly, set you objectives and establish it.Then, you have to decide and tell your employees that what types of devices are only allowed in your organization.Then, establish your security policies related to the BYOD policy.Then, give good training by you or by the IT professionals to your employees.Finally, if the employee are leaving your organization then, you have to remove those employees from the BYOD policy by which they cannot access your company's informations.

Two non-negative integers x and y are equal if either: Both are 0, or x-1 and y-1 are equal Write a boolean-method named equals that recursively determines whether its two int parameters are equal and returns true if they are and false otherwise.

Answers

Answer:

Following are the code which is mention below.

bool equals (int x, int y)  // method equals

{

if( (x<0) || (y<0) )  // check number if it is less then 0

return false;  // return false

if( (x==0) && (y==0) )  // check condition if number is equal to 0

return true;  // return true

return equals(x-1, y-1);  

}

Explanation:

Here we declared a function "equals" of type bool which means it either return "true" or "false".Inside the function equals we check the condition which are mention above

                   1.   if x and y both are less then  0 then it returns "false".

                   2.  if x and y both are equal to 0 then it returns "true"

                   3.   Otherwise it return x-1 and y-1.

Please select the word from the list that best fits the definition

Contain offensive language or content

A.Safe Sites

B.Unsafe Sites

Answers

Answer:

B. Unsafe Sites

Explanation:

Unsafe Sites are not safe and contain content which may be offensive and which could also be harmful for younger children.

The correct word from the list that best fits the definition is: Contain offensive language or content of unsafe sites. the correct option is B.

What are unsafe sites?

Cybercriminals create malicious websites to steal data and spread viruses like ransomware. These websites frequently pose as trustworthy ones and entice users with phishing emails.

Employees can be prevented from exposing themselves and your firm to losses through security measures and awareness training. These risky websites frequently resemble trustworthy websites, and simply visiting a malicious website might lead to an attack on your computer.

It's possible that you'll be asked to download software that your computer seems to need. Your machine and your private data may be compromised by a dangerous installation.

Therefore, the correct option is B. Unsafe Sites.

To learn more about unsafe sites, visit here:

https://brainly.com/question/15613340

#SPJ2

Historically, it has been observed that computer processing speeds tend to double every two years. Which of the following best describes how technology companies can use this observation for planning purposes?
A. Technology companies can accurately predict the dates when new computing innovations will be available to use.B.Technology companies can plan to double the costs of new products each time advances in processing speed occur.C. Technology companies can set research and development goals based on anticipated processing speeds.D. Technology companies can spend less effort developing new processors because processing speed will always improve at the observed rate.

Answers

Answer:

Option C is correct.

Explanation:

This is what is called Moore's law, pronounced by Gordon Moore (Intel's CEO) in 1965. More precisely, it states that transistor count in processors doubles every 2 years. Not always this can translate to more processing power, because usually software can't keep up the pace with the raw power of new processors, and can't take full advantage of its speed.

Moore's law has had a positive effect on the market. Not only to the processor market but more so to the software market. The reason is that even though faster, multi-core processors are out there, the software was written to work with single-thread tech for a long time. Now, developers need to adjust their software to support multi-threading (split the program's functions across all processor cores) to increase performance and take advantage of the speed. This helps developers to create software that is up to the latest technologies and maximize efficiency.

The best choice is C. Technology companies can set research and development goals based on anticipated processing speeds. This approach allows them to align their innovation efforts with expected advancements, ensuring that their products remain competitive and relevant as processing speeds continue to increase.

Choice C is the most viable. By setting research and development goals based on anticipated processing speeds, technology companies can strategically allocate resources and prioritize projects that leverage expected advancements.

This approach enables them to stay ahead in innovation, design products that capitalize on increased processing power, and meet evolving market demands. It also helps in resource planning, allowing for the timely development of competitive products.

However, it's important to note that while the observation of doubling processing speeds every two years provides a general trend, it's not a rigid rule.

Actual progress may vary due to various factors. Thus, companies should adapt their plans accordingly, considering both the observed trend and specific technological developments in their respective fields.

This approach fosters agility and flexibility, essential qualities in the fast-paced technology industry.

How many radio buttons from the following code can be selected at any given time?a.Home Addressb.Federal Expressc.UPS

Answers

3 radio buttons from the following code can be selected at any given time.

Explanation:

In any programming language end user prompts either checkbox or radio buttons.

Normally checkbox are used for end user to select true or false methods where return value will true if checkbox click or false, one or zero. It all depends how end user uses the checkbox in his or her programming languages.

Radio buttons are used to end user in the programming languages where to select one radio buttons out of given radio buttons.

Where each radio buttons are marked with own assigned values. Based upon user selecting the radio buttons return will be assigned value of selected radio button.

If select option is multiple, each category of radio button is placed in grouping.

​Lisa mentions that a program is developed to interact with other programs, and she wants to begin by testing the programs individually. Tina tells her about a process in which a programmer simulates each program outcome or result and displays a message to indicate whether or not the program executed successfully. What is the name of this process?

Answers

QC TESTER(quality testing process) is the name of this process.

To name this process call QC TESTER

Explanation:

Any software development environment their will QC testing (quality testing process) where end user will do or simulate complete testing of software make the software bug free.

After QC tester confirm the program as bug free then only software implementation team ready for implementation process. QC tester is important role in software development environment to find a bug on function, data input entry and monitor result from software and inform to software team with list of bug results.

This process will take place to and from between QC tester and software developer team till software become bug free.  

You have created a new Web site for your company, and you want to add a script so that a "welcome" pop-up box appears to the user as soon as he or she launches the site. Which JavaScript method should you use to display the message?

Answers

Answer:

The correct answer to the following question is The alert() method.

Explanation:

The alert() function is the function of the javascript which is applied on the web page to alert the users for something important who is surfing on that web page.

If the javascript alert box is on the button in the HTML page then, when the user clicks on that button the alert box will pop-up on the screen with the alert message which you written inside the alert() parentheses.

Syntax:

alert("Hello sir");

emily loves her job as an executive recruiter for a large hospital located in Seattle, Washington. Part of Emily's job requires her to gather industry information, collaborate with partners, compare competitors, and tap into the knowledge of prospective employees, partners, and customers. Which of the following would Emily use to perform her job?
A. interactivity metics
B. Source code
C. Network effect
D. Collective intelligence

Answers

Answer:

D. Collective intelligence

Explanation:

Collective intelligence appears when people work together. It is derived  from the collaboration, collective actions, and competition of many parties.

In Emily's job, she collaborate with partners, compare competitors and tap into the knowledge of prospective employees, partners, and customers. Thus, she performs collective intelligence.

Assume that processor refers to an object that provides a void method named process that takes no arguments. As it happens, the process method may throw one of several exceptions. Write some code that invokes the process method provided by the object associated with processor and arrange matters so that if process throws any exception, your code prints the message "process failure" to standard output and does nothing else in regard to the exception.

Answers

Answer:

Following are the code in the Java Programming Language:

try{  //try block.

processor.process();  // call the function through the object.

}

catch(Exception e){  //catch block .

System.out.println( "process failure");   //if any exception occurs then print.

}

Explanation:

In the following code, we set two blocks in Java Programming Language of the exception handling which is try block or catch block.

In try block we call the function "process()" through the "processor" object.If any exception occurs in the program then the catch block print the following message is "process failure"

Conchita uses the CSS Box Model to help configure the space around each HTML element as she develops her Web pages. Which Box Model element defines the space between the HTML element and the border?

Answers

Answer:  

The answer to this question is "Padding".  

Explanation:  

The description of padding property as follows:  

Padding is a property that is used in CSS. It established in the inner portion of the box model that Creates content space, defines any edges or boundaries within. This value is a set that uses a length in percentages or pixels and It does not accept negative values.  The default value for all padding properties is 0.  

 

A slide can have which of the following?

A) more than one title text box
B) more than one text box
C) text box and drawing objects
D) all of these

Answers

Answer:

D all of them mofos

Explanation:

Final answer:

A slide in presentation software can include more than one title text box, multiple text boxes, drawing objects, and essentially all of these options combined. Presentation tools are designed to be flexible, allowing for a diverse range of content to be incorporated into each slide. Thus, the correct answer is D) all of these.

Explanation:

The question posed is about the capabilities and features of a slide in a presentation software, such as PowerPoint. It asks which of the following a slide can have: A) more than one title text box, B) more than one text box, C) a text box and drawing objects, or D) all of these. In presentation software, slides are highly customizable. Users can add multiple text boxes, including more than one title text box if they choose, although typically a single title is used for simplicity and clarity. Slides can also incorporate various drawing objects such as shapes, lines, and more.

Furthermore, placeholders in slides allow for the inclusion of not just text but also graphics, tables, charts, videos, and more. This versatility supports the creation of dynamic and informative presentations tailored to the presenter's needs. It's important to understand that presentation software is designed to be flexible, catering to a wide range of content types and presentation styles. The ability to include text boxes, drawing objects, and other elements in a single slide makes it a powerful tool for communicating ideas effectively.

Which one of the following statements about functions is TRUE A. A function can change names over the course of a program. B. Code can be added or removed dynamically from a function while the program is running. C. Functions can be called using different names depending on where in the program they are called. D. Two functions can be given identical names as long as their code is identical. E. Two functions in a single program can have different names but contain identical code.

Answers

Answer:

Answer is E

Explanation:

Two functions with identical codes can have the same name in any programming language. Any of the functions can be called to do its job with the appropriate name. While this is allowed and you wont get errors, just be careful not to waste memory and have redundant code

The true statement regarding the function is that the two functions could be the single program.

What are functions?

It means the relationship between the set of input that contains one output each. The function represent the relationship that lies between input where every input should be related to exactly one output. In the case when the function contains the same code so they have similar name for any kind of programming language. Also, the error should be minimized.

Therefore, the option E is correct.

Learn more about function here: https://brainly.com/question/19703259

_______is a network of physical objects embedded with sensors, processors, software and network connectivity capability to enable them to exchange data with the manufacturer, operator and other connected devices
a. the internet of digital divide
b. the internet of regulations
c. the internet of things
d. the internet of data

Answers

Answer:

c. the internet of things

Explanation:

Internet of things stands for IoT devices. the objects or devices which can be connected on internet and control by any of networking device comes under IoT devices.

IoT device is a combination of sensors, devices, and network working together. there are many sensors i.e PIR sensor, temperature sensor, light sensor, etc. which collect the information and send it over the connected devices. when it gets command it also acts on the same command like a printer function.

The example and most recent usage of IoT devices in the lighting automation, where the lighting of a house or office gets connected to the internet and can be controlled by any device connected with it.

Timur was making a presentation regarding how attackers break passwords. His presentation demonstrated the attack technique that is the slowest yet most thorough attack that is used against passwords. Which of these password attacks did he demonstrate?
A. Dictionary attack
B. Hybrid attack
C. Custom attack
D. Brute force attack

Answers

Answer:

D. Brute force attack

Explanation:

A Brute Force Attack is the fastest way of accessing a website or database (or whatsoever secured by a password). It attempts repeatedly different combinations of usernames and passwords till it breaks in.

This repeated behavior is just like an enemy that attacks a fort.

Optionally, using a key derivation function, the attacker can try to guess the key generally created from the password. This is known as an exhaustive key search.

When typing text in a word processing program, you should only press ____ after a short line (like a title), at the end of a paragraph, and to leave a blank line between paragraphs.

Answers

Answer:

Enter

Explanation:

In a Microsoft word when we are typing text and want to go to next line just put the cursor at the end of line or line text and then press enter.It will leave a blank line between paragraphs.

Final answer:

In word processing programs like Microsoft Word, the Enter key should only be pressed to end a paragraph, after a title, or to add a blank line. For spacing after a period, one space is the current standard. Indents and line spacing can be adjusted using specific formatting options in the word processor.

Explanation:

When typing text in a word processing program, you should only press Enter after a short line (like a title), at the end of a paragraph, and to leave a blank line between paragraphs. This is because most word processing software, including Microsoft Word, automatically wraps text to the next line as you type. To create necessary white space and make your document more readable, adjusting the spacing before and after paragraphs can be done in the Page Layout tab. Additionally, if you require indenting paragraphs, this can be performed using the Paragraph group of the Layout tab, which allows precise control over indents and spacing.

Regarding the space after a period, it is widely accepted now to use a single space after a period at the end of a sentence. This conforms to modern style guides, such as the APA style, which currently requires a single space after a period. Remember that the "rules" for spacing and formatting may change, so it's important to stay up to date with the style guide you are using.

For specialized formatting like creating an ellipsis, remember to include a space between each dot and ensure it does not wrap to the next line. Likewise, if an ellipsis is used at the end of a sentence, it will appear after the period with a space in between.

Somebody who is good at this stuff, please halp meh ;-;

Answers

Answer:

for the first question the correct answer is either A or B

the second problem is A

hope this helps you!

(p.s;tell me if this is right and please mark me as brainlyest)

Explanation:

Ask me if you want/need the explaination.

Other Questions
Julie has $48 to spend at a carnival. The carnival charges $8 for admission and $5 per ride. What is the maximum number of rides Julie can go on? Four point charges are placed at the corners of a square. Each charge has the identical value +Q. The length of the diagonal of the square is 2a. What is the electric potential at the center of the square? HELP!! ILL MARK BRANLIEST!!Determine the approximate ordered pair for f(x) = g(x).the graph of two linear functions negative 4 times x plus 15 times y equals negative 300 and 20 times x plus 4 times y equals negative 20 (3, 9) (3, 8) (3, 19) (3, 8) 1. The Phillips curve shows that in the short-run: a. unexpected changes in aggregate demand produce an inverse relationship between inflation and unemployment. b. unexpected changes in aggregate demand produce a positive relationship between inflation and unemployment. c. expected changes in aggregate demand produce a positive relationship between inflation and unemployment. d. expected changes in aggregate demand produce an inverse relationship between inflation and unemployment. 2. Suppose people expect the inflation rate to be 3 percent. The government engages in a one-time expansionary monetary policy in order to lower unemployment. Once people realize what has happened: a. the Phillips curve will shift inward, causing unemployment to return to its natural rate. b. there will be a movement along the Phillips curve, causing the inflation rate to return to 3 percent.c. the Phillips curve will shift outward, causing unemployment to return to its natural rate. d. there will be a movement down along the Phillips curve, causing unemployment to return to its original level. The term sorting can be defined as: a. Classifying students based on academic merit or potential. b. The use of education to improve ones social standing. c. The process by which students are allowed to choose their own classes based on interest. d. A formalized system that places students on "tracks" (advanced, low achievers) that perpetuate inequalities. Question 7 of 252 PointsGive the slope of y- 3 = 4(x+8) and a point on the line.OA. The slope is 4 and (-8,3) is on the line.OB. The slope is 4 and (8, -3) is on the line.OC. The slope is 3 and (-8, 4) is on the line.OD. The slope is 8 and (3, 4) is on the line. What was Benjamin Franklin trying to say with the join or die cartoon he published in 1754?A. that all of the colonies should unify in order to fight the French and the IndiansB. that all of the colonies should declare their independence from Great BritainC. that all of the colonies should agree to be ruled by a proxy monarch who lived in the coloniesD. that all of the colonies should realize they are more economically powerful than Great Britain Choose a specific character and give an in depth analysis of that characters actions, description, mentality, and fate from the book Frankenstein 27 points!! will mark brainliest ! thanks guys muutuunActiveDescribing EnzymesQUICK CHECKWhich of the following characteristics are true of enzymes? Check all that apply.The structure of an enzyme can change if conditions change.A single enzyme can normally catalyze a wide variety of reactions under many conditions.Enzymes are found only in nonliving systems.Enzymes allow living things to regulate body conditions through feedback mechanisms.Enzymes bind to specific substrates in specific ways.Enzymes increase the rate of reaction.When shown in energy-reaction diagrams, enzymes represent the higher activation energy. A 2.21-kg piece of copper metal is heated from 20.5C to 126.4C. Calculate the heat absorbed (in kilojoules) by the metal. Le Chatelier's principle describes the effect of changing conditions on a chemical reaction that was previously at equilibrium. Choose the statement that correctly describes the possible effects.A. Adding more carbon dioxide to a combustion reaction will increase the rate of the reaction.B.When oxygen is removed from a combustion reaction, the reaction slows down or stops.C.When water is added to a combustion reaction, it will increase the rate of the reaction. The statistic in this excerpt supports the idea thatA.carbon emissions and climate change are not related.B.scientists are divided about the impact of carbon emissions.C.scientists and the general public disagree about carbon emissions.D.carbon emissions are directly related to climate change. Michigan unemployment tops 15% The U.S. Department of Labor reported that Michigan's unemployment rate in June 2009 rose to 15.2%, becoming the first state in 25 years to suffer an unemployment rate exceeding 15%. Michigan has been battered by the collapse of the auto industry and the housing crisis and has had the highest unemployment rate in the nation for the past 12 months. Source: CNNMoney, July 17, 2009 Is this increased unemployment frictional, structural, or cyclical? Explain. The increased unemployment rate in Michigan is _____. A. structural, frictional, and cyclical, which are all due in part to the downturn in the U.S. economy B. cyclical that arises due to a downturn in the U.S. economy and frictional that arises due to changes in international competition C. structural that arises due to changes in international competition, and cyclical due to a downturn in the U.S. economy D. cyclical only, and is due to a downturn in the U.S. economy E. frictional that arises due to normal labor turnover All of the following are tangible or intangible benefits of a new system except: A. increased costs B. increased job satisfaction C. better decision making D. greater management control E. improved customer service Should Americans approve the new constitution? Lithium and fluorine undergo ionic bonding. Using the noble gas electron configurations for each (below), please explain the process of bonding step by step, using proper grammar and mechanics. Noble Gas Electron Configurations:________ Lithium:_______ [He] 2s1 Fluorine:______ [He] 2s22p5 An informal political group designed to gain and maintain power in a city was called _______. A. a political machine B. a corrupt alliance. C. an election league. D. a party boss. Katie keeps a record of her transactions in a notebook. Looking over her records for the past two weeks, Katie finds that her bank statement does not match her notebook, and she actually has more money than she thought she did. These are the relevant entries in Katies notebook:TransactionDebit ($)Credit ($)Beginning Balance889.23Fence repair75.86---Dry cleaning32.38---Paycheck---140.91Gift from cousin---35.00Car payment178.66---Tax refund---66.18New chair161.55---Ending Balance682.87However, Katies bank statement says that her ending balance is $707.10. Which of the following is a possible explanation for the discrepancy?a.Katies neighbor paid for half of the fence repair, which Katie forgot to record.b.Katie transposed the digits in the cost of the dry cleaning, which actually cost $23.38.c.Katies new chair was on sale for 15% off, making it cost $137.32, but Katie wrote down the before-sale price.d.Katies tax refund came in two equal-sized checks, but Katie only recorded one of them. vINet Library issued $85 par value preferred stock that pays a 7.25% dividend rate per year. The stock has a beta of 1.13. The current risk-free rate is 2.1% and the market return is 11.2%. Assuming that CAPM holds, what is the intrinsic value of this preferred stock?