someone please help me? Thanks!

Someone Please Help Me? Thanks!

Answers

Answer 1
Google the answer. L maoooo
Answer 2

Answer:

B

Explanation:

Phishing is a type of social engineering attack often used to steal user data, including login credentials and credit card numbers. It occurs when an attacker, masquerading as a trusted entity, dupes a victim into opening an email, instant message, or text message.


Related Questions

anyone know how to do this

anyone know how to do this

Answers

The completed program that finds the area and perimeter of the rectangle using a C Program is given below:

The Program

// C program to demonstrate the

// area and perimeter of rectangle

#include <stdio.h>

int main()

{

int l = 10, b = 10;

printf("Area of rectangle is : %d", l * b);

printf("\nPerimeter of rectangle is : %d", 2 * (l + b));

return 0;

}

Output

The area of the rectangle is : 100

The perimeter of the rectangle is : 40

If we make use of functions, it would be:

// C program to demonstrate the

// area and perimeter of a rectangle

// using function

#include <stdio.h>

int area(int a, int b)

{

int A;

A = a * b;

return A;

}

int perimeter(int a, int b)

{

int P;

P = 2 * (a + b);

return P;

}

int main()

{

int l = 10, b = 10;

printf("Area of rectangle is : %d", area(l, b));

printf("\nPerimeter of rectangle is : %d",

 perimeter(l, b));

return 0;

}

Output

The area of rectangle is : 100

The perimeter of rectangle is : 40

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

What format can be applied to text in Excel?

Answers

Answer:

You can apply accounting format,date,numbers, currency, percentage or even fraction

Explanation:

