the act of getting information out of memory storage

Answers

Answer 1

Answer:

'retrieval'

Explanation:


Related Questions

What format can be applied to text in Excel?

Answers

Answer:

You can apply accounting format,date,numbers, currency, percentage or even fraction

Explanation:

What is wrong with the following code? publicstatic char grade(int score) { if (score >= 9) { return 'A'; } else if (score >= 8) { return 'B'; } else if (score >= 6) { return 'C'; } else if (score > 4) { return 'D'; } else if (score < 4) { return 'F'; } }

Answers

Answer:

c) No return statement for all possible logic paths

what is know of father of computer

Answers

Answer: Charles Babbage is the father of the computer.

Explanation:

who want to play quzzies the code is 124 3142

Answers

Answer:

22

Explanation:

11+11=22

which mathematician is regarded as the first computer programmer?

Answers

Answer:

Ada Lovelace

Explanation:

Which statement correctly describes one aspect of the team's commitment at the end of PI Planning?​

Answers

The statement that describes one aspect of the team's commitment at the end of PI Planning is a team does not commit to uncommitted objectives.

What does teams do in pi planning?

PI planning are known to be a kind of face-to-face events that are held every  8-12 weeks after the former PI event was held.

In this event, a lot of teams do come together to map out, plan and set out the work that they needs to do, review backlogs, discuss which features will benefit them , form or update their product roadmap, and others.

Learn more about PI Planning from

https://brainly.com/question/6500846

Program to count how many even and odd number are in the range from M to N using C++ programming language

Answers

Answer:

#include<stdio.h>

#include <iostream>

using namespace std;

 

int main(){

   int number, min, max;

   cout << "Enter the minimum range: ";

   cin >> min;

  cout << "Enter the maximum range: ";

   cin >> max;

   cout << "Odd numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 !=0)

            cout << number<< " ";

   cout<< "Even numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 ==0)

            cout << number << " ";

 

   return 0;

}

Explanation:

First of all, we take declare two variables. one as the lowest number of the range and the other as the upper limit of the range (in this case: min and max). We declare another variable (number) and store in it the lowest number of the range (min). To check whether the number currently stored as the value of the variable (number) is even, we take in account the remainder of that number divided by 2. If the remainder does not equals 0, we print that number as odd. We again check the remainder by dividing the number by 2. If the remainder does equals 0, we print that number as even.

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

1. Which of the following deals with the aspects of health and safety in the workplace? A. Mental health B. Occupational health C. Physical health D. Psychosocial health 2. It pertains to an event that may cause harm to an individual, such as chemicals, electricity, open drawers, and inadequate ventilation. A. Disease B. Disorder C. Hazard D. Risk 3. What refers to the possibility of being exposed to dangers, harm, or loss? A. Disease B. Disorder C. Hazard D. Risk 4. What hazard comes from exposure to animals, people, or infectious materials? A. Biological B. Chemical C. Physical D. Psychological 5. Which of the following is NOT an effect of chemical hazards? A. Allergic reactions B. Low self-esteem C. Skin irritation D. Skin or eye burns 6. Which of the following is a life-threatening effect of a psychological hazard? A. Depression B. Deterioration of performance C. Loss of concentration at work D. Loss of self-confidence​

Answers

Answer:

1. C

2. C

3. D

4. A

5. B

6. A, B, or C either one might happen

Explanation:

what the answer is have been stuck for 4 hours on this questoin its sience

Answers

Answer:

what the question?

Explanation:

when is not appropriate to be funny in a headline

Answers

Answer: I it is something serious like the death of a person then you should not be funny

Bob gets an e-mail addressed from his bank, asking for his user ID password. He than notices that the e-mail has poor grammar and incorrect spelling. He calls his bank to ask if they sent the e-mail, and they promptly tell him they did not and would not ask for that kind of infromation, What is this type of attack called

Answers

Answer:

A Fraud Attack(or scam :D)

Explanation:

EZ answers friend and put THANKS in my profile

you can resize a row in a table by dragging the ____.

Answers

Answer:

desk

Explanation:

You need more backround information i dont know what u talking about

Which term describes a protocol to manage a network, able to configure a network, monitor activity, and control devices?

A: Internet Message Access Protocol (IMAP)
B: Simple Network Management Protocol (SNMP)
C: Post Office Protocol version 3 (POP 3)
D: Simple Mail Transfer Protocol (SMTP)

Answers

The answer is c post office protocol version 3 (POP 3)

Answer:

Simple Network Management Protocol (SNMP)

(Confirmed on EDGE)

I hope this helped!

Good luck <3

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

An analog video is a video signal transmitted by an analog signal, captured on a (blank)

Answers

Answer:Analog component signals are comprised of three signals, analog R′G′B′ or YPbPr. Referred to as 480i (since there are typically 480 active scan lines per frame and they are interlaced), the frame rate is usually 29.97 Hz (30/1.001) for compatibility with (M) NTSC timing.

Explanation:

60 POINTS
Complete the sentence.
When we use the internet, our personal information becomes ________.
A. public
B. accessible
C. private

Answers

Answer:

Answer should be accessible .

Answer:

accessible

Explanation:

got it right on edge

Pasta is best if cooked and served immediately. What do you need to
do to follow this golden rule in presenting pasta dishes?

Answers

sprinkle a little bit of cheese on there, maybe add a few meatballs.

hard disks use tracks, sectors, and cylinders to store and organize files. true or false?

Answers

Answer:

True!

Explanation:

Thats why if you drop a Hard Drive it might make a whirring noise when you plug it in again, its trying to move the "Arm" but you broke it.

