Secondary storage provides temporary or volatile storage
TRUE
FALSE

Answers

Answer 1

The statement ''Secondary storage does not provide temporary or volatile storage'' is false because it is a type of non-volatile storage used for long-term data storage, while temporary or volatile storage refers to a type of storage like RAM that only holds data while the device is powered on.

Secondary storage provides long-term storage for data and files that are not currently being used or accessed. \Secondary storage is also known as content-loaded Secondary storage.Temporary or volatile storage refers to a type of storage that is used to store data temporarily while it is being processed or used by the computer's CPU.RAM (Random Access Memory) is an example of temporary or volatile storage. It is used to store data and programs that are currently being used by the computer. Once the computer is turned off, the data stored in RAM is lost. This is why it is called volatile storage.On the other hand, secondary storage devices such as hard drives, solid-state drives, and USB drives provide content loaded secondary storage. This type of storage is non-volatile, which means that the data stored on it remains intact even when the computer is turned off.

Learn more about Secondary storage: https://brainly.com/question/30426260

#SPJ11


Related Questions

select all that apply. which of the following can be considered as output devices? group of answer choices a. computer b. mouse c. keyboard d. touchscreen e. speaker

Answers

Answer: E

Explanation: An output device is any hardware device that sends data from a computer to another device or user so a speaker would be one as the sound data is sent to the speakers and played as sound out loud.

Mary Grossman has been selling cupcakes for the past few years. She keeps meticulous record of every cupcake that she has ever made and sold. She has also kept records of customers’ comments on all her cupcakes. These have been entered into a computerized accounting information system that her accountant refers to as a "data warehouse." Mary is considering rebranding her cupcake business and has asked her accountant to identify the top-selling cupcakes for the past few years. Mary wants her accountant to engage in:______.

Answers

Answer:

Data mining

Explanation:

Based on the information given we were told that she is considering the rebranding of her cupcake business in which she asked her accountant to help her identify her top selling cupcakes for the past few years which means Mary want to make use of the large information recorded into the Data warehouse to improve her business.

Hence we can say that she wants her accountant to engage in DATA MINING.

DATA MINING can be defined as the process of making use of information collected or data collected to help know business lapses for the sole aim of improving the business and to help use the data collected to make goods business choices.

Therefore Mary wants her accountant to engage in DATA MINING

When would you want to take a photo with a large aperture? Select all that apply.

Taking a photo of a field of tulips
Taking a photo of a single bumblebee on a flower
Taking a photo where you want the background to be blurry
Taking a landscape photo were you want everything in focus

Answers

Answer:all  exept taking a photo wher you want the background to be blurry.

Explanation:

A large aperture means that the lens is letting in more light. And when more light is let in, that produces a shallow depth of field. You can use large apertures anytime you want to add dimension to your photos.

hope this helps=]

please answer this question​

please answer this question

Answers

Answer:surfing, printer

Explanation:

How do you find the string of an array?

Answers

To find the string of an array, you can simply access a specific index of the array that contains the desired string.

An array is a data structure that stores a collection of elements of the same type, such as integers, characters, or strings. Each element in the array is identified by an index, which represents its position within the array.

To access the string stored at a specific index of the array, you can use the index to retrieve the element at that position. For example, if you have an array called "myArray" and you want to retrieve the string stored at index 2, you can do so using the following code:

myArray[2]

This will return the string stored at index 2 of the array. You can then use this string for whatever purpose you need in your program.

For more questions like Array click the link below:

https://brainly.com/question/31503078

#SPJ11

instructors will use this tool in canvas to annotate submissions, provide robust feedback, and utilize a rubric for evaluating work and is called?

Answers

"SpeedGrader" is the name of the tool in Canvas that instructors can use to annotate submissions, offer feedback, and evaluate work using a rubric.

Canvas is a flexible material that can be utilised for a variety of purposes, including industrial and commercial functions as well as art and fashion. Canvas, which can be made from cotton, linen, or synthetic fibres, is renowned for its sturdiness and resilience. It provides a rough and absorbent surface that holds the colour well and is frequently used in art as a surface for painting and drawing. Due to its strength and resistance to wear and tear, canvas is often employed in the creation of purses, shoes, and other accessories. Due to its weather-resistant qualities, canvas is utilised in the industrial sector for tents, tarps, and other outdoor structures. In general, canvas is a flexible and long-lasting material that has been extensively utilised throughout history and is still in demand now.

