What is the out of the given pseudocode?
Q: 11
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 12
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 13
Which data type should be used to hold the value of a person's body temperature in Fahrenheit
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 14
HOTSPOT Oder the tasks needed to safely replace a lamp's light bulb from first (1) to last (4). Select your answer from the pull down list.
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 15
Which characteristic distinguishes an object-oriented language from other languages?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 16
Consider the given function:
function K(string s1, string s2)
Put s1 to output
Put " and " to output
Put s2 to output
What is the total output when K("sign", "horse") is called 2 times?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 17
A programmer is writing code using C. Which paradigm could the programmer be using?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 18
The steps in an algorithm to calculate the positive difference in given values, x and y, are given in no
particular order:
Put Diff to output.
Set Diff = x - y.
If y > x, set Diff = y - x.
Declare variable Diff.What is the first step of the algorithm?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 19
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Question 11 of 20 · Page 2 / 2

