What are the importance of Help and Support feature of Windows​

Answers

Answer 1

Answer:

Explanation:

Start Menu Returns. It's what Windows 8 detractors have been clamoring for, and Microsoft has finally brought back the Start Menu. ...

Cortana on Desktop. Being lazy just got a lot easier. ...

Xbox App. ...

Project Spartan Browser. ...

Improved Multitasking. ...

Universal Apps. ...

Office Apps Get Touch Support. ...

Continuum.


Related Questions


What is the difference between iterative and sequential?

Answers

Answer:

iterative means to iterate, or "repeat" ex: 4,4,4,4,4

sequential means to increase with a constant ex:

1,3,5,7,9,11,13. the constant that the terms are incremented by is 2

What will the following program display in the console?

var sum = 0
for(var i = 0; i < 5; i++){
sum = sum + i
}
console.log(sum);

A. 15
B. 10
C. 5
D. 0

Answers

Answer:

b- 10

Explanation:

The display of the given program will be 10. The correct option is B.

What is console?

The text entry as well as display device for systems management messages, particularly those from the BIOS or boot loader, the kernel, the init system, and the system logger, is one definition of system console, computer console, root console, operator's console, or simply console.

The console on modern small computers is usually the computer's attached monitor and keyboard.

The console on many older computers is an RS-232 connection to a terminal, such as a DEC VT100. This terminal is kept in a secure room and is constantly monitored by the minicomputer's operators.

The given program's display will be ten, as the for loop will continue till the number is less than 5.

Thus, the correct option is B.

For more details regarding console, visit:

https://brainly.com/question/28702732

#SPJ6

What are some ways you can give staying off your phone a "boost" and make it easier to do?

If you're trying to break a bad habit, what are some things you can do so that you don't slip back into old ways?

Please help this is due today and I really need help.

Answers

Answer:

go do something outside and leave your phone inside to charge

Explanation:


How is an informal outline organized?

Answers

Answer:

An informal outline usually organizes information with bullet points. ... And even lower case letters (the lowercase letter O) are conventionally used in ASCII (text only) or other environments where list point characters are not available. When writing by hand, bullet points can be drawn in any style

Consider the following code segment

Answers

Answer:

D:

2

54

Explanation:

In line 3 Math.random() will return a number between 0 and 1, so the minimum is 3 (0*5+3=3), therefore it is impossible for line 4 to return the value 2

What is the significance of XML tags?
A.) They are self-descriptive.
B.) They are predefined.
C.) They are only computer readable.
D.) They are only human readable.

Answers

Answer:

your answer would be to ur question would be B

Answer:

It is self-descriptive

Explanation:

Plato Users

HTML code to display square bullets in an unordered list.​

Answers

Answer:

Find the source code below.

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 contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

The complete code for the unordered list with square bullets is written below;

<! DOCTYPE html>

<html>

<head>

<title> Square bullets in an unordered list. </title>

</head>

<body>

<h1> My Favorite Subjects </h1>

<p> This is a list of my favorite subjects; </p>

<ul style =" list- style- type:square">

<li> Computer </li>

<li> Mathematics</li>

<li> Physics </li>

<li> History </li>

</ul>

</body>

</html>

Note: The code isn't indented because i'm not using an appropriate code editor.

Since we are creating a document with an unordered list, we would use the <ul> and </ul> parent tag while the child tag <li> and </li> sorts the list. Also, we would use the style attribute to specify the required inline style (square bullets) for the list.

Please its argent and I will give you BRAINLIEST ANSWER 6. How would you confirm that a colourless liquid given to you is pure water?

Answers

Answer:

Evaporate the colourless liquid on a low flame. If no residue is left and boiling exactly at 100 ºC then it is pure water otherwise not.

Explanation:

EXPLAIN WHATS agri crop EXPLORATORY COURSE​

Answers

What is what ?? Can u say it correctly

If you like undertale and their AU's pls be my friend

Answers

Answer:

Alright

Explanation:

Answer:

okie

Explanation:

I made an Au called sc-tale.

imma follow u now

plz give me brainliest T-T i have none

How should you best communicate
this information to Keisha?
(Select all that apply.)

Answers

Answer:

if you use keyword in your search you will have a better chance of what you are finding.

Explanation:

Write a program code which asks for 80 numbers between 100 and 1000 to be entered.
It checks that the numbers are in the correct range, and stores them in an array. It
counts how many of the numbers are larger than 500 and then outputs the result when
the program is finished.

Answers

Answer:

my hearth start with a piece of demon cant let me go!

what is out put following code?​

Answers

Answer:

please provide full picture of the code and then i will be able to help u

Explanation:

Answer:

Do you have the entire question?

Explanation:

Consider the following code segment - 3

Answers

Answer:

The answer is "Choice C".

Explanation:

In the above-given code, a 1D array "list" is declared that holds integer values, and it uses three print which can be defined as follows:

In a first print method, it uses the length method that holds the array length that is "9".In a second print method, it uses the array that prints the first element value of the array that is "22".In the last print method, it uses the array that holds the length of the array, which will give an error message that is "ArrayIndexOutOfBoundsException".   That's why only the choice C is  correct.

