View all detail and faqs for the Scripting-and-Programming-Foundations exam
What is an advantage of using a programming library?
Which term refers to a function that represents the number of fixed-size memory units used for an input of a given size?
A programming is developing an application that needs to manipulation text in a variety of ways. Everything the programmer needs is standard in the industry and the programmer wants to perform these manipulations with a minimal amount of code. What does the programmer need?
A programming team is using the Waterfall design approach to create an application. Which deliverable would be produced during the design phase?
Which problem is solved by Dijkstra’s shortest path algorithm?
What is the purpose of an activity diagram, such as the following diagram?
A particular sorting takes integer list 10,8 and incorrectly sorts the list to 6, 10, 8.
What is true about the algorithm’s correctness for sorting an arbitrary list of three integers?
What is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
Which value would require an integer as a data type?
What are two example of valid function calls?
Choose 2 answers.