How many partition you should create in your Hard Disk Drive? Why?​

Answers

Answer 1

Answer:

ok uhh 300 mb

Explanation: ok i still dont know what u said but i tryed get the clearest answer to ur question


Related Questions

Old systems can be useful when designing new computer software.
True or False

Answers

True! Just ask Apple incorp
correct answer:
True

Which of the following functions are performed by the TPM?
- Create a hash of system components
- Provide authentication credentials
- Perform bulk encryption
- Encrypt network data using IPsec

Answers

TPM stands for Trusted Platform Module. The following functions are performed by the TPM: Create a hash of system components, Provide authentication credentials, Perform bulk encryptionEncrypt network data using IPsec.

The Trusted Platform Module (TPM) is a microcontroller chip that provides security-related functions. The TPM provides secure storage of cryptographic keys, provides a hardware root of trust for the system, and performs critical cryptographic functions. It is a dedicated microcontroller chip that provides hardware-based security. Among the functions performed by the TPM are: Create a hash of system components - this refers to the process of creating a digital fingerprint of the computer hardware, including the firmware and the operating system.

To Learn More About Trusted Platform Module: https://brainly.com/question/1604812

#SPJ11

I NEED HELP!! THIS IS 3D COMPUTER MODELING COURSE IN CONNEXUS
the coordinate's that determine the position of an element in space are expressed as. Different shapes, 1,2, and 3/ x,y,z/l,t,p


refer to the pictures

I NEED HELP!! THIS IS 3D COMPUTER MODELING COURSE IN CONNEXUSthe coordinate's that determine the position
I NEED HELP!! THIS IS 3D COMPUTER MODELING COURSE IN CONNEXUSthe coordinate's that determine the position
I NEED HELP!! THIS IS 3D COMPUTER MODELING COURSE IN CONNEXUSthe coordinate's that determine the position
I NEED HELP!! THIS IS 3D COMPUTER MODELING COURSE IN CONNEXUSthe coordinate's that determine the position

Answers

6. x, y, and z (x is right, z is forward, and y is up)

7. true

8. plane

9. Cartesian grid

10. They describe a location using the angle and distance from the original.

11. effects that alter the look of an object.

12. true

13. true

14. (not sure, but I would go with conceptual)

15. 3-D elements

Hope this helps! Please let me know if you need more help, or if you think my answer is incorrect. Brainliest would be MUCH appreciated. Have a great day!

Stay Brainy!

what is the purpose for using proper markup language

Answers

Answer:

n computer text processing, a markup language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text.

Explanation:

hold up reen deen ding ding ding ding

Answer:

Without the right tags the content wont be accurately indexed

Explanation:

ap3x approved

hope it helps

The manager of the restaurant notices that customers arrive at the restaurant at an average rate of 10 customers per hour. assume a poisson distribution.

Answers

The Poisson distribution is appropriate for modeling events that occur randomly over time or space, where the average rate of occurrence is known and remains constant.

In this case, the manager of the restaurant observes that customers arrive at an average rate of 10 customers per hour.

The Poisson distribution allows us to calculate the probability of a specific number of events occurring within a given time interval, given the average rate. In this scenario, we can use the Poisson distribution to calculate the probabilities associated with the number of customers arriving in a specific time period.

For example, if the manager wants to know the probability of exactly 5 customers arriving in an hour, they can use the Poisson distribution formula:

P(X = k) = (e^(-λ) * λ^k) / k!

Where:

P(X = k) is the probability of exactly k events occurring

λ is the average rate of events (in this case, 10 customers per hour)

e is the base of the natural logarithm (approximately 2.71828)

k is the number of events (in this case, 5 customers)

By plugging in the values into the formula, the manager can calculate the probability for various scenarios involving the number of customers arriving within a specific time period.

To learn more about distribution, click here:

https://brainly.com/question/23286309

#SPJ11

