of the following statements, choose all that describe the importance of hardware and software to smis. more than one answer may be correct.

Answers

Answer 1

The option that describe the importance of hardware and software to smis is option A: Social media information systems are built with computer and network technology

Do Social media uses computer technology?

Social media is a computer-based technology that makes it easier to share information, ideas, and thoughts by creating online communities and networks. Globally, there are more than 4.5 billion users of social media.

Web 2.0 Internet-based applications include social media. UGC, or user-generated content, is what keeps the social media ecosystem alive. For the website or app, users can build service-specific profiles that are created and maintained by the social media company.

Therefore, one can say that websites and programs that emphasize collaboration, sharing of content, engagement, and community-based feedback are collectively referred to as "social media." Social media is used by people to connect and communicate with their friends, family, and other communities.

Learn more about Social media from

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

Of The Following Statements, Choose All That Describe The Importance Of Hardware And Software To Smis.

Related Questions

What is an operating system? Explain its major functions?​

Answers

An operating system is a series of small parts that eventually come together and create a "Operating system".

For example, in the wild, there is a piece of land that contains multiple types of plants, animals and minerals. All of these factors come together a s create an "Ecosystem".

Another example could be a machine or mechanical system. All of the different parts come together to further operate.

Both examples show a type of Operating system that concludes in a functional group of parts that come together as one.

Hope this helps...

Based on three scores that the user inputs, display the average of the score and the letter grade that is assigned fort he test score average. The grading scheme is as follows:
// 90 - 100 A
// 80 - 89 B
// 70 - 79 C
// 60 - 69 D
// <60 F
return 'F';
Your display should look like:
Your average test score is 89.9. You earned a B.
1 public void calculateDisplayLetterGrade (double scorel, double score2, double score3)
2 {
3
4 }
5

Answers

I used python function to write the code.

def averageScore(x,y,z):

    s = x + y + z

    avg = s/3

   if avg >= 90:

              return f'Your average test score is {avg} You earned a A.'

    elif avg >=80 and avg < 90 :

                return f'Your average test score is {avg} You earned a B.'

   elif avg >=70 and avg < 80 :

                 return f'Your average test score is {avg} You earned a .C'

      elif avg >=60 and avg < 70 :

                  return f'Your average test score is {avg} You earned a D.'

      else:

                    return f'Your average test score is {avg} You earned a F.'

print(averageScore(98, 90, 80))

Python function is used to write the code where x, y and z are the argument (user inputs) of the function. Then the inputs are summed and the average is gotten and stored with the variable, avg.  

If the average is greater than or equal to 90 the program will give the appropriate score and response(grade). It does the same if the user scored 80 - 89, 70 - 79, 60 - 69 and less than 60.

Finally. the function is called with the user input(argument).

Note the bolded values in the code are keywords in python.

read more: https://brainly.com/question/14191443?referrer=searchResults

Based on three scores that the user inputs, display the average of the score and the letter grade that

Match the network media to their characteristic. shielded twisted-pair cable coaxial cable optic-fiber cable used by cable service providers to transmit TV programs arrowRight is heavy and difficult to deploy arrowRight offers the fastest transmission speeds: about 100 Gigabits per second (Gbps)

Answers

Optic-fiber cable - offers the fastest transmission speeds: about 100 Gigabits per second (Gbps).

What is Gigabits?

Gigabits (Gb) is a unit of measurement for digital information throughput. It is the equivalent of one billion bits, or 1,000 megabits (Mb). Gigabits are commonly used to measure the speed of an Internet connection, and are often referred to as “Gigabit internet speeds”. The amount of data that can be transferred over a Gigabit connection is significantly higher than over a slower connection.

shielded twisted-pair cable - is heavy and difficult to deploy
coaxial cable - used by cable service providers to transmit TV programs
optic-fiber cable - offers the fastest transmission speeds: about 100 Gigabits per second (Gbps).

To learn more about Gigabits
https://brainly.com/question/289615
#SPJ1

Answer:

Offers the fastest transmission speeds

about 100 Gigabits per second (Gbps): optic-fiber cable

is heavy and difficult to

deploy: shielded twisted-pair cable

used by cable service providers to

transmit TV programs: coaxial cable

Explanation:

I hope this helps!

BTW PLATO

Shelly Cashman Series is a text book about Microsoft Office 365 & Office 2019 do you have the answers for its lessons?

