what is the hierarchical system used by windows?

Answers

Answer 1

Answer: Files are placed in a hierarchical structure. The file system specifies naming conventions for files and the format for specifying the path to a file in the tree structure. Each file system consists of one or more drivers and dynamic-link libraries that define the data formats and features of the file system.

Explanation:

¯\_(ツ)_/¯


Related Questions

The trackpad/touchpad on my laptop is acting unusual. When I click on something or move to an area, it jumps or moves to another area.

Answers

Mine sometimes does this too. First thing to do is attach a mouse. Then try restarting the computer. If that doesn't work, find your touchpad settings and reset them. Finally, if none of that helps, you might just have a broken touchpad. You can buy spares though, and there are videos online to show you how to do the installation.

Can someone give me their opinion on this discussion? Post your discussion please.

Answers

Hi!

I have chosen Scenarios A, B and C.

For Scenario A, it DOES make sense to use a template. This is because you will be mass sending thank you letters to your purchasers.

For Scenario B, it DOESN’T make sense to use a template. This is because the letter you are writing will probably just be a one-off letter, and you won’t need to write another one.

For Scenario C, it DOESN’T make sense to use a template. As mentioned above, the report will probably just be a one-off report, so it doesn’t make sense to use a template.

I hope that this helps you out!

In an IPv4 packet, the value of Header Length is 5, and the value of the Total Length field is 240. How many bytes of data are being carried by this packet

Answers

Answer:

235 bytes

Explanation:

The Total Length field includes both the header and payload length, so therefore the payload will be (240 - 5) or 235 bytes.

7
Type the correct answer in the box. Spell all words correctly.
What new skills must Journalists learn to be able to write for new media formats?
Eric and Monika are fresh graduates out of a journalism school. Both are hired by a major news
Eric and Monika must ensure that their writing skills are
and responsive to the
Reset
Next

Answers

Answer:

Edequate to the media

Explanation:

This is because if they write using a different language it may cause damage to the younger ones

n algorithm is called recursive if it solves a problem by reducing the problem size while using the same input. True False

Answers

Answer:

true

Explanation:

the recursive algorithm will keep calling it own self until some condition is met, and the value for what it was looking for will be reduce after each execution.

CS Harvard free college course on YT has the great explanation on this.

Which is the correct code to prepend an item to a list? a) ListPrepend(list, newNode) { if (list-head == null) { list-head = newNode list-tail = new Node } else { list-head-next = new Node list-head = new Node } b) ListPrepend(list, newNode) { if (list-head == null) { list-head = new Node list--tail = new Node } else { newNode--next = list--tail list--tail = newNode} c) ListPrepend(list, newNode) { if (list-head == null) { list-head = new Node list-tail = new Node } else { newNode-next = list --head list-head = new Node } d) ListPrepend(list, newNode) { if (list-head == null) { list-head = new Node list-tail = new Node } else { list-tail--next = new Node list-tail = newNode }

Answers

The correct code is ListPrepend(list, newNode) { if (list-head == null) { list-head = newNode list-tail = newNode } else { newNode--next = list-head list-head = newNode } }.

What are computer codes?

When it comes to computer programming, computer code are known to be a composition of different instructions.

It is often regarded as a system that is made up of sets of rules which are written in a specific programming language.

Note that the code above is the right code as it has the right sequence and no error.

Learn more about Codes from

https://brainly.com/question/22654163

Question 19 of 2
Which of the following reasons for writing a formal business document would
lead you to write a proposal?
O A. To summarize what happened during a meeting
B. To tell your manager a project is on budget and on schedule
C. To describe what tasks you completed during the week
D. To convince your manager to use a new meeting organization tool

Answers

Answer:

D. To convince your manager to use a new meeting organization tool

Explanation:

a proposal is a plan or suggestion, especially a formal or written one, put forward for consideration or discussion by others: and D. is the only answer that is asking or proposing something.

Match the tools and equipment with their uses

Answers

Answer:

roller- machine that stirs

Explanation:

and tills soil

why might you want to clear cookies from your computer from time to time?

Answers

Answer:

Although small, cookies do occupy space on your computer. If there are enough of them stored over a long period of time, they could slow down the speed of your computer and other devices. Flagged, suspicious cookies. If your antivirus software flags suspicious cookies, you should delete them

Find the manufacturers of at least 2 different computers (PCs or Laptops) with speeds of at least 3.0

Answers

Answer:

Charles's Babbage and ladyougusta ada lovence

You want to allow users inside your organization to share your dashboard, and to edit your dashboard by adding tiles. How will you do this

Answers

To share your dashboard, one can click on Share your dashboard with internal users.

How do I share a dashboard with another user?

One can be able to share Dashboard data to people who are not able to access your Analytics account by clicking on the Share > Email option and then one can share it.

Conclusively, Note that one can still send the other teammate a customized email with an attached PDF file that depicts your Dashboard to them.

See options below

Select an answer:

Share your dashboard with internal users.

Publish the dashboard as a contact pack.

Publish the report on the web.

By creating a dashboard in a group.

Learn more about dashboard from

https://brainly.com/question/1147194

(b) Write a complete pseudocode for a program to calculate total monthly 3 points
broadband data usage. The program will stop when user enter 0.*

Answers

The pseudocode of the program is the prototype of the actual program

How to write the pseudocode?

The pseudocode of the broadband data usage program is as follows:

Set total = 0

Input data_usage

while data_usage != 0:

    total += data_usage

    Input data_usage

print total

The flow of the pseudocode

The flow of the pseudocode is as follows:

Start by setting the total data usage to 0Next, get inputs of data usage until the user enters 0Add all nonzeros inputsExit the loop, when the user enters 0Print the total data usage

Read more about pseudocode at:

https://brainly.com/question/11623795

Thinking about the operations in these games which gam is likely to be one of the oldest games in the world

Answers

Answer:

ill say the space race arcade game

Explanation:

Which logic gate will invert a single value

Answers

Answer:

Answer is. C. NOT abate

Explanation:

Which of the following are the two main types of copyright relevant to the recording industry? Select all that apply
A) manuscript copyright
B) musical composition copyright
C) sound recording copyright
D) Electronic copyright

