You started using a new Windows server three months ago. Since that time, you have found that the system slows down and crashes from time to time. You want to look at a report that shows important events for the server since it was installed. You'd like to see when software was installed and if there are any hardware or application failures. What is the simplest way to view this information

Answers

Answer 1

Answer: Open Reliability Monitor.

Explanation:

The simplest way to view this information is to open the reliability monitor.

The Reliability Monitor shows you the stability history of a system at a glance and also allows one to see the details of the events that has an effect on reliability on a daily basis.

The reliability and problem history chart which can be seen in the Reliability Monitor helps in keeping track of the overall health of the server on a daily basis.


Related Questions

The part of an HTML document where the CSS file is linked is the..?
A) body
B) footer
C) header
D) paragraph

Answers

Answer:

C) header

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head.

The head (header) contains information such as version of HTML, title of a page, metadata, link to custom favicons and cascaded style sheet (CSS) etc.

On the other hand, the body of a HTML document contains the contents or informations that a web page displays.

Hence, the part of an HTML document where the cascaded style sheet (CSS) file is linked is the header. A style sheet can be linked to an HTML document by three (3) main methods and these are;

I. External style.

II. Inline style.

III. Embedded (internal) style.

What are SmartArt graphics?

Graphics that were predesigned by Microsoft

Images that were hand-drawn and scanned in

Graphics that were downloaded from a camera

Images that were designed for different programs

Answers

Answer:

Option A

Explanation:

SmartArt graphic are nothing but the visual representation of ideas or information by using layouts that fits the context of the presentation. These smart art graphics include - sequence diagram, venn diagram, organizational chart etc. These smart art are part of MS office programs  i.e MS Word, MS Powerpoint, MS excel etc.

Hence, option A is correct

it is necessary to interpret manufacture's specification before using any processing equipment in order to?​

Answers

Answer:

a. have an accurate and safe operation of the equipment.

Explanation:

The main reason for this is to have an accurate and safe operation of th equipment. Most devices are made differently and the manufacturers' job is to make sure that the equipment works as intended and is safe for the user. The cannot control how the user uses the equipment and therefore, create the specifications so that the user will read them and understand how to properly operate the equipment so that neither the user nor the equipment gets damaged.

Please help! Why is my windows homepage like this with no desktop pictures for apps? It has like a mail logo for everything. How do I fix it?

Answers

is your computer able to flip into tablet mode?? if not try restarting it and clearing all tabs

6. Another focus of effective communication, according to Stephen Covey, is
ensuring that:
A. O Both parties involved in a communication should leave a conversation knowing who won
and who conceded
B.O A consensus is reached at all costs
C. O No one should leave a conversation feeling like he or she lost - all effective
communication should promote a "win-win" outcome
D. O Accountability should always be assigned to determine who is at fault for problems

Answers

Answer:

C. No one should leave a conversation feeling like he or she lost - all effective communication should promote a "win-win" outcome

Explanation:

According to Stephen Covey, effective communication has to do with being able to clearly state one's opinion in such a way that the listening party or receiver would understand and give proper feedback.

Another focus of effective communication according to him is that none of the involved party ends up feeling like they lost, but rather it should be a win-win situation.

Which HTML tag would you use to create a list like the one below? red blue green ol ul unorderlist orderlist

Answers

Answer:

Unordered list

Explanation:

Given

The html tag needed to create the given list

The list is not properly presented; however, the list in a properly presented question is as follows:

redbluegreen

The code to generate the above output is:

<ul>

        <li>red</li>

        <li>blue</li>

        <li>green</li>  

     </ul>

When a list is generated using the <ul> ... </ul> tag, such list is an unordered list.

Answer:

ul

Explanation:

The < ul > tag is used to create an unordered list.

The
indicates where the next text that you type will
appear.​

Answers

Answer: insertion point/Cursor

Explanation:

The cursor can also be referred to as the insertion point and it refers to the flashing vertical bar that can be seen on the screen and used to show where the texts that are entered will be placed.

The insertion point indicates where the next text that you type will appear. It refers to the location that can be found on the screen and here, the next character that's typed will be inserted.

Write a loop that displays your name 10 times. 2. Write a loop that displays all the odd numbers from 1 through 49. 3. Write a loop that displays every fifth number from 0 through 100. 4. Write a code sample that uses a loop to write the numbers from 1 through 10 to a file. 5. Assume that a file named People.txt contains a list of names. Write a code sample that uses a while loop to read the file and display its contents in a ListBox control.

