Can somebody please help me with these few questions?

Jamal's computer is able to connect to the Wi-Fi signal, but there is no Internet access. Which device do you think might be causing the problem and why?

Felicia's Wi-Fi connection to her phone is extremely slow. However, her computer that is wired directly to the modem works really well. Which device do you think might be causing the problem and why?

Credence would like to set up a wireless, DSL network for his home. He would like to keep his landline working while he is online as well. Explain how he should go about setting up this network. Include all of the devices and cables that he will need.


Thank you so so much!!!!!!

Answers

Answer 1

he should get a new provider cause his current internet provider sucks

Answer 2
1. His Ethernet or whatever your class calls the device that the router connects to. He can connect to the router, but the router can’t connect to the internet.
2. Her router. Her phone is having trouble since the router is slow, but the computer is on the Ethernet, and completely bypassed the router, and is working fine.
3. I don’t know, sorry :(

Related Questions

Can you please make a simple python program? I will give you 20 points and branliest if it is good! It must include:
·At least 3 variables
·Contain a new function
·And must have at least 10 lines of code

Answers

Answer:

# Solve the quadratic equation ax**2 + bx + c = 0

# import complex math module

import cmath

a = 1

b = 5

c = 6

# calculate the discriminant

d = (b**2) - (4*a*c)

# find two solutions

sol1 = (-b-cmath.sqrt(d))/(2*a)

sol2 = (-b+cmath.sqrt(d))/(2*a)

print('The solution are {0} and {1}'.format(sol1,sol2))

Hope This Helps!!!

Answer:

# Newton's Law of Universal Gravitation

import math

print("This program will calculate the gravitational force between two objects")

# Gravitational Constant

G = 6.67408

while True:

   try:

       m1 = float(input("\nInput mass of first object (in kilograms): "))

       break

   except ValueError:

       print("Invalid input!")

while True:

   try:

       m2 = float(input("Input mass of second object (in kilograms): "))

       break

   except ValueError:

       print("Invalid input!")

while True:

   try:

       d = float(input("Distance between the objects (in meters): "))

       break

   except ValueError:

       print("Invalid input!")

force = G * (m1 * m2) / math.pow(d, 2)

print("The gravitational force between these two objects is {0} newtons!".format(force))

can anyone help my please

Answers

order: soil, plant seeds, water, seedling, corn plant

Answer:

soil , plant seeds , water , seedling , corn plant

Explanation:

write a script for a difficult talk with your boss. Write down what you would say to share the facts or to tell your story. Don’t forget to write down how you would ask for your boss’s viewpoint or input.

Answers

Answer:

1st. Im sorry but i think I sincerely don't get viewed

Explanation:

Hello. I really need this done ASAP. Don't scroll down. JUst look please.

Answers

Answer:

part 1

The four factors judges consider are:

the purpose and character of your use

the nature of the copyrighted work

the amount and substantiality of the portion taken, and

the effect of the use upon the potential market.

Part 2

the author toils without copying from someone else

the work must be original

Explanation:

Copyright law gives these protections to all kinds of creative work, so long as it is:

1. Has a copy right registration

tasks on a checklist should be written in as general terms as possible so that developers and artists have enough creative freedom to create interesting products.

O true
O false

Answers

Answer:  True

Explanation: Developers who design always take on idea that was created and add to it. Creating a piece of artwork/ Item.

true is the answer of the queen

a)​What would be the state of the following list after each of the first four passes in a Bubble sort, sorting into ascending sequence?​
​65, 34, 28, 68, 52, 21

Answers

21,28,34,52,65,68 Really simple good luck on what your doing
21,28,34,52,68,97,89

To track what level a player is on, you can create a simple variable and a block saying change level by 1 attached to the when green flag clicked.
True
False

Answers

Answer:

False

Explanation:

I did it on edgnuity also i got it right

False cause that’s not the thing to how to track a player

Guys i keep trying to get in touch with brainly but it says "your request could not be submitted" Can someone please help me ?

Answers

Sure what is your question? It also happened to me too
What grade are you in
Did u go to their online website??

If you don’t want to have when green flag clicked start every one of your scripts, what block can you use instead?
run all
begin
broadcast
initialize

Answers

Answer:

broadcast

Explanation

