Coding Languages and what are use for it
(Mittal, 2022)
HTML (HyperText Markup Language) is the standard markup for documents designed to be displayed in a web browser. HTML is usually stored in files that use the .htm or .html extension. A website can include hundreds or even thousands of these HTML files kept in various directories.
When you visit a web page, its server sends its HTML files to your browser. Your browser then reads the HTML in the files and displays it. Some web applications don't use static HTML but generate it in response to specific actions on their servers.(Codecademy, 2022)
CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS was designed to allow the separation of presentation and content, including layout, colours, and fonts. This separation improves content accessibility; provides more flexibility and control in the specification of presentation features; reduces structural content by specifying relevant CSS in separate .css files to enable multiple web pages to share formatting complexity and duplication, and enables .css files to be cached to improve page load speed between pages that share files and their formatting. (w3schools, 2022)
JavaScript (JS) is a language that is easy to read and use, making it a good choice for programming. First, it has first-class functions, so it can be used as a standalone object. Additionally, it has many features that make it a powerful tool. Although it is known as the scripting language used in web pages, many other environments also use it, such as Node.js, Apache CouchDB, and Adobe Acrobat.JavaScript is a versatile, multi-paradigm language that supports object-oriented, imperative, and declarative programming patterns. The JavaScript language is single-threaded and dynamic, making it well-suited for web development. There are many different ways to write code in Functional Programming. If you want to learn more about JavaScript, be sure to read our blog posts and other articles. Can you give me an example of when you've had to use your intuition to solve a problem?(MDN contributors, 2022)
(classcentral., 2022)
Python is a popular programming language that can be used to create versatile programs. Python is a dynamically typed language that garbage collects memory. The language supports multiple programming paradigms, including Structured Programming, Object-Oriented Programming, and Functional Programming. The language is praised for its extensive standard library.(Python, 2022)
Ruby is a versatile, interpreted, high-level programming language that supports multiple programming paradigms. The software was designed to be very helpful for programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. This means that objects can store any information that a programming language can support. This can include strings, numbers, and other objects. Ruby was created in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. Ruby is a dynamically typed language that relies on garbage collection and just-in-time compilation to manage memory. The language supports multiple programming paradigms, including procedural, object-oriented, and functional programming. (Ruby, 2022)
jQuery is a JavaScript library that is designed to make web development simpler by helping you traverse the HTML DOM tree and manipulate event handlers. Additionally, jQuery can be used to animate Ajax. The software is free, open-source software licensed under the permissive MIT License. As of May 2019, 73% of the 10 million most popular websites use jQuery.Web analysis shows that it is by far the most widely used JavaScript library, being used at least 3 to 4 times more than any other JavaScript library.(js. foundation, 2022)
References
Codecademy, 2022. What is HTML: Common uses and defining features. [online] Codecademy News. Available at: <https://www.codecademy.com/resources/blog/what-is-html/> [Accessed 11 July 2022].
Lutkevich, B., 2022. What is E-Commerce? Definition and Meaning. [online] SearchCIO. Available at: <https://www.techtarget.com/searchcio/definition/e-commerce> [Accessed 11 July 2022].
Mahato, B., 2022. [online] Youtube.com. Available at: <https://www.youtube.com/watch?v=yStQNBYOIx4> [Accessed 11 July 2022].
Mittal, B., 2022. Latest Programming Languages Quiz - Computer Science Quiz - IT Quiz. [online] IT Quiz. Available at: <https://www.itquiz.in/latest-programming-languages-quiz/> [Accessed 11 July 2022].
w3schools, 2022. CSS Tutorial. [online] W3schools.com. Available at: <https://www.w3schools.com/css/> [Accessed 11 July 2022].
MDN contributors, 2022. JavaScript | MDN. [online] Developer.mozilla.org. Available at: <https://developer.mozilla.org/en-US/docs/Web/JavaScript> [Accessed 11 July 2022].
Python, 2022. Welcome to Python.org. [online] Python.org. Available at: <https://www.python.org/> [Accessed 11 July 2022].
Ruby, 2022. Ruby Programming Language. [online] Ruby-lang.org. Available at: <https://www.ruby-lang.org/en/> [Accessed 11 July 2022].
js.foundation, J., 2022. jQuery. [online] Jquery.com. Available at: <https://jquery.com/> [Accessed 12 July 2022].
classcentral., 2022. [online] Available at: <https://www.classcentral.com/course/introduction-to-web-development-with-html-css-jav-53747> [Accessed 12 July 2022].
you can take of the post title "Exercise 2", do same for others as you update along
ReplyDelete