Which of the following is not a basic physical issue that can occur on a network when a user is connected via cable?
A. Crosstalk
B. Shorts
C. Open impedance mismatch
D. DNS configuration

Answers

Answer 1

When a user is connected by cable, the DNS configuration of the following cannot be considered a fundamental physical problem that can happen on a network.

The definition of DNS configuration?

An comprehensible domain name is converted into the numerical identifiers (IP addresses) connected to web servers by the Domain Name System (DNS), a hierarchical naming system. Resolving describes this type of translation.

What happens if you change your DNS to 8.8.8.?

Gogle DNS's main DNS server is 8.8, which is 8.8. Aiming to make the Internet and the DNS system faster, more secure, and more dependable for all users of the Internet, Gogle DNS is a public DNS service that is offered by .

To know more about DNS configuration visit :-

https://brainly.com/question/10179488

#SPJ4


Related Questions

Capitalize words programming challenge description: write a program which capitalizes the first letter of each word in a sentence. input: your program should read lines from standard input. each line has a sequence of words. output: print the capitalized words.

Answers

The sample solution for the programming challenge to capitalize the first letter of each word in a sentence:

#include <iostream>

#include <string>

#include <cctype>

using namespace std;

int main() {

 string line;

 while (getline(cin, line)) {

   // Iterate over each character in the line

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

     // If this is the first character in a word, capitalize it

     if (i == 0 || isspace(line[i - 1])) {

       cout << (char)toupper(line[i]);

     } else {

       cout << line[i];

     }

   }

   cout << endl;

 }

 return 0;

}

This program reads lines from standard input using the getline function. It then iterates over each character in the line and checks whether it is the first character in a word. If it is, the character is capitalized using the toupper function. All other characters are printed as-is. The resulting capitalized words are then printed to standard output.

This solution assumes that words are separated by whitespace characters (e.g., spaces, tabs, newlines). If the input sentence uses a different delimiter (such as a comma or a period), you will need to modify the solution accordingly.

What is  getline function?

A string or line can be read from an input stream using the standard library function getline() in C++. It belongs to the string header. Until the delimiting character is reached, the getline() method collects characters from the input stream and appends them to the string object.

To know more about getline function checkout https://brainly.com/question/20388738

#SPJ4

what should be at the top of a tower​

Answers

Answer:

mini part. a model cellphone tower

there are several application to assist you to surf through the internet mention three regarding computer​

Answers

Answer:

E-mailweb browsingpeer-to peer services

From the philosophical standpoint, especially in the discussion of moral philosophy or ethics, why do we consider “murder” or “killing” wrong or bad?

Answers

Explanation:

Morality is a set of values ​​and habits that a society acquires over time and can be categorized as good and bad values, right and wrong, justice and crime. Ethics is defined as the study of morals, the practical application of moral behaviors defined by society.

Therefore, the concept of "murder" or "killing" is seen as an immoral act by the vast majority of society around the world, strengthened by the set of moral conduct common to all human beings, which are the Articles on the Universal Declaration of Human Rights. Human Rights, which is an official document of the UN, which contains several universair and analytical rules on the rights of every individual, such as the right to life, security, freedom, etc.

lisa works as a system analyst for a small company. she is doing testing of a few applications in her system, and hence created a lot of restore points as a measure of backup. she observes that these restore points have taken up a large amount of her disk space and are making her system slow. which of the following utilities will you use to resolve this problem?

Answers

Perform regular system backups.

You work as a system administrator for a large of the organization. Some employees report to you that their system crashed  and is unable to boot. Although you have recovered their systems, you are  want to take proactive measures to plan the recovery of the systems by the  before any further failure occurs. Which of the following preparations can you take to meet your goal-

- Keep your computer up-to-date with Windows Update.

- Use current software to scan for any malware and ensure having the most recent updates.

- Perform regular system backups.

To know more about code click-

https://brainly.com/question/25976025

#SPJ4

Question 20:
Which of the following scenarios involve computers making predictions based on the analysis of
patterns in large data sets?
Select two answers.
Astate education board analyzing demographic information and academic records to identify students at risk
of dropping out of school.
The federal government analyzing state spending data to identify which states spent the most on social
services
A video streaming service analyzing viewer's habits to suggest videos based on the viewing history of other
viewers.
An airline analyzing flight records to determine the routes it operates with the least bookings.

Answers

