the act of getting information out of memory storage

Answers

Answer 1

Answer:

'retrieval'

Explanation:


Related Questions

"My pet named Steve."
Who said this?

Answers

Answer:it seems you have said it

Explanation:

....

you did. explanation- ur mom!!

Which 2 tools are useful to remote employees and coworkers.

Answers

Two big useful tools are one, File Storage tools, and two, Project Management Tools.

Why do reviewers consider the context of a work?

A. To analyze whether or not the public will like the work

B. To pick chart all the content presented in the work

C. To research its original purpose and historical background


D. To take notice of one's physical reaction to a media piece

Answers

Answer:

I think the answer is C.

Explanation:

Which of the following tabs on the Ribbon contains the command to add a Quick Part to a document? A Design B Insert C View D Home ​

Answers

The tab on the Ribbon which contains the command to add a Quick Part to a document is: B. Insert.

Microsoft office can be defined as a processing software application (program) that is designed and developed by Microsoft Inc.

Basically, Microsoft office comprises three (3) main software applications and these are:

Microsoft Word.Microsoft PowerPoint.Microsoft Excel.

The Quick access toolbar is a small, customizable toolbar that is designed to contain a set of commands, which are completely independent of the particular tab appearing on the Ribbon that is being displayed to an end user.  

Generally, the command which is designed to add a Quick Part to a document is the Insert tab on the Ribbon.

Read more: https://brainly.com/question/19847875

The command to add a Quick Part to a document is located under the Insert tabs on the Ribbon.

Ribbon:

Microsoft Office is used as the processing software application that's been created and designed by Microsoft Inc. It consists of three core software applications: Word, Excel, and PowerPoint.

Its "quick access toolbar" is still a short, customizable toolbar that includes the set of instructions. It's completely autonomous of the tab that is currently displayed on the Ribbon to the end-user.This Insert tab just on the Ribbon is usually the function that is used to add a Quick Part to a project.

Therefore, the final answer is "Option B", which is Insert.

Find out more information about the Ribbon here:

brainly.com/question/618639

resolution of bitmap graphics is typically measured in

Answers

Answer:

Pixels

Explanation:

The resolution of bitmap graphics is said to be measured in DPI (dots per inch).

What is the measurement  about?

The unit of measurement is often used to tell more about  the resolution of images and it is known to be called DPI (dots per inch).

Therefore, in the above case, The resolution of bitmap graphics is said to be measured in DPI (dots per inch).

Learn more about bitmap from

https://brainly.com/question/21449716

#SPJ6

Choose the term that best completes each sentence.

Using a _______ to write code is often a better option for a visually impaired programmer, since it tends to be more accessible than one with a ________ .

answer choices:
command line interface
graphical interface

Answers

Using a graphical interface to write code is often a better option for a visually impaired programmer, since it tends to be more accessible than one with a command line interface.

What is graphical user interface?

The Graphical User Interface is known to be a very common user Interface that is made up of Graphical representation such as buttons and icons.

In this interface, communication can be carried out through the use of interacting with the icons instead of the usual text-based or command-based communication. A good example of it is the Microsoft operating systems.

Learn more about graphical interface from

https://brainly.com/question/22811693

which of the following are good ways for virtual team members to get to know one another? (choose every correct answer.)

Answers

what are the choicess

which item is developed last in the cyclical design process

Answers

The item that is developed last in the cyclical design process is known to be Prototype.

What is the last step in the design process?

Designers which can be known to be evaluators are said to test the complete product using the best solutions known to be in the Prototype stage.

Note that The item that is developed last in the cyclical design process is known to be Prototype.

Learn more about  design process from

https://brainly.com/question/10039920

#SPJ1

Mood is established by not just images but also sounds, music, and even movements.

A.
True

B.
False

Answers

Answer:

true

Explanation:

The String otherObjects() method relies on the ____________.

a) name.indexOf() method
b) name.equals() method
c) name.compareTo() method
d) name.length()

Answers

B name.equals() method

This feature allows you to adjust your view to see the lower and upper part of a document

Answers

Scroll bar i hope this helps :D

Answer: scroll bar

Explanation: It allows you to change your view from side to side and up and down

:D

Help guys thank you =) ​

Answers

1.LR
2.LR
3.HR
4.LR
5.HR

what function do you need to call to ask the user of the program to enter text?

Answers

Answer:

raw_input() function

