What is abstraction and how does it relate to how computers store information?

Answers

Answer 1

Answer:

Definition - What does Abstraction mean?

Abstraction is a fundamental principle in some types of computer science. It is a key design aspect of object-oriented programming languages and application programming interfaces. It's also one of the least understood ideas in programming, partially for semantic reasons.

PLEASE MARK BRAINLIEST

Abstraction is commonly defined as the extraction of relevant information from a larger data set, where utilizing abstraction allows engineers and others to simplify a codebase.

Techopedia explains Abstraction

The reason this is confusing to many people is that abstraction doesn't “sound like” what it is, semantically. It sounds like making something more vague, because that's how we use it in general language.

However, in computer science, abstraction typically means simplification and separating the signal from the noise in order to make programming more efficient and effective.

Explanation:

Answer 2
The guy is right above me mark him brainiest

Related Questions

Which of the following did you include in your notes?
Check all that apply.
how you will keep costs down
how you will offer a better product
how you will be innovative in what you offer
Id
Economía

Answers

Answer:

How you will be innovative in what you offer

Explanation:

personally I think all 3 but it is what it is

Give ways on how to effectively save.​

Answers

Answer:

Explanation:

say goodbye to debt. Monthly debt payments are the biggest money suck when it comes to saving. ...

Cut down on groceries. ...

Cancel automatic subscriptions and memberships.

Organizational Units are Active Directory __________ into which you can place users, groups, and computers. policies domains buckets containers

Answers

Answer:

containers

Explanation:

Organizational units are used to segment or assign objects in the Active Directory into their different locations. Just like files are arranged in folders, so also can objects in the Active Directory such as users, groups, and computers be assigned to different locations. It is like a container where objects are stored.

When the organizational unit is set up, by default, the users and computers account are created into which new users and computers are placed.

how to promote CPA offers without a website?

Answers

Answer:

Report Promote Marketing For CPA Offer: Article advertising is the same as blog entry advancement. Agree to take some excellent article accommodation destinations and begin submitting encouraging posts. Compose articles that are by one Way or another pertinent to your exclusive CPA offer

Explanation:

:)

Why is user testing ah important part of the design process

Answers

Answer:

The general description of the whole of the general concept is described below.

Explanation:

Usability testing would be an important part including its customer construction business it allows users to see what works and where it doesn't function properly with someone's design elements. Keep challenging yourself to provide much more of your workshops through using at least yet another novel concept from that kind of blog post during your very next or even first and another round of research.

Plz help doe today 15 points

Answers

Answer:

there nothing in the doc

Explanation:

Define a function compute_gas_volume that returns the volume of a gas given parameters pressure, temperature, and moles. Use

Answers

Question:

Define a function compute_gas_volume that returns the volume of a gas given parameters pressure, temperature, and moles. Use the gas equation PV = nRT, where P is pressure in Pascals, V is volume in cubic meters, n is number of moles, R is the gas constant 8.3144621 ( J / (mol*K)), and T is temperature in Kelvin.

Answer:

This solution is implemented in C++

double compute_gas_volume(double P, double T, double n){

   double V = 8.3144621 * n * T/P;

   return V;

}

Explanation:

This line defines the function, along with three parameters

double compute_gas_volume(double P, double T, double n){

This calculates the volume

   double V = 8.3144621 * n * T/P;

This returns the calculated volume

   return V;

}

To call the function  from the main, use:

cout<<compute_gas_volume(P,T,n);

Where P, T and n are double variables and they must have been initialized

An authentication system based on the physical characteristics or behavioral tendencies of an individual is the definition of biometrics. True False

Answers

Answer:

True.

Explanation:

In Computer technology, authentication can be defined as the process of verifying the identity of an individual or electronic device. Authentication work based on the principle (framework) of matching an incoming request from a user or electronic device to a set of uniquely defined credentials.

Basically, authentication ensures a user is truly who he or she claims to be, as well as confirm that an electronic device is valid through the process of verification.