Q2-2) Answer the following two questions for the code given below: public class Square { public static void Main() { int num; string inputString: Console.WriteLine("Enter an integer"); inputString = C

Answers

The code given below is a basic C# program. This program takes an input integer from the user and computes its square. The program then outputs the result. There are two questions we need to answer about this program.

Question 1: What is the purpose of the program?The purpose of the program is to take an input integer from the user, compute its square, and output the result.

Question 2: What is the output of the program for the input 5?To find the output of the program for the input 5, we need to run the program and enter the input value. When we do this, the program computes the square of the input value and outputs the result. Here is what the output looks like:Enter an integer5The square of 5 is 25Therefore, the output of the program for the input 5 is "The square of 5 is 25".The code is given below:public class Square {public static void Main() {int num;string inputString;Console.WriteLine("Enter an integer");inputString = Console.ReadLine();num = Int32.Parse(inputString);Console.WriteLine("The square of " + num + " is " + (num * num));}}

To know more about output  visit:

https://brainly.com/question/14227929

#SPJ11

ome people argue that we can consider the whole address space as one single block in which each range of addresses is a sub-block to this single block. Elaborate on this idea. What happens to sub netting if we accept this concept? (5 Marks)

Answers

The idea that the whole address space can be considered as one single block, with each range of addresses as a sub-block, is referred to as "supernetting" or "classless inter-domain routing" (CIDR). If we accept this concept, sub-netting becomes more flexible and efficient as it allows for the allocation of variable-sized address blocks, enabling better address space utilization.

In traditional subnetting, IP addresses were divided into fixed-sized blocks, such as Class A, Class B, and Class C networks. This led to inefficient utilization of address space as organizations were assigned blocks larger than what they actually needed, resulting in address wastage.

With supernetting or CIDR, the address space is viewed as a single block, and addresses are allocated based on the actual requirements of each organization. Subnets can be created with varying sizes, allowing for more efficient utilization of addresses. This flexibility in address allocation leads to better management of IP addresses and helps address the issue of address exhaustion.

In summary, accepting the concept of considering the entire address space as one single block allows for supernetting or CIDR, which enhances the flexibility and efficiency of address allocation. It leads to better address space utilization and helps mitigate the problem of address exhaustion.

You can learn more about sub-netting at

https://brainly.com/question/28256854

#SPJ11

in a block in a blockchain what represents the transactional data, sender, receiver, and number of coins? group of answer choices data hash previous hash proof-of-stake

Answers

In a block in a blockchain, a resource which represent the transactional data, sender, receiver, and number of coins is: A. data.

What is a blockchain?

A blockchain can be defined as a digital and dynamic financial system that is designed and developed to be used in recording and maintaining transactions that are associated with or made through the use of a bitcoin, usually as a database containing various set of data.

In this context, we can infer and logically deduce that data is a resource that typically represent all of the transactional data, sender, recipient (receiver), and the number of bitcoins in a block in a blockchain.

Read more on blockchain here: brainly.com/question/25700270

#SPJ1

Compare the features of static and dynamic computing environments and then select the accurate statements.

a. Embedded systems are typically static, while most personal computers are dynamic.

b. A dynamic environment is easier to update than a static environment.

c. A dynamic environment gives less control to a user than a static environment.

d. Dynamic environments are easier to protect in terms of security than static environments

Answers

Compare the features of static and dynamic computing environments are options A and B:

Embedded systems are typically static, while most personal computers are dynamic.A dynamic environment is easier to update than a static environment.

What is a static environment computer?

A static environment is a group of circumstances, activities, and surroundings that remain constant. Once understood, a static environment doesn't provide any novel or unexpected elements. Any system that users and administrators desire to keep unmodified belongs in a static IT environment.

Note that Leading managed IT service, IT consultancy, and cyber security provider Dynamic Computing serves high-performing businesses. Our customers are small to medium-sized enterprises located locally, regionally, and nationally.

Learn more about computing environments  from

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

How to make an outgoing call go straight to voicemail.

Answers

Sometimes, people want to make outgoing calls go straight to voicemail for various reasons. Maybe you don't want to have a conversation, or you are too busy to talk at the moment. Whatever the reason may be, there are different ways to achieve this task depending on your phone type.

The following are some tips on how to make outgoing calls go straight to voicemail for various phone models.How to make an outgoing call go straight to voicemail on an Android phoneThere are two ways to do this. You can block your number, or you can use the Do Not Disturb feature.Block your number. To do this, dial *67 followed by the number you want to call. Your call should go straight to voicemail without ringing on the recipient's end.Use Do Not Disturb mode. Swipe down from the top of your phone screen to open your notification panel.

Tap the Do Not Disturb icon to activate the feature. This setting will send all calls to voicemail during the specified timeframe.How to make an outgoing call go straight to voicemail on an iPhoneYou can use the above methods, or you can use the following steps:Turn on Do Not Disturb. Go to Settings > Do Not Disturb. Slide the switch to turn on the feature. You can either activate it manually or schedule it to come on at specific times.

To know more about conversation visit:

https://brainly.com/question/27912759

#SPJ11

Which loop prints the numbers 1, 3, 5, 7, …, 99?\


c = 1

while (c <= 99):
c = c + 2
print(c)

c = 1

while (c < 99):
c = c + 1
print(c)

c = 1

while (c <= 99):
print(c)
c = c + 2

c = 1

while (c < 99):
print(c)
c = c + 1

Answers

The loop that prints the numbers 1, 3, 5, 7, …, 99 is:

The Loop

c = 1

while (c <= 99):

   print(c)

   c = c + 2

This loop initializes the variable c to 1, then enters a while loop that continues as long as c is less than or equal to 99.

During each iteration of the loop, the value of c is printed using the print function, and then c is incremented by 2 using the c = c + 2 statement.

This means that the loop prints out every other odd number between 1 and 99, inclusive.

Read more about loops here:

https://brainly.com/question/19344465

#SPJ1

Write a program in java to input N numbers from the user in a Single Dimensional Array .Now, display only those numbers that are palindrome

Answers

Using the knowledge of computational language in JAVA it is possible to write a code that  input N numbers from the user in a Single Dimensional Array .

Writting the code:

class GFG {

   // Function to reverse a number n

   static int reverse(int n)

   {

       int d = 0, s = 0;

       while (n > 0) {

           d = n % 10;

           s = s * 10 + d;

           n = n / 10;

       }

       return s;

   }

   // Function to check if a number n is

   // palindrome

   static boolean isPalin(int n)

   {

       // If n is equal to the reverse of n

       // it is a palindrome

       return n == reverse(n);

   }

   // Function to calculate sum of all array

   // elements which are palindrome

   static int sumOfArray(int[] arr, int n)

   {

       int s = 0;

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

           if ((arr[i] > 10) && isPalin(arr[i])) {

               // summation of all palindrome numbers

               // present in array

               s += arr[i];

           }

       }

       return s;

   }

   // Driver Code

   public static void main(String[] args)

   {

       int n = 6;

       int[] arr = { 12, 313, 11, 44, 9, 1 };

       System.out.println(sumOfArray(arr, n));

   }

}

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

#SPJ1

Write a program in java to input N numbers from the user in a Single Dimensional Array .Now, display

Eclipse Holdings (Eclipse) supplies encrypted portable data storage devices, using newly developed technology, across the European region. Following regulatory approval, the most recent device released to the market by Eclipse, the B65, has been selling extremely well over the last three months. The device has primarily been purchased by large organisations across Europe in response to new legislation requiring encryption of data on all portable storage devices. Eclipse’s quality department, when performing its most recent checks, has identified a potentially serious design flaw in terms of protecting data on these devices.

What is the primary risk category that Eclipse would be most concerned about?
a.Reputational.
b.Legal/Regulatory.
c.Financial.
d.Strategic.
e.Operational.

Answers

B). Legal/Regulatory. is the correct option. The primary risk category that Eclipse would be most concerned about is: Legal/Regulatory. Eclipse Holdings (Eclipse) supplies encrypted portable data storage devices, using newly developed technology, across the European region.