Answers

The utilization of Microsoft word can bring advantages to both educators and learners in developing fresh and creative approaches to education.

What is the Microsoft Office?

Microsoft 365 is crafted to assist you in achieving your dreams and managing your enterprise. Microsoft 365 is not just limited to popular applications such as Word, Excel, and PowerPoint.

Therefore, It merges high-performing productivity apps with exceptional cloud services, device oversight, and sophisticated security measures, providing a united and streamlined experience.

Learn more about Microsoft Office from

https://brainly.com/question/28522751

#SPJ1

what is the importance of file management and how do you control files over time?\

Answers

Answer:

File management improves productivity by lowering the amount of time employees spend looking for documents. It also cuts down on the time it takes to recreate files when an employee can't find the original.

To control files over time, here are some tips.

-Delete unnecessary files

-Take immediate action on files you encounter

-Consolidate files when possible

-Have less folders as possible

If an online program does not cater to disabled students, the program is not ✓
essential
equal
equitable

Answers

is this a question? lol

Answer: gggggggggggggg

Explanation:

3
Drag each label to the correct location on the image.
An organization has decided to initiate a business project. The project management team needs to prepare the project proposal and business
justification documents. Help the management team match the purpose and content of the documents.
contains high-level details
of the proposed project
contains a preliminary timeline
of the project
helps to determine the project type,
scope, time, cost, and classification
helps to determine whether the
project needs meets business
needs
contains cost estimates,
project requirements, and risks
helps to determine the stakeholders
relevant to the project
Project proposal
Business justification

Answers

Here's the correct match for the purpose and content of the documents:

The Correct Matching of the documents

Project proposal: contains high-level details of the proposed project, contains a preliminary timeline of the project, helps to determine the project type, scope, time, cost, and classification, helps to determine the stakeholders relevant to the project.

Business justification: helps to determine whether the project needs meet business needs, contains cost estimates, project requirements, and risks.

Please note that the purpose and content of these documents may vary depending on the organization and specific project. However, this is a general guideline for matching the labels to the documents.

Read more about Project proposal here:

https://brainly.com/question/29307495

#SPJ1

types of email resources. Examples

Answers

Newsletter emails
Milestone emails
Welcome emails
Review request emails

Hope this helps!

New and just need help with C coding. I've tried if statements and it outputs the wrong number.
Write a program whose inputs are three integers, and whose output is the smallest of the three values. Ex: If the input is: 7 15 3 the output is: 3

Answers

Answer:

#include <stdio.h>

int main(void) {

 

 int num1;

 int num2;

 int num3;

 printf("Enter three integers: ");

 scanf("%d", &num1);

 scanf("%d", &num2);

 scanf("%d", &num3);

 if (num1 == 0 || num2 == 0 || num3 == 0)

 {

   printf("please input a number greater than zero :)\n");

 }

 if (num1 <= num2 && num1 <= num3)

 {

   printf("%i is the smallest number!\n", num1);

 }

 else if (num2 <= num1 && num2 <= num3)

 {

   printf("%i is the smallest number!\n", num2);

 }

 else

 {

   printf("%i is the smallest number!\n", num3);

 }

 return 0;

}

Explanation:

Alright so let's start with the requirements of the question:

must take 3 integers from user inputdetermine which of these 3 numbers are the smallestspit out the number to out

So we needed to create 3 variables to hold each integer that was going to be passed into our script.

By using scanf("%i", &variableName) we were able to take in user input and  store it inside of num1, num2, and num3.

Since you mentioned you were new to the C programming language, I threw in the first if statement as an example of how they can be used, use it as a guide for future reference, sometimes it's better to understand your code visually.

Basically what this if statement does is, it checks to see if any of the integers that came in from user input was the number zero, it told the user it does not accept that number, please input a number greater than zero.

if (num1 == 0 || num2 == 0 || num3 == 0)

 {

   printf("please input a number greater than zero :)\n");

 }

I used this methodology and implemented the heart of the question,

whichever number is smaller, print it out on the shell (output).

if (num1 <= num2 && num1 <= num3)

^^ here we're checking if the first variable we created is smaller than the second variable and the third ^^

 {

   printf("%i is the smallest number!\n", num1);

   ^^ if it is smaller, then print integer and then print a new line so the next line looks neat ^^

   ( incase if your wondering what "\n" is, its a special character that allows you so print a new line on the terminal, kind of like hitting the return or enter key )

 }

