What is the purpose of creating folders in a file structure????
A. To store more than 256
location
B. To allow windows naming to be applied
C. To secure files
D. To store thousand organized way

Hurry I need help plzzzz!!!

Answers

Answer 1

Answer:

D

Explanation:

everything is about organised it's about how you store your things to find them faster when you need them


Related Questions

During Globalization 2.0, there was a huge overinvestment in: Question 10 options: 1) telecommunications infrastructure 2) computing hardware 3) robots 4) machinery

Answers

Answer: 1) telecommunications infrastructure

Explanation:

Globalization 2.0 came after the second world war at a time where the world was yarning for opportunities that would connect it better.

They turned to telecommunications infrastructure and invested heavily into it to carry messages from one part of the globe to the other. This led to a fall in telecommunications cost and a rise in new technologies like the mobile phone.

What are some of the issues that create conflict in the future and why?

Answers

111111111111111111111

Subjective Questions
1. Why are professional roles important in ethics?
2. What is a strongly differentiated profession? Give examples.
3. Why some professions are not strongly differentiated? Give examples.
4. "The role of computer professional is not strongly differentiated.' Why?
Please need help in my question ​

Answers

Answer:

3 I'm hope I'm right sorry if I'm not

11) A single inheritance model means: * A) A class can only have one parent class (superclass) B) A class can only have one child class (subclass) C) A class cannot have a parent class (superclass) D) A class cannot have a child class (subclass) E) A class can have multiple parent classes (superclasses)

Answers

Answer:

The correct answer is Option A (A class can only have one parent class (superclass))

Explanation:

The inheritance model is a computer program used in Javascript. This model aimed to make code that has been programmed already still relevant to be used again at any time minimizing errors associated with typing a new code. Inheritance  makes the attributes of a particular class valid while still possible to use the attributes of another class.

A child class (subclass) inherits from the parent class (superclass). So, it is a single inheritance once the child class (subclass) inherits from a single parent class (superclass) creating a subclass. A parent class (superclass) is the class that gives its attributes for inheritance.

it is where the home tab is located where you can view all the all the formatting purpose

Answers

Answer:

Its Ribbon

Explanation:

The Ribbon is located close to the top of the Word window. The Ribbon is organized into a set of task-oriented tabs, and each tab on the Ribbon contains groups of commands. The Home Tab contains the most frequently used commands in Word. To get to another tab on the Ribbon click that particular tab.

Btw Correct me if i am wrong

Which sort tool will reorganize the numbers so they are listed from largest to smallest? A.sort ascending B.custom sort-background color C.sort descending D.custom sort-font color

Answers

Answer:

C Sort Descending

Explanation:

100% on edg

Answer:

C.) Sort descending

Explanation:

got it correct on edge!!!

Write a script named dif.py. This script should prompt the user for the names of two text files and compare the contents of the two files to see if they are the same.

Answers

Answer:

first = input("enter first file name: ")

second = input("enter second file name: ")

file_one = open(first, 'r')

file_two = open(second, 'r')

if file_one.read() == file_two.read():

   print("Both files are the same")

else:

   print("Different files")

file_one.close()

file_two.close()

Explanation:

The python module above is a procedural program. The first two lines ask for user inputs for both file names in string, then the files are opened and compared with the if-statement. At the end of the program, the files are closed to avoid leakage.

Identify the selector in the following CSS code:

h3 {
color: orange;
font-size: 12 px;
}

A.
h3
B.
color
C.
font-size
D.
px

Answers

Answer:

The right answer is: Option A. h3

Explanation:

The purpose of using selectors in CSS is to find the elements in the HTML page to which the formatting will be applied.

Different type of selectors are used in CSS.

In the given code, h3 is the selector.

All the <h3> elements on the page will be of orange color and will have font size 12.

Hence,

The right answer is: Option A. h3

Edhesive AP Computer Science Coding Activity 2:

Write a method that takes 5 ints as parameters and returns the average value of the 5 ints as a double.
This method must be named average() and it must have 5 int parameters. This method must return a double.

Calling average(1, 5, 7, 4, 10) would return 5.4.

You can call your method in the program's main method so you can test whether it works, but you must remove or comment out the main method before checking your code for a score.

Answers

Answer:

The method in C++ is as follows:

double average(int v, int w, int x, int y, int y){

   double ave = (v+w+x+y+z)/5.0;

   return ave;

}

Explanation:

This defines the average method with 5 parameters

