Device A is attempting send data over the internet to device E which of the following is true of how the data will travel through the network

Answers

Answer 1

Answer:

so, if its a multiple question its better to give us the choices, but I know the info would go to a server and then the server would transport the info to the other computer.

Explanation:


Related Questions

Copy the formula from cell c5 to the range c6- c11

Answers

Answer:

Where is cell c5

Explanation:

PLS HELP I WILL MARK BRAINLIEST

Answers

Answer:

C

Explanation:

Animal cells each have a centrosome and lysosomes, whereas plant cells do not. Plant cells have a cell wall, chloroplasts and other specialized plastids, and a large central vacuole, and animal cells do not.

What is the function of the operating system of a computer?

It allows the CPU to communicate with input and output devices.
It executes commands from other computer hardware.
It lets the user communicate with the mouse.
It processes information from the hard drive to allow programs to run.

Answers

Answer:

It allows the CPU to communicate with input and output devices.

Explanation:

Plzzzzzzzzzzzzz give me brainiest

write an essay about yourself based on the dimensions of ones personality​

Answers

I don’t think that we can answer this question, since it’s based on yourself.

The project sponsor has asked Franz to hold a kickoff meeting for their project. What is the purpose of a
kickoff meeting?
Select an answer:
Introduce the team to the project, processes, and to one another.
Obtain approval for the team to start work on their assignments.
Provide an opportunity for the sponsor to talk about the project,
Obtain approval of the project plan.

Answers

Answer:

Introduce the team to the project

Explanation:

You never want to get ahead always start slown and easy for the team so none gets left behind also can i get brainliest

The purpose of the kickoff meeting is Introduce the team to the project, processes, and to one another.

The information regarding the kickoff meeting is as follows:

In this, the team members get to know each other.It helps team members to understand the objectives of the project.Also it permits the stakeholders for understanding the risk, assumptions, etc.

Learn more: brainly.com/question/17429689

The two types of attack on an encryption algorithm are cryptanalysis, based on properties of the encryption algorithm, and _________ which involves trying all possible keys.

Answers

Answer:

Brute force

Explanation:

The two types of attack on an encryption algorithm are cryptanalysis, based on properties of the encryption algorithm, and brute force which involves trying all possible keys.

In brute force attacks there is the issue of using different keys and this is because the attacker is trying to guess the passwords used in the system in order to have it compromised.

Answer:

D.  

triple Data Encryption Standard (DES)

Explanation:

                                       Sincerely : Baby weeb

Builder Software is used to create _____? answers: 3d digital art design for cameras audio special effects

Answers

Answer:

HTML website without inputting manual codes

Explanation:

A Builder Software in computer engineering or science is a general name of the software that is designed to give users the ability to build HTML websites without inputting the manual codes themselves. The software comes with tools that help to create the user interface without adding code.

Example of Builder Software is Squarespace, Wix, Dudamonile, Weebly, OnDevice, RedTim, etc.

Answer:

I think it's used to create 3-D digital art

Explanation:

Is this statement true or false? You can apply only one of these at a time: underline, bold, or italics. true false

the correct answer is false ​

Answers

I think false not sure but let other people help u answer and u can decide

Answer:

its false

Explanation:

Write a recursive function called sum_values that takes in a list of integers and an index of one element in the list and returns the sum of all values/elements in the list starting with the element with the provided index and ending with the last element in the list.

Answers

Answer:

Explanation:

The following code is written in the Java programming language and actually takes in three parameters, the first is the list with all of the int values. The second parameter is the starting point where the adding needs to start. Lastly is the int finalSum which is the variable where the values are all going to be added in order to calculate a final int value. Once the recursive function finishes going through the list it exits the function and prints out the finalSum value.

   public static void sum_Values(ArrayList<Integer> myList, int startingPoint, int finalSum) {

           if (myList.size() == startingPoint) {

               System.out.println(finalSum);

               return;

           } else {

               finalSum += myList.get(startingPoint);

               sum_Values(myList, startingPoint+1, finalSum);

           }

           

   }

Complete the sentence.
Python is a_____
level language compared to bytecode.

Answers

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.

Python is a high level language compared to bytecode.

Why Python is a high level programming language?

Hence, being an interpreted language, which is not subject to processor, makes Python a high-level language. Also, Python offers convenience of code readability -- which makes the syntax of the program much easier and shorter, resulting in less coding steps for developers than imposed by Java or C++.

Which type of language is Python?

Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes.

To learn more about python, refer

https://brainly.com/question/24700944

#SPJ2

