-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimpact.html
More file actions
23 lines (23 loc) · 1.3 KB
/
impact.html
File metadata and controls
23 lines (23 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/assets/favicon.png">
<title>Impact on Modern Computing</title>
<link rel="stylesheet" href="style.css">
<body>
<div class="container">
<h1>impact on modern computing</h1>
<div class="body-container">
<p>Let's wrap up Ada's contributions in a nutshell!</p>
<p>She set the stage for two big ideas in computing: <strong>Abstraction and Branching Logic</strong>.</p>
<p><strong>Branching logic</strong> pertains to decision-making processes, reminiscent of how AI navigates future actions. AI heavily relies on these decision-making processes to help you go about your day!</p>
<p>In computing, <strong>abstraction</strong> simplifies complex concepts by using a generalized approach across different scenarios. Think of how you can send different types of data (images, text, etc.) in a <b>text message</b>, and yet all your messages deliver in the same way!</p>
</div>
<div class="next-button" onclick="window.location.href='index.html'">
<div class="button-text">< well done! click to restart</div>
</div>
</div>
</body>
</html>