Answer:

A video streaming service analyzing viewer’s habits to suggest videos based on the viewing history of other viewers.

 A state education board analyzing demographic information and academic records to identify students at risk of dropping out of school.

Explanation:

I just took the test and passed when you have multiple choice questions always pick ones that similar to each other and make sure it fit the question.

a children's book editor is writing code to detect words that are too large for the target reading level. their program processes the word lists from the sentences in the book, and creates a new list with words that are too large, i.e. more than 5 letters. How to do it ?

Answers

Sequencing, selection, and iteration are the three fundamental components of an algorithm. An algorithm is a series of processes, and the right sequencing of these phases is essential to ensuring that the algorithm works as intended.

What kind of assistance may distributed computing provide?Through the use of hundreds or thousands of computers operating simultaneously, distributed computing may enhance the performance of numerous solutions. By dividing the time required for the sequential solution by the time required for the distributed parallel solution, or "speedup, " we may determine the benefits.Sequencing, selection, and iteration are the three fundamental components of an algorithm. An algorithm is a series of processes, and the right sequencing of these phases is essential to ensuring that the algorithm works as intended. See what results by attempting those steps in various successions.

To learn more about algorithm refer to:

https://brainly.com/question/24953880

#SPJ4

Reusing existing software to create a new software system or product can be a cost-efficient approach to development in many software projects. It may not be cost-efficient in all projects. As a software engineer, you can determine if it is the best approach for your project only if you know, and can estimate, the associated costs. Which of the following costs is NOT one of the costs typically considered when estimating the cost of reuse?
A. The purchase or license cost of COTS software, where applicable
B. Modification and/or configuration costs associated with making reusable software meet system requirements
C. The cost associated with finding analyzing, and assessing software for reuse
D. Legal costs associated with defending against charges of copyright infringement
E. Integration costs associated with mixing reusable software and other software (either new or reused)

Answers

Answer:

D. Legal costs associated with defending against charges of copyright infringement

Explanation:

When estimating the cost of reusing software you are planning to obtain the necessary licences that are required for your project which will prevent copyright infringement claims from taking place.

A colleague mentions using a client VPN. Which of the following protocols or technologies would you expect your colleague to have used?
a. SSL
b. IPsec
c. GRE
d. DMVPN

Answers

A coworker brings up using a client VPN. The below protocols or technologies would you anticipate your coworker using SSL.

What are the protocols of technology?

An established set of guidelines that govern how data is transferred between various devices connected to the same network is known as a network protocol. In essence, it enables interconnected devices to interact with one another despite any variations in their internal workings, organizational structures, or aesthetics.

What kinds of protocols are examples?

Basic data communication technologies like TCP/IP and HTTP are examples of communication protocols. Through protocols like ICMP and SNMP, management protocols upkeep and control the network. HTTPS, SFTP, and SSL are security protocols.

To know more about network protocol visit:-

https://brainly.com/question/13327017

#SPJ4

Need to compress this IPv6 Address
ad93:a0e4:a9ce:32fc:cba8:15fe:ed90:d768

Answers

I can't underatnd your question

SORRY

private string name; /* missing constructor */ } the statement below, which is located in a method in a different class, creates a new person object

Answers

The following can be used to replace / missing constructor / so that the object p is correctly created:

public Person(String n)

{

name = n;

}

What is a string?

A string is a type of data used in programming that is similar to integers and floating point numbers, but it represents text rather than numerical values. It is made up of a string of characters, which can also include spaces and numbers.

As an illustration, the words "hamburger" and "I ate 3 hamburgers" are both strings. If properly specified, even "12345" could be regarded as a string. To make sure that a string is recognized as a string and not a number or variable name, programmers typically have to enclose strings in quotation marks.

Learn more about strings

https://brainly.com/question/25324400

#SPJ4

I would select Straight 2-way Merge sort over Quick sort when which of the following are true.
A. Incorrect selections will be penalized.
B. If I knew that the distribution of the data was significantly skewed.
C. If space were not an issue If I knew the size of the data set was very large.
D. If I knew that the data tended to be in order.

Answers

Answer:

I would select Straight 2-way Merge sort over Quicksort when:

C. If space were not an issue If I knew the size of the data set was very large.

Explanation:

For large datasets, the Straight 2-way Merge sort has been found to be more efficient than the Quicksort.  It also works faster than Quicksort.  However, Quicksort has been found to be more efficient, working faster than the Straight 2-way Merge sort with small datasets.  The two are algorithms for sorting.  While Straight 2-way Merge Sort uses two streams with repetitions, the Quicksort uses just one stream without repetitions and additional storage space.

SHORT ANSWERS:

Q.1 List some causes of poor software quality?









Q.2 List and explain the types of software testing?


Q.3 List the steps to identify the highest priority actions?










Q.4. Explain the importance of software quality?

Answers

Answer:

Hard drive Microsoft have the highest priority actions

FILL IN THE BLANK The _____stage of information technology planning outlines business processes that are central to achieving strategic goals and helps determine which ones could most benefit from information technology.

Answers

The business area analysis stage of information technology planning outlines business processes that are central to achieving strategic goals and helps determine which ones could most benefit from information technology.

What is Information Technology?

Utilizing hardware, software, services, and supporting infrastructure to manage and transmit information utilizing speech, data, and video is known as information technology. Data storage, retrieval, transmission, and sending are all part of the field of information technology, or IT.

The phrase "IT" is frequently used as a shorthand for computers and the networks that connect them, but it also refers to other means of information dissemination, such as television and mobile devices.

IT, or information technology, is the term used to describe the use of technology to an organization's business difficulties or to expedite and manage business processes.

To learn more about information technology, use the link given
https://brainly.com/question/26986135
#SPJ4

If you notice that a worksheet displays columns A, B, C, E, and F, what happened to column D?

Answers

Answer:

HUDSU

Explanation:WGSDBHEUIWDBWJJ

carolhas created a subnet of 10.20.30.0/27. which of the following is the address that is used for broadcast messages within the subnet?

Answers

For broadcast messages within the subnet, use the IP 10.20.30.31.

A host with the IP address 172.16.66.21 belongs to what subnetwork?

Every subnet has two hosts. A host with the IP address 172.16.66.0/21 is located in subnetwork. the broadcast address of the subnet 64 is 71.255 since is 72.0.

The cloud's method for allocating private IP addresses?

Method of allocating. According to the address range of the virtual network subnet where the resource is located, Azure assigns private IP addresses to resources. For each subnet address range, Azure reserves the top four addresses. Resource assignments cannot be made using the addresses.

To know more about subnet visit :-

https://brainly.com/question/16180699

#SPJ4

Design a program that asks the User to enter a series of 5 numbers. The program should store the numbers in a list then display the following data: 1. The lowest number in the list 2. The highest number in the list 3. The total of the numbers in the list 4. The average of the numbers in the list

Answers

Answer:

The program in Python is as follows:

numbers = []

total = 0

for i in range(5):

   num = float(input(": "))

   numbers.append(num)

   total+=num

   

print("Lowest: ",min(numbers))

print("Highest: ",max(numbers))

print("Total: ",total)

print("Average: ",total/5)

Explanation:

The program uses list to answer the question

This initializes an empty list

numbers = []

This initializes total to 0

total = 0

The following loop is repeated 5 times

for i in range(5):

This gets each input

   num = float(input(": "))

This appends each input to the list

   numbers.append(num)

This adds up each input

   total+=num

   

This prints the lowest using min() function

print("Lowest: ",min(numbers))

This prints the highest using max() function

print("Highest: ",max(numbers))

This prints the total

print("Total: ",total)

This calculates and prints the average

print("Average: ",total/5)

17. build a phone-book utility that allows you to access and modify an alphabetical list of names, addresses and telephone numbers. use utilities such as awk and sed, to maintain and edit the file of phone-book information. please use pseudo names and numbers (maintain privacy) in the phone book. the phone-book needs to have at least 20 entries. 18. must incorporate use of functions and pointers

Answers

To build a phone-book utility that allows you to access and modify an alphabetical list of names, addresses and telephone numbers, check the code given below.

What is telephone numbers?

A telephone number is a set of digits that is assigned to a landline telephone subscriber station that is connected to a phone line, to a wireless electronic telephony device, such as a radio telephone or a mobile telephone, or to other devices in order to transmit data over the public switched telephone network (PSTN) or other public and private networks.

When switching calls, a telephone number serves as an address using a system of destination code routing. On the calling party's originating phone set, the calling party enters or dials a telephone number, and the originating phone set sends the entered or dialled numbers as a signal to a phone exchange. The exchange concludes the call by connecting it to the called party over the PSTN or to a different subscriber who is locally connected.

