Change paragraph and spelling error (#28215)

Changed "Today, if you attend an undergraduate computer science course, you will learn about both hardware and software. You'll learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript)." to "Students who are interested in computer science will first learn about both hardware and software. It is important to learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript) because it will help individuals understand computer science intuitively." This change emphasizes the importance of what students are learning today and why it is important.
pull/35696/head
Jiewei 2019-03-27 11:45:13 -05:00 committed by The Coding Aviator
parent be687977cf
commit 7e69a4e791
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Computer Science is the study of computers and the concepts that make computers
Much of computer science was pioneered in the latter half of the 20th century.
Today, if you attend an undergraduate computer science course, you will learn about both hardware and software. You'll learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting langauges like JavaScript).
Students who are interested in computer science will first learn about both hardware and software. It is important to learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript) because it will help individuals understand computer science intuitively.
In 21st century, computer science has become a backbone for every technological leap we take forward.