-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhanli.html
More file actions
67 lines (44 loc) · 2.76 KB
/
hanli.html
File metadata and controls
67 lines (44 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<title>formative group</title>
</head>
<body>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="homepage.html">homepage</a>
</li>
<h1>applications of computing </h1>
<img src="images/firefox-icon.png" alt="The Firefox logo: a flaming fox surrounding the Earth.">
<p>We build computer to solve problems.Early computer solved mathematical and engineering problems,and later computers emphasized information processing for business applications.</p>
<p>Today,computers also control machines as diverse as automobile engines,robots,and microwave ovens. A computer system solves a problem from any of these domains by accepting input,processing it,and producing output.</p>
<p>Computer systems consist of hardware and software. Hardware is the physical part of the system. Once designed,hardware is difficult and expensive to change. Software is the set of programs that instruct the hardware and is easier to modify than hardware. Computers are valuable because they are general-purpose machines that can solve many different kinds of problems,as opposed to special-purpose machines that can each solve only one kind of problem. Different problems can be solved with the same hardware by supplying the system with a different set of instructions.that is,with different software.</p>
<p>Read the <a href="https://scholar.google.co.uk/scholar?q=applications+of+computing&hl=zh-CN&as_sdt=0&as_vis=1&oi=scholart">aoolication of computer</a> to learn even more about the applications of computing .</p>
<section id="Author">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Get in touch with the author</h2>
<hr class="my-4">
<p class="mb-5">The icons below are links to the github, linkedId and email of the author.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<a href="https://github.com/ocry" </a>
<i style="font-size:60px" class="fa">&#hbgr42;</i>
</div>
<div class="col-lg-4 ml-auto text-center">
<a href="https://www.linkedin.com/in/ocean-ryan-1b2626173/" </a>
<i style="font-size:60px" class="fa"> </i>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="mailto:ocean.ryan2@durham.ac.uk" </a>
<i style="font-size:60px" class="fa"></i>
</div>
</div>
</div>
</section>
</body>
</html>