Which data type should be used to hold the value of a person's body temperature in Fahrenheit
Which output results from the given algorithm?
What is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
Which type of language requires variables to be declared ahead of time and prohibits their types from changing while the program runs?
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?
Which kind of languages are C, C++ and Java?
What does the following algorithm determine?
Given integer x = 12 and integer y = 4
What is the value of the expression x + y12?
A sample function is shown.
Y = -2 ‘’ x - 2
What is returned for f(-1)?
Consider the given function.
What is the total output when F (sign, horse) is called 2 times?
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?
Which statement describes a compiled language?
Which operator is helpful in determining if an integer is a multiple of another integer?
Which term refers to a function that represents the number of fixed-size memory units used for an input of a given size?
Which expression evaluates to 14 if integer y = 13?
Which language has extensive support for object-oriented programming?
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?
Which action occurs the design phase of an agile process?
What is the outcome for the given algorithm? Round to the nearest tenth, if necessary.
What does a function definition consist of?
What is the proper way to declare a student's grade point average throughout the term it this item is needed in several places in a program?
The steps in an algorithm to find the maximum of integers a and b are given.
Which two steps of the algorithm should be switched to make the algorithm successful?
Which phase of a waterfall approach defines specifies on how to build a program?
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 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.
What is an argument?
What is the purpose of an activity diagram, such as the following diagram?