Froggy Jumps 8.4 Programming Paradigms and ProcessesVersión en línea Testout por Mr. B 1 What does the following JavaScript code snippet do when the code is loaded in a browser? a Displays a button labeled "Click me!" b Nothing, this code will not load in a browser c Displays the text "My JavaScript Button" and a button labeled "Click me! 2 Which of the following describes the declarative programming paradigm? a It uses local and global variables as data types b It uses detailed steps to provide instructions to a computer. c It uses a domain-specific language (DSL) to instruct the program what needs to be done. 3 Which of the following can be used by a programmer to debug code? a Integrated development environment (IDE) b Text editor c Word processor 4 A software developer wants to add a custom Google Map to a customer's website. Which of the following would the developer use to accomplish this? a Integrated development environment (IDE) b Application programming interface (API) c Cascading Style Sheets (CSS) 5 Python provides programming functions that can be used by a software developer. Which of the following would be used to make the random function available? a set num = random() b export random c import random 6 A software developer is working on a website and has been tasked with adding interactive elements to it. Which of the following programming languages would work BEST for this task? a HTML b JavaScript c C++