Which type of language requires variables to be declared ahead of time and prohibits their types from changing while the program runs?
An algorithm should output ‘’OK’’ if a number is between 98.3 and 98.9, else the output is ‘’Net OK’’
Which test is a valid test of the algorithm?
An example of an behavioral diagram is shown.
What is generally visualized with a behavioral diagram"?
Which expression evaluates to 14 if integer y = 13?
What is an example of an algorithm?
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?
Which kind of language is HTML?
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 an argument?
Given integer x = 12 and integer y = 4
What is the value of the expression x + y12?
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?
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?
It is given that integer x=41 and integer y = 16. What is the value of the expression (x % 8) - y?
Which output results from the given algorithm?
Which term refers to a function that represents the number of fixed-size memory units used for an input of a given size?
What is the out of the given pseudocode?
Which line is a loop variable update statement in the sample code?
Which statement describes a compiled language?
Which two situations would be helped by using a programming library?
Which expression evaluates to 3.7 if float x = 17.0?
Which characteristic specifically describes an object-oriented language?
Which two statement describe advantages to using programming libraries? Choose 2 answers
What would a string be used to store?
A software developer creates a list of all objects and functions that will be used in a board game application and then begins to write the code for each object.
What is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
A software developer determines the mathematical operations that a calculator program should support When two waterfall approach phases are involved?