Write a program code which asks for 80 numbers between 100 and 1000 to be entered.
It checks that the numbers are in the correct range, and stores them in an array. It
counts how many of the numbers are larger than 500 and then outputs the result when
the program is finished.

Answers

Answer:

If you are using Python,

```count = 0

for i in range(0, 79):

a = int(input("Input a number: "))

if 100 <= a <= 1000:

 if a > 500:

  count += 1

else:

 print("Please input a number between 100 and 1000!")

 i -= 1

print(count)```

Explanation:

count refers to the number of 500s and above,

the for loop is required for the program to loop 80 times,

a is the input collected,

the nested if is to check whether the number is above 500 and the if is used to check if the number is between 100 and 1000 if not, it will output that you need to input a number between 100 and 1000,

the i-=1 is required to make sure that part wasn't counted.

and the last print is to output the number of numbers above 500

a worksheet can have a maximum of number of rows​

Answers

1,048,567 rows


I don’t really understand the question

Although you're limited to 255 sheets in a new workbook, Excel doesn't limit how many worksheets you can add after you've created a workbook. The only factor that ultimately limits the number of worksheets your workbook can hold is your computer's memory.

A Range is a group of selected Cells in an Excel worksheet. A Range can be rectangular or square in shape. You can select a Range by left-click, drag and release the mouse over the cells you want to select. ... Similarly, a Range in Excel worksheet is identified by a Range Address.
I believe it’s 1,048,567

NARIO 1

Amy scheduled herself from 8:00 AM–1:00 PM Sunday through Wednesday. On Wednesday, she

needed to release her intervals from 11:00 AM 1:00 PM at the last minute. She serviced all of the

other time for which she posted. What was her overall Commitment Adherence percentage?

Answers

Answer:

85%

Explanation:

8:00 a.m - 1:00 pm = 5 hours

Sunday - Wednesday = 4 days

Total scheduled hours = 5 * 4 = 20 hours

Hours in adherence :

Sunday to Tuesday (3 * 5 hours) = 15 hours

Wednesday : (11:00 a.m - 1:00 a.m) = 2 hours

Total hours adhered = (15 + 2) = 17 hours

Commitment adherence percentage :

(Total hours adhered / total scheduled hours) * 100%

(17 / 20) * 100%

0.85 * 100

= 85%

For each item, identify the way it is usually addressed in the software industry. Applying a bug fix: Addressing a security flaw: Improving ease of use: Adding new features:

Answers

Answer:

(patch)

(patch)

(new version)

(new version)

Explanation:

gimme my 5 stars

Answer:

patch patch new new

Explanation:

i did it on edge

write the html code to get the following webpage
the solar system
ina solar system the planets move around a star. earth is a planet around sun .there are eight planets in a solar system . in order of increasing distance from the sun these are 1.mercury 2.venus 3.earth 4.mars 5.jupiter 6.saturn 7.uranus 8.neptune
save the html document as solarsystem.html

Answers

Answer:

<!DOCTYPE html>

<html>

<head> <title>webpage</title>

</head>

<body>

<h1>The Solar System</h1>

<p>In a solar system the planets move around a star. Earth is a planet around sun. There are eight planets in a solar system . In order of increasing distance from the sun these are: </p>

<ol>

<li>Mercury</li>

<li>Venus</li>

<li>Earth</li>

<li>Mars</li>

<li>Jupiter</li>

<li>Saturn</li>

<li>Uranus</li>

<li>Neptune</li>

</ol>

</body>

</html>

<!-- and save the file as solarsystem.html -->

Who wrote Hamlet?

Brainliest for the right answer​

Answers

Answer:

William Shakespeare wrote hamlet

Explanation:

it’s wroten by a William Shekespeare

Could somebody please find the bugs and amend them? This question is worth 25 Brainly points!
---------------------------------------------------------------------------

#Tax Calculator with 4 bugs

salary = int(input("Please enter your annual salary: £"))

if salary < 30000
#Salaries under 30000 are taxed at 20%
tax = salary * 0.2
elif salary >= 30000:
#Salaries over 30000 are taxed at 40% for anything over 30000
salary = salary - 30000
tax = salary * 0.4 + 6000
else:
#Salaries over 150000 are taxed at 45% for anything over 150000
salary = salary - 150000
tax = salary * 0.45 + 6400 + 48000


print("Earnings of £",salary,"will attract taxes of £",round(tax,2))
input("Press ENTER to quit")

Answers

line 4

if salary < 30000

error missing ":"

solution

if salary < 30000:

line 6

tax = salary * 0.2

error is missing identifier for tax

solution add identifier for tax on line 3

tax = 0.0

line 11

error syntax

solution is move tax = salary * 0.4 + 6000 to the right

tax = salary * 0.4 + 6000

hey Guys I wanted to have fun so I made a riddle first to solve gets the crown \

When John was six years old he hammered a nail into his favorite tree to mark his height. Ten years later at age sixteen, John returned to see how much higher the nail was. If the tree grew by five centimeters each year, how much higher would the nail be?

Answers

Answer:

how.much higher??? 5cm.

Explanation:

or unless it was a different approach-

then it would have gone 50 cm which is 19.6 inches

The idea that money, language, education, or infrastructure creates a gap between those who have access to information technologies and those who do not.

Answers

Answer:

The Digital Divide, or the digital split, is a social issue referring to the differing amount of information between those who have access to the Internet (specially broadband access) and those who do not have access

Explanation:

can enyone tell me a book to read thats eazy and for 4th grade hurry and help me PLEASE

Answers

Answer:

Try any Geronimo Stilton books. They are the ones with the brownish orange mouse with glasses.

James and the Giant Peach

Explanation:

easy to read for forth graders.

Select the correct answer.
Which graphical element of a spreadsheet does this image represent?

A. column chart
B. scatter plot graph
C. pie chart
D.bar graph

Answers

Answer:

Pie Chart

Explanation:

It’s a pie chart :)

Explanation: pie charts of course look like pie: a circle that has been cut into pieces

Am I correct? Please help

Answers

Answer:

In my opinion, yes you're correct!

Explanation:

When designing a website, Claire creates a color palette for the web pages. How can the color palette help Claire design effective web pages?

Applying the color palette to the web pages can help Claire create ________ She can best use the color palette to ____________.

First blank:
A. Smooth and even surfaces
B. Depth in the design
C. Consistency and unity

Second blank:
A. illustrate content on the screen
B. add interactive elements
C. highlight important content ​

Answers

consistency and unity
highlight important content

Which of the following represents a bit?

0

01010110

3F02C

12.356

Answers

Answer:

0

Explanation:

A bit is a single piece of information and the smallest unit that can possibly represented by a computer, like 1 or 0.

The one that represents a bit is 0. The correct option is A.

What is a binary digit?

A binary digit (bit) is the smallest unit of binary data that can be stored in a computer system.

A bit can only be in one of two states: on or off, which are frequently represented by ones and zeros. Which information is entered into and processed by the computer is determined by the combination of ones and zeros.

One of the four types of number systems is a binary number system. Binary numbers are basically represented in computer applications by merely two symbols or digits, namely 0 (zero) and 1 (one).

A bit is a binary digit, which is the smallest data increment on a computer. A bit can only hold one of two values: 0 or 1, which correspond to the electrical values off or on.

Thus, the correct option is A.

For more details regarding binary number, visit:

https://brainly.com/question/28222245

#SPJ2

Assume there is an interactive math tutor. Many students take the math lessons online. At the end of each lesson, students have to attempt a test. What is the performance measure of this agent?

A.
count the number of students
B.
display suggestions for solving problems
C.
take input from the keyboard
D.
enable the student to attain maximum marks

Answers

Answer:

I think it is D

Explanation:

This is the goal, or the requirement for success.

Answer:

D. Enable the student to attain maximum marks

Explanation:

Correct on Clever

What are the steps for inserting an internal link?
1. Type into a cell.
2. Then, select the that includes the cell you wish to link to.
3. Next, click the cell you wish to reference.
4. Finally, press .

Answers

Answer:

=

Worksheet

Ctrl + Enter

Explanation:

Answer:

=, worksheet, Ctrl+Enter

Explanation:

Other Questions
ONLY 1% PEOPLE CAN ANSWER THIS QUESTION CORRECTLY 100 points also brainliestSimplify(8 x 5) x b3Also is this formula true or false? A window in the shape of a parallelogram has the dimensions given.What is the area of this window?20 ft24 ft28 ft40 ft What's the largest 6-digit multiple of 5 that has all different digits? I'll give Brainliest to anyone who helps. PLEASE HELP ME. Problem is in the photo help, I don't understand Watson chapter 11-15 What is the percent of increase from 5,000 to 7,000? The end of a long bone is called the? what was the meaning of condominium rule on Sudan Which refers to the vascular tissue that carries water and nutrients from the roots up the plant? Which statement defines equilibrium in a graph showing demand and supply curves? Kelly simplified this power of a product.(7w9)31. 73(w9)32. 1343w27Use Kellys steps to simplify this expression.(5w7)2What is the simplified power of the product?A) 5w9B) 10w14C) 25w9D) 25w14 Complete the following sentences with the appropriate preterite or imperfect forms of the reflexiveverbs in parentheses. 1-5 Explain the difference between ionic and covalent bonding using the following term(s)A. ElectronegativitiesB. Types of atoms bonding which of the following describes how Dioclentian affected the Roman Empire!?!?!?NEED ANSWERS NOW! HELP HELP HELP HELP HELP HELP!!!!! 3.1 Define 'democracy' Look at the photograph and think about the boy who is being carried down the stairs. Do you think the above law is being implemented in this case? What needs to be done to make the building more accessible for him? How would his be carried down the stairs affect his dignity as well as his safety? Two ropes are identical. A wave traveling through the first rope has a frequency of 1.5 hertz and a wavelength of 6 meters. What is the frequency of a wave in the second rope if its wavelength is 2 meters?(1 point)3 hertz4.5 hertz9 hertz1.5 hertz What is the author's purpose in Common Sense?