//CODE//

#!/bin/sh

         #this particular script can be used for entry purpose

          echo -n "Enter the name of the person: "

         read name

         echo -n "Provide the address of respective person: "

        read address

         echo -n "Provide the phone number of respective person: "

        read telephone_number

         echo "$name ;

$address ;

$telephone_number" >>book.txt

          #book.txt:- {{provide the address of text file where you want to store the info

}

}

or it will create one in the current directory

Learn more about telephone number

https://brainly.com/question/13096298

#SPJ4

Make these negative sentences more positive and polite. Keep the meaning.

1.Don’t run for the bus. You might slip on the ice and fall
2.Don’t tell me what you can’t do.
3.Don’t eat with your mouth open.
4.Don’t submit an incomplete report.

Answers

Answer:

You should not run for the bus. You could slip on the ice and fall

Would you stop telling me what you can't do

Could you not eat with your mouth open

You should not submit an incomplete report

Answer:

You should not run for the bus. You could slip on the ice and fall

please stop telling me what you can't do.

please do not eat with your mouth open

you shouldn't submit an incomplete report. it could affect your grades negatively.

Explanation:

hope this helps!

~mina

which of the following scheduling algorithms will tend to schedule i/o bound jobs before cpu bound jobs?

Answers

I/O-bound processes are often given priority over CPU-bound processes under FCFS scheduling scheme.

What method is most appropriate for IO-bound processes?SRTF favors processes that are I/O-bound. LRTF favors processes that are CPU-bound. Reason: CPU-bound large CPU burst operations are prioritized higher.FCFS often penalizes I/O-bound operations and short processes. Processes that are CPU bound are preferred over I/O bound processes because they run completely.The complete phrase for FCFS is First Come First Serve. The easiest and simplest CPU scheduling algorithm is this one. The process that asks the CPU receives the CPU allocation first in this kind of procedure. A FIFO queue can be used to manage this scheduling technique.I/O-bound processes are often given priority over CPU-bound processes under FCFS scheduling scheme.

To learn more about I/O-bound refer to:

https://brainly.com/question/14704591

#SPJ4

Under the FCFS scheduling mechanism, I/O-bound processes frequently have precedence over CPU-bound ones.

Which approach is ideal for IO-bound processes?

Processes that are I/O-bound are preferred by SRTF. Processes that are CPU-bound are preferred by LRTF. Reason: Large CPU burst actions that are CPU-bound are given higher priority.

I/O-bound operations and brief processes are frequently penalized by FCFS. The fact that CPU-bound processes execute entirely makes them preferable to I/O-bound ones.

First Come First Serve is the full form of FCFS. This is the simplest and most straightforward CPU scheduling algorithm. In this type of method, the process that requests the CPU gets it first. This scheduling method may be controlled using a FIFO queue.

Under the FCFS scheduling mechanism, I/O-bound processes frequently have precedence over CPU-bound ones.

To learn more about I/O-bound refer to:

brainly.com/question/14704591

#SPJ4

Q Which of the following Algorithm favour CPU bound Bound process ?

1) RR  2) FCFS  3) Multilevel feedback queue

option are : a)  1 only

b) 2 only

c) 1 and 2 only

d) 1 and 3 only

What is a font?
O How the text for a paragraph appears
O A display of text characters in a specific style and size
O Text that has been made bold
O Artistic elements you can add to text

Answers

A display of text characters in specific style
answer: a display of text characters in a specific style and size

g Write an UPDATE statement that changes the address for the row with vendor_id 4 so the suite number (Ste 260) is stored in vendor address instead of vendor address 1. Then, use SQL Developer to verify the change (you may need to click the Refresh button at the top of the Data tab to see the change). If this works correctly, go back to the tab for the UPDATE statement and click the Commit button to commit the change.

Answers

Answer:

UPDATE 'Vendors' SET 'address' = 'Ste 260' WHERE 'vendor_id' = 4

Explanation:

Required

Write an update statement

The question is incomplete as the table name is not given.

So, I will make the following assumptions.

Table name = Vendors

So, the update statement is:

UPDATE 'Vendors' SET 'address' = 'Ste 260' WHERE 'vendor_id' = 4;

The above statement queries the vendors table and changes the address  of vendor_id 4 from the initial value to Ste 260