Answers

Answer:

Kindly check explanation

Explanation:

(1.)

n = 0

While n < 10 :

n+=1

print('fichoh')

# initiate counter n = 0 ; set condition, while n is not equal to 10 ; it print 'fichoh' and counter is increased by 1. This terminates once it reaches 10.

(2.)

for number in range(1,50):

if number%2 != 0 :

print(number)

#An odd number won't have a remainder of 0 when Divided by 2 ; so, for numbers 1 to 49 using the range function, if the number is divided by 2 and leaves a remainder other Than 0, such number is displayed

(3.)

for number in range(0,101,5):

print(number)

# Using the range function, starting from 0 to 100; it is number in the for loop is incremented by 5 and displayed.

(4.)

outfile = open('my_file.txt', 'w')

for n in range(0,11):

outfile.write(str(n))

outfile.close()

#open, 'w' creates a text file, my_text.txt and writes into it ; using the range function, numbers 0 to 10 is written into the created file.

5.)

name_file = open('People.txt', 'r')

While name_file:

out_file = name_file.readline()

if out_file = ' ' :

break

name_file.close()

names = name

#Open, 'r' ; opens and read from the file People.txt ;

#readline reads the content of the opened text file into a list out_file ; using the if ' ', the loop terminates once an empty content is read.

If you have an ordered list of all the states in North America, and you want to add a title "States of North America", what tag will you use?

A.

B.

C.

D.

Answers

Answer:

B

Explanation:

I think that is the answer

how many types of window in Qbasic​

Answers

Answer:

QBasic consists of two windows: Program Window: The window titled as 'Untitled' is the program window. It is the place where program/code is written. Immediate Window: The window below Program Window titled as 'Immediate' is the immediate window.

Three Cat 5e cables were run from an office area to three computers in a machine shop. Work took place on the weekend when the machine shop was closed. The network is using 1000BaseT switches and all the NICs are 1000BaseT compatible. The longest run of cable is 85 meters. All cabling was certified and network connectivity was verified. On Monday, the users of the computers report very slow network performance and the switch reports CRC errors. What is the most likely reason for the problems

Answers

Answer:

External EMI/RFI

Explanation:

The EMI stands for Electromagnetic interference. It is a radio frequency spectrum which is disturbance that is created by the external source which affects the electric circuit by an electromagnetic induction or conductance. It is also called as the RFI or the radio-frequency interference.

In the context, the three Cat 5e cable were run from the office area to the three computers in the machine shop. The users reports a problem of a very slow network performance and also the switch reports CRC errors. This is mainly caused due to the external EMI or the external RFI.

When cleaning a computer, you need only worry about what you can see. True False

Answers

Answer:

False

Explanation:

There are many components of the computer that you cannot visibly see well that do need to be thoroughly cleaned on a regular basis. Cleaning a computer is not about visibility or aesthetic, Cleaning a computer helps it function better and maintain it's top of the line speeds.

I hope this helped!

Thanks!

Your friend in answering,

~Steve

Mary recently read about a new hacking group that is using advanced tools to break into the database servers of organizations running public websites. In risk management language, what term is used to describe a hacking group? Group of answer choices Risk Threat Actor Vulnerability Standard

Answers

Answer:

Threat

Explanation:

In risk management, the hacking group would be considered a Threat. This is because a threat is anything that is able to analyze, find, and take advantage of vulnerabilities of your system. This applies regardless of the intentions of the group. In this case, the hacking group is using various tools to exploit specific existent vulnerabilities in Mary's companies database servers and would therefore classify as a Threat. In risk management, this is serious and is usually a priority that needs to be dealt with.

Explain how the use of the internet has allowed people to achieve some
normalcy during the Current Pandemic

Answers

I don't know if this is going to help you or not because I'm only 13 but let me know if it helps people can now talk to one another more effectively because of things like zoom and it's become more efficient to work at home because we can have online meetings

we use _____command to get data from the user? (python)

Answers

Answer:

INPUT

Explanation:

EXAMPLE PYTHON CODE

_______________________________________________________

INPUT CODE:

_______________________________________________________

foo = input('foo: ')#Have some text printed before the input field

bar = foo

print(bar)

_______________________________________________________

OUTPUT CODE:

_______________________________________________________