how to draw a flowchart to compute area of a triangle​

Answers

To draw a flowchart to compute the area of a triangle, you can follow the steps below:

The Steps

Start the flowchart with a start/end symbol.

Ask the user to enter the base and height of the triangle.

Store the values of base and height in variables.

Multiply the base and height and divide the result by 2 to get the area of the triangle.

Display the area of the triangle to the user.

End the flowchart with an end symbol.

The flowchart will look like a series of symbols and arrows, with each symbol representing a different action or decision point in the process.

The symbols used in the flowchart will depend on the specific software or tool you are using to create it, but typical symbols include start/end, input/output, process, decision, and connector symbols.

By following this flowchart, you can easily compute the area of a triangle with just a few simple steps.

Read more about flowcharts here:

https://brainly.com/question/6532130

#SPJ1

How do I convert BCD to denary and denary to BCD? (For Both positive and Negative integer of denary)

Answers

Answer:

BCD is very similar to regular binary code. Decimal digits are represented as binary like so:

0 = 0000

1 = 0001

2 = 0010

3 = 0011

etc...

9 = 1001

However, in BCD the structure of decimal code is maintained, so e.g., the number 123 would be encoded digit-by-digit as:

0001 0010 0011

whereas in pure binary it would be encoded as

01111011

So you immediately see that BCD is not so efficient. That's why it is not used very often. Encoding and decoding is very easy as you take the same approach as with pure binary, but perform it per digit (ie., per group of 4 bits).

What is the drawback of the linear model?
A.
communication is only in one direction
B.
too much noise is created
C.
no feedback is sent on receiving the message
D.
long travel between the sender and the receiver

Answers

Answer:

long travel between the sender and the receiver

Explanation:

The drawback of linear model is long travel between the sender and the receiver. The correct option is D.

What is linear model?

Depending on the context, the phrase "linear model" is used differently in statistics.

The word is frequently used interchangeably with a linear regression model since it occurs most frequently in relation to regression models.

The phrase has a different connotation when employed in time series analysis, though.

Something that is linear is related to a line. A line is built using all of the linear equations. A non-linear equation is one that cannot be represented by a straight line. It has a variable slope value and resembles a graphed curve.

The linear model's disadvantage is the distance between the transmitter and the receiver.

Thus, the correct option is D.

For more details regarding linear model, visit:

https://brainly.com/question/29757372

#SPJ2

What he name given to a cell with a green border around it?​

Answers

Answer:

Active cell

Explanation:

I will assume this question is about spreadsheet programs (Microsoft Office Excel, for instance).

In Microsoft Office Excel, a cell that has border around it means that the cell is currently selected. The proper word for a selected cell is an active cell.

Hence, an active cell answers the question.

Use nested for-loops to have the turtle draw a snowflake of polygons. Use the variable turnamount to turn after each shape and the variable n for the sides of the polygon

Answers

An interlocking loop is referred to as nested loop . These are frequently utilized while working in two dimensions, such as when printing stars in rows and columns.

How do two for loops that are nested work?

An inner loop encloses the body of an outer loop, creating a nested loop. In order for this to operate, the inner loop must be triggered by the outer loop's initial pass in order to begin working. The inner loop is then reactivated during the second transit of the outer loop.

The for loop may be nested, right?

For loops that are nested are placed inside of one another. With each outer loop iteration, the inner loop is repeated.

To know more about nested for-loops visit :-

https://brainly.com/question/13971698

#SPJ4

Give three examples of the following types of data?
Give three examples for each category in the software domain ?

CCDI :)??

Give three examples of the following types of data?Give three examples for each category in the software
Give three examples of the following types of data?Give three examples for each category in the software

Answers

An example of transactional data are:

Sales ordersPurchase ordersShipping documents

Its software domain are: Personal  meeting, a telephone call, and a Video call

An example of  financial data are: assets, liabilities, and equity. The software are: CORE Banking, Retail Banking, and Private banking