Write an application named Hurricane that outputs a hurricane’s category based on the user’s input of the wind speed. Category 5 hurricanes have sustained winds of at least 157 miles per hour. The minimum sustained wind speeds for categories 4 through 1 are 130, 111, 96, and 74 miles per hour, respectively. Any storm with winds of less than 74 miles per hour is not a hurricane. If a storm falls into one of the hurricane categories, output This is a category # hurricane, with # replaced by the category number. If a storm is not a hurricane, output This is not a hurricane.

Answers

Answer:

def Hurricane(wind_speed):

   if wind_speed >= 157:

       print("Category 5 hurricane")

   elif wind_speed >= 130:

       print("Category 4 hurricane")

   elif wind_speed >= 111:

       print("Category 3 hurricane")

   elif wind_speed >= 96:

       print("Category 2 hurricane")

   elif wind_speed >= 74:

       print("Category 1 hurricane")

   else:

       print("Not a hurricane")

Hurricane(121)

Explanation:

The function "Hurricane" in the python code accepts only one argument which is the recorded speed of a hurricane. The nested if-statement evaluates the speed of the hurricane and output the appropriate category of the hurricane based on the speed.

Write a code for function main, that does the following: creates a variable and assign it the value True. uses a while loop which runs as long as the variable of the previous step is True, inside the while loop, get three integer numbers n1, n2 and n3 from the user and

Answers

Answer:

def main():

   is_true = True

   while is_true == False:

       try:

           num1 = int(input("Enter first number: ")

           num2 = int(input("Enter second number: ")

           num3 = int(input("Enter third number: ")

       except ValueError:

           print("Input must be an integer number")

       is_true = bool(input("do you want to end loop? True/False: "))

main()

Explanation:

The python main function above continuously creates three integer numbers in a while loop statement until a false input is received from the user.

It is easier to make an object move across the screen by using the tweening function rather than creating each individual frame of the movement.

True

False

Answers

Uhhhh I believe it’s true if it’s wrong I’m srry ....

Which of the following is an input device on a toaster?
O the heating element
the tray
O the start button
the electrical outlet

Answers

The electrical outlet
The start button the electrical oulet

What is a trojan horse in computer science?

Answers

Answer:A Trojan Horse Virus is a type of malware that downloads onto a computer disguised as a legitimate program

Explanation:

Switched backbone networks:_____.a. always use a ring topology.b. require much more management that do routed backbone networks.c. use a star topology with one device, usually a switch.d. are the least common type of BN used in one building.e. switch the traffic based on layer 3 addresses.

Answers

Answer:

c

Explanation:

spongo  

Write the function appendEvens() which, given two arrays, adds all of the even elements from the first to the second. You may assume the second has enough space.

Answers

Answer:

function appendEvens( arr1, arr2) {

   for (let i in arr1){

       if (i%2 == 0){

           arr2.push(i);

       }

   }

}

Explanation:

The defined javascript function "appendEvens" is a function that returns undefined. It accepts two arrays and pushes the even numbers from the first array to the second.

Write a sed command that will display all lines of the birthday file that do not contain the string March. What was the sed command?

Answers

Answer:

sed '/march/{d;}' birthdays.txt > result .txt

Explanation:

sed syntax is basically:

sed '/expression/{command;command;...;}' inputfile > outputfile

First, for the expression part, we use /march/ to match all lines containing that string. Then for the command part, we only use {d} command to delete every matching line found.The third part contains the input file to process, I have named it birthdays.txt, but it could have been any other file needed.Finally "> result .txt" makes the script output to be saved into a file named result.txt

2. Use the correct membership operator to check if "banana" is not present in the fruits object
fruits = ["mango", "orange") if
"banana"
fruits:
print("Yes, apple is a fruit!")​

Answers

Answer:

if not "banana" in fruits:

Explanation:

Given the code segment

Required

Fill in the missing blank

Literally, membership operators are used to check the membership of an item in lists, tuples, strings, etc.

The given code segment defines a list named fruits with two items.

To check if "banana" is not in fruit, we make use of the following statement:

if not "banana" in fruits:

Which means if banana is not in fruit

Having done that, the complete program would be:

fruits = ["mango", "orange"]

if not "banana" in fruits:

    print("Yes, apple is a fruit!")

The HTTP protocol operates at which layer?

Answers

Answer:

application layer i believe

Answer:

The HyperText Transfer Protocol (HTTP), is the Web's application-layer protocol, is at the heart of the Web

Explanation:

You used range in definite loops earlier in the course. The output of the range function is a sequence, which is a list of integers.


range(3) creates which sequence of numbers?



[1, 2, 3]


[0, 1, 2, 3]


[1, 2, 3, 4]


[0, 1, 2]

kAka pEe POoPOOoO

Answers

Answer:
It is D [0,1,2,]
Explanation:
PeE KakA PoOpOo GAGAGAGAGAGAGAGAGAGAGGAGAGAGAGAGAGAGAGAA

The output of the range function is a sequence, which is a list of integers. The range created in the sequence of number is [0, 1, 2]. Hence option D is correct.

What are integers?

Integers are defined as a whole number that can be positive, negative, or zero and is not a fraction. Your integer can be written in a number of different ways. Write your integer, for instance, in standard form (such as 63), extended form (such as 100+50+2, which would be 152 in standard form), or written form (such as one thousand two hundred thirteen).

Pass range start and stop values () such as range (0, 6). Here, start is equal to 0 and stop is equal to 6. Send range the step value () the move Put the increment in. For accessing each integer, use a for loop. To iterate and access a series of numbers returned by a range(), use a for loop.

Thus, the output of the range function is a sequence, which is a list of integers. The range created in the sequence of number is [0, 1, 2]. Hence option D is correct.

To learn more about integers, refer to the link below:

https://brainly.com/question/15276410

#SPJ2

(Decimal to binary) Write a recursive method that converts a decimal number into a binary number as a string. The method header is public static String dec2Bin(int value) Write a test program that prompts the user to enter a decimal number and displays its binary equivalent.

Answers

Answer and Explanation:

import java.util.Scanner;

public class convertToBinary {

public static String declToBin(int value){

if(value == 1){

return declToBin((value/2) + "" + (value%2);

}

else{

declToBin((value/2) + "" + (value%2);

}

}

public static void main(String args[]){

int number;

Scanner change = new Scanner(System.in);

System.out.print("Enter decimal value: ");

number = change.nextInt();

System.out.println(declToBin(number));

}

}

The recursive function declToBin(int value) keeps executing code until value==1. Recursive functions reduces lines of code and makes it more efficient.

Note: Decimal is number in base 10(denary). To convert a decimal number to base 2(binary), we keep dividing the decimal number entered by the user by 2 until the result is zero(when the number divided is one)

We use the Java programming language here. First we import the Scanner object(import.java.util.Scanner). We use the method nextint() from the object to convert the string value entered by the user to int value( because our declToBin function takes an int parameter).

Consider the use of 1000-bit frames on a 1-Mbps satellite channel with a 270-ms delay. What is the maximum link utilization for,
a. Stop-and-wait flow control?
b. Continuous flow control with a window size of 7?
c. Continuous flow control with a window size of 127?

Answers

i feel as if it would be B.

Many believe that U.S. tax policy should provide a level playing field for traditional retail businesses, mail order companies, and online merchants. What form of ebusiness challenge is this statement referring to?
A. Adhering to taxation rules.
B. Ensuring consumer protection.
C. Identifying limited market segments.
D. Managing consumer relationships.

Answers

Answer:

A. Adhering to taxation rules.

Explanation:

This is because, when there is no level playing field for different segments of the business in terms of U.S tax policy, there will surely be challenges in "Adhering to taxation rules."

Given that the statement might imply that there are different rules applicable to different sectors of business, this will make it difficult for the different firms or players involved to follow the taxation rules.

Hence, stating that many believe that U.S. tax policy should provide a level playing field for traditional retail businesses, mail order companies, and online merchants, indicated that the e-business challenge is "Adhering to taxation rules."

Module 1 and 2 Coding Guided Notes Fill in your answers to each response as you read through the lesson pages in the coding course. Lesson 1.01: 1. Instructions for computers to solve a problem is known as _________. Computer ________ is how humans and machines talk to each other. 2. Learning to code or write a _________ allows for a solution to a problem.

Answers

Answer:

Code; code; program.

Explanation:

1. Instructions for computers to solve a problem is known as code. Computer code is how humans and machines talk to each other. Some examples of programming language used to write a code in instructing a computer for the execution of a task are python, Java, Javascript, ruby, c++, c# etc.

2. Learning to code or write a program allows for a solution to a problem.

Answer: 1st: code 2ed:code 3rd:program

Explanation: hope this help's :)

Write code that creates a text area displaying 10 rows and 15 columns. The text area should be capable of displaying scroll bars, when necessary. It should also perform word style line wrapping.

Answers

Answer:

<textarea wrap="hard" cols="30" rows="5"></textarea>

Explanation:

A textarea element or tag is a form tag element of a HTML file. It is used to ask for input value from a user in a webpage. The textarea tag has an opening and a closing tag.

The 'cols' attribute is used to set the column length while the 'rows' attribute sets the row length of the textarea element. The 'wrap' attribute has three options namely; soft, hard, and off. 'soft' adds the textarea wrapping, 'hard' sets off the box wrapping but only wraps each line, while the 'off' option removes all wrapping in the tag.

Which items are placed at the end of a
document
O Header
O Footer
O Foot Note
O End note​

Answers

Answer:

End note, I think plz tell me if im wrong thank you

what is suitable equipment to meet customer needs from
1 stand alone pcs
2 networked pcs
3 servers
4 network equipment
5 operating system
6 application software

Answers

uh i think it’s uh carrot

Comment on the following 2 arrays. int *a1[8]; int *(a2[8]); a1 is pointer to an array; a2 is array of pointers a1 is pointer to an array; a2 is pointer to an array a1 is array of pointers; a2 is pointer to an array a1 is array of pointers; a2 is array of pointers

Answers

Answer:

The answer is "a1 and a2 is an array of pointers".

Explanation:

In this question, A collection of pointers refers to an array of elements where each pointer array element points to a data array element. In the above-given statement, the two-pointer type array "a1 and a2" is declared that holds the same size "8" elements in the array, and each element points towards the array's first element of the array, therefore, both a1 and a2 are pointer arrays.

An IT suspects that an unauthorized device is connected to a wireless network. This is a result of pastry sharing on a device brought from home. What is put in place to stop such activity.

1- Media Access Control Filtering

2- Channel Overlap

3-WiFi Protected Access 2

4- collision Domain

Answers

Answer:

3. WiFi Protected Access 2

Explanation:

Given that Wi-Fi Protected Access 2 often referred to as WAP 2 is a form of computer security or privacy measure to ensure that Wireless networks are furnished with powerful security of data network access control.

Hence, when a user employed or utilize WPA2. It gives such a user a high degree of maximum certainty of controlling the users that can have access to his wireless network.

Hence, in this case, what is put in place to stop such activity is Wi-Fi Protected Access 2

Other Questions
What is a charro?atraditional musicianbig guitartraditional horsemanamariachi (Contextualizing) What is Malone referring to when he says "civilization is not soproud of the work of the adults"? PLEASEE HELP.!! ILL GIVE BRAINLIEST.!! *EXTRA POINTS* DONT SKIP:(( we (mustn't - don't have to) go to school as its a public holiday Compare/contrast the endings to Acts 1, 2, and 3. Why do you think Miller structured the endings similarly? Explain. 12 nov. 2 Utilise les fragments ci-dessous dans le bon ordre et les formes qui conviennentdu verbe avoir pour faire des phrases compltes.1. tu/quel / ge / Josphine Modle: Tu as quel ge Josephine?2. trois chiens /et/ deux chats/ ma mre et moi, nous3. deux frres / mais / toi, tu / pas de sur / ne... / tu4. dans ma famille / cheveux bruns/et/on/yeux bleus5. deux chats/ gros / moi, j(e) / intelligent /et6. grande famille et vous, vous / petite famille ou In a CS amplifier, the resistance of the signal source Rsig = 100 kQ, amplifier input resistance (which is due to the biasing network) Rin = 100kQ, Cgs = 1 pF, Cgd = 0.2 pF, gm = 5 mA/V, ro = 25 k, and RL = 20 k. Determine the expected 3-dB cutoff frequency. Please open this screenshot and answer them all. It's due today and I need a good grade What social, historical, and economic factors haveinfluenced modern political maps at various scales? What potential parallels or lessons did the Romans learn from the Greeks as it pertains to the structure of a government? Where are Christians allowed to assemble? WORTH 50 POINTS NEED HELP ASAP Question 11 ptsThe Schenk v US court case decided that:Freedom of Speech was allowed no matter whatFreedom of Speech was not allowed if you spoke badly of the Government duringwartimeOnly Socialists had Freedom of SpeechHamburgers were the national food of the USA Tomar el caf fro es que tomarlo caliente.El caf fro es terrible.A.mejorB.peor Please help pleaseee 0.0833333333333333333333333333 as a fraction? Karon has 16 friends he invited to his party. If each friend brings him 1.5 pounds of candy as his treat, how many pounds of candy will he get? Karon is surprised by the amount of candy he received. He wants to give half the candy away. How many pounds will Karon give away? Calculate the pH of a solution that is 0.291 M acetic acid and 0.123 M sodium acetate. The Ka of acetic acid is 1.7610^5 at 25C. What is the pH of this mixture at 0C? 1. The aspect ratio of a display is the proportional relationship between the width of adisplay and its height. In 2012, 16 : 9 became the most common aspect ratio forcomputer displays. If the width of a large screen television is 90 inches, what isthe height using this aspect ratio, to the nearest inch? A 51 inchesB 71 inchesC 97 inchesD 160 inches help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help help