Learn more about "Canvas" here:

https://brainly.com/question/28170852

#SPJ4

1) has cwnd set to 8,000 bytes 2) has 4,000 bytes available in its own input buffers 3) receives a segment with an advertised window of 12,000 bytes. the tcp sender will set its offered window wnd to bytes.

Answers

The internet's fundamental building blocks, Transmission Control Protocol (TCP) and User Datagram Protocol (UDP), allow various forms of data to be transmitted from a network source to a destination.

While UDP places a higher priority on speed and efficiency, TCP is more reliable. One or more TCP packets can be created and sent to a target using the TCP mode of the Packet Generator tool. The TCP header's header flags and other fields are completely under our control. A file or text payload can be included in the packet as an additional payload. The usage of TCP allows for the secure exchange of data between the server and client. Regardless of the volume, it ensures the integrity of data delivered over the network.

Learn more about packet here-

https://brainly.com/question/13901314

#SPJ4

what is the value of x after the following statements execute? int x; x = (5 <= 3 & 'a' < 'f') ? 3 : 4

Answers

The value of x after the following statements execute is 4.

The statements declare an integer variable named x and then assigns it a value based on the result of a conditional expression.
The conditional expression (5 <= 3 & 'a' < 'f') evaluates to false because 5 is not less than or equal to 3, but 'a' (which has a numerical value of 97) is less than 'f' (which has a numerical value of 102).

Since the expression is false, the value assigned to x is the second option in the ternary operator, which is 4. Therefore, x is assigned a value of 4.
After the given statements execute, the value of x will be 4. This is because the expression (5 <= 3 & 'a' < 'f') evaluates to false, and the conditional operator (?) returns the value after the colon (4) when the condition is false.

learn more about statements here:

https://brainly.com/question/2285414

#SPJ11

Enthusiasm codehs 7.6.4 Write a function called add_enthusiasm that takes a string and returns that string in all uppercase with an exclamation point added.

Answers

Answer:

Hope this help

Explanation:

def add_enthusiasm(string):

   return string.upper() + "!"

   

print add_enthusiasm("hello")


1 GHz Clock Speed of a Dual Core Processor is improved to a 4GHz Dual Core Processor
Effect:

Answers

The CPU is the brain of the computer, there for increasing the speed from 1 GHz to 4 GHz will effectively increase the performance of the computer. The CPU can execute 4 billion cycles a second instead of 1 billion.

Choose the issue that is occurring from the drop-down menu. During the , development teams transform the requirements into a software application design. During the , the software design is implemented by developers in code. In the , software is evaluated for quality. Any issues with the software are logged as to be resolved by developers. Software that is maintained by developers is said to be .

Answers

Answer: See explanation

Explanation:

During the, (software design phase), developmentt teams transform the requirements into a software application design.

During the (software development phase), the software design is implemented by developers in code.

In the (software evaluation phase), software is evaluated for quality.

Any issues with the software are logged as (bugs) to be resolved by developers.

Software that is maintained by developers is said to be (supported).

Answer:

1) 2

2) 1

3) 2

4) 2

5) 3

Explanation: just did it

The intersection of the 7th row and
the 7th column in a spreadsheet
application will have the cell
reference
a.
7G b.
G7
C.
7H
d.
H7

Answers

Answer:

G7 (option B)

Explanation:

Cell references are written as: Letter | number

(column | row)

For example: If a cell was in the first column, [column a], and the tenth row [10], the cell would be named "A10"

The seventh letter in the alphabet is G, and we know that the 7th row is the number 7. So, the cell has the reference of "G7"

Write a program that allows the user to continuously input the value n until a negative number is entered

Answers

Answer:

Written in C++

Explanation:

#include <iostream>

using namespace std;

int main()

{

int n;

while(true)

{

cin>>n;

if(n>=0)

continue;

break;

}

return 0;

}

WILL GIVE BRAINLIEST! 20 POINTS! PLZ HELP!

What does the following line of code do?