else if (num2 <= num1 && num2 <= num3)

^^ else if is used when your checking for more than one thing, and so for the second variable we checked to see if it was smaller than the first and third variable we created ^^

 {

   printf("%i is the smallest number!\n", num2); < -- and we print if it's smaller

 }

Last but not least:

else

^^ if it isn't num1 or num2, then it must be num3 ^^

 {

   printf("%i is the smallest number!\n", num3);

  we checked the first two options, if its neither of those then we have only one variable left, and thats num3.

 }

I hope that helps !!

Good luck on your coding journey :) ‍

The Answer is in Bold: c++ language  

#include <iostream>

using namespace std;

int main() {

    int  a, b, c;      

cin >> a;        

cin >> b;

cin >> c;

  if (a < b && a < c)   {            

   cout << a <<endl;              

 }                                                    

else if(b < a && b < c)   {      

    cout << b << endl;

 }

 else   {

    cout << c <<endl;

}    

 return 0;

}

What feature allows a person to key on the new lines without tapping the return or enter key

Answers

The feature that allows a person to key on new lines without tapping the return or enter key is called word wrap

How to determine the feature

When the current line is full with text, word wrap automatically shifts the pointer to a new line, removing the need to manually press the return or enter key.

In apps like word processors, text editors, and messaging services, it makes sure that text flows naturally within the available space.

This function allows for continued typing without the interruption of line breaks, which is very helpful when writing large paragraphs or dealing with a little amount of screen space.

Learn more about word wrap at: https://brainly.com/question/26721412

#SPJ1

Show the dynamic and speculation execution for the following code

Add F2,F3,F4
Loop : Lw F2,0(R1)
Subi R1,R1,8
Div F9,F10,F11
Sw F9,5(R2)
Bne R1,Loop




- 1 Fp & 1 Int operation can issue at the same cycle
- 3 execution stage
- 2 commit stage
- FP : 2 cycle
- Lw : 2 cycle
- ALU : 3 cycle
- Two iteration

Answers

Answerf9,f10,fll

Explanation:

definition of asymptotic analysis

Answers

asymptotic analysis is a method of describing limiting behavior. hope this helps!

Assume you have bought a new mother board. It has 4 DIMM sockets with alternating colors. Slot 1 is blue, slot 2 is black, slot 3 is blue and slot 4 is black. How do you fix two 512 MB RAM modules to your motherboard to get the best performance

Answers

To fix two 512 MB RAM modules to the motherboard to get the best performance, one must follow these steps:

1. First of all, check the documentation of the motherboard to see the supported RAM.

2. After confirming the compatibility of the RAM with the motherboard, locate the RAM slots on the motherboard.

3. Make sure that the computer is turned off and unplugged.

4. Insert one of the 512 MB RAM modules into the first slot (blue) by lining up the notches on the RAM module with the slot and pressing down until it clicks into place.

5. Next, insert the second 512 MB RAM module into the third slot (blue) by lining up the notches on the RAM module with the slot and pressing down until it clicks into place.

6. Now, turn on the computer and check if the RAM has been detected by the system.

7. To check, right-click on My Computer, select Properties, and navigate to the System Properties window. Check the Installed Memory (RAM) entry to see if it shows the correct amount.

8. If the RAM has been detected, then the system should now be running with 1024 MB of RAM installed and will provide the best performance possible.

For more such questions on motherboard, click on:

https://brainly.com/question/12795887

#SPJ8

Question 41
What is an another name of Personal Computer?
A OMicro-Computer
BOPrivate Computer
CODistinctive Computer
DOIndividual Computer

Answers

A personal computer, also known as a micro-computer, is a type of computer designed for individual use by a single person. Option A

It is a general-purpose computer that is meant to be used by an individual for various tasks, such as word processing, web browsing, gaming, and multimedia consumption. Personal computers are widely used by individuals in homes, offices, and educational institutions.

Option B, "Private Computer," is not a commonly used term to refer to a personal computer. The term "private" does not accurately describe the nature or purpose of a personal computer.

Option C, "Distinctive Computer," is not an appropriate term to refer to a personal computer. The term "distinctive" does not convey the common characteristics or usage of personal computers.

Option D, "Individual Computer," is not a commonly used term to refer to a personal computer. While the term "individual" implies that it is meant for individual use, the term "computer" alone is sufficient to describe the device.