An example of intellectual property data are: books, music, inventions. The software domain are Patents, trademarks, and copyrights

What types of software are used in the financial industry?

Through sales and marketing tools, data-driven contact management, and workflow automation, customer relationship management (CRM) software assists financial services organizations in fostering new relationships and maximizing the value of existing customers.

You can see how your consumers are utilizing your website to complete a transaction by using transaction management software. It may demonstrate both how each website element functions on its own and as a part of the overall technological infrastructure.

Note that Information that is gathered from transactions is referred to as transactional data. It keeps track of the date and location of the transaction, the time it took place, the price ranges of the goods purchased, the mode of payment used, any discounts applied, and other quantities and characteristics related to the transaction.

Learn more about transactional data  from

https://brainly.com/question/28081430
#SPJ1

What happens when a user clicks Accept on a meeting request?

Other events at that time are canceled, and the meeting cannot be canceled by the organizer.
The agenda is updated with the user’s contact information, and other events at that time are canceled.
The meeting cannot be canceled by the organizer, and the agenda is updated with the user’s contact information.
The meeting organizer is notified, and a copy of the meeting is added to the user’s Outlook calendar.

Answers

Explanation:

Other events at that time are canceled, and the meeting cannot be canceled by the organizer.

The agenda is updated with the user’s contact information, and other events at that time are canceled.

The meeting cannot be canceled by the organizer, and the agenda is updated with the user’s contact information.

The meeting organizer is notified, and a copy of the meeting is added to the user’s Outlook calendar.

Answer:

the last one

Explanation:

just did it

What is a table in Excel?

a worksheet that has conditional formatting rules applied to it
a group of cells with content created by the AutoFill feature
a group of related data without any spaces between cells
the header and footer of an Excel worksheet

Answers

Answer:

c

Explanation:

i got it wrong twice so it gave me the correct answer.

Respond to the following questions about your investigation into the bug with the counting game. Feel free to go back and look at the game again (but do so in another tab or be sure to click "Submit" to save your work!): From the user's perspective, what was the difference between the first version of the game and the one with the bug? From looking at the code, what specifically was the difference between the two, and why is that an issue? How did you fix the bug?

Answers

Hex codes are intriguing because, according to popular belief, they get beyond 00 to FF instead of the expected 0-99!After the numeral 9, they add in A through F, resulting in the following counting:

What is a bug, exactly?

A bug is defined as "an error, fault, or weakness in just about any software program or hardware system" by Techopedia.

What is a "ment bug"?

A creature that mimics an insect or an insect is what is generally meant when the word "bug" is used.A bug can also refer to a flaw or error in a program, such as a computer.When employed as a verb, bug means to annoy or bother someone.Besides being a noun and a verb, bug has several more applications.

To know more about bug visit:

https://brainly.com/question/9916389

#SPJ4

Alright Brainly I need you to ask me some random funny questions PLZ THANK YOU

Answers

Answer:

ok bet

Explanation:

if a king farts, is it a noble gas?

PLS HELP ILL GIVE BRAINLY) enter the answer) desktop publishing software enables users to create products for print or __________ distribution

Answers

Answer:

Electronic

Explanation:

How have developments clearly contributed to facilitating the growth of decision support and analytic technologies?

Answers

Advancements in technology, such as the Internet and software programs, have facilitated the growth of decision support and analytic technologies. These developments provide easy access to data and tools for analyzing and interpreting it, improving decision-making processes and overall business performance.

Developments have contributed to the growth of decision support and analytic technologies. Advancements in internet and software programs enable businesses to access and analyze data, improving decision-making and overall performance.

Decision support and analytic technologies are crucial for business growth, enhancing productivity and competitiveness in the evolving business landscape.

Learn more about software programs here:

https://brainly.com/question/18661385

#SPJ11

your system is running really slow. you would like to get a list of the processes showing them in order accordingly to their cpu usage. which command should you use?