if (num2==50){

A. It creates a variable called num2 and sets it equal to 50.

B. It checks whether a variable called num2 is equal to 50.

C. It prints num2 == 50.

D. It requests user input if the variable num2 is equal to 50.

Answers

Answer:

B

Explanation:

== returns true if both the left side and right side are equal

Answer:

D

Explanation:

What virtual, logically defined device operates primarily at the data link layer to pass frames between nodes?.

Answers

This vSwitch (virtual switch) or bridge is a logically defined device that operates at the Data Link layer to pass frames between nodes.

WHAT ARE NODES?

To put it simply, a node is any device that connects other devices connected to one another over a network and permits data to be sent and received from one endpoint to the other. Network nodes include hardware like printers, switches, and routers.An electronic gadget called a node. The physical components are what have the ability to send, receive, or forward data.Besides being an electronic device, a computer can send, receive, or forward data. As a result, we can argue that a computer is a node in a computer network for this reason. An electronic gadget called a node. The physical components are what have the ability to send, receive, or forward data.

Hence,A logically defined device called a vSwitch (virtual switch) or bridge operates at the Data Link layer to pass frames between nodes.

learn more about nodes click here:

https://brainly.com/question/13992507

#SPJ4

which plunger moves immediately when pressing plunger A ,between plunger B filled with air and plunger B filled with water?​

Answers

The molecules of water a closely packed that air, hence a compression of water will produce an immediate effect. Plunger B filled with Water will move immediately

Kinetic theory and particulate nature of matter.

Yes, both water and air can be compressed, the particles is air are not densely packed as they move free in constant rapid random motion, because of this, a compression of air will not produce an immediate effect.

Learn more about kinetic theory here:

https://brainly.com/question/2748254

Q2) Here is a program that calculates 12 times table. The program prints a lead
then prints the answer. But is the program correct? If the program is not currect, write
the corrected program in the space.
1
=
10
15
20
30
30
Compute 12 times 12
For i 1 to 12
PRINT i; " X 12
Next i
END
12" is 12
12

Answers

Answer:

see picture

Explanation:

your paste was a bit messed, but below you see what it should be.

Q2) Here is a program that calculates 12 times table. The program prints a leadthen prints the answer.

RIGHT ANSWER GETS BRAINLEST

Complete the code.

You are writing a loop to allow the user to enter data until they enter a "Q". You want to allow them to enter an upper- or lowercase "Q".

if yourTeam.
() == "q":
break


The options they give are:
Upper
Compare
lower

Answers

Answer:

sir i beleive lower is your answer, i know it isnt upper.

Explanation:

:D

Answer:

lower

Explanation:

i just did the quiz and got it right :)

hi
is it right?
"I think there is a small mistake in the quotation(second not first)"​

hiis it right?"I think there is a small mistake in the quotation(second not first)"

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

  The correct option to this question is:

.clr{color:blue;}

I write the complete code of HTML using this CSS style to execute this scenario as given below

<html>

<head>

<style>

.clr

{

color:blue;

}

</style>

</head>

<body>

<a href="pg.html" class="clr">click here</a>

<h2 class="clr">Home</h2>

</body>

</html>

The bold text is a complete code of this question.  When you will run it it will execute a link and Home text on the page in blue color. So the correct option is .clr{color:blue;}

var1 = 1
var2 = 2
var3 = "3"
print(var1 + var2 + var3)

Answers

Explanation:

omg it's Python, I don't like it

I would say the answer is 33 or 6

When this logic block is included in a control structure, what must be the
case for the entire condition to be met?
and
OA. One or both of the conditions must be true.
OB. Only one of the conditions must be true.
C. Both conditions must be true.
OD. Neither condition must be true.
CUR

Answers

When this logic block is included in a control structure, for the entire condition to be met, " One or both of the conditions must be true." (Option A)

What is a Control Structure?

The sequence in which individual statements, instructions, or function calls in an imperative program are performed or evaluated is referred to as control flow in computer science. An imperative programming language is distinguished from a descriptive programming language by its emphasis on explicit control flow.

In structured programming, there are three basic control structures. Structure of Sequence Control: This refers to line-by-line execution, in which statements are run in the same sequence as they occur in the script.

