We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
High-Level - coding language with a higher level of abstraction
harder to learn and use - a characteristic of Low-Level programming languages
Low-Level – a coding language that allows programmers to create far more detailed and efficient computer software Python - coding language is used to build Google, Pinterest, and Dropbox Which of the following statements is NOT TRUE about coding languages? Answer: Coding languages are difficult to learn because of their complex algorithms. Facebook – a site built through Java Ruby - coding language known for having one of the most friendly coding communities Android operating system – the OS which used Java as the basis for programming Front End web development - means that web developers will be coding webpages, games, and any software or application that people can see Server-side programming - the other name for Back End web development Python is NOT an example of Front End coding languages Paradigms - refers to different styles of programming for both high-level and low-level programming subject-oriented is NOT a major programming paradigm Back End web development - focuses on behind-the-scene operations of applications primary purpose of CSS - to style the visual presentation of a webpage HTML stands for Hypertext Markup Language purpose of JavaScript in web development - to add interactivity and dynamic behavior to a webpage Express is NOT a commonly used back-end web development framework <img> - tag used to define an image in HTML <a> - tag used to create a hyperlink in HTML <h1> - is the correct HTML element for the largest heading <checkbox> - correct HTML for creating a checkbox <head> - tag used to define the metadata about an HTML document, such as the character set, author, viewport, etc.? <a href="[email protected]">Send email</a> - the correct HTML for creating a hyperlink to an email address alt - attribute used to specify an alternate text for an image, if the image cannot be displayed <br> - tag used to define a line break in HTML <img src="background.jpg" alt="Background"> - the correct HTML for inserting a background image <audio> - used for for embedding audio content <body bgcolor="red"> - correct HTML for adding a background color to a webpage <body> - tag used to define the main content of a document or a section style is NOT an attribute for the <font> tag <title> - HTML element used to define the title of a document <ul> - tag used to create an unordered list in HTML Notepad - application commonly used to code HTML <list><li>Item 1</li><li>Item 2</li></list> - correct HTML for creating a numbered list? CSS - can be considered as the skin and muscles of a website for giving different styles to the web the significance of HTML - HTML defines the layout and structure of web pages role HTML play in search engine optimization (SEO) - It provides meta tags and semantic structure for better indexing by search engines. Why is it important for web developers to have a good understanding of HTML? - because HTML serves as the foundation for creating web pages and essential for building a website. In what way does HTML contribute to accessibility in web design? – Answer: It ensures compatibility across different browsers. How does computer programming contribute to career opportunities? Answer: It opens up a wide range of career paths in technology, finance, healthcare, and more. “DEBUGGING” What is an algorithm in web development? Answer: a step-by-step procedure for solving a problem or accomplishing a task What is the primary role of algorithms in web development? Answer: to optimize website performance and functionality Debugging - term is used to describe the process of finding and fixing errors in code "breakpoint” - a point where the code stops executing What is the purpose of using a debugger in the debugging process? Answer: to identify and fix errors in code Which of the following statements about debugging is TRUE? Answer: Debugging can be time-consuming but is essential for identifying and fixing errors. Which of the following is NOT a common type of bug encountered in programming? Answer: Compiler Error Which of the following debugging tools allows developers to inspect the value of variables at different points in the code? Answer: Debugger Which of the following strategies is helpful in effective debugging? Answer: documenting code thoroughly