30 POINTS PLS HELP AND DONT PUT ANYTHING IF U DK PLS

Explain what might have gone wrong in the following situation:

Sandra is putting together a new computer and network out of used parts. She has sufficient parts that should work together—NIC card,
cables, hub, etc.—and all of them are functional by themselves, but somehow her computer is not successfully able to connect to the
network. What might be going wrong

Answers

Answer 1

Answer:

The issues that may be wrong are;

1) Improper connections

2) The drivers for the Network Interface Card, NIC card is not properly configured, installed, or missing

3) Reset the network settings

4) IPv6and ipv4 Compatibility

5) Other IP related IP issue

Explanation:

From the question, we have that Sandra has the required used and functional hardware for putting a new computer and a network together but her computer is not successfully able to connect to the network, which may be due to the following reasons;

1) Improper connections

Ensure that the connections are properly made and that the network cables are straight through when connected to a network or hub or crossover cables when connected directly between devices used for computing

2) The drivers for the Network Interface Card, NIC card is not properly configured, installed, or missing

When the issue is due to the drivers for the NIC card, it can be resolved by uninstalling and deleting the driver software from the computer and then rebooting the computer for the operating system (Windows 10 etc.) to search for and install the correct drivers for the used NIC

3) Reset the network settings

When the network settings are improperly configured or configured to a setting used in another network, it can lead to not successfully being able to connect to a network

The network settings should be reset

4) IPv6and ipv4 Compatibility

Ensure that the hardware are compatible to IPv6 and/or IPv4 and adjust the settings of the network as required

5) Other IP related IP issue

An IP issue can lead to not being able to successfully connect to a network which can be resolved releasing the IP and flushing the DNS cache.


Related Questions

What is IPO? Write down the steps involved in IPO cycle.​

Answers

An initial public offering or stock market launch is a public offering in which shares of a company are sold to institutional investors and usually also retail investors. An IPO is underwritten by one or more investment banks, who also arrange for the shares to be listed on one or more stock exchanges

Answer:

An IPO is an offer of shares by a company in exchange for capital. The entire process is regulated by SEBI - the Securities & Exchange Board of India. To buy shares of any company in an IPO, you have to bid for these shares. If your bid is accepted, you are allotted shares.

Explanation: brainliest plz!

!!!!! 40 pts !!!!!

Select the correct answer from each drop-down menu.
Which words or statements complete the sentences given below?
Interference created by fatigue is called ___
noise. Interference created by strong negative emotions is called ____ noise.

Answers

Physiological noise

semantic noise

Which one of the following is a type of network security?
a) Login Security
b) Rights Security
c) Both (a) and (b)
d) Neither (a), nor (b)


Answers

Answer:

I think it's (login security)

public class Bird
{
beakStrength = input;
}
public void setBeakStrength(int strength)
{
beakStrength = strength;
}
}
public class Hawk extends Bird
{
private int talonStrength;
public Hawk(int talon, int beak)
{
super(beak);
talonStrength = talon;
}
}
The following statement appears in a method in another class.
Bird b = new Hawk(5,8);
Which of the following best describes the effect of executing the statement?​

Answers

Answer:

Answer below.

Explanation:

You are creating an object of bird "b" with a talon strength of 5 and a beak of 5.

public Hawk(int talon, int beak)

{

super(beak);

talonStrength = talon;

}

Please mark brainliest if this is the answer you were looking for

Please mark brainliest if this is the answer you were looking for

In this exercise we have to use the knowledge of computational language in python to write the code.

We have the code in the attached image.

The code in python can be found as:

public Hawk(int talon, int beak)

{

super(beak);

talonStrength = talon;

}

See more about python at brainly.com/question/26104476

What role does the animation in the motion picture industry or video industry play?

Answers

Answer:

there’s a lot of animation in the video marketplace. All the industries you cite are part of the bigger motion picture/video production industries. Animation plays a vital role across the board for too many reasons to list. Without knowing what your definition of animation is, it’s hard to write about what you are asking. That said, the industries you’re listing are all part of the same industry. If you watch news, you see animations all the time. Backgrounds, lower third supers that move…that’s all animation. Even in theatrical movies, it’s all over…you may not recognize it as animation, but it surely is. Not all animation needs to look like Looney Tunes, even if that would be nice.

