A function determines the least common multiple (LCM) of two positive integers (a and b). What should be the input to the function?
Which term refers to a function that represents the number of fixed-size memory units used for an input of a given size?
Which kind of languages are C, C++ and Java?
Which characteristic specifically describes an object-oriented language?
The steps in an algorithm to buy a pair of shoes from a store are given in no particular order.
* Bring the shoes to the cashier
* Pay for the shoes
* Enter the store
* Select the pair of shoes
What is the first step of the algorithm?
Which problem is solved by Dijkstra’s shortest path algorithm?
Which expression evaluates to 14 if integer y = 13?
What is output by calling Greeting() twice?
What are two example of valid function calls?
Choose 2 answers.
A software developer determines the mathematical operations that a calculator program should support. Which two Waterfall approach phases are involved?