this sounds like you are using scratch or a similar drag and drop block-based coding system so I'll just go off of that. The broadcast block is used to send out a command to other blocks. for example you could be coding a dancing animation and program a character to send out the "dance" command to all other sprites that dance. Of course, you will need the "When I receive" event block and then program a sequence of events connected to that event block so that when the sprite receives the "dance" broadcast it will execute the sequence for when it receives that broadcast. Hope this helps feel free to ask any other questions in the comments section as i will gladly answer them to the best of my abilities.

the ans is run all because yeah it is the answer

(Brainliest!!)

How do i get rid of a headache?

Answers

ibuprofen

Explanation:

Ibuprofen is used to help relieve mild to moderate pain. When used with an opioid (such as morphine), it may be used to relieve moderate to severe pain. It is also used to reduce fever.

May Treat: Dysmenorrhea · Fever · Headache disorder · Juvenile idiopathic arthritis · Osteoarthritis and more

Brand Names: Caldolor · Advil · Advil Liqui-Gel · Children's Ibuprofen · IBU-200 and more

Drug Class: NSAID Analgesics (COX Non-Specific) - Propionic Acid Derivatives

Availability: Prescription sometimes needed

Pregnancy: Do not use. This medication may be harmful to an unborn child.

yeah g

Take ibuprofen, try to get rest and relax.
Other Questions
H H H O H O N C C N C C H O H H O H H C H H H ALANINE GLYCINE What is the difference between these two amino acids? Hey Adam are we good with you and I hope your? Please Help Me!A boy holds a toy soldier in from of a concave mirror. The focal length of the mirror is 0.45 m and the boy holds the toy soldier at a distance of 0.25m from the mirror. Find the image distance. KA- correct answers only, thanks! It sounds like what your teacher did really upset you. I understand how you feel. This statement reflects which principle of effective or active listening?a.Validating emotionsb.Paraphrasingc.Remaining other focusedd.all of the abovePlease select the best answer from the choices providedABCD please help me To build a pizza, customers choose stuffed (S) or thin (T) crust, red (R) or white (W) sauce, and a topping. The choices for toppings are pepperoni (P), sausage (S), or vegetables (V).The following list shows the possible pizzas that can be made. The first letter represents the crust, the second letter represents the sauce, and the third letter represents the topping. For example, a stuffed-crust pizza with red sauce and pepperoni is listed as SRP, and a stuffed-crust pizza with white sauce and sausage is listed as SWS.SRP, SRS, SRV, SWP, SWS, SWV, TRP, TRS, TRV, TWP, TWS, TWVHow many outcomes include red sauce or sausage?Enter you answer as a number, like this: 42 Which statements describe the cell membrane? Check all that apply.In physics, we can find the amount of force needed to push or pull an object by multiplying the objects mass by the objects acceleration. The units of force are called Newtons. force = mass acceleration F = maFind the amount of force it takes to push Jeffs race car if the mass of the race car is 750 kg and the acceleration is 2.5 StartFraction m Over s squared EndFractionThe amount of force needed to push Jeffs race car is Newtons. Solve for a SOLVE ASAP!! Mi amigo Jose de Uruguay trece anos. El apodo de Jose Ed Pepe. El tiene los ojos verdes Which coefficients correctly balance the formula equation below? NH 4 NO 2 (s) N 2 (g)+H 2 O(l) A. 1, 2, 2 C. B. 2, 1, 2 D. 1, 2, 1 1, 1, 2 True or False: In a box and whisker plot, 50% of the data is between Q1 and the median i need help. i don't know how to do this The subject of a media piece could affectwhen it is broadcastwhether is effectively recelvedwho reads Itwhat the producer intends for it to do for a viewer all of the above Freida tossed a coin 3 times and it always landed on head. Fine the probability of tossing a head. By drastically reducing inventories, manufacturers can increase the utilization of more floor space. This is an example of a What"unfortunate effects" does Ride say she could see as she orbited Earth? Why would these effects make colors seen in 1983 seem not as bright as those seen ten years earlier? Explain Help ASAP 100 Points! A trough contains a certain amount of sand. After Jamie used it to fill 2.4-kilogram bag, a 650- gram bowl, and a 3-kilogram, 125- gram pail, she realized she had a kilogram of sand left in the trough. How much sand was in the trough at first?Give your answer in grams, using a comma. Explain how you got your answer Matt has rode his bike 700 meters from the front of the church. He has rode his bike for how many centimeters? jill has a small treasure box Equations, graphs, Slopes and y-intercepts : application