However this does not apply to SSD (Solid State Drives) that use digital storage like a SD card for example

help help help

Read the list of courses from a technical school (w3schools).

Which courses would prepare for you for a career in web development?
(Choose more than one answer)

Designing for Usability
Introduction to Networks
Technical Writing
Cybersecurity

Answers

The courses that would prepare you for a career in  web development are:

Designing for UsabilityTechnical Writing

To prepare for a career in web development, the following courses from a technical school like W3Schools would be beneficial:

Designing for Usability: This course focuses on user-centered design principles and techniques, teaching you how to create web interfaces that are intuitive, user-friendly, and visually appealing. It covers topics such as user research, information architecture, wireframing, and prototyping.Technical Writing: Effective communication is crucial in web development. This course teaches you how to write clear, concise, and well-structured technical documentation. You'll learn about writing for different audiences, organizing information, using appropriate language and style, and documenting code and processes.

Taking these courses will help you develop important skills for a career in web development. Designing for Usability will enhance your ability to create user-friendly websites, while Technical Writing will improve your communication skills, enabling you to document and explain your work effectively.

Courses like Introduction to Networks and Cybersecurity may be valuable in other IT fields, but they are not directly related to web development and may not be as relevant to this specific career path.

For more such question on Designing

https://brainly.in/question/56183783

#SPJ8  

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.

in which type of computer parallel processing is possible

Answers

Answer:

(Hope this helps can I pls have brainlist (crown)☺️)

Explanation:

Parallel processing may be done on any system with more than one CPU, including multi-core processors, which are prevalent in today's computers. Multi-core processors are integrated circuit chips with two or more processors for improved performance, lower power consumption, and more efficient multitasking.

We take in numerous distinct types of information at the same time in parallel processing. This is especially true when it comes to vision. When you see a bus approaching, for example, you can perceive its colour, form, depth, and velocity all at once. It would take far too long if you were to evaluate each item individually.

What is the name of the file manager in Microsoft Windows?
The file manager used in Microsoft Windows is

Answers

Answer:

The File Explorer. Hope this helped! <3

Explanation:

What is 11100111 to decimal form?

Answers

Answer:

231

Explanation:

Answer 111001.11
Work
11100111/100= 111001.11

The helium and hydrogen on Saturn is most likely

A
plasma.

B
liquid.

C
solid.

D
gas.

Answers

Answer:

gas is the right answer

pls mark me as brainliest

Answer: B

Explanation: brainliest plz sorry if im wrong

HELPPP PLEASE

Html can be used to create complicated mobile applications
True or false

Answers

it might be true because it’s technically a programming language so having knowledge on it can help you create mobile applications

plsssssssss help me​

Answers

Answer:

1. physical hazard

2. psychological hazard

3. biological hazard

4. physical and/or psychological hazard

5. chemical hazard

6. physical hazard

7. chemical hazard

8. biological hazard

Explanation:

You do the rest

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

plz help me

Marie has never used a word processor. in 3 to 4 sentences describe how she could benefit from using a word processor to complete school writing assignment.​

Answers

Her info would be clear to read. This means it cold flow better, and make more sense when reading it. If she didn't use it, she might have unclear sentences.

Explain what are Graphics Cards

Answers

Answer:

Graphic Cards are designated to make the pc have more FPS and actually power (It's not actually accurated, but you may search on the internet)

Other Questions
como se escribe 654,007,000 en letra write down the prime number between 60 and 70 help me please please At a race car driving event, a staff member notices that the skid marks left by the race car are10.99 m long as it comes to a stop. The very experienced staff member knows that thedeceleration of a car when skidding is -42.61 m/s2. What can the staff member estimate forthe original speed of the race car if it came to a stop during the skid? of nigeria, kenya, and south africa, which has the most stable government? 5. Officer Williams patrols in a mostly Hispanic neighborhood. Although he has worked in the community for several years, he does not speak Spanish andknows very little about the culture of the citizens he is supposed to serve and protect. After a few complaints, Officer Williams's supervisor has asked that hetake a professional development training course. Which one might he best benefit from?a course on how to communicate assertivelya course on how to keep your composurea course about cultural awarenessOa course on decision-making solve the inequality(x+5)^20 Discuss why insecticide sprays are ineffective in the fight against Zika and why scientists are looking for alternatives. please please help asap!! 19 points someone buy my a iphone 8+ plsssss for school whats the solution of 4-|x| = 1 Parallelogram BCDE with vertices B(2, -3), C(6,-4), D(7.-6), and E(3.-5):a) 270 counterclockwise rotation about the point (1,-2)b) translation along the vector (0,8) this city is in one of the few areas with moderate rainfall in north africa What was the significance of the Battle of Stalingrad? In a circle, an angle measuring 2.2 radians intercepts an arc of length 34.9. Find the radius of the circle to the nearest 10th. Which of the following relations is not a function?{(0,0),(1,0),(2,0)}{(1,2),(3,-5),(-1,7)} {(7,-1),(3,-2),(5,-2)}{(-1,3)(4,2),(-1,5)} give an information on hurting emotions Q4. What are the different ways in which human being use rocks ? Select the correct answer from each drop-down menu.To attend a basketball game, an adults ticket costs $35 and a childs ticket costs $25.If c children and 3 times as many adults go to the game, the expression represents the amount they spend in dollars on tickets. If the number of children who go to the game is 2, it costs the group for the tickets.Reset Next Use the word doubtfully in a sentence y aren't nobody helping me outAND GIVE ME A GOOD EXPLANATION PLEASE I REALLY NEED THIS I DONT WANT ZERO IT DUE TOMORROW