foo: Hello World!

Hello World!

>>> bar

'Hello World!'

>>>foo

'Hello World!'

Ruth-Anne has created a document. She wants page 3 and all the pages after it to be formatted with two columns.
What steps should Ruth-Anne take?
• go to the top of the document, click Insert, click Columns, click Two
O go to page 3, click Page Layout, click Breaks, click Continuous, click Columns, click Two
O go to the top of the document, click Page Insert, click Breaks, click Continuous, click Columns, click Two
O go to page 3, click Page Layout, click Columns, click Two

Answers

The correct answer is D. Go to page 3, click Page Layout, click Columns, click two.

Explanation

When you want to make a digital document, one of the most recommended tools for its quality and ease is Microsoft Word. In this program, you can edit documents as you wish, change the font, the font size, the distance of the margins, among other options. One of the options offered by this program is to add two or more columns of text, to carry out this action it is necessary to go to the page where you want to put two or more columns (in the case of Ruth-Anne, page 3), then click Page Design, there a menu is displayed in which the Columns option is found, click this option and there it will give us the option to choose the number of columns that we want to put (in the case of Ruth-Anne two columns), this will make this and subsequent pages have this setting in two or more columns of text. Therefore, if Ruth-Anne needs to make these edits to her document, she must follow these steps. So the correct answer is D. Go to page 3, click Page Layout, click Columns, click two.

PLEASE HELP WHATS THE ANSWER

Answers

Answer:

C

Explanation:

A ends the whole html stuff

B starts a link

D is just the file extension for html files

An anchor is a piece of text which marks the beginning and/or the end of a hypertext link. The text between the opening tag and the closing tag is either the start or destination (or both) of a link.


The answer is C

A type of operating system embedded into devices, such as cars and consumer devices is called ____________."

Answers

Answer:

Embedded operating system

Explanation:

An operating system is a system software pre-installed on a computing device to manage or control software application, computer hardware and user processes.

This ultimately implies that, an operating system acts as an interface or intermediary between the computer end user and the hardware portion of the computer system (computer hardware) in the processing and execution of instructions.

Generally, there are different types of operating systems (OS) used for specific purposes and these are;

1. Batch Operating System.

2. Multitasking/Time Sharing OS.

3. Multiprocessing OS.

4. Network OS.

5. Mobile OS.

6. Single User OS.

7. Distributed OS.

8. Embedded or Real Time OS.

An embedded operating system (OS) is also referred to as Real Time OS and it can be defined as a specialized type of operating system designed and embedded into electronic devices, such as cars, automated teller machines (ATMs), traffic lights, digital televisions, point-of-sale (POS) machines, smart watches, digital camcorders, GPS navigation systems, etc. Thus, they're designed to perform specific function(s) or task(s) in microcontroller based electronic devices.

Some examples of embedded operating system (OS) are Arduino, Symbian, Windows mobile/CE, Unison OS, Raspberry PI, Nuttx, iOS, Palm OS, QNX, RTX, etc.

The assignments option in my Microsoft Teams is not coming. What should i do?​

Answers

Answer:

drugs

Explanation:

:)

Match each with the correct answer.
1. Practice 4.2
Match the CPU part to its definition.
1. ________ arithmetic logic unit. (ALU)
2. ________ bus unit.
3. ________ cache.
4. ________ control unit.
5. ________ decode unit.
6. ________ regular unit.

-options
A. Decodes instructions and data and transmits the data to other areas in an understandable format.

B. Contains many separate, smaller storage units.

C. Connects all the other major components together, accepts data, and sends data through the input and output bus sections.

D. Control of the overall operations of the CPU.

E. Performs mathematical functions on data stored in the register area.

F. Small temporary memory area that separates and stores income data and instructions.

Answers

Answer:

1. E

2. C

3. F

4. D

5. A

6. B

Explanation:

CPU: this is known as the central processing unit and it is considered to be the brain of a computer system. It is the system unit where all of the processing and logical control of a computer system takes place.

A. Decode unit: decodes instructions and data and transmits the data to other areas in an understandable format.

B. Register unit: contains many separate, smaller storage units. Modern CPUs need only a few nanoseconds to execute an instruction when all operands are in its registers.

C. Bus unit: it is used to connect all the other major components together, accepts data, and sends data through the input and output bus sections.