When is the following expression true? (2 points)
!(!a || b) || (!a && b)
1) If and only if a and b have different values
2) If and only if a and b have the same value
3)
If and only if both a and b are true
4) If and only if both a and b are false
5) The expression is never true

Answers

Answer:

1) If and only if a and b have different values

Explanation:

Given

Expression: !(!a || b) || (!a && b)

Required

When is it true?

The expression is true when the values a and b are different and the proof is as follows.

(1) Assume that: a = true and b = false

!(!a || b) || (!a && b)  

= !(!true || false) || (!true && false)

!true = false, so the expression becomes:

= !(false|| false) || (false && false)

In boolean, false|| false = false and false && false = false. So, we have:

= !(false) || (false)

!(false) = true, so, the expression becomes:

= true || (false)

Lastly, true || false = true

(2) Assume that: a = false and b = true

!(!a || b) || (!a && b)  

= !(!false|| true) || (!false && true)

!false = true, so the expression becomes:

= !(true|| true) || (true && true)

In boolean, true|| true = true and true && true = true. So, we have:

= !(true) || (true)

!(true) = false, so, the expression becomes:

= false|| true

Lastly, false || true = true

This expression is false if a and b have the same value

how will you format date so that dates appear in a format similar to 26-January-2022​

Answers

Answer:

26/01/2022or01/22/2022

Lucia is using the American Psychological Association (APA) style guidelines to writer her research paper. What is her most likely topic?
physical sciences
literature
social sciences
biology
ANSWER IS SOCIAL SCIENCES

Answers

Answer:

its C

Explanation:

According to the above scenario, Lucia's subject in the research paper is social sciences. Thus, option second is correct.

What is a research paper?

A research paper is a longer essay in which you give your own interpretation, opinion, or argument. When writing an essay, you apply all you know and have pondered about a subject.

The purpose of a research paper is to draw on what others have said about a topic and engage the sources in order to intelligently present a distinct viewpoint on the problem at hand, not just inform the reader what others have said about a topic.

The examination of how humans communicate with one another is known as social science. Anthropology, economics, political science, psychology, and sociology are all fields of social science.

According to the given circumstance, Lucia's research paper topic is social sciences. As a result, option two is correct.

Learn more about research paper here:

https://brainly.com/question/946785

#SPJ2

Create an array of size 10 and name RandArray populate the RandArray with random integer from 1 to 20. Every element in the RandArray must be changed as follows: If the value of the element is less than the array index, the element must be replaced with the index plus 10. If the value of the element is equal to the index, the element must be doubled. If the value of the element is greater than the index, the element must be replaced by the index squared. Print the original number and the changed number of the RandArray

Answers

Answer:

int[]RandArray = new RandArray[10];

for(int x =0; x< RandArray.length;x++){

RandArray[x] = random.nextInt(10 - 1 + 1) + 1;

}

