click below
click below
Normal Size Small Size show me how
11-20 questions
Question | Answer |
---|---|
11. What is programming? What is program? | / Programming is creating instructions for a computer to perform tasks; a program is the set of these instructions. / |
12. What is the function of an assembler? | / An assembler translates assembly language into machine code that the computer can execute. / |
13. Why did software developers design high-level languages? | / High-level languages make programming easier and more accessible by abstracting complex machine code. / |
14. What is the difference between a compiler and an interpreter? | / A compiler translates all code at once into machine language, while an interpreter translates and executes code line by line. / |
15. What languages were designed for scientific and engineering computations? | / Languages like Fortran and MATLAB are used for scientific and engineering calculations. / |
16. What is a web design? Why do we need websites? | / Web design is the creation of website interfaces and layouts; websites provide information, services, and communication. / |
17. Do you need to understand HTML to make your own personal home page? Why? | / Understanding HTML is helpful but not required, as many website builders allow users to create sites without coding. / |
18. What is a Cascading Style Sheet? | / A Cascading Style Sheet (CSS) is used to style and layout HTML elements on a webpage. / |
19. What does allow developers to create dynamically updating content? | / JavaScript and AJAX allow developers to create dynamically updating content. / |
20. Name basic web pages’ elements. | / Basic web page elements include headers, text, images, links, and forms. / |