The function that one need to call to ask the user of the program to enter text is the readLine function. The correct option is a.

What are the functions of programming?

Code units that are "self contained" and carry out a particular purpose are called functions. Typically, functions "take in," "process," and "return" data and results. Once a function has been written, it can be utilized countless times.

It is possible to "call" functions from within other functions. These coding building pieces are known as functions in programming. There are input and output in every programming function.

The function has instructions that are used to translate its input into output. It is comparable to a cow that consumes grass (the input), converts it into milk, and then is milked by a dairy farmer (the output).

Therefore, the correct option is a. readLine.

To learn more about functions, refer to the link:

https://brainly.com/question/29760009

#SPJ5

The question is incomplete. Your most probably complete question is given below:

readLine

readln

text

println

What is the first step in finding a solution to a problem?

1: Choose a solution.
2:Think of options to solve the problem.
3:Try the solution.
4:Turn the problem into a question.

Answers

Answer:

Can i have a points? Tysmm

Answer:

4: Turn the problem into a question

Explanation:

The first step in solving any problem is to properly define what exactly is the problem.

This is easier said than done simply because we can sometimes only see or notice the symptoms of a problem or the results but not the cause of those symptoms/results. The cause is the real problem which may be very elusive or just too complex to define.

So identifying the actual problem is the most important first step to solving it.

Why is feedback from other people important when you create software?

Feedback connects your software to programming libraries.
Feedback helps you know what is good or bad about your program.
Feedback automatically fixes the errors in your code.
Feedback tells users how to use your software program in the right way.

Answers

The reason why feedback from other people is important when you create a software application (program) is: B. Feedback helps you know what is good or bad about your program.

Software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software programs (applications).

Basically, there are six (6) main stages involved in the creation of a software program and these are;

Planning.Analysis.Design.Development (coding).Deployment.Maintenance.

After the deployment of a software program, the developers usually take feedback from end users, so as to know what is good or bad about their program.

In conclusion, feedback is very important and essential for software developers because it help them to know what is good or bad about a software.

Read more: https://brainly.com/question/18369405

Answer:

k

Explanation:

PLS HELP WITH MY PYTHON HW ILL GIVE YOU BRAINLIEST

Answers

Answer:

class Cat:

   isHungry = None

play = Cat().isHungry = True

eat = Cat().isHungry = False

if play:

   print("I am hungry, I cannot play")

else:

   play = Cat().isHungry = False

if eat:

   print("I am full, I cannot eat")

else:

   eat = Cat().isHungry = True

Explanation:

Just simple if and else statements.

excel creates which type of cell references in formulas by default?

Answers

Answer: relative references

Explanation: By default, all cell references are relative references. When copied across multiple cells, they change based on the relative position of rows and columns. For example, if you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2.13 may. 2020

b. 2 and 22
function,
13. To input a decimal you need the
a. float
b. int
C. str
d.
val


Python

Answers

Answer:

i think the answer is c so yea

13. WHICH OF THE FOLLOWING IS INVOLVED IN CREATING A DOCUMENT? *

SAVING AND STORING
ENTERING TEXT
FORMATTING TEXT
ALL OF THE ABOV

Answers

Answer:

All of the above

Explanation:

Hope this helps...

what does the term attenuation mean in data communication?

Answers

Simple Answer: Loss of signal strength

Information: Attenuation is the loss of signal strength in networking cables or connections

how many levels of heading tags are allowed in html?

Answers

Answer:

six levels

Explanation:

HTML defines six levels of headings. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.

Answer:

six levels

Explanation:

When it comes to credit scores, why is having a
thin file NOT good?
What reasons might an 18-year-old have for
his/her thin file?

Answers

Answer:

credit karma

Explanation:

karma is -69

drawing tablet cursor goes to top left corner of screen when pen is away

Answers

Answer:

This is just my opinion I think the answer might be A

1. The correct definition of ergonomics is: (a) The correct way to position your feet when in front of electronic equipment. (b) How to use a computer to view safety software. O (c) The creation and adjustment of products and systems, so that they are comfortable and safe for day to day use. (d) The creation of products and systems that will not be so comfortable so as to cause the user to fall asleep while using it.​

Answers

Answer:

I'd assume it's C.

Explanation:

hope this helps!

heyyyyyy who likes anime​

Answers

Answer:

You apparently

Explanation:

Answer:

I don't like anime I love it