Therefore, the most accurate and commonly used term to refer to a personal computer is A. Micro-Computer. This term highlights the small size and individual-focused nature of these computers. Option A

For more such questions micro-computer visit:

https://brainly.com/question/26497473

#SPJ11

Which development approach was used in the article, "Protecting American Soldiers: The Development, Testing, and Fielding of the Enhanced Combat Helmet"? Predictive, adaptive or Hybrid

Answers

The sequential and predetermined plan known as the waterfall model is referred to as the predictive approach.

What is the  development approach

The process entails collecting initial requirements, crafting a thorough strategy, and implementing it sequentially, with minimal flexibility for modifications after commencing development.

An approach that is adaptable, also referred to as agile or iterative, prioritizes flexibility and cooperation. This acknowledges that needs and preferences can evolve with time, and stresses the importance of being flexible and reactive to those alterations.

Learn more about development approach from

https://brainly.com/question/4326945

#SPJ1

The development approach that was used in the article  "Protecting American Soldiers: The Development, Testing, and Fielding of the Enhanced Combat Helmet" is Hybrid approach. (Option C)

How is this so?

The article   "Protecting American Soldiers: The Development, Testing, and Fielding of the Enhanced Combat Helmet" utilizes a hybrid development approach,combining aspects of both predictive and adaptive methods.

Predictive development   involves predefined planning and execution, suitable for stable projects,while adaptive methods allow for flexibility in adapting to changing requirements and environments.

Learn more about development approach at:

https://brainly.com/question/4326945

#SPJ1

You want the output to be left justified in a field that is nine characters wide. What format string do you need? print('{:}' .format(23)

Answers

Answer:

1. <

2. 9

Explanation:

'{:<9}' .format(23)

The less than symbol left justifies.

The '9' specifies the field width.

and because i got it right on edge.

how do i write a program inputs are two integers, and whose output is the smallest of the two values.

Ex: If the input is:

7
15
the output is:

7

Answers

The program that selects the smaller value of two inputs is:

# Reading two integers from the user

num1 = int(input("Enter the first integer: "))

num2 = int(input("Enter the second integer: "))

# Comparing the two integers and finding the smallest value

if num1 < num2:

   smallest = num1

else:

   smallest = num2

# Displaying the smallest value

print("The smallest value is:", smallest)

How to write the program?

To write a program that takes two integers as input and outputs the smallest of the two values, you can use a simple conditional statement in Python. Here's an example program:

# Reading two integers from the user

num1 = int(input("Enter the first integer: "))

num2 = int(input("Enter the second integer: "))

# Comparing the two integers and finding the smallest value

if num1 < num2:

   smallest = num1

else:

   smallest = num2

# Displaying the smallest value

print("The smallest value is:", smallest)

In this program, we use the input() function to read two integers from the user and store them in the variables num1 and num2.

Then, we compare the values of num1 and num2 using an if-else statement. If num1 is less than num2, we assign the value of num1 to the variable smallest. Otherwise, if num2 is less than or equal to num1, we assign the value of num2 to smallest.

Finally, we display the smallest value using the print() function.

Learn more about programs at:

https://brainly.com/question/23275071

#SPJ1

Directing you to educational information and resources is one role of a
O A. self-assessment tool
OB. legal counselor
OC. therapist
OD. guidance counselor
SUBM
Help plis

Answers

Note that directing you to educational information and resources is one role of a "guidance counselor" (Option D)

Who is a guidance counselor?

A Guidance Counselor is a professional who works in schools or other academic institutions to advise students on academic, personal, and career matters. They assist in assessing their pupils' prospective talents in order to boost their self-esteem for future success.

Guidance Counseling Services' primary goal is to promote students' academic, social, emotional, and personal growth. Guidance counseling services enable students to get to know themselves better and develop efficient answers to their daily challenges in order to achieve this goal.

Learn more about Guidance Counseling:
https://brainly.com/question/2469840
#SPJ1

difference between liner land nonlinear presentation​

Answers

Answer: The linear multimedia will go from the start all the way through to the finish without variation. Non-linear media is the opposite; it doesn't follow that one-way structure and instead allows free movement around all aspects of the multimedia in any order.

I need help with this!!! PLEASE!!! Are headphones, radios, dishwashers, and remote controls considered Computers? Do any of them store data or process any data?
^_^

Answers

Answer:

yes they are some sort of computers

Answer:

yes they are

Example:Tv is a type of computer because they work like a computer but does different things

Anyone know how to do this?

Anyone know how to do this?

Answers

Answer:

bro it is simple click on text and click between the lines and u can write easily.

hope u mark me brainliest thank u ♡♡♡

yea you basically fill it in with the information that will be provided on another page

hope this helps : )

