What is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
What is an example of an algorithm?
Consider the given function.
What is the total output when F (sign, horse) is called 2 times?
A sample function is shown:
What is returned for F (3)?
What is the out of the given pseudocode?
What does a function definition consist of?
What would a string be used to store?
Which phase of a waterfall approach defines specifies on how to build a program?
Which snippet represents the loop condition expression in the given code?
A software team has been commissioned to create an animation application. Which event takes place during the analysis phase in the agile approach?
What is the loop variable update statement in the following code?
A sequence diagram is shown:
What is the purpose of a sequence diagram?
Which term refers to a function that represents the number of fixed-size memory units used for an input of a given size?
An algorithm to calculate the positive difference in two given values, x and y, uses the steps shown.
What are the two steps of the algorithm that need to be switched to result in success?
What is an advantage of using a programming library?
Which kind of language is HTML?
A program adds a service fee to the total cost of concert tickets when the tickets are printed and mailed to customers. Another service fee is also added if the
Which characteristic distinguishes a markup language from other languages
What are two examples of equality operators?
Choose 2 answers
cc
What is the output of the given flowchart if the input is 54?
A team of programmers describes the objects and functions in a program that compresses files before splitting the objects.
Which two waterfall approach phases are involved?
Which two operators can be used for checking divisibility of a number?
Choose 2 answers.
Which two statements describe advantages to using programming libraries?
What is the agile phase that results in a list of objects to be written?
Which problem is solved by DijkStra’s shortest path algorithm?
A software engineer has written a program that uses a large number of interacting custom data types information hiding, data abstraction encapsulation polymorphism, and inheritance Variables do not need to receive their types ahead of time, and this program can run on a variety of operating systems without having to re-compile the program into machine code.
Which type of language is being used? Choose 3 terms that accurately describe the language.
A programmer is writing a simu-lation for a physical experiment. Which phase of the agile approach is being carried writing new procedural code and eliminating certain function calls?