In C, there are four types of control statements:

Statements of decision-making (if, if-else)Statements of choice (switch-case)Statements of iteration (for, while, do-while)jump  Statements (break, continue, goto)

In other words, control statements allow users to determine the sequence in which instructions in a program are executed. These enable the computer to make certain decisions, do particular activities repeatedly, or even go from one piece of code to another.

Learn more about Control Structure:
https://brainly.com/question/28144773
#SPJ1

Answer:

I think your asking the and one

the answer to that is

both conditions must be true

i just did it

Explanation:

a model often used when creating a program that begins with the overall task and refines it into smaller subtasks is a(n) group of answer choices none of these blueprint uml diagram hierarchy chart flowchart

Answers

A model often used when creating a program that begins with the overall task and refines it into smaller subtasks is a hierarchy chart.

A hierarchy chart is a model that shows the organization of tasks into subtasks to be accomplished, which helps break down a complex task into smaller, more manageable tasks. It helps in planning, managing, and controlling project activities. A hierarchy chart is a visual representation of the organizational structure of a system.

The hierarchy chart may begin with a general system or program objective and work down to the specific components that make up the system or program. It breaks down a project into manageable components and sub-components, making it easier to organize and manage the project activities, track progress, and monitor resource allocation. Thus, the hierarchy chart is the most appropriate model used when creating a program that begins with the overall task and refines it into smaller subtasks.

Learn more about example of the hierarchy chart https://brainly.com/question/28139625

#SPJ11

capture all or part of the contents of a screen as an image with the _____ button.

Answers

A person can capture all or part of the contents of a screen as an image with the  Screenshot"  button.

What is the contents?

To save what you see on your computer screen as a picture, press a button on your keyboard called "Print Screen" or "PrtScn". The place where this button is found may be different depending on your keyboard, but it is usually in the top right or near other special buttons.

These are the things to do to take a picture of your screen using the "Print Screen" button: Go to the place on your device where you want to take a picture of what you see.

Learn more about  contents    from

https://brainly.com/question/24621985

#SPJ1

How would you identify communication equipment?

Answers

Answer

Explanation:

There should be more context to this question but I would say there is a variety of things that could be seen as communication equipment, such as email, telephone, voice message, through mail.

(25 POINTS)Which statement best reflects the importance of following safety guidelines?

Workplace injuries can result in losses to an organization’s profits.

OSHA responds to complaints of unsafe work environments, and can fine or take negligent employers to court.

Every year, thousands of people die as a result of workplace injuries.

Using equipment safely is faster and makes work more efficient.

Answers

Answer:

I think, Every year, thousands of people die as a result of workplace injuries.

Answer:

B

Explanation:

Consumers get the impression that everyone loves a product when they:

Consumers get the impression that everyone loves a product when they:

Answers

Answer:

C. read positive user reviews grouped together on a company's website.

Explanation:

A product can be defined as any physical object or material that typically satisfy and meets the demands, needs or wants of customers. Some examples of a product are mobile phones, television, microphone, microwave oven, bread, pencil, freezer, beverages, soft drinks etc.

According to the economist Philip Kotler in his book titled "Marketing management" he stated that, there are five (5) levels of a product. This includes;

1. Core benefit.

2. Generic product.

3. Expected product.

4. Augmented product.

5. Potential product.

The core benefit of a product can be defined as the basic (fundamental) wants or needs that is being satisfied, met and taken care of when a customer purchase a product.

Generally, consumers would get the impression that everyone loves a product when they are able to read positive user reviews grouped together on a company's website.

Typically, when a consumer uses a product and derives so much satisfaction from the use of such product, he or she has the opportunity to post a summary of this experience in the comment section of manufacture's or company's website.

Hence, these comments known as reviews may be used subsequently by other consumers to make an informed decision about the company's product.

C. read positive user reviews grouped together on a company's website.

write the order of tasks that each person completes in order to make mashed potatoes in the shortest time. in order to format your answer, write the sequence of tasks each person does, with commas between tasks of one person, and semicolons between task lists of different people. for example, if you submit 0,1,2,4;3,5, person 0 will do tasks 0, 1, 2, and 4 (in that order), and person 1 will do tasks 3 and 5 (in that order). this will take 33 minutes total. you may add spaces, and order the task lists in any order. for example, the autograder will consider the above answer as equivalent to the submission 3,5;0,1,2,4 and the submission 0, 1, 2 ,4 ;3 ,5

