i just need the javascript page so i can type in whatever was asked from me. ple
ID: 3771058 • Letter: I
Question
i just need the javascript page so i can type in whatever was asked from me. please help me build the page in any format you like and ill do the typing.
For your final project, you will create the following webpage on Neocities:
resume.html
Go to this link and pick a design you like. Use CSS and HTML to create yourself a resume using that design. If you don't feel like you have enough stuff to put on a resume, feel free to make some stuff up for this assignment.
You will also submit two documents:
Note: I don't like giving page counts. Write until you think you have accomplished the task.
1. Major
Do some research on how Computer Science and programming are used in your field of study (not necessarily in school, but outside of it). Write a small paper telling me what you have learned, what kind of tools and projects are out there, and if anything surprised you.
Hints / Advice:
Sciences:
Google for "Computational X" where X is the name of your field. Computational Chemistry, Computational Geology, etc.
Education:
What is the state of CS education in public schools? How could you integrate programming or CS principles into your teaching field? What is Computational Thinking? What is CS Unplugged?
CS and CIS majors (updated):
You should write about the importance of your General Studies classes to your major and to your future career. Students are quick to dismiss those courses as busy work, but they can provide you with valuable skills and perspective. You may want to start by looking into the importance of a liberal arts education and "soft skills". Reading this article may get you started: http://career-advice.monster.com/career-development/getting-promoted/six-soft-skills-everyone-needs-hot-jobs/article.aspx
FYI, saying your general studies classes are a waste of time for this major is not an acceptable answer and will result in a bad grade on your project.
2. Reflection
Write a reflection paper about the course. Tell me how your views on Computer Science and computer programming have changed due to this course. Tell me how you are different after taking this course and what you feel like you have learned / will take from the course. I do not want a list of topics like: variables, loops, if statements.
Explanation / Answer
Resume using html:
resume.html
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title></title>
</head>
<body>
<div id="header">
<p id="name">Your Name Here</p>
<a href="mailto:you@yourdomain.com"><p id="email">you@yourdomain.com</p></a>
</div>
<div class="left"></div>
<div class="right">
<h4>Objective</h4>
<p>To take a position as a software engineer.</p>
<h4>Experience</h4>
<p>Junior Developer, Software Company (2011 - Present)</p>
<ul>
<li>Designed and implemented end-user features for Flagship Product</li>
<li>Wrote third-party JavaScript libraries</li>
</ul>
<h4>Skills</h4>
<p>Languages: ,c++,c.asp.net,C#, JavaScript, Python, Ruby</p>
<p>Frameworks: .NET, Node.js, Django, Ruby on Rails</p>
<h4>Education</h4>
<p>BS, Economics, My University</p>
<ul>
<li>Award for best senior thesis</li>
<li>GPA: 3.2</li>
</ul>
</div>
<div id="footer">
<p>123 Your Street, Anytown, State 12345-6789 | Tel: (555) 555-5555</p>
</div>
</body>
</html>
stylesheet.css
div {
border-radius: 5px;
}
#header {
z-index: 1;
position: fixed;
width: 97.5%;
margin-top: -20px;
height: 60px;
background-color: #668284;
margin-bottom: 10px;
}
#name {
float:left;
margin-left: 5px;
padding-top: 5px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
#email{
float:right;
margin-right: 5px;
padding-top: 5px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
h4 {
margin-left: 5px;
margin-bottom: 15px;
font-family: Verdana, sans-serif;
}
.right p {
margin-left: 5px;
margin-right: 5px;
margin-top: -10px;
font-family: Garamond, serif;
color: #000000;
}
li {
list-style-type: square;
}
a:hover {
font-weight: bold;
}
.left {
position: relative;
float: left;
margin-top: 50px;
width: 10%;
height: 400px;
background-color: #B9D7D9;
margin-bottom: 10px;
}
.right {
position: relative;
float: right;
margin-top: 50px;
width: 88%;
height: 400px;
background-color: #F4EBC3;
margin-bottom: 10px;
}
#footer {
position: relative;
height: 50px;
background-color: #668284;
clear: both;
font-family: Verdana, sans-serif;
font-size: 14px;
text-align: center;
color: #ffffff;
}
#footer p {
position: relative;
padding-top: 15px;
}
output:
Objective
To take a position as a software engineer.
Experience
Junior Developer, Software Company (2011 - Present)
Skills
Languages:c++,c,asp.net, C#, JavaScript, Python, Ruby
Frameworks: .NET, Node.js, Django, Ruby on Rails
Education
BS, Economics, My University
1.Research on computer science:
Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information. An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems..
Computer Science is important in school from the basic level. It helps students to learn to type in MS word,create presentations of their projects in powerpoint and also draw pictures using MS paint.Apart from the basic computing features.,Students can learn some programming languages in school like Basic and C language. These are the languages that sets up the base to higher level programming. They can implement small programs like list of odd and even numbers.
In my personal opinion Programming is very important at the university level if a person wishes to take up this course.Computer programming (often shortened to programming, sometimes called coding) is a process that leads from an original formulation of a computing problem to executable computer programs. Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resources consumption, and implementation (commonly referred to as codingof algorithms in a target programming language. Source code is written in one or more programming languages. The purpose of programming is to find a sequence of instructions that will automate performing a specific task or solving a given problem. The process of programming thus often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.
Various languages like C,c++ are taught in university which are important in tech-companies wherever one can work on live projects. Morever students can go for a further masters or do a research in a given programming language like java,dot net,Html(hyper text markup language).Html helps the people in company create websites according to a given layout .These days java and html are very commonly used by the tech companies. Computing is very interesting as it helps a student learn and may eventually help in becoming a professor once a person does a PHD in this field.It further involves various aspects like:
a)Computational Thinking (CT) is a process that generalizes a solution to open ended problems. Open-ended problems encourage full, meaningful answers based on multiple variables, which require using decomposition, data representation, generalization, modeling, and algorithms found in Computational Thinking.
b)CS Unplugged is a collection of free learning activities that teach Computer Science through engaging games and puzzles that use cards, string, crayons and lots of running around.
The activities introduce students to Computational Thinking through concepts such as binary numbers, algorithms and data compression, separated from the distractions and technical details of having to use computers. Importantly, no programming is required to engage with these ideas.These are very important at school level for students to learn new concepts and who are new to the computers .
2)Importance of general studies:
General Studies are very important in today's world.It helps and enhances the student's ability to know more about the general things happening around the world.It also improves the language and grammar of a particular language so that students can learn their language or any other language without mistakes and can get a better command over it with time.It assesses essay writng skills to know about the grammatical mistakes and make them better for a student. Moreverit involves comprehension skills so that a student can learn how to read fast and understand the knowledge. It helps to learn a language in written and reading versions.
Apart from this students are taught about current affairs and about the news of all around the world to expand their mind and not limit themselves to a particular country.It includes sports news or politics news as well to know what is going in the world which is equally important and to stay up to date.This course is extremely important for a student as it helps in the overall development of the student and enhances their learning about various languages which can help them if they go abroad and study in future.
According to me it can be taken along with computers. Both courses are equally important since computers is the daily need of life while general studies helps in learning about the general aspects of life. Both should go side by side so that students can grasp knowledge of both of them and use them in their daily life to make things easier for them.
After studying this course I am more aware of the general aspects like the news and current affairs. I have more knowledge about day to day life activities and news. I have also improved my grammar of languages like german and french.It has made my life easy as I often interact with people fromother countries and I can talk in their native language.It has given me a sense of confidence to deal with people worldwide.Moreoever I have improved my reading and writing skills.I can write long essays with few mistakes and I can also read comprehensions and answer the questions related to them very quickly.
It certainly helps in the overall learning of a student and should never be neglected and should be taught as a proper subject in school along with other subjects.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.