1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Kipish [7]
3 years ago
13

Edhesive 9.10 Question 3

Computers and Technology
2 answers:
galben [10]3 years ago
7 0

def swap (ar, a, b):

   temp = ar[a]

   ar[a] = ar[b]

   ar[b] = temp

terms = ["Bandwidth", "Hierarchy", "IPv6", "Software", "Firewall", "Cybersecurity", "Lists", "Program", "Logic", "Reliability"]

print(terms)

for i in range(len(terms)):

   for j in (range(i, len(terms))):

       if(terms[i] > terms[j]):

           swap(terms, j, i)

print(terms)

I got a 100% of edhesive

Ede4ka [16]3 years ago
5 0

Answer:

your on unit 9 of edhesive?

Explanation:

You might be interested in
A desktop computer (named workstation22) can’t connect to the network. A network card was purchased without documentation or dri
Lelechka [254]

Answer:

<em>The first step is to download the driver file from the Internet using  another Computer system, Copy the driver to a flash or CD then run the installation file on the Desktop Computer.</em>

Explanation:

<em>Driver files can be easily gotten from software sites online or from other secure websites, most times you have to pay for these driver files in some sites for secure and authentic download.</em>

<em>it is very necessary  that the user takes note of the exact system name, model and system architecture with respect to when downloading the driver file.</em>

4 0
4 years ago
Higher-speed Ethernet technologies use an electronic device known as a Hub rather than a switch True/False
Ivenika [448]
This should be false
4 0
3 years ago
A sensitivity analysis is another name for what analysis
erastova [34]
<span>another name for what-if analysis   (that what is is called "what-if analysis" </span>
5 0
3 years ago
Create a public non-final class named Larger parameterized by a type T that implements Comparable. (Please use T or the test sui
Liula [17]

Answer:

see explaination

Explanation:

class Larger<T extends Comparable<T>> {

public boolean larger(T[] arr, T item) {

if (arr == null || item == null)

throw new IllegalArgumentException();

for (int i = 0; i < arr.length; i++) {

if (item.compareTo(arr[i]) < 0) {

return false;

}

}

return true;

}

}

3 0
3 years ago
Ideally, how long or how many sentences should your video game pitch be?
Olin [163]
Good shot hdhhdbsb suhsbsbs bbsbsbsbdbbdbdbdbdbbd
6 0
4 years ago
Other questions:
  • Use a while loop to repeatedly take input from the user and calculate a sum. The user will only be allowed to type in numbers, b
    15·1 answer
  • Must be at least 6 characters and contain at least one letter, one number and one special character. whats a good password? ive
    12·1 answer
  • 50 POINTS PLEASE HELP MEEEEEEEEE!!!!!!
    7·2 answers
  • Create a security management policy that addresses the management and the separation of duties throughout the seven domains of a
    6·1 answer
  • A student has created a Book class. The class contains variables to represent the following.An int variable called pages to repr
    11·1 answer
  • For each 8-bit data frame the layer uses a generator polynomial G(x) = x4+x2+ x+1 to add redundant bits. What is the sequence of
    11·1 answer
  • 18
    6·1 answer
  • Draw a flowchart diagram for a program that display a person's name x times​
    5·1 answer
  • Read the steps in the process of making a video.
    5·2 answers
  • Write a program that asks the user for his or her name, then asks the user to enter a sentence that describes himself or herself
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!