what is a for command? can u use a variable instead of a number in the for command!

Answers

Answer:

A for loop is a block of code where a certain instruction repeats a certain amount of times.

Yes, you can use a variable instead of a number in a for loop.

Explanation:

For example, you're using a for loop and you want to repeat it a certain amount of times, but you want to take user input. You would ask the user for their input and assign it to a variable, then use that variable for the for loop.

Explain the working principle of computer with suitable diagram.

Answers

Based on the instructions given, a computer receives data through an input unit and sends it back through an output system after it processes the data. ... Once the data is obtained, the central processing unit (CPU) takes over and processes the information it was provided along with the aid of other components.

The slogan "You deserve a break today" is an example of a

Answers

Answer:

c trademark

Explanation:

what is the term used to describe image file that contains multiple small graphics?

Answers

The answer sir should be Sprite

Ray owns a gaming cafe where users can play video games on computers. These games involve rich graphics and need high processing to function. What type of client does ray use for games in the gaming cafe.

Ray uses a(n) _____ client for the video games.

Answers

Answer:

thick

Explanation:

i took the test and got it right

Other Questions
Invest in what you know than what you dont know: I need 3-4 sentences on this PLEASE HELP ME Solve for x. 2x/3 +1=3O x =6O x =3O x = 1 1/3O x = 2 2/3 Graph and find the area of the figure with vertices (3, 2), (2, 1), (1, 1), (0, 2). A true/false test has 20 questions on it. What is the probability that you get at least 18 right by purely guessing? Activity Give the exponential model for the following situation What lesson you learned from how Hercules Mulligan lived 1. What is the main idea of this selection?a. Explanation of the USGA's latest food guidance resourcesO b. Explanation of the USGA's latest guide for exercise and fitnessO c. Explanation of nutrition as a career choice plz help i will give brainlyest Do you believe the mass deportation of immigrants in the United States is similar or different from the Acadian Expulsion? Explain your reasoning. How is electricity helping crocodiles in South Florida The temperature at which a solid melts is the same as the temperature at which its liquid form solidifies (true or false) A bag of M&Ms has 7 red, 2 green, 3 blue, and 8 yellow M&Ms. What is the probability of randomly picking: (Round to 4 decimal places) 4 Which graph shows x and y in a proportionalrelationship?A y3530252015105 500 1 2 34 5 6 7 8B.Helicopter353025Height (meters)201510500 1 2 3 4 5 6 7 1Time (seconds)C.Ticketsy y140120100Cost (dollars)8060102000 1 2 3 4 5 6 7 8Number of ticketsPizzas353025Cost (dollars)201510500 1 2 3 4 5 6 7 xNumber of pizzas How would this poem BEST be presentedin dramatic form?A. as a monologue, staged on the deckof a shipB. as a scene with two charactersC. as a crowd scene, with observationsfrom the people on shoreD. as a play, showing what happenedbefore and after the ships arrival if x is the exterior angle and 70 and 50 are its opposite interior angle of a triangle find x please help me B. Arrange the following steps in Creating a Cartoon Characte numbers 1-5. Write your answer on a separate sheet of paper. Use callouts for dialogue. Start out small by using a smiley face, then work your way figure. Use these steps to make one decent cartoon. Think of the cartoon you want to make. To make it seem like your character is entering the room, task pane. (this should be under the view tab) and go to t Animation tab. Discussion TopicIn this unit, you examined how authors keep us on the edge of our seats through mystery, tension, and surprise.From your reading, which texts were successful in keeping you engaged through mystery, tension, and surprise? Why were the authors of those texts so successful?Think about a technique authors can use to create mystery, tension, and suspense. Compare and contrast how two authors from this unit used that technique. You may wish to connect their technique to plot, theme, or another literary element you studied this unit. Which of these authors kept you most on the edge of your seat and how?In this unit, you explored how authors draw upon or transform source material or older works. What changes did you notice after the authors transformed the source material? How did the transformed materials engage a new audience?Text's: Games at Twilightby Anita Desai-"New Chicago"by Kelley Armstrong-The Monkey's Pawby W.W. Jacobs True or False: Georgia's government collects both tax and non-taxrevenues Juanita es _____ de Argentina If you do not know about the Tyler Clementi case, search up "Private Moment Made Public, Then a Fatal Jump" by The New York Times.After you've read that, what actions could have saved this young individual's life? How to factor 3x+3x-36