Hence, an authentication system based on the physical characteristics or behavioral tendencies of an individual is the definition of biometrics.

In Computer science, some examples of tools or elements used for performing user authentication are biometrics scanner, smart cards, digital certificates, picture passwords, magnetic stripes etc.

What colorful format should you use to bring attention to an important sentence or phrase
Font size
Highlight
Italicize
Underline

Answers

Answer:

Highlight

Explanation:

Answer:

Highlight

Explanation:

A(n)
is a fast compute with lots of storage. pls help

Answers

Answer:

That last answer was amazing, but the answer you're looking for is server

Explanation:

On a network, a server is a computer that distributes files to numerous clients. The opposite of storage is a device where you keep data that you can access when you require it.

What is the role server in fast compute with storage?

A cloud server is a pooled, centrally placed server resource that is hosted and made available through an Internet-based network—typically the Internet—for use by a variety of users.

The same ways that a traditional physical server would be able to provide processing power, storage, and applications are also possible with cloud servers.

One system may include both servers and storage. The purpose of storage is to provide long-term access to files. Distributing work, sharing resources, and exchanging data are the duties of a server.

Therefore, a server is a fast compute with lots of storage.

Learn more about server here:

https://brainly.com/question/28560376

#SPJ2

Write a method named swap that takes an int parameter followed by a double and prints them in the reverse order. For example, calling swap(4, 7.5) would print 7.5 4.

Answers

Answer:

Explanation:

The following code is written in Python and does exactly what is being asked in the question. It creates a function/method that takes in two parameters one int and one double, and prints them in reverse order. Double first and the Int second

def swap_numbers(int_num, double_num):

   print(double_num, int_num)

The  method named swap that takes an int parameter followed by a double

and prints them in the reverse order is as follows:

def swap(x, y):

   print(y, x)

swap(4, 7.5)

The code is written in python

A function/method is declared in python.

This method accept two parameters x and y.

The parameters accept integers and double(float) respectively.

Then we call the functions/method with its parameters.

learn more: https://brainly.com/question/19880203?referrer=searchResults

2.You have been specifically asked to implement a stream cipher. Which cryptographic algorithm could you use

Answers

Answer:

symmetric-key cryptography

Explanation:

There are two types of cryptographic algorithms, the public key algorithm which uses a public key to encode a message before transmission and a private key to decode the message after transmission, and the private key or symmetric key algorithm which uses a private key to both encode and decode a message.

Which of the following do plant cells need for photosynthesis to take place
A. Oxygen
B.glucose
C. Light energy
D. Chemical energy

Answers

Answer:

C. Light energy

Explanation:

The process that allows you to copy data from another source file to a database without having to open the sources file is called

Answers

Answer:

Importing.

Explanation:

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.

In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores.

This ultimately implies that, a data dictionary found in a computer database system typically contains the records about all the data elements (objects) such as data relationships with other elements, ownership, type, size, primary keys etc. This records are stored and communicated to other data when required or needed.

Basically, when a database management system (DBMS) receives data update requests from application programs, it simply instructs the operating system installed on a server to provide the requested data or informations.

The process that allows you to copy data from another source file to a database without having to open the sources file is called importing.

Hence, import is a computer feature that avails users the ability to copy data directly from another source file to a database without opening the source file and as such is less cumbersome and saves time.

To exclude members of a group from the basic permissions for a folder, which type of permission would you assign? Deny Allow Modify Read & Execute

Answers

Answer:

Deny

Explanation:

Under the New Technology System, the Deny permission is applied when the administrator wants to overrule the permission given to members of a group. The Allow and Deny options help in regulating access to the components of the system. Only authorized groups are granted access to the files.

Most times, the Deny permission is considered before the Allow permission. If the user is denied access to some files and granted access to some, the deny permission is most times considered first.

What are the two extra registers that the fetch decode execute cycle uses to communicate with memory outside of the chip?

Answers

Answer:

Memory address register

Memory buffer register

