Which operation should be used to check if the difference of two values is greater than 1?
A program allows the user to play a game. At the end of each game, the program asks the user if they want to play again.
Which programming structure on its own is appropriate to accomplish this task?
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 term refers to a function that represents the number of fixed-size memory units used for an input of a given size?
A program calculates the average miles per gallon given miles traveled and gas consumed
How should the item that holds me miles per gallon be declared?
A programmer has been hired to create an inventory system for the books in a library. What is the waterfall phase in which waterfall outlining all the functions that need to be written to support the inventory system?
The steps in an algorithm to calculate the positive difference in two given values, x and y, are given in no particular order:
What is the first step of the algorithm?
What is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
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
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.
An example of an behavioral diagram is shown.
What is generally visualized with a behavioral diagram"?