Answers

To make mashed potatoes in the shortest time, the tasks can be divided among multiple people. Here is one possible distribution of tasks:

Person 1: Peel and chop potatoes, Boil water, Drain potatoes, Mash potatoesPerson 2: Set the table, Prepare butter and milk, Season mashed potatoe Person 3: Make gravy, Serve mashed potatoes and gravyThe sequence of tasks for each person can be represented as follows:Person 1: Peel and chop potatoes, Boil water, Drain potatoes, Mash potatoesPerson 2: Set the table, Prepare butter and milk, Season mashed potatoesPerson 3: Make gravy, Serve mashed potatoes and gravyNote: The order of the task lists can be rearranged, and spaces can be added for clarity. The autograder will consider answers with equivalent task sequences as correct.

To know more about tasks click the link below:

brainly.com/question/32317663

#SPJ11

How can a user change the range of cells that a Conditional Formatting rule applies to?


A: Clear the rule first and reapply it as it cannot be modified.

B: In the Conditional Formatting Rules Manager dialog box, edit the cell range for the rule in the Applies To section.

C: Clear all rules that have been applied to the worksheet or selected range by clicking on the Clear Rules button.

D: Right-click the cell range and select Update Conditional Formatting Rule from the menu list.

Answers

Answer:

B: In the Conditional Formatting Rules Manager dialog box, edit the cell range for the rule in the Applies To section.

Explanation:

Conditional formatting rule: The term "conditional formatting rule" is described as a technique that allows an individual to apply formatting automatically, for example, data bars, colors, and icons, etc., to one or more than one cells on the basis of the cell value.

Example: If the value is more than $3000, color the cell blue.

In the question above, the correct answer is option-B.

Answer:

B

Explanation:

What are three social
responsible as it relates to computer ethies

Answers

1: Do not use the computer to harm other people's data. 2: Do not use a computer to cause interference in other people's work. 3: Do not spy on another person's personal data.

Q.2. Using your research, discuss the guidelines described for plumbing of houses under the Ontario building code. 5 marks

Answers

The Ontario Building Code is a document issued by the government of Ontario, Canada, that sets out the standards for the construction and maintenance of buildings.

The following are the guidelines for plumbing in homes according to the Ontario Building Code:Vent pipes must be installed for each drainage stack in the house, and they must be connected to the drainage stack by means of a sanitary tee.A P-trap must be installed in the discharge line of all fixtures. To prevent evaporation, it should contain water at all times. It must also have an access plug or cleanout so that it can be cleaned if it becomes clogged.A cleanout must be installed at the base of each vertical drainage stack, which is used to clean out the line if it becomes clogged.A stack vent must be installed for each soil or waste stack in the house, and it must extend vertically through the roof. It must also have a rain cap to prevent water from entering.A water hammer arrestor must be installed near any fixture that could cause water hammer when turned on or off.A drain water heat recovery unit must be installed in all new construction homes to recover heat from drain water that would otherwise be lost.In summary, the Ontario Building Code guidelines for plumbing in homes include the installation of vent pipes, P-traps, cleanouts, stack vents, water hammer arrestors, and drain water heat recovery units.

To learn more about evaporation visit: https://brainly.com/question/24258

#SPJ11