D. Control unit: control of the overall operations of the CPU. The component of the central processing unit (CPU) that controls the overall operation of a computer is the control unit. It comprises of circuitry that makes use of electrical signals to direct the operations of all parts of the computer system. Also, it instructs the input and output device (I/O devices) and the arithmetic logic unit how to respond to informations sent to the processor.

E. Arithmetic logic unit (ALU): performs mathematical functions on data stored in the register area.

F. Cache: small temporary memory area that separates and stores income data and instructions.

is chlorophyll necessary for photosynthesis​

Answers

Answer:

yes because without it plants can't prepare food

Answer:

Chlorophyll is essential in photosynthesis, allowing plants to absorb energy from light. Chlorophylls absorb light most strongly in the blue portion of the electromagnetic spectrum as well as the red portion.

Identify one technology tool used for work​

Answers

Answer:

a computer is used for lots of things so are phones aswell as calculators and printers just think of an office and it will help

Explain the importance of technology in at least 100 words

Answers

Answer:

Technology is the process by which people change the environment to meet their wants and needs. Although technology is not limited to objects, technology includes computers, airplanes, software, stoves, cars, and the like. Technology covers all the infrastructure needed to create, manufacture, operate and repair a technological artifact, from company management and training of engineers to production plants and service stations. The knowledge needed to create and use a technological artifact, such as engineering know-how, production experience and technical skills, are very important and equally important parts of technology.

Technology is a relatively new and diverse concept that is constantly evolving. By the beginning of the 20th century, the term "technology" also included a set of tools, machines, tools and ideas. By the middle of the century, the concept was already defined as "the means and activities by which man shapes and manipulates his living environment".

The creation, production and use of new technological solutions required the creation of large organizations and the creation of complex technological networks. One example is the set of technologies needed for a car - oil refineries, petrol stations, repair shops, tires, car manufacturers, motorways, and so on. The role of the state in shaping technology also increased, through state technology policy and regulatory mechanisms.

Help please!!!!! Drivers ed

Answers

Answer: Away from the curb

Explanation: if the vehicles breaking system stops working while the vehicle is parked it will reverse into the curb instead of into traffic

Answer:

Away from the curb

Explanation:

by turning your wheels away from the curb if your breaks fail your car will roll back into the curb instead of into traffic.

5.What is returned by the call go(30)?
public static String go ( int x)
{
String s = "";
for (int n = x; n > 0; n = n - 5)
S = S + x +
return s;}

Answers

Answer:

The string returned is: 303030303030

Explanation:

Given

The above method

Required

The returned string

The method returns a string that is repeated x/5 times.

Take for instance;

x = 30

The method will return a string that contains x in 30/5 (i.e. 6) times

Hence, the result of go(30) is 303030303030

Ethan wants to change the font in his document. He should _____.

delete the text, select a font, and type
select a new font and highlight the text
highlight the text and select a new font
zoom in on the text, click on style, and make a selection

Answers

Answer:

C because it will work. I tried that a lot of time with documents.

Explanation:

Answer:

Ethan wants to change the font in his document. He should _____.

A. delete the text, select a font, and type

B. select a new font and highlight the text

C. highlight the text and select a new font

D. zoom in on the text, click on style, and make a selection

It is highlight the text and select a new font

Explanation:

Outline the dangers arising as a result of using computers​

Answers

Answer:

Visual impairment

Physical Health problem

Explanation:

The benefits of computers are so numerous a d has been an essential business and educational tool every organization must possess for one purpose or the other. Such is how immense its importance is. However, the computer also comes with it's own risk, which may include :

Visual impairment is a major problem most computer users face or will likely encounter in the future due to prolonged exposure of the eyes to the light emanating from the screen. This visual challenge is populary called the. Computer Vision Syndrome.

Similarly, related health related issues affecting the physical body such as the back, hip, neck pains which result from postural position when using the computer.

Abdul wants to create a header for a webpage and enters this line: Welcome to Abdul’s webpage! , but the title is smaller than was expected. What is the problem? There is too much text for HTML to treat it as a header. Headers need to begin with the tag. The first tag should not have a slash. Headers cannot contain exclamation points.

Answers

Answer:

I think H1

Explanation:

because h1 can make the letters begger

Answer: The first tag should not have a slash.

Explanation:

for my assignment 2: Room area assignment, I keep getting a negative number for room 2, and I don't know why I'm getting the wrong answer because i copied a girl that got 100.