Following regulatory approval, the most recent device released to the market by Eclipse, the B65, has been selling extremely well over the last three months.The device has primarily been purchased by large organizations across Europe in response to new legislation requiring encryption of data on all portable storage devices.

Data breaches are taken seriously by regulatory authorities and can result in fines and penalties.Consequently, if Eclipse doesn't comply with legal and regulatory requirements, the company's reputation and finances could be harmed. As a result, Eclipse Holdings (Eclipse) would be most concerned about Legal/Regulatory risk category.

To know more about Eclipse visit:
brainly.com/question/29770174

#SPJ11

How do I make someone "Brainiest".
First person to reply will get "Brainiest"

Answers

Answer:

Usually when someone answers a question there would be an option to mark the brainliest. However, you only get one every like 24 hrs so if you already gave someone brainliest you can't give it to someone else for a while

Explanation:

Answer:

Brainiest

Explanation:

regarding insertion sort, which one of the list data structures is preferred considering runtime? group of answer choices singly-linked lists doubly-linked list

Answers

Among the given list data structures, the preferred data structure considering runtime for the insertion sort is the Doubly linked list.

Insertion sort is a simple sorting algorithm in which the sorting is done by inserting one element at a time at the correct position to form the final sorted list. It works just like the way a person sorts playing cards in his hand. The algorithm sorts the array in-place, which means that the given array is sorted without requiring any additional data structure.

Consider an array of numbers 4, 2, 9, 1, 6, 3. The algorithm traverses through each element and compares it with all the elements that are on its left side to find the correct position of the element. Insertion sort on a doubly linked list is different than that of a singly linked list because the nodes can be traversed in both directions - forward and backward.

Know more about insertion sort:

https://brainly.com/question/30404103

#SPJ11

Which software type allows users to have access to it for a limited time before it expires?

Answers

The software type that allows users to have access to it for a limited time before it expires is called trial software. This type of software is usually provided by developers or companies to allow users to try out the main features and functionality before deciding to purchase the full version. The trial period is typically set for a specific duration, after which the software will no longer function or will have limited functionality.

java, visual basic, python and c++ are examples of what type of programming language?

Answers

Let me do my research and I’ll send you the Link

