Question 1 of 5 Share Facebook Twitter LinkedIn WhatsApp Email Copy Link Which two statements describe advantages to using programming libraries? A. Using libraries turns procedural code into object-oriented code. B. Using a library prevents a programmer from having to code common tasks by hand. C. Using a library minimizes copyright issues in coding. D. A program that uses libraries is more portable than one that does not. E. The programmer can improve productivity by using libraries. F. Libraries always make code run faster. Submit Answer
Question 2 of 5 Share Facebook Twitter LinkedIn WhatsApp Email Copy Link Which two situations would be helped by using a programming library? A. A programming student is writing code to iterate through the integers in a list and determine the maximum. B. A video game programmer needs to perform several animation tasks, all of which are very common in the industry. The programmer does not want to have to code each task, and they are unsure if they even know how to code a few of them. C. A programmer needs to perform a series of file compression tasks. These tasks are commonly performed by programmers, and the programmer does not want to have to code them all by hand. D. A programmer needs to write several interacting objects for a student gradebook application, some of which need an inheritance structure. E. A programmer is developing a database application that can house various types of data. The software cannot know ahead of time the data type, and so the programmer needs variables that do not require an initial declaration type. F. A programmer is writing a piece of mathematical code that requires the heavy use of recursive functions. Submit Answer
Question 3 of 5 Share Facebook Twitter LinkedIn WhatsApp Email Copy Link A programmer is writing code using C. Which paradigm could the programmer be using? A. A functional paradigm using dynamic types B. A procedural paradigm using static types C. An event-driven paradigm using static types D. A procedural paradigm using dynamic types Submit Answer
Question 4 of 5 Share Facebook Twitter LinkedIn WhatsApp Email Copy Link What is an advantage of using a programming library? A. There is improved programmer productivity. B. There are more statements in a user’s main function. C. Programs need not run to yield results. D. Static program elements are visualized. Submit Answer
Question 5 of 5 Share Facebook Twitter LinkedIn WhatsApp Email Copy Link One requirement for the language of a project is that it is based on a series of method calls. Which type of language is characterized in this way? A. Static B. Compiled C. Markup D. Functional Submit Answer