Explanation:

In c/c++, the processor consists of mainly five stages.

FETCH DECODE EXECUTE MEMORYWRITE BACK    

The memory address (MAR) register is a register where memory locations are being stored and where instructions are being fetched from the memory.

The memory buffer register (MBR) specifically enables the storage of data that are fetched or to be written in the memory.

For a computer to deliver continuous media it must guarantee the specific rate and timing requirements, also known as _____________.

Answers

Answer:

Quality-of-Service (QoS) guarantees

Explanation:

This task for a computer is known as Quality-of-Service (QoS) guarantees. This is basically a protocol that is built into a specific product or service which analyzes that application process and makes sure that everything is correct. This would include the rate and timing requirements that need to be met in order for the computer to deliver the continuous media. If this is not the case certain actions can be implemented using the data provided to fix this issue.

Can anyone give me $2 (Reddem code/Promo Code)​

Answers

I can give you 10% off at makeup stores? Where would you like the code for?

2. A __________ is a single function that the program must perform in order to satisfy the customer.

Answers

Answer:   A software requirement is a single function that the program must perform in order to satisfy the customer.

Explanation:

A program is a set of instructions or commands that are required to perform a job.  So before programming , we should know what we want our program to do so we can do it and then verify it.

The set of required tasks in our program is called as software requirement.

These are agreed by the customer and the developer before hand. Each software requirement describe a single wanted functionality from our program.

pls help
Will give brainlest Ashton assigned a string value to a variable. Which program statement should he use?


2bookName = "Brave New World"

Book Name = "Brave New World"

bookName = "Brave New World"

bookName! = "Brave New World"

Answers

Answer:

I think its B bookName! = "Brave New World"

Explanation:

Answer:

B: Book Name = "Brave New World"

Explanation:

What software application can be used to send and receive email messaging and management appointments in calendar's
Excel
One drive
Outlook
PowerPoint

Answers

Answer:

Outlook

Explanation:

5. Give an example of a database application that has hundreds of users and a very large and complicated database.

Answers

Answer:

IBM DB2

Explanation:

Database Applications are separate applications that do not have a specific database, instead, they are used to be able to manipulate any database that you have access to. One very popular database application that has hundreds of users is IBM DB2. This database application was created by the company IBM which is a multinational company and can even be used to access their own database which is extremely large, and as any database the larger it is the more complicated it is as well since there is more data to sift through

PLEASE HELP PLS HELP GUYS PLEASE HELP THIS IS DUE IN 5 MINUTES GUYS PLS HELP I WILL GIVE BRAINLIEST FOR PROPER ANSWER


List four "beliefs" in which evolutionary scientists place their faith when supporting the theory of evolution. Use complete sentences.

Answers

Answer:

The four belief systems of the example in the case throughout the question are described elsewhere here.

Explanation:

The belief that perhaps the average temperature of the globe has never significantly altered. The belief inside of an undiscovered or unidentified very first-life species. Belief throughout the hypothesis that human existence had begun mostly in the seafloor. The belief that human existence has managed to transform from concrete to abstract.

Answer:

answers are down below

Explanation:

One aspect in which evolutionists place their faith is the geological column. If you examine a chart of it, you will notice a trend. As you go deeper into the geological column, the fossils found there to get more and more "simple". On the surface of the geological column, scientists have found more complex life forms. This trend suggests that organisms evolved, and the geological column represents this trend in chronological order. However, this data could be used against evolution as well. Therefore, it is inconclusive. If you believe the sedimentary rock formed so rapidly due to the biblical flood, this is evidence against evolution. If you believe rocks formed according to the observations of Charles Lyell, then this could be evidence for evolution. It all depends on how one interprets the data.

Another aspect in which evolutionists place their faith is something they call "intermediate links" Intermediate links are supposed to indicate a transitional form between two different creatures to show that they evolved. For example, evolutionists state that the creature Archaeopteryx is the transitional form between reptiles and birds. Another example of a transitional form found is the Australopithecus afarensis, which is supposed to be the transitional form between apes and humans due to similar bone structures and that this creature was bipedal like us humans.