brainliest plz

4) Create a text file (you can name it sales.txt) that contains in each line the daily sales of a company for a whole month. Then write a Java application that: asks the user for the name of the file, reads the total amount of sales, calculates the average daily sales and displays the total and average sales. (Note: Use an ArrayList to store the data).

Answers

Answer:

Here's an example Java application that reads daily sales data from a text file, calculates the total and average sales, and displays the results:

import java.util.ArrayList;

import java.util.Scanner;

import java.io.File;

import java.io.FileNotFoundException;

public class SalesDemo {

   public static void main(String[] args) {

       // Ask the user for the name of the file

       Scanner input = new Scanner(System.in);

       System.out.print("Enter the name of the sales file: ");

       String fileName = input.nextLine();

       // Read the daily sales data from the file

       ArrayList<Double> salesData = new ArrayList<>();

       try {

           Scanner fileInput = new Scanner(new File(fileName));

           while (fileInput.hasNextDouble()) {

               double dailySales = fileInput.nextDouble();

               salesData.add(dailySales);

           }

           fileInput.close();

       } catch (FileNotFoundException e) {

           System.out.println("Error: File not found!");

           System.exit(1);

       }

       // Calculate the total and average sales

       double totalSales = 0.0;

       for (double dailySales : salesData) {

           totalSales += dailySales;

       }

       double averageSales = totalSales / salesData.size();

       // Display the results

       System.out.printf("Total sales: $%.2f\n", totalSales);

       System.out.printf("Average daily sales: $%.2f\n", averageSales);

   }

}

Assuming that the sales data is stored in a text file named "sales.txt" in the format of one daily sale per line, you can run this program and input "sales.txt" as the file name when prompted. The program will then calculate the total and average sales and display the results.

I hope this helps!

Explanation:

What is PCM system? essay

Answers

A PCM system consists of a PCM encoder (transmitter) and a PCM decoder (receiver). The essential operations in the PCM transmitter are sampling, quantizing and encoding. All the operations are usually performed in the same circuit called as analog-to digital convert Early electrical communications started to sample signals in order to multiplex samples from multiple telegraphy sources and to convey them over a single telegraph cable. The American inventor Moses G. Farmer conveyed telegraph time-division multiplexing (TDM) as early as 1853. Electrical engineer W. M. Miner, in 1903, used an electro-mechanical commutator for time-division multiplexing multiple telegraph signals; he also applied this technology to telephony.

Time-division multiplexing (TDM) for telegraphs was first introduced in 1853 by an American inventor named Moses G. Farmer. W. M. Miner, an electrical engineer, developed an electro-mechanical commutator in 1903 to time-division multiplex many telegraph signals. He later used similar technology for telephone.

What best define about PCM system?

An encoder (transmitter) for PCM and a decoder for PCM make up a PCM system (receiver). Sampling, quantization, and encoding are the three key processes in the PCM transmitter.

Typically, a circuit known as an analog-to-digital converter is used to carry out all the processes. To multiplex samples from many telegraphy sources and transmit them over a single telegraph line, early electrical communications first started to sample signals.

Therefore, a digital approach where the measured amplitude of an analogue signal is coded into a string of binary values after periodically sampling the signal.

Learn more about PCM system here:

https://brainly.com/question/28599250

#SPJ2

discuss seven multimedia keys​

Answers

Answer:

Any seven multimedia keys are :-

□Special keys

Alphabet keys

Number keys

□Control keys

Navigation keys

Punctuation keys

Symbol keys

How to change the command prompt of a computer​

Answers

- Open the Terminal tab in the Command Prompt's Properties window.
- Next, in the Terminal Colors section, select the options you want to change
- You can also change the cursor type to Underscore, Vertical Bar, Empty Box, or Legacy Style.

