



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
C173/D278 Study Questions by Competency
Typology: Exams
1 / 7
This page cannot be seen from the preview
Don't miss anything!




1 /
(x = 0)
underscores, and digits.
Floats allow the decimal point to appear anywhere in the number and are used for values that are measured or fractions.
short
2 / -infinity or infinity. Otherwise not a number.
operands.
constant is a value that always stays the same.
(true, false). A loop repeatedly executes as long as the loops decision expression evaluates to true ( i < numVals.size).
second branch executes.
equality operator (==, !=) compares 2 values to see if they are equal or not.
(<=), and greater than or equal to (>=)
operators, and, or
4 /
looking for or reaches the end.
5 /
programs goals design - defines how to build the program implementation - writing the program testing - checks that the program meets the goals
approach yo cannot go back to previous phases. In agile approach you can go back to ditterent phases.
behavior of a program
7 /