-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomputerscientist.html
More file actions
59 lines (58 loc) · 3.18 KB
/
computerscientist.html
File metadata and controls
59 lines (58 loc) · 3.18 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
<!DOCTYPE HTML>
<html>
<head>
<title>Project Scope Collaboration</title>
<link href="pblwebsite.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="center">
<a href="index.html">
<img src ="headerlogotransparent.png" alt="Logo" class= "center" style="max-width: 30%; max-height: 30%">
</a>
<button onclick="window.location.href = 'computerscientist.html';" class="schoolprojectsbutton">Computer Scientist</button>
<button onclick="window.location.href = 'ecologist.html';" class="schoolprojectsbutton">Ecologist</button>
<button onclick="window.location.href = 'howtheyworktogether.html';" class="schoolprojectsbutton">How They Work Together</button>
</div>
<h1>Computer Scientist</h1>
<h3>Description</h3>
<p>
The term “computer scientist” can cover a wide range of computer-related jobs and occupations. It can refer to any occupation that works with computers, such as a computer programmer, computer hardware engineer, or a computer research scientist. Computer science is a field that can assist many other fields such as ecology, business, engineering, science and research, etc. Because of this, many companies and businesses need skilled computer scientists, so the outlook for computer science-related jobs is very good for the future.
</p>
<h3>Associated Majors and Type of Degrees</h3>
<p>
Many computer science related jobs require a masters degree in computer science or another computer related job. A bachelor’s degree may be enough for some jobs. A computer scientist might also need education in the specialized field they are working in.
</p>
<p>
Helping Qualifications - Computer science, computer engineering, information systems bachelor’s degrees, usually needs a master’s degree
</p>
<p>
Popular Courses - Computer science, engineering, programming, and other specialized classes that the computer scientist will need for their specific field. For example, if you want to use your computer science skills for biomedical applications, you may need to take biology classes along with computer science classes.
</p>
<h3>Security Clearance?</h3>
<p>
A computer scientist would need a security clearance when working with the security of top secret files, especially at the government level. For example, a computer science job at the NSA would require a security clearance, since they work with and process lots of sensitive foreign and domestic intelligence data.
</p>
<h3>Interesting Facts</h3>
<p>
<strong>In 2017, the median pay for computer scientists was $114,520 per year!</strong>
</p>
<p>
Computer scientists must have logical thinking skills to help them reason through and solve problems. Other helpful skills can include:
</p>
<ul>
<li>Logic and reasoning</li>
<li>Math Skills</li>
<li>Communication and collaboration skills</li>
<li>Creativity</li>
<li>Perceptive/ Detail oriented</li>
</ul>
<p>
Related careers include:
</p>
<ul>
<li>Computer Programmer</li>
<li>Computer Hardware Engineer</li>
<li>Database Administrator</li>
</ul>
</body>
</html>