Answers

Answer:

LETTER A...

CUZ ITS TRUE

Answer:

the answer is B and C

Explanation:

it isn't A the proof is in the picture

Presentations can be saved by selecting Save from the _____ menu.


File


Window


Tools


Format


Good luck :)

Answers

Answer:

Save from the file menu.

Answer:

for tho yeah bro

Explanation:

Write a code snippet Now write your own code snippet that asks the user to enter two numbers of integer type (one at a time) and prints their sum. >>>your code starts here HTML Editor B

Answers

Explanation:

num1= print("Enter a number :")

num2 = print("Enter a number :")

sum = num1 + num2

print(sum)

What is the correct format to use when
inserting a date in Excel?

Answers

Answer:

Dates are whole numbers

Usually, when you insert a date in a cell it is displayed in the format dd/mm/yyyy.

Explanation:

Select the correct answer.
Ryma is an app developer. She struggles to determine which monetization strategy is best for her app. What question should she ask herself first?
A.
Who are my customers?
B.
Who are my stakeholders?
C.
What risks does my app company face?
D.
What is the size of my market?

Answers

Answer:

I would say A because your customers are important because they by the products which helps you create money

how many acute angles are in a square​

Answers

0, a square has 4 right angles

Answer:

0

Explanation:

they're all right angles

Explain three ways of selecting records to merge to a new document

Answers

Answer:

1.

Click the Mailings tab.

2.

Click the Start Mail Merge button.

3.

Select Step-by-Step Mail Merge Wizard

when creating a report,you can mske groups and subgroups by?​

Answers

Answer:

content of the report

Explanation:

you must clarify all thingsthe report would be clean and clear

This statement does not describe a guideline for effective presentation layouts.


Consistent color schemes should be used on each slide.

Font size should be as large as possible.

No more than two fonts should be used on a slide.

Font colors should blend with the background.

Good luck :)

Answers

The statement that does not describe a guideline for effective presentation layouts is Font size should be as large as possible.

What are the tips for creating an effective presentation?

In the General planning of a Presentation. the following steps should be taken.

Do plan carefully and well.Always conduct your research.Do Time your presentation.

Conclusively, The statement that does not describe a guideline for effective presentation layouts is Font size should be as large as possible. This is because, the front size that should be used should not be too large or too small.

Learn more about presentation from

https://brainly.com/question/24653274

Answer:

d

Explanation:

font size should be as large as possible.

The best defense against injection attacks is to

Answers

The best defense against injection attacks is to develop secure habits and adopt policies and procedures that minimize vulnerabilities. Staying aware of the types of attacks you're vulnerable to because of your programming languages, operating systems and database management systems is critical.

View filters are applied in what order?​

Answers

Explanation:

in the formal order of filter .

.

.

thanks

View filters are applied to data in the order in which they were introduced by default. If a view already has filters, your new filter will be applied after them.

what is the importance of file management and how do you control files over time?\

Answers

Answer:

File management improves productivity by lowering the amount of time employees spend looking for documents. It also cuts down on the time it takes to recreate files when an employee can't find the original.

To control files over time, here are some tips.

-Delete unnecessary files

-Take immediate action on files you encounter

-Consolidate files when possible