double average(int v, int w, int x, int y, int y){

This calculates the average

   double ave = (v+w+x+y+z)/5.0;

This returns the calculated average

   return ave;

}

To call the method from the program's main, use:

int main(){

   cout<<average(1,5,7,4,10);

   return 0;

}

What occurs during the mail merge process? Place the steps in the correct order. Create the main document preview, print, or email document insert merge fields connect to a data source specify which records to include

Answers

Answer:

Create the main documentConnect to a data sourceSpecify which records to include Insert merge fieldsPreview, print, or email document

Explanation:

A Mail merge is a process in Microsoft office that allows one to be able to send a large number of customized messages to different people by using information that was inputted in a database in Excel or Access for instance.

The process requires that one creates a main document first and then connect that main document to a data source. After this is done one needs to specify exactly which record they hope to include to be merged and then insert the merge fields. You can then preview the documents before emailing or printing them.  

Answer:

Create the main document

Connect to a data source

Specify which records to include

Insert merge fields

Preview, print, or email document

Explanation:

9 Suppose that while trying to access a collection of short videos on some Web site, you see a pop-up window stating that you need to install this custom codec in order to view the videos. What threat might this pose to your computer system if you approve this installation request

Answers

Answer:

the threat of exposing your computer to a virus

Explanation:

Remember, a pop-up message is one of several strategies used by bad actors to get internet users into downloading malicious programs into their computers.

Consider,

the said "custom codec" is being downloaded not from the official windows app store; a red flag.a typical web browser is able to play most of the various video formats available online.even if this program works as intended; it may gain maliciously gain access to your system data.

. When attempting to minimize memory usage, the most efficient way to do group processing when using the MEANS procedure is to use: A. the BY statement. B. GROUPBY with the NOTSORTED specification. C. the CLASS statement. D. multiple WHERE statements.

Answers

Answer:

A. the BY statement.

Explanation:

The BY statement aids the procedure MEANS to develop the tree for the current BY group only, thereby analyze the stats, and clean the tree prior to the start and development of the next BY group.

However, without the BY statement, procedure MEANS develops its AVL tree for both the whole file and all sector estimates crossings established in CLASS.

Hence, in this case, the correct answer is the BY Statement.

Definition of Computer?​

Answers

Answer:

Computer

A computer is an electronic device that manipulates information, or data. It has the ability to store, retrieve, and process data. We can use a computer to type documents, send email, play games, and browse the Web.

What is the correct formula for the IF function in excel

Answers

Use the IF function, one of the logical functions, to return one value if a condition is true and another value if it's false. For example: =IF(A2>B2,"Over Budget","OK") =IF(A2=B2,B4-A4,"")

The IF function in Microsoft Excel is the most common function in Excel that allows comparing the data.

The IF function can have two statements that is positive and negative. Like of IF(C2='' Yes'', 1, 2). Which means of c2 is yes then return one or two. Thus IF formula is used to evaluate errors.

Learn more about the correct formula for the IF function in excel.

brainly.in/question/5667072.

Does nature behave the exact same way as fractals?

Answers

no, it doesn’t because they are too different

Data type for a Subject ID​

Answers

Answer:

An integer.

Explanation:

A subject ID is most commonly an integer.

What is the proper order for the fetch-execute cycle?

A) fetch, decode, execute, store
B) store, fetch, execute, decode
C) fetch, execute, decode, store
D) fetch, store, decode, execute

Answers

Answer:

A. fetch, decode,execute, store

The fetch-execute cycle is a computer's fundamental operation cycle. The correct option is A.

What is a fetch-execute cycle?

The fetch-execute cycle is a computer's fundamental operation (instruction) cycle (also known as the fetch decode execute cycle). The computer obtains a software instruction from memory during the fetch execute cycle. It then establishes and executes the activities necessary for that instruction.

The proper order for the fetch-execute cycle, decode, execute, store.

Hence, the correct option is A.

Learn more about the fetch-execute cycle:

https://brainly.com/question/17412694

#SPJ2

what should you do if your computer is running slower

Answers

Answer:

Update system and files. Also delete unnecessary apps taking space

What is the top anime shows? <3

Answers

Answer:

This is personally based on my opinion.

My top 10 favorites

Toradora

Darling in the franxx

Lucky Star

My Melody

Death note

Attack on titans

One piece

The Promise neverland

Kaguya-sama: love is war

Black cover

Answer:

This is just my opinions as of rn

Explanation:

Attack on Titan

Hunter x Hunter

Saiki K

Haikyu!!

The Promised Neverland