Another belief evolutionists have to support the theory of evolution is the science of structural homology. Structural Homology is a science that studies similar structures in different organisms. For example, if you examined the forearms of a bat, bird, porpoise, and human, you would find that they have similar forearm structures, They all have a radius, humerus, ulna, carpals, metacarpals, and phalanges. This indicates that all these creatures evolved from a common ancestor due to their strikingly similar structures.

Another aspect in which evolutionists place their faith is in the science of molecular biology. You see, all organisms contain a common protein called cytochrome C. Cytochrome c performs the same basic function in every organism. It is possible to calculate the percentage difference between the cytochrome c in each organism. Evolutionists have created a table that shows the percentage difference between a few different species of organisms. What they found appeared to indicate an evolutionary trend. However, more research shows that this data is highly flawed. If you calculate the percentage difference of this protein between a horse, pigeon, tuna, silkworm moth, wheat, the yeast and compared it to a bacterium ( the "simplest" life form) you would find that all these organisms are almost the same percent different from each other, indicating individual species rather than evolving from a common ancestor. All of these assumptions stated above can be evidence for or against evolution. It all is determined by how someone interprets these facts. I hope this helped you! Good luck :)

If you convinced your teacher to give you an extension on an assignment, what would this situation be an example of? OA. Generalization O O B. Prediction C. Drawing conclusions D. Rhetoric

Answers

Answer:

D. Rhetoric

Explanation:

Just trust me....okay!?......okay

The cloud-based office suite will also work when users are offline.
Describe how this is possible.

Answers

Answer:

This is possible because the the system is managed by a third party and so the users  don’t have to be online all the time for the office suite to work.

 

Explanation:

Hope this helped, I was stuck on this too :)

Cloud-based office suites, such as Microsoft Office 365, offer offline functionality through a technology called "offline access" or "offline mode."

When users are online, their files and documents are automatically synced and stored in the cloud, accessible from any device with an internet connection.

However, to enable offline access, the cloud-based office suite downloads a copy of essential files and data to the user's device.

This cached version allows users to continue working on their documents, spreadsheets, or presentations even when they are offline or experiencing internet connectivity issues.

Once the device regains internet access, the changes made in offline mode are automatically synced back to the cloud, ensuring seamless collaboration and data integrity.

Know more about office suite;

https://brainly.com/question/24207427

#SPJ5

What tab on the Ribbon would you select to create a Photo Album?
Design
Animation
Home
Insert

Answers

Answer:

It would be the last one Insert

Explanation:

I just know

Identify the device used to convert an information signal to a signal compatible with the medium over which it is being transmitted.

Answers

Answer:

A modulator

Explanation:

This device is called a modulator and it does the task of modulation. The act of modulation influences data information on the carrier, allowing signal to be sent over a bandpass frequency range.

The Modulator is what controls an input audio signal which is called a carrier. It does not make a sound. What it does instead is to change the original carrier sound wave. The work of the Modulator as evident in the question is the conversion of information signal to a signal compatible with the medium over which it is going to be transmitted.

What are the characteristics of desktop alerts in Outlook 2016? Check all that apply.
On-screen notifications will pop up for new emails, meeting invites, and new tasks.
Email pop-ups will display the sender's name, subject, and a small bit of the message.
Reading the pop-up alert is the best way to read email messages.
Desktop alerts cannot be turned off.
O Sound notifications can be customized.

Answers

Answer:

A & B

Explanation:

Answer:

A. On-screen notifications will pop up for new emails, meeting invites, and new tasks.

B. Email pop-ups will display the sender’s name, subject, and a small bit of the message.

E. Sound notifications can be customized.

Explanation:

this is for Outlook 2019

Are you prepared for a terrorist attack?

Answers

Answer:

Uh, no probably not. I would be doomed.

make sure im first,

