The ethernet cable is also known as? *
Cat 5 cable
Wan cable
RD-45 cable
Sat 5 cable​

Answers

Answer 1

Answer:

Cat 5 cable

Explanation:

The ethernet cable is also known as Cat 5 cable.


Related Questions

how many times should the start function be defined in a program?

Answers

Answer:

0 1 2 However many you like

✓ I think its 2x they will start to define the program

the superclass javax.servlet.http.httpservlet was not found on the java build path

Answers

Answer:

follow this link https://stackoverflow.com/questions/22756153/the-superclass-javax-servlet-http-httpservlet-was-not-found-on-the-java-build

Explanation:

nice

I will make you brainless Just answer this question!!!!

A. Arrange the follow stpes chronologically.Write A the first step,Bfor the second and so on...​

Answers

Answer:

6, 8,5,3,4,1,9,2,7

Explanation:

Just like that

Answer:

6, 8, 1, 3, 4, 2, 9, 5, 7

Does anyone know how to write this right? This is for a coding class and I’m super confused on it.

First activity:

1. Declare three variables: firstSnack,
second Snack, and thirdSnack.
Assign the name of a snack (as a string)
to each variable.

2. Declare another variable and call it
bestSnack.
Assign a value to bestSnack USING THE
NAME OF ONE OF THE ABOVE VARIABLES.
Do not use a string directly.

3. Now, change your mind! Reassign the value
of bestSnack, again using the variable name,
not the string. (THIS SHOULD BE DONE ON
A NEW LINE)

Second activity:

4. Declare three variables and give them the names of three common grocery items. Assign to each variable a NUMBER value approximately its price. Don’t use $ sign, just the actual number.

5. Declare another variable, name it total, and assign to it the SUM of the three other variables, contain. Hint - you’ll need to use an arithmetic operator to do this.

Answers

Answer:

This is using c++ syntax, you might need to make slight adjustment for other languages.

First activity:

string firstSnack = "chips";

string secondSnack = "pizza";

string thirdSnack = "apples";

string bestSnack =  firstSnack;

bestSnack = secondSnack;

Second activity:

double apple = 0.5;

double banana = 0.75;

double orange = 1.43;

double total = apple + banana + orange;

Explanation:

When first declaring a variable, you want to specify the type (such as int, double, string, bool, etc.) and then the name. You can set the variable value in the declaration, or you can set it to a value later in the program by not having the equals sign and whatever comes next.

in this code how many times will it repeat? for(i = 0; i < 8; i++) {forward();}

Answers

Answer:

It will repeat 8 times. because in the statement above the variable i has to be more then 8, so until the variable i has the value of it it will repeat. So it will repeat 8 times .

what level of system and network is required for cui

Answers

Answer:

CUI will be classified at a “moderate” confidentiality level and follow DoDI 8500.01 and 8510.01 in all DOD systems. Non-DoD systems must provide adequate security with requirements incorporated into all legal documents with non-DoD entities following DoDI 8582.01 guideline

Explanation:

what are the differences between a keyboard and a pointing stick.​

Answers

Answer:

keyboard:

A keyboard is for putting information including letters, words and numbers into your computer. You press the individual buttons on the keyboard when you type. The number keys across the top of the keyboard are also found on the right of the keyboard. The letter keys are in the centre of the keyboard.

pointing stick:

A pointing stick is a small joystick used as a pointing device typically mounted centrally in a computer keyboard. Like other pointing devices such as mice, touchpads or trackballs, operating system software translates manipulation of the device into movements of the pointer or cursor on the monitor.

Why would you browse by entering a URL rather than use a link in a Web page

Answers

Answer:

Rather than entering a URL in a web browser, I prefer to browse the webpage. Because if you do browse in the browser you can see other alternative options to that website.

what is the name of the fields in an x.509 digital certificate that are used when the parties negotiate a secure connection?

Answers

Answer:

Image result for what is the name of the fields in an x.509 digital certificate that are used when the parties negotiate a secure connection?

Common applications of X. 509 certificates include SSL/TLS and HTTPS for authenticated and encrypted web browsing, signed and encrypted email via the S/MIME protocol, code signing, document signing, client authentication, and government-issued electronic ID.

Explanation:

Why is the Game Design Document called a ""living"" document AND why is this important?

Answers

Answer:

documentation

Explanation:

Because it gives the instructions rules and every detail about the game with anything in the real world with computers documentation is extremly important  

How can we repair a head jack of a laptop charger.????​

Answers

Answer:

Step one turn off the laptop. And take out the battery step two remove the Phillips screw. And then take out the back. Cover. Step three remove four phillips screws. And then take out the hard.

Explanation:

Order the steps to describe how to attach a contact to a new email

Answers

Answer:

confirm image correct

Explanation:

how to install windows 11 on unsupported processor

Answers

Answer: You can't, if you anyway bypass the system, your device will run on risk.

Suggestion: Use any Linux distro similar windows 11. Like - Ubuntu/ Linux Mint/ ElementaryOs.

(Suggestion is only for if you can't run windows 10 or the pre installed Operating System in your machine.)

what is the difference between internal and external css?

Answers

Answer:

Internal CSS are the ones that we can write within the same file i.e the HTML code and CSS code are placed in the same file. External CSS are that we can write in a separate file than the html code i.e the HTML file is separate like(index. ... css).

Explanation:

You have a 7 GHz dual core processor. How many decisions can the processor

make in one second? *


PLEASE HELP 10 points

Answers

The unit that you're asking about (GHz) refers to the frequency.
Frequency is the reciprocal of time.
This means that it gives the measure of work done per unit time.
For example, suppose you can throw two apples in one second then the frequency of your throw is 2Hz or 2Hertz.

given a line of text as input, output the number of characters excluding spaces, periods, or commas.

Answers

Answer:

python:

x = input()

print(len(x))

Explanation:

a researcher is interested in assessing risk-taking

Answers

Answer:

Risk-taking is a dangerous behavior

Explanation:

Knowing this he /she should take the proper safety measures

A user calls to report that she is experiencing intermittent problems while accessing the wireless network from her laptop computer. She can access the network from her usual office, but today, she is trying to access the wireless network from a conference room, which is across the hall and next to the elevator. Which of the following is the MOST likely cause of her connectivity problem?

a. The user has not yet rebooted her laptop computer while at her new location.
b. The user needs a new IP address because she is working on a different floor.
c. The wireless network access point on the user's normal floor has failed.
d. The user is out of the effective range of the wireless access point on her floor.
e. The user has not yet logged off and back on to the network while at her new location.

Answers

Answer:

d. The user is out of the effective range of the wireless access point on her floor.

Explanation:

what is one disadvantage people face without a checking account?

Answers

Answer:

If they have a job that only pays with ckecks they won't be able to have their paycheck.

Explanation:

Convert the denary number 44801 into hexadecimal

Answers

Numbers can be converted between bases.

The equivalent of 44801 in hexadecimal is: AF01

Denary numbers are simply base 10 numbers, while hexadecimal numbers are base 16 numbers

To convert from base 10 to base 16, we make use of division method (and we keep track of the remainders)

We keep dividing by 16, until we can no longer divide the numbers.

So, we have:

[tex]\mathbf{ 44801 \div 16 = 2800\ R\ 1}[/tex]

[tex]\mathbf{ 2800 \div 16 = 175\ R\ 0}[/tex]

[tex]\mathbf{ 175 \div 16 = 10\ R\ 15}[/tex]

[tex]\mathbf{ 10 \div 16 = 0\ R\ 10}[/tex]

Write out the remainders from bottom to top

(10) (15) 0 1

10 in hexadecimal is A15 in hexadecimal is F

So, the number becomes: AF01

Hence, the equivalent of 44801 in hexadecimal is: AF01

Read more about number conversions at:

https://brainly.com/question/2824068

how do spear phishing attacks differ from standard phishing attacks?

Answers

Answer:

Phishing attacks normally target random people on mass amount by sending emails to users. In the other hand the spear phishing only targets 1 person hence the name "spear".

Hope this help please give the brainliest award.

Which hacking technique uses network monitoring devices?

Sniffing
Shoulder surfing
Physical security threat
Wire tapping

Answers

Answer:

The answer is sniffing, because sniffing is a process that captures all the data packets, when the network is mentioned.

Automated Deployment is one of the prerequisite for DevOps Implementation.1. True2. False

Answers

True I think………………………..

Automated Deployment is one of the prerequisite for DevOps Implementation is a true statement.

Automated deployment

Automated deployment provides the ability to move your software between testing and production environments by using automated processes.

In other words, it allows organizations to release new features faster and more frequently.

Automated deployment allows faster approach to development, production  and deployment.

learn more on automated deployment: https://brainly.com/question/17052494

#SPJ2

please help

in two to three sentences describe how you would divide a page into two columns.​

Answers

Follow the steps outlined:-

Highlight the text you wish to split into columns.

Select the “Page Layout” tab.

Choose “Columns” then select the type of columns you wish to apply. One. Two. Three. Left. Right.

which email attachments are generally safe to open

Answers

Answer:

i would suggest not opening ones that start with bit . ly

Explanation:

pls mark brainliest

Anything starting in https://

the first fully 64 bit compatible version of android is:

Answers

Answer:

Android 5.0 Lollipop, I hope this helped.

Answer:

The version of the first 64 bit andriod ia the version called: Andriod 5.0 lolipop

Hope this help please give the brainliest award.

Can someone check my answers?
I got 4 for c and 17 for d​

Answers

Answer:

both are correct

Explanation:

what are the seven phases of design plans that the main features of designer-client communication at each phase

Answers

Answer:

Step 1 – Study the Client Brief. ...

Step 2 – Research, Research, Research. ...

Step 3 – Brainstorm. ...

Step 4 – Sketch. ...

Step 5 – Concept Development. ...

Step 6 – Revisions. ...

Step 7 – Completion.

Explanation:

if you could travel back in time where would you go? what would you do? explain

Answers

Answer:

I would challenge the temporal paradox.

Explanation:

A temporal paradox, time paradox, or time travel paradox is a paradox, an apparent contradiction, or logical contradiction associated with the idea of time and time travel.

Which TWO are examples of the internet reducing the use of paper?

Answers

Answer:

Using word documents instead of paper can save lots of paper especially, when lots of people are doing that already. Using emails can reduce the amounts of letters being sent to people.

Other Questions
Evaluate the following integral: EXPLAIN How have advancements in computer technology most directly influenced ourknowledge of wildlife and the ecosystems in which they live? Find the value of the equation.12+918-183-3 what kinds of evidence from fossils might help determine whether dinosaurs were ectotherms or endotherms? What is the importance of reproduction in plants? What square root does 120 lie between Select all the correct answers. Which equations have a greater unit rate than the rate represented in the table? A dump truck, a sports car, and a bicycle are traveling at the same velocity. Which is true? A The bicycle has the least kinetic energy.B More information is needed to compare their kinetic energy.C They all have the same kinetic energy.D The sports car has the most kinetic energy. Can u guys help me with #5 and 6 please? help me asap I have 5min to send it in plss c4 1 = 5HELPP!!! The Lopez family is driving to the state fair. First, they drove 32 kilometers to stop for a snack. Then, they drove another 35 kilometers and stop for gas. There were 17 kilometers left to drive.How many kilometers does the family have to drive to get to the state fair? A group of 25 students were asked to share their favorite Ice-cream flavor. The results are shown below:FlavorNumber of StudentsVanilla7Chocolate6Butter Pecan5Strawberry4Chocolate Chip 3Which dot plot matches the data set? In The Birthmark, Hawthorne develops the theme that the quest for perfection is destined to fail. Which details from the story contribute to the development of this theme?"'Perhaps its removal may cause cureless deformity; or it may be the stain goes as deep as life itself.'""'Do not repent that with so high and pure a feeling, you have rejected the best the earth could offer. Aylmer, dearest Aylmer, I am dying!'""for his spirit was ever on the march, ever ascending, and each instant required something that was beyond the scope of the instant before.""The crimson hand, which at first had been strongly visible upon the marble paleness of Georgianas cheek, now grew more faintly outlined." Put the following sentence into the simple past tense.Sie schreibt nicht oft.A. Sie schreiben nicht oft.B. Sie schrieb nicht oft.C. Sie hat nicht oft geschrieben.D. Sie schreibst nicht oft. How do you do this i totaly forgot. Everything on earth is made up of atom true or false Choose an equation that would be used to solve 0 = -x^2 + 10x -8(x+25)^2 = -8(x-5)^2 = 17(x-10)^2 = 25 PLSS HELP I WILL GIVE U 50 POINTS i cant give image tho but her is a description:Images shows a lake labeled carbonates in water, a cow labeled animal respiration, a tree labeled photosynthesis, a factory labeled factory emissions, the sun labeled sunlight, a cloud labeled carbon dioxide in atmosphere, another tree labeled plant respiration, an arrow from organic carbon to dead organism, and fossils and fossil fuels. Arrows are labeled as follows: A from the sunlight to photosynthesis, B from carbon dioxide in atmosphere to photosynthesis, C from factory emissions to carbon dioxide in atmosphere, D from carbon dioxide in atmosphere to carbonates in water, E from dead organisms to fossils and fossil fuels, and F from plant respiration to the sky.now the question: Which arrow or arrows represent a release of carbon dioxide? What process is occurring at the arrow(s) you selected? -- who wants me to teach you Spanish?