Key components of wait line simulations include all of the following except:
A.Arrival rate
B.Service rate
C.Scheduling blocks
D.Queue structure

Answers

The correct answer is C. Scheduling blocks. Key components of wait line simulations are the following except for scheduling blocks: Arrival rate. Service rate.

Queue structure. The key components of wait line simulation are as follows:Arrival rate: The arrival rate is the number of people entering the system per unit time. Service rate: It is the rate at which customers are served by the system per unit time. This is also known as the capacity of the system.

Queue structure: The structure of the queue determines the order in which customers are served. It includes elements such as the number of queues, the way the queue is organized, and the way customers are selected for service.

To know more about Scheduling blocks visit:

brainly.com/question/33614296

#SPJ11

select the entire absolute phrase in the sentence. to interact with this question use tab to move through the text tokens. use space or enter to select or deselect the relevant tokens

Answers

Some examples of an absolute phrase is given below:

Weather permitting we shall meet in the evening.God willing we shall meet again.The weather being fine, we went out for a picnic.The sun having risen, we set out on our journey.It being a stormy day, we stayed inside the house.

This is because your question is incomplete as you did not include a sentence where we would have to find the absolute phrase and thus I gave you a general overview which contains some examples of an absolute phrase

What is an Absolute Phrase?

This refers to the type of phrase that contains a noun or pronoun with a participial phrase and modifies the whole sentence, unlike a participial phrase.

Hence, we can see that some examples of an absolute phrase is given below:

Weather permitting we shall meet in the evening.God willing we shall meet again.The weather being fine, we went out for a picnic.The sun having risen, we set out on our journey.It being a stormy day, we stayed inside the house.

This is because your question is incomplete as you did not include a sentence where we would have to find the absolute phrase and thus I gave you a general overview which contains some examples of an absolute phrase

Read more about absolute phrase here:

https://brainly.com/question/2182726

#SPJ1

Answer: She published her first short story, “John Redding Goes to Sea,” in the Howard University campus literary society’s magazine Stylus.

She published her first short story, John Redding Goes to Sea, in the Howard University campus literary society's magazine Stylus.

Explanation: If your looking for the answers on the quiz this is it :)

A coding service had 400 discharged records to code in March. The service coded 200 within 3 days, 100 within 5 days, 50 within 8 days, and 50 within 10 days. The average TAT for coding in March was

Answers

The average TAT for coding in March is 5.125 days, given that a coding service had 400 discharged records to code in March. The service coded 200 within 3 days, 100 within 5 days, 50 within 8 days, and 50 within 10 days.

TAT is the abbreviation for Turnaround Time. It is the time taken by a service provider to complete a task, from the request time until the completion time.

TAT is commonly used in organizations that offer services to measure how quickly they can complete the services required by their clients.

The average TAT can be calculated by dividing the total TAT by the total number of records.

The following steps are involved:

1. Multiply the TAT by the number of records for each time period\((200 x 3, 100 x 5, 50 x 8, and 50 x 10)\) to get the total TAT for all the records

.2. Add all the total TAT together.

3. Divide the sum of the total TAT by the total number of records (400) to get the average TAT.

4. The calculation looks like this:

\((200 x 3) + (100 x 5) + (50 x 8) + (50 x 10) = 600 + 500 + 400 + 500 = 2,0002,000 / 400 = 5.125\)days

the average TAT for coding in March was\(5.125\) days.

To know more about Turnaround Time visit:-

https://brainly.com/question/32065002

#SPJ11

6.3.6: Create your own Encoding on codehs be confusing.

6.3.6: Create your own Encoding on codehs be confusing.
6.3.6: Create your own Encoding on codehs be confusing.

Answers

A general example of an encoding scheme that contains A-Z and space is given below.

How to illustrate the information

In this example, we can assign the following binary codes to each character:

A: 00

B: 01

C: 10

...

Z: 10101

Space: 10110

Using this encoding scheme, the phrase "HELLO WORLD" would be represented as:

00010101100101100110000010101011001010000001101

