Which of the following situations would not require knowledge of networking?Stand alone home computer
all the computers of a banking system
a typical classroom of computers
computers used by Social Security Administrators

Answers

Answer 1
Answer: A stand alone home computer would not require knowledge of networking among the choices given in the question. The correct option among all the options that are given in the question is the first option. the other options given in the question will all require the knowledge of networking. I hope the answer helps you.
Answer 2
Answer:

Answer:

A stand alone home computer would not require knowledge of networking among the choices given in the question. The correct option among all the options that are given in the question is the first option. the other options given in the question will all require the knowledge of networking. I hope the answer helps you.

Explanation:


Related Questions

A computer hacker usually gets into a company’s network by _____.befriending someone who works for the companyfinding a single unlocked door in a virtual hallwaystudying the network’s architecturetapping into the company’s IT department
Digital editing is accessible to anyone nowadays, however, it is still very expensive to record and edit audio.a. True b. False
Victor has been murdered, and Art, Bob, and Carl are suspects. Art says he did not do it. He says that Bob was the victim's friend but that Carl hated the victim. Bob says he was out of town the day of the murder, and besides he didn't even know the guy. Carl says he is innocent and he saw Art and Bob with the victim just before the murder. Assuming that everyone - except possibly for the murderer - is telling the truth, encode the facts of the case so that you can use the tools of Propositional Logic to convince people that Bob killed Victor.How can you find out using logic that Bob Killed Victor?
Of the following tasks, which one CANNOT be easily accomplished with a Wiki? Collaborating Social networking Editing Reading
Name your U.S. Represenative

You need to apply security settings to the registry on a Windows server. Which command should you use

Answers

There are different kinds of measures taken in security. The command should you use is   Certutil.

What is Certutil

Lawrence Abrams was known to be the man that mad Windows to have a built-in program called CertUtil.

This is often used to manage certificates in Windows where one can install, backup, delete, manage, and perform a lot of functions related to certificates and certificate that are saved in Windows.

See full question below

You need to apply security settings to the registry on a Windows server. Which command should you use?

certutil

regedit

regex

cipher

Learn more about Certutil from

brainly.com/question/24931496

Fiona is drawing polygons on a computer. She wants to map a regular 9-sided polygon back onto itself using a reflection. Which set of lines can Fiona choose from for her line of reflection?. A) any line passing through the center of the polygonB) any perpendicular bisector of one of the sides

C) any line joining the midpoints of any two sides

D) any line parallel to a side of the polygon

Answers

The answer is "B) any perpendicular bisector of one of the sides".

We can define a line of reflection as the line in which a shape is reflected, or we can say that it is the mirror in which the shape is reflected. The line of reflection is the perpendicular bisector of any pair of corresponding points. If you want to join sets of corresponding points on the object and image, then the line of reflection will slice the lines framed down the middle.
The set of lines that Fiona can choose from for her line of reflection is B) any perpendicular bisector of one of the sides. 

A class named Clock has two instance variables: hours (type int) and isTicking (type boolean). Write a constructor that takes a reference to an existing Clock object as a parameter and copies that object's instance variables to the object being created. Your task: Write a Clock constructor that makes this possible. Just write this constructor -- don't write the whole class or any code outside of the class!

Answers

Answer:

The following are the code for the constructor.

public Clock (Clock c) //define constructor

{

hours = c.hours; // holding the value in the hour variable

isTicking = c.isTicking;// holding the value in the hour variable

}

Explanation:

The following are the description of the code.

  • Firstly, we define the constructor 'Clock()' because the constructor name is the same as the class name and declares the object of the class that is 'c' in the parameter of the constructor.
  • Finally, copies the instance variables (which are already declared) of the object to that object that is formed.

The two ways to use the help menu is by searching the Contents or searching the

Answers

The two ways to use the help menu is by searching the contents or searching the index. The help menu offers you varieties of functions. One is this, letting you search words, contents and most importantly the index. It gives you results that you may need.

Please can anyone tell me what is the is the correct answer there are 5 option to choose​

Answers

i dont know- i need the answer.

after clicking the start button on your computer screen desktop what option would you then select to examine system components you might want to modify?

Answers

Start>hover over "Computer">right-click>Properties>shows system specs

Start>Control Panel>lets you modify network connections, change time and date, update, uninstall programs, add new hardware, etc.