What does a function definition consist of?
Which statement describes a compiled language?
One requirement for the language of a protect is that it is based on a series of method calls.
When type of language is characterized in this way?
Which expression evaluates to 3.7 if float x = 17.0?
It is given that integer x=41 and integer y = 16. What is the value of the expression (x % 8) - y?
Which kind of language is HTML?
A sequence diagram is shown:
What is the purpose of a sequence diagram?
What would a string be used to store?
What does the following algorithm determine?
What is an example of an algorithm?
Which is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
A programmer receives requirements from customers and deciders 1o build a first version of a program.
Which phase of an agile approach is being carried out when trio programmer starts writing the program's first version?
A sample function is shown.
Y = -2 ‘’ x - 2
What is returned for f(-1)?
Which value would require an integer as a data type?
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?
A function determines the least common multiple (LCM) of two positive integers (a and b). What should be the input to the function?
Which problem is solved by DijkStra’s shortest path algorithm?
What is the out of the given pseudocode?
The steps in an algorithm to build a picnic table are given.
1) Measure and mark the lumber cuts that need to be made
2) Buy the needed materials
3) Determine the needed materials
4) Cut the lumber to the proper dimensions
5) Assemble the pieces and paint.
Which two steps of the algorithm should be switched to make the algorithm successful?
Review the following sequence diagram:
What does a sequence diagram do?
Given integer x = 12 and integer y = 4. What is the value of the expression x - y * 2?
What is the proper way to declare a student’s grade point average throughout the term if this item is needed in several places in a program?
What is a characteristic of an interpreted language?
An example of an behavioral diagram is shown.
What is generally visualized with a behavioral diagram"?
A function should determine the average of x and y.
What should be the function's parameters and return value(s)?
A function should determine the average of x and y. What should be the function's parameters and return value(s)?
What is one task that could be accomplish using a while loop?
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 a characteristic of an interpreted language?
What would a string be used to store?
What is an argument?
Which kind of languages are C and Java?
What is put to output by the following flowchart, if the input is 3.5?
What is an accurate way to describe a statically typed language?
What is output by calling Greeting() twice?
What is the Agile phase that results in a list of objects to be written?
A software team has been commissioned to create an animation application. Which event takes place during the analysis phase in the Agile approach?
Which output results from the given algorithm?
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?
A programmer receives requirements from customers and decides to build a first version of a program. Which phase of an Agile approach is being carried out when the programmer starts writing the first version?