Other Questions
Both instructions and data in a digitalcomputer are represented as binarydigits. True False If you see a tornado or hear a tornado warning, you should take immediate action. Which of the following actions would be a bad choice?Go to a designated shelter.Get under a heavy piece of furniture.Get under an overpass or bridge.Stay away from windows and doors.Cover your head. ellohay ifay ouya peaksay igpay atinlay leasepay espondray hehe When do you need to use the full path to a script in order to run it in powershell? which letter in the mal above represents the river forming Texas border with Oklahoma select one EIBA in this assignment, you will find that this is a good place to alter the current owasp dependency check for the suppression of false-positive reporting. to do so, you will need to create a suppression.xml file and revise the code in the pom.xml file of your software application, in order to change the configuration settings of the dependency check in maven and point to this suppression.xml file. GIVING BRAINLYEST12. Kelly just wanted a cup of coffee, but the coffee machine in the office is on the fritz. This inconvenient situation turns into an epic battle as Kelly won't take "It's broke" for an answer. Join Kelly as she spends the better part of her workday fiddling with the coffee maker in a desperate attempt to get caffeinated.Who is the Protagonist in this story? Who is the Antagonist in this story? What is the Type of Conflict in this Story? The incomes in a certain large population of retail managers have a normal distribution with mean $75,000 and standard deviation $10,000.If four managers are selected at random from this population:What is the abbreviation to show the sampling distribution?(don't use a comma for the numbers in the thousands) use the following ideas to write a paragraph of around 100 words about the negative effects of tourismnegative effect : quality of life of the local community is changed.Changes in lifestyle changeChanges in cultural and traditional practicesChanges in physical structure when societies use trained teachers to pass on specialized knowledge that adults will need for their jobs Problem 5A 300 kg pig is standing at the top of a muddy hill on a rainy day. The hill is 30 m high.A. What is the total initial energy of the pig?B. Half way down the hill what is the KE of the pig?C. What is the pigs speed half way down the hill? ItzBOOM10 here you go Which of the following would our author consider a skill? a.Walking b.Tying a shoelace c.Hitting a tennis ball d.Doing a backflip e.All of the above f.None of the above Brendan and tasia are making a budget. Brendan takes home $2,300 on the 5th and 20th of each month, and tasia receives $4,800 once a month. They make a list of their dedicated expenditures. Explain how each of the following situations would affect a nation's production possibilities curve. a. A technological innovation allows the nation to more efficiently convert solar energy into electricity. b. A prolonged recession increases the number of unemployed workers in the nation. C. A category 5 hurricane destroys over 40 percent of the nation's productive capacity. d. The quality of education in the nation's colleges and universities improves greatly. Answer this question with details and good explanations and you will receive 30 points and brainiest. If you clown on my question I will report you if you have questions feel free to ask in the chat don't answer with a question ok this is a lot of points am running low on patients I keep posting this question and am getting plagiarism answers don't look up the answer if your going to fully copy ok I want clear non copied answers in 20 minutes or i'll take down the question!!!!!1. Explain why failure of the circulatory system would cause failure of the respiratory system & Explain why failure of the respiratory system would cause failure of the circulatory system. Marley surveyed the students in 7th grade to determine which type of social media they most commonly used. The data that Marley obtained is given in the table.Type of Social Media Tweeter VidTok Headbook PicturegramNumber of Students 85 240 125 50Which of the following circle graphs correctly represents the data in the table? a circle graph titled social media usage, with four sections labeled headbook 17 percent, picturegram 48 percent, tweeter 25 percent, and vidtok 10 percent a circle graph titled social media usage, with four sections labeled vidtok 17 percent, headbook 48 percent, picturegram 25 percent, and tweeter 10 percent a circle graph titled social media usage, with four sections labeled tweeter 17 percent, vidtok 48 percent, headbook 25 percent, and picturegram 10 percent a circle graph titled social media usage, with four sections labeled picturegram 17 percent, tweeter 48 percent, vidtok 25 percent, and headbook 10 percent Exercise 3 Underline the adverb or adverbs in each sentence. Then draw an arrow from each adverb to the word or words it modifies. We heard the foghorn twice. Tamara opens up several credit cards accounts at some of her favorite stores to get discounts and save money. What, if any, impact will this have on her credit score? The owner of Hackers Computer Store is evaluating three options - expand at current site; expand to a new site; do nothing over the next five years The decision process includes the following assumptions and conditions - Y= last digit of your L Number. Strong growth has a 5Y% probabity. Weak growth is 100-5Y\% The move to the new site would cost $21Y,000 Annual returns: Strong growth =$195,000, Weak growth =$115,000 Expanding current site would cost $87,000 Annual returns: Strong growth =$190,000, Weak growth =$100,000 Do nothing - $0 return Operating costs for all options are equal Draw a decision tree and evaluate the decision quantitatively Choose a submission type