As you can see, this encoding scheme requires a varying number of bits to represent each character, with shorter codes assigned to more commonly used letters and longer codes assigned to less commonly used letters. This can help to minimize the total number of bits required to encode a message.

Learn more about encoding on

https://brainly.com/question/3926211

#SPJ1

reagan's firm has not had to make large investments in computer or networking hardware or in personnel to maintain the hardware because they use public cloud computing. reagan recognizes that this demonstrates which key benefit of public cloud computing?

Answers

The usage of hosted services such data storage, servers, databases, networking, and software through the internet is referred to as cloud computing.

Since the advent of cloud computing, the number of cloud-based IT services and apps has exploded around the globe and is still growing. By 2021, practically all of the small and major applications we use will be stored in the cloud, saving us money, time, and storage space. The sorts of cloud computing are covered in this article, along with ten trends to look out for in 2021. The back-end layer is composed of computers, servers, central servers, and databases, as well as software. This layer, which is the foundation of the cloud, is only in charge of safely storing data.

Learn more about database here-

https://brainly.com/question/6447559

#SPJ4

What makes these Pokémon special?
-Charizard
-Blastoise
-Charmander
-Ivysaur
-Missingno

First one to get it right gets Brainliest! If you get it right in the comments, I'll thank you on your profile!

Answers

Answer:

Charizard is a fire type dragon that is orange Blastoise is a big turtle that's water type Charmander is a fire type dinosaur the first evolution of Charizard Ivysaur is a grass type Turtle looking thing and the last one is a glitch

Answer:

i believe they are all based off of real amphibians and reptiles.

Explanation:

i really need brainliest if i got it wrong give me another try. i named my chameleon charmander so i really do love pokemon this is just such a specific question.  

Complete the sentence.
use only apps acquired from app stores.
PLEASE HELP

Answers

Answer:

that's a hard one maybe u should email ur teacher bc the punctuation on that is fine and it's not an incomplete sentence

Ccccccccccccccccccccccc

How can you benefit from an internship, even if it is unpaid?

college class
i couldnt find it in article

Answers

The ways that a person can benefit from an internship, even if it is unpaid is that Unpaid internships can be a fantastic way to begin developing your professional network, gain skills, and get insightful input from industry experts. They may also be a reliable predictor of your future career satisfaction.

How do you anticipate using this internship to your advantage?

Some of the gains from internship are:

Obtain useful professional experience.Consider a career route.Gain a competitive advantage in the job market.Develop and polish your skills.Obtain compensation in money.Build a network with industry experts.Gain self-assurance.Change over to employment.

Note that unpaid intern do assist you in putting your knowledge and talents to use at work. You can better comprehend the everyday responsibilities of that role by participating in work experience as part of your study.

Hence it is seen as a wonderful approach to develop and show off abilities like dependability and communication is through unpaid work experience.

Learn more about internship from

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

Java Question-5 Declare and initialize two variables called first and second. Write a single statement that will print the message "first is " followed by the value of first, and then space, followed by "second = ", followed by the value of the second. Ex: first is 55 second = 123

Answers

import java.util.Scanner;

public class HelloWorld {

   public static void main(String[] args) {

       Scanner reader = new Scanner(System.in);

       System.out.print("Enter two number: ");

       int number1 = reader.nextInt();

       int number2 = reader.nextInt();

       // println() prints the following line to the output screen

       System.out.println("The first is " + number1+" and second= "+number2);

   }

}

How did tribes profit most from cattle drives that passed through their land?
A.
by successfully collecting taxes from every drover who used their lands
B.
by buying cattle from ranchers to keep for themselves
C.
by selling cattle that would be taken to Texas ranches
D.
by leasing grazing land to ranchers and drovers from Texas

Answers

The way that the tribes profit most from cattle drives that passed through their land is option D. By leasing grazing land to ranchers and drovers from Texas.

How did Native Americans gain from the long cattle drives?

When Oklahoma became a state in 1907, the reservation system there was essentially abolished. In Indian Territory, cattle were and are the dominant economic driver.