Enumerate the four basic mathematical operations and their corresponding Excel operators.

Answers

Answer:

The four basic mathematical operations are Addition, subtraction, multiplication, and division.

Explanation:

Consider the provided information.

The four basic mathematical operations are Addition, subtraction, multiplication, and division.

Their corresponding Excel operators.

Addition: If you want to add 2 numbers in excel, for example, 3 and 5. use the operation

=3+5

Then press enter.

Subtraction: If you want to subtract 2 numbers in excel, for example, 5 and 3. use the operation

=5-3

Then press enter.

Multiplication: If you want to multiply 2 numbers in excel, for example, 3 and 5. use the operation

=3*5

Press enter.

Division: If you want to divide 2 numbers in excel, for example, 3 and 5. use the operation

=3/5

Press enter.

Hence, the four basic mathematical operations are Addition, subtraction, multiplication, and division.

Other Questions
(-1/4x-2/3)-(1/2x+1/6) show work no troll answers mark brainlest. write a summary of Sweet Land of Conformity? Multiple ChoiceFind the area of the trapezoid,14 mm15 mm36 mmO A. 270 mm? 1. What do the letters suggest about Oreste Solas reason for immigrating to Argentina? 2. How do Oreste Solas experiences in Argentina reflect a degree of continuity in his life and future prospects? 3. How do Oreste Solas experiences in Argentina reflect a degree of change in his life and future prospects? 4. What larger economic and historical contexts surround Oreste Solas experiences in Argentina? 5. How do the experiences that Oreste Sola describes in his letters fit into the larger global changes that occurred in the late 19th and early 20th centuries? Part 2: Responding to a Short Writing PromptRead the letters from Italian immigrant Oreste Sola in the Worlds of History student reader on pages 83643. Then, write a one-paragraph response to the following prompt. The paragraph must include a claim/thesis, contextualization, and at least five pieces of reasoning and evidence in support of the claim/thesis.Prompt:Evaluate the extent to which the letters from Oreste Sola reflect both continuity and change. 3. The author mentions the stick bug in order to....... * The popularity of Walden helps to validateA) the need for historical records.B) the appeal of Thoreaus writing and his subject matter.C) the value of conservation efforts run by local governments.D) the changing nature of wilderness. Erin is writing about the history of sonnets. Which is a fact Erin can include?A: Shakespeare was the first to create poetry as a sonnetB: Shakespeare was a poet who wrote only in sonnet formC: sonnets were invented in Italy before Shakespeares timeD: sonnets were created by poets who wrote without rhyme patterns Help omggg jdeekeekekekekeieieieieieoi. Dont wanna be mad at Solve the inequality:6(2y - 4) + 2.6 > 14.7 How do enzymes affect substrates? Because commercial farms use modern technology, a small number of workers can _____.1 raise enough food for an entire country2 live without goods and services 3 feed only the farmers families4 turn a developed nation into an undeveloped one Is 3/8 equal to 6/16 HELP PLZZZZ!!! 45 pointsSelect the correct answer from each drop-down menu.El padre de mi padre es mi abueloEl hijo de mi ta es mi___La madre de mi madre es mi abuelaEl hijo de mi padre es mi____La hija de mi to es mil_____ 2,640/k=11 what is the value of k How does Johnny represent the qualities of integrity and answer at least one of those questionsfor Ponyboy? (The quotation above asks pretty much the same question.)Write a paragraph using TWO examples from the book to support your idea.5 points for each well explained example, 5. Give an example of a database application that has hundreds of users and a very large and complicated database. on sale, boxes of cereal cost $11 for 4 boxes, $24.75 for 9 boxes, and $33 for 12 boxes. Predict the cost of twelve boxes. Please Help Me!!!!!! According to the graph, what is the value of the constant in the equationbelow?A. 0.25B. 0.5C. 1 D. 2 Tonya is riding a motorcycle that goes from 30 m/s to 75 m/s in 5s. She is heading south to Florida. What is her acceleration?