Answers

To get a list of the processes showing them in order accordingly to their CPU usage htop command should be used.

What is htop command?

The htop command is a command that allows users to interactively monitor critical system resources and server processes in real time. htop is a newer program than the top command and has many improvements over the top command.

Once your server is connected to SSH, you can run the htop command by simply typing htop and pressing Enter. As a result of this command, a screen similar to the screenshot below will open.

htop uses colors to provide visual information about processor, swap, and memory status. htop can also display processes as a tree. Users often use htop when Unix top does not provide enough information about the processes on their system. htop is also often used interactively as a system monitor.

to know more about commands, visit

https://brainly.com/question/25808182

#SPJ4

Explicar en qué sectores están divididos los procesos de producción y su importancia para el desarrollo tecnológico y económico del país. Indique dos ejemplos en cada sector

Answers

Answer:

Un sector económico es una rama de la economía en específico, caracterizada por englobar dentro de sí una serie de actividades interrelacionadas según cómo cada una contribuye al desarrollo económico del país. Una clasificación general popular de la economía es la división en los siguientes cuatro sectores:

1) Sector primario. El sector primario es el sector económico que abastece de materias primas y alimentos. Este sector abarca los sectores de agricultura, ganadería, caza, pesca y extracción de minerales. El procesamiento de estas materias primas se realiza en el sector secundario.

2) Sector secundario. Este sector se conoce como industria. Esto incluye todas las empresas y actividades que procesan las materias primas del sector primario. Los productos suelen ser revendidos al consumidor por el sector terciario.

3) Sector terciario. Este sector incluye los servicios comerciales: empresas que quieren obtener ganancias vendiendo sus servicios. El sector terciario incluye tiendas, catering, teatros, peluquerías, mayoristas, empresas de transporte, arrendadores, agencias de empleo, contables, abogados, consultores y empresas TIC.

4) Sector cuaternario. El sector cuaternario es el de servicios no comerciales, el único sector económico sin ánimo de lucro. Este sector incluye los servicios gubernamentales y los servicios subvencionados por el gobierno. Los ejemplos son hospitales, hogares de ancianos, cuerpos de bomberos, defensa, salud, trabajo social, educación y cultura.

Answer:

hola

Explanation:

________ involves tricking a person into entering sensitive personal or financial information into a form on a website or in an e-mail, typically by convincing the person that she is dealing with a site she normally interacts with, such as her bank. Group of answer choices Adware Spyware Phishing Spam Electronic monitoring

Answers

Answer:

Phishing involves tricking a person into entering sensitive personal or financial information into a form on a website or in an e-mail, typically by convincing the person that she is dealing with a site she normally interacts with, such as her bank.

Explanation:

Adware - When software is installed without consent, and made to show disruptive pop-ups and ads.

Spyware - Records keystrokes, camera and microphone without consent. Can also track activity.

Spam - When the same message is posted several times.

It is clearly not any of these, so it must be Phishing.

- Educator

what tool should be used to remove fields and format data when importing?

Answers

Answer:

Power Query editor

Explanation:

Power Query editor is a Microsoft Office application, it can be utilized to remove fields and format data when importing files.

Digitizing Playing Cards
By yourself or with a partner, you will design an encoding system—to encode a deck of playing cards.

Let's think about the different characteristics of playing cards: rank (A-K), suit (Spades, Clubs, Hearts, Diamonds), color (Red, Black), etc.

Printable Playing CardsLinks to an external site.

Given your chosen characteristics, develop a “code” of zeroes and ones that defines each card.

Choose enough defining characteristics of the playing cards so that a combination of them is enough to differentiate each from the other.

Each card in a 52-card deck (no jokers) should be defined in your code.
And no code sequence should refer to more than one card.
It is not necessary for all codes to have a corresponding card.
Test your code alone or with a partner to ensure the guidelines are followed.