Tolls on moving livestock, exporting their own animals, and leasing their territory for grazing were all sources of income for the tribes.

There were several cattle drives between 1867 and 1893. Cattle drives were conducted to supply the demand for beef in the east and to provide the cattlemen with a means of livelihood after the Civil War when the great cities in the northeast lacked livestock.

Lastly, Abolishing Cattle Drives: Soon after the Civil War, it began, and after the railroads reached Texas, it came to an end.

Learn more about cattle drives from

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

which of the following defines a network

Answers

A network, in computing, is a group of two or more devices or nodes that can communicate. The devices or nodes in question can be connected by physical or wireless connections. The key is that there are at least two separate components, and they are connected.

An apple cake recipe calls for 454 grams of apples and 50 grams of raisins. How many kilograms of fruit are needed to make 12 cakes?

Answers

Answer:

9.08

Explanation:

Because 454 divided by 50 is 9.08

An afm member serving as a leader in a recording session for a broadcast commercial may serve as the conductor but not as an instrumentalist on the session.

Answers

True. An AFM member serving as a leader in a recording session for a broadcast commercial may serve as the conductor, but not as an instrumentalist in the session.

Conductors are responsible for leading and coordinating the musicians during a session, ensuring that the music is played correctly, in time and with the desired musical expression.

They communicate with the musicians during the performance and provide guidance and direction. In contrast, instrumentalists are the musicians who actually play the instruments during the session.

The conductor's job is to interpret the composer's score, interpret the director's instructions, and ensure that the musicians are playing in accordance with the director's wishes.

For more questions like Instrumentalists click the link below:

https://brainly.com/question/7601590

#SPJ4

Complete question:

An afm member serving as a leader in a recording session for a broadcast commercial may serve as the conductor but not as an instrumentalist on the session.True or false?

Exception Java gateway process exited before sending its port number error slowing you down?

Answers

Exception Java gateway process exited before sending its port number is an error that can slow you down when running a Java application. To solve this problem, check the Java code for any potential errors, ensure the Java application is up-to-date and restart the application.

Just one Java gateway may be configured per Zabbix server or Zabbix proxy since access to each Java gateway is explicitly configured in the Zabbix server or proxy configuration file. Only the JMX agent items will be sent to the Java gateway for retrieval if a host has both items of type JMX agent and items of other types. It is constructed on top of the Spring framework and offers a practical method for quickly configuring a Spring-based application. An element that stands between your backend services and your API clients is called an API gateway.

Learn more about proxy configuration: https://brainly.com/question/31077422

#SPJ11

help
If we are looking at the predictor "car type," which can take on the values "sedan" "coupe" "truck" "suv" "van" how many binary decision variables would we need to code this data into a usable format?

Answers

If we are looking at the predictor "car type," which can take on the values "sedan" "coupe" "truck" "suv" "van", we would need 4 binary decision variables to code this data into a usable format.

A binary decision variable is a variable with only two possible values: 1 or 0. The variable is referred to as a binary variable, a binary indicator, or a 0-1 variable .The binary variable is used to answer yes/no questions. the binary variable " the binary variable is set to 0.To code the car type data into a usable format, we can use the binary decision variables.

We can use four binary variables to code the data into a usable format. We can use one variable for each category of car type. The values of the binary variables for the different categories are as follows:Sedan - 1000Coupe - 0100Truck - 0010SUV - 0001Using this format, if a car is a sedan, its binary decision variable would be set to 1000. If a car is a coupe, its binary decision variable would be set to 0100, and so on.

To know more about sedan visit:

https://brainly.com/question/24286177

SPJ11

JAVA
Write a program to find the sum of the given series:
S = 1 + (1*2) + (1*2*3) + --------- to 10 terms.

plz help....​

Answers

public class MyClass {

   public static void main(String args[]) {

     int x = 1;

     int total = 0;

     for (int i = 1; i <= 10; i++){

         x *= i;

         total += x;

     }

     System.out.println(total);

   }

}