Toilet Bound Hanako-kun (The manga is amazing.)

Ouran High School Host Club

Given

Yuri on Ice!!!

Hetalia

some close runner ups were

Toradora

A Silent Voice

Anohana

Kakegurui

and Black Butler

The other anime i've seen were either movies and shows I watched as a kid or I just couldn't think of them right away

the carbon fixation reaction converts?​

Answers

Answer:

Photosynthetic carbon fixation converts light energy into chemical energy. Photosynthesis reduces the carbon in carbon dioxide from OSC = +4 to OSC = +1 in the terminal carbon in glyceraldehyde-3-phosphate, the feedstock for simple sugars, amino acids, and lipids.


What is an example of a free online library?
A. Duck Duck Go
B. Project Gutenberg
C. Bing
D. PubMed

Answers

The answer is b
Hope it helps



B project GUTENBERG!!!!!!
:) brainliest?

Which of the following is correct regarding Memory-Mapped I/O?
Select one:
a. Memory-Mapped I/O is more complex and inflexible in handling I/O operations.
b. The same memory reference instructions (read/write) can be used for I/O transfers. c. There are separate input and output instructions to handle I/O data transfers.
d. There is a separate memory and I/O address space.
e. The available memory address space is larger when using Memory-Mapped I/O.

Answers

Answer:

MSP430

Explanation:

MSP430 devices have up to 12 digital I/O ports implemented. Each port has eight I/O pins. Every I/O pin can be configured as either input or output, and can be individually read or written to. Ports P1 and P2 have interrupt capability. MSP430F2xx, F5xx and some F4xx devices feature built-in, individually configurable pull-up or pull-down resistors.

You can find synonyms and disciplinary jargon in the ______, _______, and ______ in your search results. You can then use these as keywords in additional searches.

Answers

Answer:

1. Title

2. Abstract

3. Subject Headings

Explanation:

To carry out a project or research survey, a researcher needs an appropriate title that satisfies the technical keywords relating to the content and expected outcome of the research.

Hence, in this case, to find an appropriate title for a research survey "You can find synonyms and disciplinary jargon in the TITLE, ABSTRACT, and SUBJECT HEADINGS in your search results. you can then use these as keywords in additional searches."

HTML coding tells a computer what to do by using a series of?

Answers

Answer:

Elements

Explanation:

A computer code acts as a medium by which a person can communicate with the computer machine.

One such language is known as HTML or hypertext markup language.  HTML stands for Hypertext markup language which is used to markup the language for web pages in computer.

The HTML series consists of a series of elements which are enclosed in the tags commonly called start tag and a stop tag.

Example <head>  

here,  

the head is a series of elements.

< start-tag

> stop-tag

Thus, element is the correct answer.

This can change the fit of your respirator. A) A mustacheB) A beardC) Weight gainD) All of the above

Answers

Answer:

D) All of the above

Explanation:

"Fit testing" is important when it comes to respirators. This ensures the respiratory safety of the wearer. When it comes to tight-fitting respirators, a good fit is very important. This means that the respirator will seal to the skin, so it is important not to have any facial hair like beards, mustache, or stubble. OHSA requires that the person should be clean-shaven.

Fit testing is also done annually in order to adjust to any physical changes such as weight gain or dental work. So, all of the choices above can change the fit of the respirator.

und bedding
200
Question 2
A Column is 0.5 m diameter and carries a load of 600 Kofker from the controid by
0.1. calculate the extemes of stresses.
Question 3​

Answers

Answer:

The stress for tensile edge is 1.834 MPa

The stress for compressive edge is -7.945 MPa

Explanation:

Given that,

Force = 600 kN

Diameter = 0.5 m

[tex]y=\dfrac{D}{2}=\dfrac{0.5}{2}=0.25\ m[/tex]

Distance from the centroid to the edge of the column x= 0.1  m

We know that,

Stress for column :

The stress is equal to the sum of banding stress and direct compressive stress.

[tex]\sigma=\sigma_{b}+(-\sigma_{d})[/tex]

The value of binding stress will be positive for tensile and negative for compressive stress.

We need to calculate the stress for tensile edge,

Using formula of stress for tensile edge,

[tex]\sigma=\dfrac{Fxy}{I}-\dfrac{F}{A}[/tex]

Put the value into the formula

[tex]\sigma=\dfrac{600\times1000\times0.1\times0.25}{\pi\times\dfrac{(0.5)^4}{64}}-\dfrac{600\times1000}{\pi\times\dfrac{(0.5)^2}{4}}[/tex]