for(int x =0; x< RandArray.length;x++){

int og = RandArray[x];

if(RandArray[x]<x){

RandArray[x] = x + 10;

}

else if(RandArray[x] == x){

RandArray[x] =RandArray[x] * 2;

}

else if(RandArray[x] > x){

RandArray[x] =Math.pow(x,2);

}

System.out.println("Original: " + og +"New: "+ " RandArray[x])

}

Explanation:

Following are the python program for calculating the array values by using the random array function:

Python Program:

import random as R#import package of random

R1 = R.sample(range(1, 20), 10) #Generating 10 random numbers from 1 to 20

RandArray  = R1.copy() #Copying the elements of R1 in to RandArray

print("Original Array: ",RandArray)#defining the print method that prints RandArray value

for e in range(len(RandArray)):#defining a loop that calculates

   if(RandArray[e] < e):#defining if block that checks index of list that stores random number  

       RandArray[e] = e+10#adding 10 in numbers

   elif(RandArray[e] == e):#defining if block that checks index of list that stores random number  

       RandArray[e] = e*2#multiplying by 2 in number

   elif(RandArray[e] > e):#defining if block that checks index of list that stores random number  

       RandArray[e] = e**2#calculating the square value of RandArray

   print("Changed Array: ",RandArray)#print RandArray value

for i in range(10):#defining loop that prints Array value

   print("Original Number:",R1[i], "Changed Number:",RandArray[i])#print RandArray value

Output:

Please find the attached file.

Program Explanation:

import package of random. Defining the "R1" variable that uses a random function to generate 10 random numbers from 1 to 20.Declaring the "RandArray" that Copying the elements of R1 into RandArray.Defining a loop that calculates the length of the array and uses a conditional block that checks and calculates the random array values.In the last step, another loop is declared that prints the array "RandArray" value.

Find out more information about the random number here:

brainly.com/question/16403687

I need this nowww!!!!

Answers

Answer:

b,c

Explanation:

what is a sending device

Answers

Answer:

A sending device that initiates an instruction to transmit data, instruction, or. information. e.g., Computer A, which sends out signals to another computer. □ A communication device that converts the data, instructions, or information. from the sending device into signals that can be carried by a.

Answer:

A sending device is an object that gives instructions to transmit information.

A video project needs to be encrypted as it is going from a source to a destination. What can be added to the video

Answers

Answer:

A video encoder

Explanation:

an encoder is used to make a video encrypted so nobody can take your copy it. For instance You Tube uses an encoder

PLS ANSWER I Forgot how to do this. I'll give brainliest.
Write pseudocode for getting a bowl of cereal using at least four steps.

Answers

Answer:

Step 1: Get out a bowl

Step 2: Get out a spoon.

Step 3: Get out cereal.

Step 4: Get out milk.

Step 5: Put the milk and cereal in the bowl and enjoy

Explanation:

what are the functions of file​

Answers

File is an object on a computer that stores data, information, settings, or commands used with a computer program. In a GUI such as Microsoft Windows, files display as icons that relate to the program that opens the file.

Answer:

file is an object on a computer that saves data information and any thing

The first step to keeping your home safe is to minimize the overall amount of _______________ materials you store in your home.

Answers

Answer: The valuable, precious, or expensive items.

Explanation:

Moving your Sprite from right to left is considered the X coordinate?

Question 12 options:
True
False

Answers

Answer:

True.

Explanation:

X coordinates run from left to right, while Y runs from the top to the bottom.

To help you remember it, think of this:

A plane takes off and lands at the X coordinates and can choose whichever way it wants to take off from: left or right. Until the plane takes off, your Y coordinate is at 0. Once it's in the air, Y coordinates jumps in with our X and the plane can go up and up as it pleases (of course, there are limits) until it lands at the next airport.

Please note that x and y coordinates are always there, but in some cases they will stay at 0,0.

Hope this helped!

Source(s) used: N/A

Which IDEs specifically support the Python programming language? Select all that apply.
PyScripter

Xcode

PyCharm

IDLE

Answers

Answer:

PyCharm (Jetbrains)

PyScripter

IDLE

Xcode too!

Explanation:

You have to do some setup to use Python 3.8 with Xcode

_____ Create
graphics that are math based.

Answers

Answer:

Vector Graphics

Explanation:

Vector graphics are computer graphics images that are defined in terms of points on a Cartesian plane, which are connected by lines and curves to form polygons and other shapes. Vector graphics have the unique advantage over raster graphics in that the points, lines, and curves may be scaled up or down to any resolution with no aliasing. The points determine the direction of the vector path; each path may have various properties including values for stroke color, shape, curve, thickness, and fill.

Choose the answer. Janice's IT department found that her computer had a program on it that was collecting her personal information as she browsed the Web. What is this an example of?

spyware
pharming
spam
spoofing​

Answers

Answer:

Spyware

Spam is just unwanted soliciation, spoofing is making links appear as something else, pharming is creating a fake website for victims to use.

Fill in the blank: In a Word chart, text that describes the data represented in a chart and that is typically displayed on the right or at the bottom of the chart is called the ____.

Answers

Answer:

Data bar

Explanation:

In a Word chart, text that describes the data represented in a chart and that is typically displayed on the right or at the bottom of the chart is called the data bar.

What is a data bar?

Data bars are used to describe a graphic element that inserts bars representing the values within cells. It is a type of conditional formatting that creates a visual effect in the cells of your database that correspond to the contents of the cell. A larger value represents a cell with a longer bar while a smaller value represents cell with a shorter bar.

Read more on data bar:

https://brainly.com/question/9700709

#SPJ2

Which of the following can be used to locate data in a particular column?
A. VLOOKUP
B. HLOOKUP
C. CLOOKUP
D. RLOOKUP

Answers

Answer:

A. VLOOKUP

Explanation:

VLOOKUP is an Excel function to look up data in a table organized vertically. VLOOKUP supports approximate and exact matching, and wildcards (* ?) for partial matches. Lookup values must appear in the first column of the table passed into VLOOKUP.

Purpose 

Lookup a value in a table by matching on the first column

Return value 

The matched value from a table.

Syntax 

=VLOOKUP (value, table, col_index, [range_lookup])

Arguments 

value - The value to look for in the first column of a table.

table - The table from which to retrieve a value.

col_index - The column in the table from which to retrieve a value.

range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match.

Explain the Decision making statement​

Answers

Answer:

Decision making structures require that the programmer specify one or more conditions to be evaluated or tested by the program, along with a statement or statements to be executed if the condition is determined to be true, and optionally, other statements to be executed if the condition is determined to be false.

Which gallery will allow a user to access a variety of preconfigured formatting styles for images that are added to a
PowerPoint presentation?
O WordArt gallery
O Shape Styles gallery
O Picture Styles gallery
O SmartArt gallery

Answers

Answer:Picture Styles gallery

Explanation:

What pc games do you all play?

Answers

Answer:

none

Explanation:

Answer:

Among us

Explanation:

Colleen started working for a company that makes stuffed animals and delivers them with special messages. She immediately recognized some needs of the company and started talking to employees to gather information. The employees all need to access a common database. They need to print from all workstations. They would like managers to be automatically notified when supplies are running low. Select each of the requirements for this business.

-shared drive on the network
-networked printer
-broadband
-remote access
-automatic notification
-e-mail

Answers

Answer:

automatic notification, networked printer, shared drive on the network

Explanation:

The automatic notification allows to be notified when supplies are low. To be able to print from all workstation, they need a printer that is connected by network. The common database would be the shared drive on the network.

Answer:

automatic notification, networked printer, shared drive on the network

Explanation:

Or a,b,d,e

25-words or more in your OWN words the meaning of digital literacy.

Answers

Answer:

Digital literacy means having the skills you need to live, learn, and work in a society where communication and access to information are increasingly through digital technologies like internet platforms, social media, and mobile devices.

Explanation:

Computer has brought radical change in every field​

Answers

Answer:

Yes it has brought change in every field

Explanation:

Computational artifacts can include various forms of bias that result in the _____
of certain groups of people.

Answers

Answer:

Exclusion

Explanation:

Right on Egenuity

Answer:Below

Explanation:

Why is the access date important to include when citing a website? (select all that apply)

It indicates websites changes.

It indicates website accessibility changes.

It shows website ownership changes.

It proves you did your work.

Answers

Answer:

It indicates website accessibility changes.

Answer:

It indicates websites changes.

It indicates website accessibility changes.

Explanation:

Correct on edge

Super Shenron vs Zeno D-e-a-t-h B-a-t-t-l-e Creation v Destruction Who Would Win????
Lmk

Answers

Answer:

both tbh I don't know I'm doing this for points cuz I need help for sm

Other Questions
industrial revolution vs society and their similaritiesPlz help -10 ptsNo trolling if other package delivery services can make money, the USPS should be able to make money too. which logical fallacy is found in this sentence?1) false analogy 2)red herring 3)non sequitur 4)bandwagon appeal What is the coordinate of the midpoint of (2, 1) and (18, 7)? Energy is released during chemical reactions that occur in Sorry its in pictures but I didnt want to type it out and 20 point for who ever answers it first PLEASE ANSWER THESE QUESTIONS FOR 21 POINTS AND A BRAINLIEST, KEEP IN MIND THESE QUESTIONS ARE VERY IMPORTANT AND WILL DETERMINE MY GRADE!!!!(NO GUESSING, SPAMMING OR LINKS)This is energy that is stored for later use.kinetic energypotential energymechanical energyelectromagnetic energy.A ball rolling down the hill is an example of ___ energy.1 pointKineticPotentialElectricalSoundRequires two parents1 pointSexual reproductionAsexual ReproductionSmall grains that contain a plant's male reproductive cells.1 pointstamenpollenpistilstigmaC, D , and E are collectively known as the ______.1 pointCaptionless ImagestamenanthersepalpistilSmall leaf-like structures forming an outer circle at the base of a flower.1 pointpetalssepalstigmapistilThe stalk that supports or holds up the anther is the1 pointstylefilamentovarypistilA flower structure that encloses and protects ovules and seeds as they develop.1 pointPetalOvuleStigmaOvarythe part of the ovary of seed plants that contains the female germ cell and after fertilization becomes the seed.1 pointOvuleStyleStamen.PistilSupports the stigma, serves as passageway for pollen1 pointAntherStyleStemOvuleRenewable energy resources are?1 pointA resource that cannot be readily replaced by natural means on a level equal to its use.Invisible resourcesRenewable resources that can be naturally restored.All the aboveCoal and oil are?1 pointNon-Renewable energy resourcesRenewable energy resourcesNone of the aboveBio-fuel and geothermal energy are examples of?1 pointNon-renewable energy resourcesHydro energyRenewable energy resourcesNone of the aboveWhat is the name of flower part #10 ?1 pointCaptionless Imagesepalpollen tubefilamentstigmaWhich of the following is NOT a Natural Resource?1 pointCoalPaperSolarWindWhat is the disadvantage of using non-renewable resources?1 pointThey have a large carbon footprint.They can all be used up over time.They can lead to global warming.All of these. Automobile repair costs continue to rise with and average cost now at $367 per repair. Assume that the cost for an automobile repair has a standard deviation of $88. the percent of australia's population that is born is about Please help Ill make you the brainiest Find the conjugate and product of i2 + 9 Which of these equations are in slope-intercept form?y-y1=m(x-x1)y=mx+bm=y2-y1/x2-x1ax+by=c Read the following excerpt and answer the question below. *3 pointsto secure these rights, Governments are instituted among Men, deriving theirjust powers from the consent of the governed, -That whenever any Form ofGovernment becomes destructive of these ends, it is the Right of the People toalter or to abolish it, and to institute new Government.Declaration of IndependenceWhich Enlightenment principle most influenced the ideas in this excerpt?A. John Locke's idea of the social contractB. Thomas Hobbes's idea of natural equalityC. Montesquieu's idea of separation of powersO D. Voltaire's idea of the importance of toleration Find the measure of the missing angles.PLEASE HELP ! Dawn is verifying the accuracy of her paycheck. Sheearns $14 an hour and works 40 hours each week.Her biweekly deductions are Social Security 6.2%,Medicare 1.45%, federal withholding tax $73.25,state withholding tax $22.50, and health insurance$37.45. What is her annual net pay if she is paidbiweekly Farmers who have hilly land cultivate according to the curves of the land in order to prevent ? NO DOWNLOADABLE LINKS OR FILES. I WILL MARK BRAINLIEST. As noted in the lesson, sharia law has a significant impact on the Middle East and North Africa. It affects both the daily lives of devout Muslims and the official policies and laws of various Islamic countries in the region. Read this resource on sharia to better understand what it is and how it affects residents of the Middle East and North Africa.Write a half-page to full-page essay discussing your understanding of sharia law by answering three questions:What actions could result in physical punishment for a Muslim under sharia law?How do certain Islamic countries practice a dual legal system?What is life like for women living under sharia law in Saudi Arabia? Give at least one example not included in the tutorial. A real estate office handles 50 apartment units. When the rent is $600 per month, all the units are occupied. However, for each $40 increase in rent, one unit becomes vacant. Each occupied unit requires an average of $27 per month for maintenance. How many units should be rented to maximise the profit? What is the code for Python? Number 10 please help 10 points no links pleAse Determine the distance, in units, from (4,7) to (4,8).