-Have less folders as possible

Find the maker(s) of the PC(s) with the fastest processor among all the PCs that have the smallest amount of RAM.

Answers

Answer:

the makers of PC is Charles's babbage.analog is has small amount of ram

55 POINTS HElp!!! ASAP ASAP ASAP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
Why do we need the Domain Name System (DNS)?


Given the domain name www.flamingflamingos.eu, what is the top level domain in this name?


How many different nameservers need to be visited in order to find the location of www.flamingflamingos.eu, including the ROOT server?


How long does this whole process take?


Once the location is acquired (IP address 88.151.243.8) what does your computer do with that information?

Answers

Answer:

|

V

Explanation:

we need the DNS so browsers can load Internet resources.

the top part is eu,so its based in europe \

4 serveers

1-2 seconds

sends message to website and waits for a response

The creation of the Internet and smartphones and the rise of e-mail and text messaging have led to ________ in the quantity of letters and other first-class mail since 2000.

Answers

Hello!

The answer would be: a decrease.

I hope that this helps you!

The creation of the Internet and smartphones and the rise of e-mail and text messaging have led to decreasing in the number of letters and other first-class mail since 2000.

What is an Email?

"Email is the type of communication that has to replace any other communication as electronic mail helps us to send photos and even videos to someone in a span of some seconds also we can do it from any place and from any devices that we have at the moment."

Since 2000, there has been a decline in the use of first-class mail due to the creation of Technology, phones, and the growth of e-mail, especially text messaging. This has helped the people to transverse with each other and this was a beneficial task that was to be taken advantage of in relation to speed and efficiency.

Learn more about Email, here:

https://brainly.com/question/15072408

#SPJ2

HELPPPPPOOP
Jeremy wishes to create a site map for his website. What tag will surround the URL of his home page?
A.
B.
C.
D.

Answers

Answer:b

Explanation:

Other Questions
How many liters of CO2 are produced when 32. 6 liters of propane gas, C3H3 reactswith excess oxygen gas at STP?C3Hg + 502 + 4H2O + 3CO2 Explain why some authors use Informal English in their writing. I need help on way more then just thisT-T-math- pls help, its due today. !!! Chris is about to give a speech on social media marketing to a room of professional marketers. How can he enhance his credibility?. A county in north carolina spans 532 square miles. the population density of deer in the county is 11 deer per square mile. how many deer live in the county? round to the nearest whole number, if necessary. 48 deer 68 deer 5,852 deer 5,992 deer Which equation represents an exponential function?3x43x43 x to the 4th power3(4)x3(4)x3 times 4 to the x th power3x43x43 x to the negative 4 power3x3x3 x Some snail species' shells can have right-handed direction of shell coiling or left-handed direction of shell coiling. The direction of coiling depends on a protein deposited by the mother in the egg cytoplasm with DD and Dd mothers depositing a protein that directs right-handed direction of coiling in shells. If Dd egg-producing snail and a dd sperm-producing snail mate what genotype(s) and phenotype(s) of offspring will result Ill mark Brainlest if I get a good answer! What is the affirmative Ud. command for the verb levantarse?A. Levntese.B. No se levante.C. No te levantes.D. Levntense. Which of the following distinguishes light waves from mechanical waves?A. Light waves are not really waves, they are streams of fast moving particles.B. Light waves carry much more energy than mechanical waves.C. Light waves cannot be reflected or refracted.D. Light waves can carry energy through empty space. .121331. what is the tone of the text? what words/phrases illuminate thetone? What is the number between 80 and 90 that has seven as a factor which of the following statements is true of all countries in Central Asia Which major processes were needed for the origin of life on earth? abundance of oxygen and the ozone layer active volcanoes and very cold temperatures low levels of ultraviolet radiation and specific mixture of gases organic molecules produced from spontaneous synthesis or from meteorites the graph shows the number of servings in different amounts of frozen yogurt listed on a carton. Enter an equation that gives the number of servings y in x pints. Use only decimal form, if necessary. A puppy and a kitten are 180 meters apart when they see each other. If the puppy can run at a speed of 25 meters per second, and the kitten runs at a speed of 20 meters per second. How soon will they meet if they simultaneously start running toward each other? Whats the max amount of time a president can serve?. 12) A radio transmission tower is 170 feet tall. How long should a guy wire be if it is to be attached 15 feet from the top and is to make an angle of 30 with the ground? Give your answer to the nearest tenth of a foot.13) A building 230 feet tall casts a 100 foot long shadow. If a person looks down from the top of the building, what is the measure of the angle between the end of the shadow and the vertical side of the building (to the nearest degree)? (Assume the person's eyes are level with the top of the building.) Which figures demonstrate a single translation?Select each correct answer.