[tex]\sigma=1.834\ MPa[/tex]

We need to calculate the stress for compressive edge,

Using formula of stress for compressive edge,

[tex]\sigma=-\dfrac{Fxy}{I}-\dfrac{F}{A}[/tex]

Put the value into the formula

[tex]\sigma=-\dfrac{600\times1000\times0.1\times0.25}{\pi\times\dfrac{(0.5)^4}{64}}-\dfrac{600\times1000}{\pi\times\dfrac{(0.5)^2}{4}}[/tex]

[tex]\sigma=-7.945\ MPa[/tex]

Hence, The stress for tensile edge is 1.834 MPa

The stress for compressive edge is -7.945 MPa

Which functions are part of the array module? Select 2 options. Assume you have already entered these
lines of code.
import array
arr = array array('b',[5, 1, 2, 7, 6])
arr.sort()
arr.search(3)
O arr.index(3)
arr.append(3)
arr.find(3)

Answers

Answer:

arr.index(3)

arr.append(3)

Explanation:

Edge2020

Select the correct answer.
Tablets combine the features of which two types of devices?
A.
phones and computers
B.
handhelds and consoles
C.
handhelds and phones
D.
handhelds and computers

Answers

Answer: A. phones and computers

Explanation:

A tablet, is referred to as a mobile computing device which utilizes the touchscreen as the main input device that it has.

Tablets are usually bigger than a mobile phone but smaller than a computer. You can perform thesame function that you can do on your mobile phone or the computer on the tablet.

One can surf the net, play games and watch videos on the tablet.

please help me please help me.​

Answers

Answer:

Earth. Wind. Water. Fire

Explanation:

These are elements right or is it metal plastics and all the other object materials sorry if this question isn't what you asked for just that I don't get the question

Which option is used to ensure the integrity and authenticity of a Word document but requires additional services to be available on the internal network? digital encryption digital signature password protection protected view

Answers

Answer:

Digital signature.

Explanation:

Digital signature is used to ensure the integrity and authenticity of a Word document but requires additional services to be available on the internal network.

This is important as it makes sure that the file is authentic and not malware.

Answer:

digital signature

Explanation:

got it right on edge

Other Questions
What is the significance of the date September 17, 1787? plz solve anyonewrite a sentence describing each problem. Then write another sentence describing the action needed to fix it 2*10-7= please help The Liberal Democrat, Conservative, and Labour parties are all political parties in __________. 7Write a 6-digit numeralthat has7 in the hundredths place,5 in the thousands place,4 in the hundreds place,and o in all other places.7a. Write the number.7b. Write in word form.7c. Write in expanded form.7d. Write as a fraction. 2. A 50.0 kg shell was fired from a cannon at earth's surface to amaximum height of 400. m.a. What is the potential energy at maximum height?b. It then fell to a height of 100. m. What was the loss of PE asit fell? WILL MARK BRAINLY PLZ ANSWER THIS QUESTION *CORRECTLY* What event happens when blocks of crust slide sideways against each other?1.ocean crust plunges beneath the land2.magma makes new crust under the ocean3.earthquakes occur4.volcanoes erupt What does the word perennial mean?lasting a long timenot lasting a full yearnot before this yearbefore the year begins I need this asp plzzzzzzzzzzzz Please help me with this really easy 6th grade civics Museum curators are a tourism career.A. TrueB. False HELP I HAVE 3 MINUTES!! we wrote in our journals for twenty minutes each day.Which type of phrase or clause is underlined in the sentence?adjectival clauseadjectival phraseadverbial clauseadverbial phrase Please help asap!! I will mark you as brainliest :) simplify the following 7 x 7^4 The Day of the Deadacts as a celebration oflife, rather thanfocusing on thesadness of death.Death is seen as partof life, where the deadremain members ofthe community kept Alive in memory and spirit.how could this belief,this attitude towards death,help people come to terms with the loss of A loved one?it can help?why or why not?Plz help Question #7RevisitThe average age of three people, A, B and C is 32 years. If 2 more people, D and E areincluded, the five people's average age becomes 34 years. What is D and E's average age? ) Which expressions are equivalent to 45? Choose ALL that apply.4.4.4.4.45.5.5.516 - 644.520 - 204. 256 A car travels at a rate of 65 miles per hour. At this rate, how long would it take to travel 1,300 miles? median of 57,75,40,34,45,60,45,44\ PLEASE HELP (I WILL MARK YOU BRAINLIEST IF YOUR THE LUCKY ONE)