10.13.13 Ms. Ramirez
Lab 7
Lab 7 was a simple minded lab but with alot of work behind it. For this lab we were told to use Javascript to input all the prime numbers from 1 through 1000. Creating the functions to actually furnish the prime numbers was the tough task. The main tags were in the JAVASCRIPT document, as that is whats needed to actually manually input the Javascript. The first thing that must be realized is that the computer is not human, so what you have to do is you need to state what you want exactly. You need to use the function to the find the prime of the designated thing so an IF/THEN statement is required to state that you want only prime numbers. More over you need to astate te fact that it needs to skip numbers that are not only factors of itself and 1 using the same sqrt function in all of them. Finally, you must label the fact that you want it to chronologically put them order using the adding function.
I used Dreamweaver to create this lab. The definition of Web Design is that it encompasses skills and disciplines to have maintenance of websites that are being in use. In this lab, there was a plethora of tags needed to be used to actually display all the prime numbers less than 1,000 thus relating to Web Design. I used the prime function, alert function, script type function, and the var limit functions to amalgamate to create this lab.This skill can be very helpful in the future because practicing with Javascript can potentially augment my skills in this certain subject that I am currently learning.