Answers

Answer:

The program in Python is as follows:

A = int(input("Side A: "))

B = int(input("Side B: "))

C = int(input("Side C: "))

D = int(input("Side D: "))

E = int(input("Side E: "))

A1 = A * B

A2 = (D - B - E)*(A - C)

A3 = 0.5 * E * (A - C)

Area = A1 + A2 + A3

print("Area:",Area)

Explanation:

One reason, you're getting a negative answer is that you probably entered a greater value for side C than A. Side A is meant to be greater than side C. Since the program do not need to be validated, you have to be careful with your inputs.

Another reason could be that your program is incorrect.

Get input for sides A to E

A = int(input("Side A: "))

B = int(input("Side B: "))

C = int(input("Side C: "))

D = int(input("Side D: "))

E = int(input("Side E: "))

Calculate rectangle area 1 (A1)

A1 = A * B

Calculate rectangle area 2 (A2)

A2 = (D - B - E)*(A - C)

Calculate the triangle area 3 (A3)

A3 = 0.5 * E * (A - C)

Calculate the total area

Area = A1 + A2 + A3

Print the calculated area

print("Area:",Area)

What tab appears that allows for charts to be formatted when a chart is selected?

Answers

in the Design section you can format your selected Chart
Other Questions
Drag each description to the correct location on the table.The weights of 5 girls are 70 pounds, 68 pounds, 85 pounds, 62 pounds, and 70 pounds. Nina finds measures of center and measures of variation of this data. Match the descriptions to the type of measure.She found the mean and thenfound the average deviation ofthe weights from the mean.She found the difference of the leastand the greatest values.She found the difference of theupper quartile and the lowerquartile.She found the value that appeared themost often.She found the middle value afterarranging all the values from leastto greatest.She added all the values and divided thesum by 5. three ways in which local government should provide services that promote safe and healthy living Which is odd one out? Explain how you know?15,000 ones 1,500 tens 15 thousands 15,000 15 ten thousands Which angle is congruent to 5? what does it mean when it's said that "this voucher admits up to 4 visitors"? does it mean that no more than 4 people could visit? If the a hundred birds on a tree eating your honey and you shoot one, how much bird will be there? What is the answer to this question Match each nation with the conditions that helped to trigger its shift to fascism. Under the U.S. Constitution, how are the president and members of Congress chosen?A. The president is elected, and the Congress is elected.B. The president is nominated, and the Congress is appointed.C. The president is nominated, and the Congress is elected.D. The president is elected, and the Congress is appointed. Which of the following is a prepositional phrase? Choose two that apply.A.into the garageB.to be cautiousC.within the houseD.most novel pointE.loud and shrill Who is involved in setting economic policy?1.)the legislative branch only2.)the executive branch only3.)the executive branch and judicial branch4.)the executive branch and legislative branch the problitiy is that a sweet stawberry flavor is 0.8 what is the problity is that a sweet is orang flavor what is anwer Joe's broker's fee schedule is given in the table. Joe's current portfolio is worth $50,000. He wants to purchase 50 shares of a company'sstock for a purchase price of $15 per share.Joe will need to pay a commission of . The total amount charged by the broker will be Part one answers $7.50, $5.00,$1.50 Part two answers $17.50,$15.50,$15.00 M Corporation produces and sells Product D. To guard against stockouts, the company requires that 25% of the next month's sales be on hand at the end of each month. Budgeted sales of Product D over the next four months are: JuneJuly AugustSeptemberBudgeted sales in units40,00060,00050,00080,000 Budgeted production for August would be:__________.A. 77,000 unitsB. 80,000 unitsC. 57,500 unitsD. 107,000 units what will come in your mind that why there is need for a development in your locality ? How can the people help each other in developing their areas which are Vulnerable to other areas Find out the possible two numbers that satisfied all the given conditions. The LCM of two numbers is 130. The HCF of the same two numbers is 13. Both numbers are less than 100. Write down two possible numbers. Help me please i need the equation and answer Numerical: A capacitor of 200 picofarad is charged to a potential difference of 100 volts. It's plates are then connected parallel to another capacitor them potential difference in this combination fall to 60 volts. What is the capacitance of second capacitor? (Working of this solution) Cant figure this out pls help Rachel bought a meal at the restaurant and gave an 18% tip. If the tip was $6.30 and therewas no sales tax, how much did her meal cost?