Consider the following code snippet:
public static void print(E[] a)
{
for (int i = 0; i < a.length; i++)
{
System.out.println(a[i] + " ");
}
}
int[] a = {3,6,5,7,8,9,2,3};
print(makeArray(a));
Assume that the method call to print(makeArray(a)) works correctly by printing the int array a. Which of the following headers for the makeArray method will make this possible?
I public static Integer[] makeArray(int[] a)
II public static E[] makeArray(int[] a)
III public static Integer[] makeArray(E[] a)
I and III only
I only
I and II only
II and III only
What does it mean when the syntax ? extends D is used?
Any subclass of D may be used.
Any superclass of D may be used.
Any subclass or superclass of D may be used.
This indicates a wildcard with an upper bound.
Consider the following code snippet that declares the GraduateStudent class:
public GraduateStudent extends Student { . . .}
Which of these statements are false?
a. I GraduateStudent is a subclass of Student
b. II Stack is a subclass of Stack
c. III Stack is a subclass of Stack
d. II only
e. III only
f. II and III only
g. I only

Answers

Answer:

Explanation:

1) I and II only ... This is because the makeArray parameter must be an int[] since that is what the a array that is being passed actually is. The return type should be E[] only but since that is not an option, it could work with Integer[] if the E class allows.

2) Any superclass of D may be used. Although this is not complete, extends allows for a subclass to access any variables and methods within the superclass D but not directly access another superclass of D.

3)  I only ... GraduateStudent is a subclass of Student

What power points feature will you use to apply motion effects to different objects of a slide

Answers

Answer:

Animation scheme can be used to apply motion effects to different objects of a slide.

Velma receives an email from a stranger who claims he will be receiving a large inheritance soon and will share it with her in exchange for a loan to help him escape his current financial difficulties. He requests that Velma allow him to pay his creditors from her bank account. Velma deletes the email because she recognizes that it represents _____.

Answers

Velma deletes the email because she recognizes that it represents advance fee fraud.

What is a bank account?

You can deposit and withdraw money from a bank account, make payments, send money to another person or organization, pay bills online, and more.

An account in banking is an arrangement whereby a company, often a financial institution like a bank or credit union, takes a customer's financial assets and retains them on the customer's behalf according to the customer's discretion.

Therefore, since Velma is aware that the email contains advance fee fraud, she deletes it.

To learn more about bank account, refer to the link:

https://brainly.com/question/28835887

#SPJ4

which of the following will meet the needs of an organization who wants to control the construction and delivery of all cloud-based services? a. Public cloud
b. Hybrid cloud
c. Private cloud
d. Community cloud

Answers

The following factors should be taken into account when creating a successful enterprise hybrid cloud strategy in order to reduce risks and choose between private, public, and hybrid cloud options:

Protection and control Is physical access to the platforms and infrastructure that are utilized to supply workloads important? Are there any security and compliance standards that clients must adhere to.Flexibility and agility.Which cloud option will provide enough resources to suit the needs of developers and businesses?Which cloud infrastructure can effectively serve users during periods of high demand or peak usage? Management of application complexity.Security and control, application complexity management, and operating cost reduction are frequently non-negotiable in large enterprises.

To know more about hybrid cloud click on the below link:

https://brainly.com/question/27838623

#SPJ4