Your code. They may use any number of formats, not limited to written rules, a table, or descriptions with examples.
A discussion of whether you chose variable- or fixed-length encoding and what the implications are for robustness and/or efficiency. https://files.projectstem.org/CSP/CSP_Additional_Course_Materials/PlayingCards_Printables.pdf (card deck)

Answers

       Playing cards are described as one of a set of 24 to 78 small rectangular pieces of cardboard or plastic that are imprinted on one side to indicate their rank and suit and are used in a variety of games.

Do designs for playing cards have a copyright?

       The designs on the front of the cards and other graphic artwork may be protected as visual arts. However, playing cards and card games only receive a limited amount of copyright protection, regardless of whether the work contains instructions or a graphic design.

      Any graphic art, including the images on the card faces, may be protected as works of visual art. The level of copyright protection given to playing cards and card games is constrained, regardless of whether the work contains instructions or a graphic design.

    Talcum Powder is used Pasteboard cards should be cleaned by placing them in a plastic bag with a few teaspoons of flour, talc, or cornstarch. Pull the cards out and clean them off with a paper towel after giving the bag a good shake to ensure that all the cards are covered.

     Playing cards may be quickly and precisely printed in large quantities using a web press, a sort of printing machine.

To Learn more About  Playing cards, Refer:

https://brainly.com/question/28388405

#SPJ1

What is the function of HTML?

It is used to write documents that will create web pages.
It is used to instruct a computer to take certain startup actions.
It is used to control all of the actions on a computer.
It is used to format documents created in word processing programs.

Answers

Answer:

option A is correct answer of this question

hope it helps

Answer: is A “ It is used to write documents that will create web pages.”

Explanation:

Anyone know why ellies such a mess?

Answers

Select the correct answer.
Which of these components is utilized in use case diagrams?
A.
classes
B.
components
C.
flow
D.
actors

Answers

Answer:

B.components

Explanation:

which firewall rule group must be enabled to allow for the remote use of the task scheduler snap-in?

Answers

To allow for remote use of the task scheduler snap-in, the firewall rule group "Remote Scheduled Tasks Management" must be enabled.


2.
Python was created​

Answers

Python was created by Guido van Rossum

The python was in fact created by Guido Van Rossun

you've seen great results from your search campaigns when using remarketing lists for search ads. how might you amplify those results?

Answers

Yes, you can achieve great results from your search campaigns when using remarketing lists for search ads.

Maximizing Search Campaign Results with Remarketing Lists

To amplify those results, you should use more targeted keyword lists and ad copy that is tailored to your remarketing audiences, experiment with different bid strategies, and leverage dynamic remarketing to create more personalized ads.

Use more targeted keyword lists and ad copy that is tailored to your remarketing audiences.Experiment with different bid strategies to optimize performance and cost efficiency.Test different ad formats, such as callout extensions or site link extensions.Utilize audience targeting to reach smaller, niche audiences.Leverage dynamic remarketing to create more personalized ads.Incorporate ad scheduling to run ads at the most optimal times.Monitor performance and make adjustments as needed.

Remarketing lists for search ads are a great way to achieve successful search campaigns, and you can amplify those results by utilizing more targeted keyword lists and ad copy that is tailored to your remarketing audiences.

Additionally, you can experiment with different bid strategies, test different ad formats such as callout extensions or site link extensions, and leverage audience targeting to reach smaller, niche audiences. Dynamic remarketing creates more personalized ads, and ad scheduling allows you to run ads at optimal times. Finally, monitoring performance and making adjustments as needed can help you optimize your campaigns even further.

Learn more about the Marketing: https://brainly.com/question/25754149

#SPJ4

rotate object while holding the shift key. what does it do?

Answers

Answer:

It rotates it 45 degrees in a direction

Which of the following is considered information rather than
data?
Group of answer choices
income distribution in a target market
product sales in various categories
a measure of the effectiveness of

