# 5.3 Computing Bias

## Enduring Understanding

While computing innovations are typically designed to achieve a specific purpose, they may have unintended consequences.

## Learning Objective

Explain how bias exists in computing innovations.

## Essential Knowledge

Computing innovations can reflect existing human biases because of biases written into the algorithms or biases in the data used by the innovation.

Programmers should take action to reduce bias in algorithms used for computing innovations as a way of combating existing human biases.

Biases can be embedded at all levels of software development.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.csprinciples.com/big-idea-5/5.3-computing-bias.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