This program finds the sum of that series to the tenth term, the sum is: 4037913. I hope this helps.

Other Questions
Vincente slept 5 more hours this past weekend than Dorinda. Dorinda only slept half as many hours this weekend as Sade. 1. Write an expression that shows how much Vincente slept in terms of Dorinda.2. Write an expression that shows how much Dorinda slept in terms of Sade.3. Write an expression that shows how much Sade slept in terms of Vincente. HEEEEEEEEELP!!!!!!!!!!!!!!!!!!!!!!!!!! A) When comparing various snacks ( peanuts, pretzels, cashews, marshmallows, tortilla chips, popcorn and cheese puffswhich one do you think will expend the most energy? the least energy ? State your scientific reasoning .B) Name a snack you think could have higher output than the ones listed above and explain whyC) Propose a method to determine the heat capacity of the calorimeter. how did the federal government respond to this concern during the late 1800s and early 1900s What happened to the first English colony in Roanoke when the attack of the Spanish Armada delayed the return of the supply ship from England? HELP MEEEE!!!!!!!!!!!!!!!!!!!! I will give brainliest to whoever answers first. If a grand jury does not believe enough evidence is present to warrant criminal charges, they issue a(rO a. no billb. true billO c. mandamus billO d. pro se bill A lemonade recipe calls for 1/4 cup of lemon juice for every 1 cup of water.Drag the movable points to plot the pairs in the table. a nematode has 7 pairs of chromosomes. how many sister chromatids are present in a cell that ...is entering the first meiotic division? ...is entering the second meiotic division? ...has completed the second meiotic division? a bureaucratic style of organization is slow when responding to change.true or false 100 POINTS!!!!!!If the same situation (a world at war and unrestricted submarine warfare) occurred today, do you think the Presidents response would be similar to Wilsons or different? Explain your answer. 20 POINTS WILL MARK BRAINLIEST PLEASE EXPLAIN -> Which expression is equivalent to -3z + 17 (-152) - (-4)?-12z + 1318z + 21-18z + 1312z + 21 LOTS OF POINTS, PLEASE ANSWERTrain A and train B leave a central station at the same time. They travel the same speed, but in opposite directions, with train A heading towards station A, and train B heading towards station B. Train A reaches station A after 4 h. Train B reaches station B after 3 1/2 h. Station A and Station B are 562.5 mi apart.What are the rates of the trains? Which of the following statements is FALSE?a.By the election of 1860, tensions were high between the North and South.b.The election of Lincoln in 1860 gave the Southern platform more power in Congress.c.In the election of 1860, the members of Congress voted according to their region and not according to their political party. d.The Democratic party was split and elected two opposing nominees for the election of 1860.Please select the best answer from the choices providedABCD In your opinion, which branch of government is most important and why? Responded in a minimum of 3-4 sentences. YOUR OWN WORDS PLS HELP ASAP Which medical term means "suture of the tissue on the outside of the uterus/the outer layer of the uterus"? what is double displacement A 7,000-seat theater is interested in determining whether there is a difference in attendance between shows on Tuesday evening and those on Wednesday evening. Two independent samples of 25 weeks are collected for Tuesday and Wednesday. The mean attendance on Tuesday evening is calculated as 5,500, while the mean attendance on Wednesday evening is calculated as 5,850. The known population standard deviation for attendance on Tuesday evening is 550 and the known population standard deviation for attendance on Wednesday evening is 445. Which of the following is the value of the appropriate test statistic?A. z = -2.4736B. z = 2.4736C. tdf=2.4736D. td f=2.4736 The first four nonzero terms in the power series expansion of the function f(x) = sinx about x = 0 are Select the correct answer. a. 1-x+x^2/ 2-x^3 /3 b.1-x^2/ 2+x^4/ 24-x^6/ 720 c. x + x^3 + x^5 + x^7d. x - x^3/ 6+x^5 /120-x^7/5040 e. 1 +x^2 / 2 +x^4 / 4 +x^6 / 6