Answers

The information that provides a measure of the effectiveness of a target market is considered rather than income distribution.

A target market is a group of individuals who share similar demographics and needs. Businesses aim their advertising and sales efforts at these groups since they are the most likely to purchase their products or services.A target market's effectiveness is determined by the degree to which its requirements and desires are met by the goods or services offered by a company. It is critical to comprehend a target market's demands and wants in order to be effective in reaching them and selling to them. This necessitates studying the target market's age, gender, education, income, and other characteristics. Companies strive to provide goods and services that appeal to the target market's specific needs in order to be successful.

Know more about income distribution, here:

https://brainly.com/question/28072852

#SPJ11

Other Questions
how can going through challenging situation change a person? __________ produces a written description of nearly everything that occurred in a specific time period or setting. 6) Which statement about the ladder is true?A. The ladder has parallel linesegments only.B. The ladder has perpendicular line segments only.C. The ladder has parallel linesegments and perpendicular linesegments.D. The ladder has neither parallel line segments nor perpendicular line segments. Question 1 of 21By the late 19th century, Britain ruled much of the world. However, power hadstarted to shift to countries like Germany. Based on this historical context,what real-life concerns would make a science fiction story about an alieninvasion create an emotional response with a British reader in 1898? How is the starting energy source in photosynthesis and cellular respiration different?A. Photosynthesis uses sunlight & cellular respiration makes ATPB. Photosynthesis uses glucose & cellular respiration uses oxygenC. Photosynthesis uses CO2 & cellular respiration uses glucoseD. Photosynthesis uses ATP & cellular respiration uses sunlight Help please, I dont know how to solve this. In the given reaction, the Ag + ions,. Ni + 2Ag --> Ni2+ + 2 Ag What happened to Dollree Mapp after her case went to the Supreme Court? Her conviction was upheld because illegal materials had been found in her home. Her conviction was overturned because the search of her home had been done illegally. Her conviction was upheld because an eyewitness had seen her with illegal materials. Her conviction was overturned because the jury found her to be a person of good character. 1. Use separation of variables to find the solution to the differential equation subject to the given initial condition. dy/dx = 5y/x, y = 4 while x = 12. Find the solution to the differential equation, subject to the given initial condition.4(du/dt) = u^2, u(0) = 7 b) Complete the factor tree below by filling in the missing Factors of 30: 30 3 2 4. Describe ONE current conflict that is occurring today and explain what you know about the history behind it Please help with this Ill give brainliest heeeeeeeeeeeelp dis to hard Answer the following questions. Derivative help pleasePlease dont comment if you dont know,Thank u Baby A and Baby B are born at the same time, and their lengths are recorded after each week. Which statement is true about their solution?A) (22, 8); Both babies are 8 inches in length after 22 weeks.B) (22, 8); Both babies are 22 inches in length after 8 weeks.C) (8, 22); Both babies are 8 inches in length after 22 weeks.D) (8, 22); Both babies are 22 inches in length after 8 weeks. If a bus driver leaves her first stop by 7:00 a.m., her route will take less than 37 minutes. If she leaves after 7:00 a.m., she estimates that the same route will take no less than 42 minutes. Which inequality represents the time it takes to drive the route, r?r < 37 or r 42r < 37 or r > 4237 < r 4237 > r 42 Use the equation for the combustion of butane: 2 C,H, + 13 0,8 CO, +10 H,O 4. If you had 99. 08g of butane react, how many grams of carbon dioxide would be produced? 5. If you had 290. 38 grams of butane, how many grams of water would be produced? 6. How many grams of oxygen gas are needed for the complete combustion of 307. 47 grams of butane? 7. How many grams of oxygen would be required if you had 160. 87 grams of butane? Calculate the atomic mass of potassium if the abundance atomic masses of the isotopes making up its naturally occurring samples are as given below: What gland secretes corticoids?