Which of the following statements correctly opens a file in append mode without the need for specifying a close function for the file? O A with open('my_listas file: O with open my list.txt', 'b') as file: OC file = with open('my.list.but, a) OD file with open('my_list.txt. a) QUESTION 9 Which code opens a csv file with semicolon as a delimiter? O A with open('myfile.csv, nas file: csv_data.csv.reader("my_file.csv, delimitery OB. with open('myfile.csv, as file: csv data-sv.reader file, delimiter - OC with open('myfile.csv, nas file: csv_data = csv.reader file, delimiter - semicolon OD with open('my file csv, ) as file csv data=csy reader(file)

Answers

Answer:  Your Answer Is In Steps

Explanation:  To open a file in append mode without specifying a close function, you can use the following statement:

with open('my_list.txt', 'a') as file:

This statement opens the file 'my_list.txt' in append mode, meaning that any data written to the file will be added to the end of the file, rather than overwriting the existing contents. The file will be automatically closed when the block of code indented under the 'with' statement is finished executing.

To open a CSV file with a semicolon as the delimiter, you can use the following statement:

with open('myfile.csv', 'r') as file:

csv_data = csv.reader(file, delimiter=';')

This statement opens the file 'myfile.csv' in read mode and creates a CSV reader object using the csv module. The delimiter parameter is set to ';', so the CSV reader will use a semicolon as the delimiter when parsing the data. The file will be automatically closed when the block of code indented under the 'with' statement is finished executing.

Please help on this problem about data

Answers

Answer:

The answer is "sound"

Explanation:

Video: It includes both image and voice.

Images: It also includes data.

Memory: it uses to contain data.

Sound: It is a hardware device.  

Documents: It also contains files like text, images, graphs, and bar charts.

Text messages: It used in the electronic device, that includes string data.

numbers: It is also used to store data.

Which of the following components requires special disposal procedures to comply with environmental guidelines?
a. Faceplate
b. Notebook battery
c. DDR3 doubles the data transfer rate of DDR2; DDR3 uses less power than DDR2
d. Install an add-on RAID controller

Answers

Answer:

Explanation:

card

B. Notebook battery

11-12 sid davidson is the personnel director of babson and willcount, a company that specializes in consulting and research. one of the training programs that sid is considering for the middle-level managers of babson and willcount is leadership training. sid has listed a number of activities that must be completed before a training program of this nature could be conducted. the activities and immediate predecessors appear in the following table:

Answers

Explanation:

when 11 times a certain integer is subtracted from twice the square of the integer ,the result is 21 what is the integer

Other Questions
discuss how socialization differs among social class, gender, ethnicity and race. How do these differences affect parenting? How does it impact the child? of negligible mass, spring constant k and unstretched length L. First, one spring is attached to the end of the other spring and slowly lowered to its equilibrium position. The two spring stretch a total distance of X1. Next the spring are hung side by side. The block is attached to the end of the springs and again slowly lowered to its equilibrium position. The springs each stretch a distance of X2. Which of the following correctly shows the relationship between x1 and x2?(a) X1=X2(b)X1=2X2(c)X1=2X2(d)X1=4X2(e)X1=8X2 What are the 5 types of compound words? CONVERT A COAL PRICE OF $90/TON TO $/MMBTU, ASSUMING A HEAT CONTENT OF 7,000 BTU PER POUND A: $3.00/MMBtu B: $34.50/MMBtu C; $2.80/MMBtu D: $6.42/MMBtu E: $3.46/MMBtu The initial impact of the repeal of an investment tax credit is to shift? a. aggregate supply left. b. aggregate demand left.c. aggregate demand right. d. aggregate supply right. periodontitis is associated with high proportions of: group of answer choices a) aerobic bacteria b) nonmotile bacteria c) gram-negative bacteria d) innocuous bacteria Who do the pigs in Animal Farm represent in the Russian Revolution? Solve The ProblemThere are 54 children at a park. They want to make teams with 7children on each team. Three of the children go home. How manycomplete teams can they make? Explain How did Constantine weaken the Roman Empire? In a garden of grasses, sunflowers, dill, weeds, corn, and tomatoes, limiting factors include. State what kind of reaction this is and how can you tell? Software vendors often promote fast _____ as a selling point, and express it in terms of the short period of time over which the adopting organization can recoup the investment. Which equation describes a line that contains the point (4, -3) and is perpendicular to the line represented by the equation y=25x+3 ?. Who says teaching is not everybody's cup of tea? compared to the speed of the heavier block, what is the speed of the light block after both blocks move the same distance d ? Which of the following statements correctly describe the effect of molecular polarity on the behavior of a molecular compound?a. The physical properties of a molecular compound are directly related to molecular polarity.b. A polar compound will experience stronger intermolecular forces than a non polar compound. How can kids make $150? Which useful function was served by the political machines of the late 1800s quizlet? In the coordinate plane, the point A(-4, 0) is translated to the point A'(0, -4). . Under the same translation, the points B(-8, 3) and C(-1, -3) are translated to B' and C', respectively. What are the coordinates of B And C'? Joseph was kayaking on the Hudson River. While looking at the Breakneck Ridge trail-head, he lost a whole bag of donuts. Joseph didn't realize he had lost it for fifteen minutes. That's when he turned back and started going in the opposite direction. When he found the bag, which was going at the speed of the Hudson's current, it was two miles from the Breakneck Ridge trail-head. What is the speed of the current in the Hudson River?