#include using namespace std; int main( ) { const int NUM_ROWS = 2; const int NUM_COLS = 2; int milesTracker[NUM_ROWS][NUM_COLS]; int i = 0; int j = 0; int maxMiles = -99; // Assign with first element in milesTracker before loop int minMiles = -99; // Assign with first element in milesTracker before loop milesTracker[0][0] = -10; milesTracker[0][1] = 20; milesTracker[1][0] = 30; milesTracker[1][1] = 40;

Answers

Answer:

#include <iostream>

using namespace std;

int main()

{

   const int NUM_ROWS = 2;

   const int NUM_COLS = 2;

   int milesTracker[NUM_ROWS][NUM_COLS];

   int i = 0;

   int j = 0;

   int maxMiles = -99; // Assign with first element in milesTracker before loop

   int minMiles = -99; // Assign with first element in milesTracker before loop

   milesTracker[0][0] = -10;

   milesTracker[0][1] = 20;

   milesTracker[1][0] = 30;

   milesTracker[1][1] = 40;

   

   maxMiles = milesTracker[0][0];

   minMiles = milesTracker[0][0];

   

   for (i = 0; i < NUM_ROWS; i++){

       for (j = 0; j < NUM_COLS; j++){

           if (milesTracker[i][j] > maxMiles){

               maxMiles = milesTracker[i][j];

           }

           if (milesTracker[i][j] < minMiles){

               minMiles = milesTracker[i][j];

           }

       }

   }

   

   cout << "Min: " << minMiles << endl;

   cout << "Max: " << maxMiles << endl;

   return 0;

}

Explanation:

It seems you want to find the min and max value in the array. Let me go through what I added to your code.

Set the maxMiles and minMiles as the first element in milesTracker

Create a nested for loop that iterates through the milesTracker. Inside the loop, check if an element is greater than maxMiles, set it as maxMiles. If an element is smaller than minMiles, set it as minMiles.

When the loop is done, print the minMiles and maxMiles

Which two disciplines should you study if you are considering a career in robotics 

Answers

The use of robotics is a “multi-purpose” (i.e., combining computer engineering with mechanical engineering and electrical engineering).

If one wants to work as a robotics software engineer, he needs to have a bachelor’s degree in Computer Science. If a person is interested in designing robotic parts, he needs a degree in Mechanical Engineering or Electrical Engineering.

Since its beginning, robotics has always been a multidisciplinary discipline, combining engineering, cognitive sciences, computer science, and, in recent years, social science and humanities.

To learn more about engineering, refer to the link:

https://brainly.com/question/31140236

#SPJ1

please help me with this coding assignment :)
What values are stored in nums after the following code segment has been executed?

int[] nums = {50, 100, 150, 200, 250};
for (int n : nums)
{
n = n / nums[0];
}
[1, 2, 3, 4, 5]
[1, 1, 1, 1, 1]
[1, 100, 150, 200, 250]
[50, 100, 150, 200, 250]

Answers

Answer:

D. [50, 100, 150, 200, 250]

Explanation:

This is a trick question because the integer n is only a counter and does not affect the array nums. To change the actual array it would have to say...nums[n] = n/nums[0];

. The jury reached a verdict of not guilty as there wasn't ---- evidence to prove beyond a reasonable doubt he intended to kill his boss.

Answers

The completed statement is given as follows;

"The jury reached a verdict of not guilty as there wasn't sufficient evidence to prove beyond a reasonable doubt he intended to kill his boss."

What is the rationale for the above response?

It can be inferred that the reason why the jury reached a verdict of not guilty is that there was not enough evidence to prove that the accused intended to kill his boss.

In a criminal case, the prosecution must prove the defendant's guilt beyond a reasonable doubt, which is a high standard of proof. If there is insufficient evidence to meet this standard, the jury may acquit the defendant, which is what happened in the scenario presented in the question.

Learn more about Jury:

https://brainly.com/question/9788151

#SPJ1

divide the input array into thirds (rather than halves), recursively sort each third, and finally combine the results using a three-way Merge subroutine. What is the running time of this algorithm as a function of the length n of the input array, ignoring constant factors and lower-order terms

Answers

Answer:

The answer is "nlogn".

Explanation:

The time complexity can only shift to 3 with the last instance.  For the 2nd case, they need one parallel. However, 2 parallels are needed to sort with splitting into 3-way frames. It decreases the number of passes even after breaking the collection in 3 by increasing contrast. So, the time complexity remains the same but the log is divided into 3 bits.  The complexity of time is:   \(T(n)=3T(\frac{n}{3})+ O(n) = O(nlogn)_3.\)
Other Questions
Calculate the center of mass, or balancing point, for the collection of single point masses m1=2 at x1=1 and m2=4 at x2=3 shpuld animal eggs be frozen and saved? (at least 5sentences) HelpppppppppppppppppppppppppppItem 5Which summary about The Secret Garden includes a personal opinion?Dickon is only "a common moor boy," but Mary considers him an angel.Mary is surprised and delighted the first time the robin twitters at her.Mary soon finds the key to the garden buried in the earth and unlocks the door.The only parent worse than Mary's mother, Mrs. Lennox, is her uncle, Mr. Craven. Use fraction models to solve two and five sevenths plus one and two thirds equals blank. three and eight twenty ones four and seven twenty ones three and seven tenths four and eight twenty ones Question 2 of 10If A=(-2,-4) and B= (-8, 4), what is the length of AB?A. 16 unitsB. 10 unitsC. 12 unitsD. 14 units Construction workers believe there is a significant difference in the hardwood concentration used for flooring and how many years they last before wearing down. He selects a sample of flooring from 3 houses, one with 5%, 10%, and 15% concentration 5% 10% 15% 7 12 14 8 17 18 15 13 19 11 18 17 9 19 16 a. Perform a complete one-way ANOVA hypothesis test. Test at the .05 level of significance. b. Do you need to perform post hocs? Explain but do not compute the post hocs. C. Compute eta squared. d. Summarize your findings? 4. will give brainliest Mary is investigating the following research question. What is the average number of new customers per month joining our online golf clinic? This is an example of a _________ study performed using _______ research.options: relational | applieddescriptive | appliedcausal | basicdescriptive | basic A bolt has 3 turns per inch. How many turns could be in2 1/2 inches of thread Silas, together with the other athlete have left for Kenya. what other word can be used in place of left Jennifer observes a weather map showing tomorrow's weather. She predicts that air will travel from the low pressure system to the high pressure system, causing wind. The wind will carry moisture since it is coming from the ocean. Choose the statement which corrects the error(s) in Jennifer's prediction. (2 points)The wind from the ocean will not carry moisture.The wind will travel from the high pressure system to the low pressure system.Since the low pressure system is not over land, wind will not be created.Wind is only created when two high pressure systems meet. a state of micronutrient deficiency, when the quality of food one consumes does not meet their nutrient requirements for normal metabolic functions and maintenance is called Which best describes a difference between transcription and DNAreplication?A. Only transcription happens in the nucleus.B. Transcription does not require DNA.C. DNA replication uses thymine.D. DNA replication takes place in the ribosome. XSarah, Gene, and Paul are proposing plans for a class fundraiser. Each presentshis or her proposal for the amount of money raised, y, for x number ofhours worked, in different ways.Sarah's ProposalGene's ProposalPaul's Proposaly90Hours Moneyy = 10x + 780Worked Paised6705426050X2 10774015 112202020 1471000 1 2 3 4 5 6 7 8 9RateM2ART AinitialOstwoOs OnAre each of the proposals represented by linear functions? Explain. Amy practice yoga 20 minutes each day before school and 30 minutes each day after school she is in school Monday through Friday how many minutes does Amy practice yoga in four weeks please show your work 5. How does the author's advice for parents change asteenagers progress through the later stages of rebellion?O A As teenagers get older, the parents should exert more andmore control.OB As teenagers get older, parents should let naturalvalconsequences occur.OC As teenagers get older, parents should help them avoidmore serious negative consequences.OD As teenagers get older, parents should publicly correcttheir behavior so they will do it again.2 Mihai a msurat cu pasul su latura unui lot de pmnt de forma unui ptrati a constatat c ea cuprinde 93 de pai. Care este lungimea gardului caremprejmuiete lotul dac Mihai, fcnd 3 pai, parcurge exact 2 m? The index of refraction of water is 1.33.At what angle theta above the horizontal is the Sun when a person observing its rays reflected off water finds them linearly polarized along the horizontaltheta=__________ what describes the process of getting detailed information about jobs? Why did President Ronald Reagan refer to the Soviet Union as "the Evil Empire?"Question 20 options:because he had been an actor and was being dramatic to bring attention to the issuesbecause he felt that citizens there were deprived of their basic rights and freedomsbecause he wanted the rest of the world to join in a war against communismbecause he thought it was important to simplify things for the average American citizen