ITSC 1213 QUESTION AND CORRECT ANSWERS
Correct 28
Incorrect 00
1 of 28
Definition
False
Give this one a try later!
After you make changes to the implementation of a function, why is it important to
re-run any tests that were created?
True or False: Once you read the problem or project prompt, you have
everything you need to start coding without revisiting the prompt or clarifying
details.
Assuming a Scanner object exists and can be referenced with a variable scnr, what
is the correct method that should be used with each desired input type?
, In the context of the Design Recipe, which concept is described by: “A concise
explanation of what the function does, clarifying its main role or behavior.”
Don't know?
2 of 28
Definition
Int (integer)
Give this one a try later!
What data type would be most
What data type would be most
appropriate for representing
appropriate to record if a parking
the number of cars in a parking
deck is full or not?
deck?
Which concept is described by:
What data type would be most
"What the function guarantees or
appropriate for representing the
ensures once it completes, given
price of a pound of bananas?
valid inputs."
Don't know?
, 3 of 28
Definition
Primitive types store their values directly and Reference types store a
pointer to a location in memory
Give this one a try later!
What two statements are true
What is the correct signature for the
about the different variable
main method in a Java program?
types in Java?
Why is it crucial to define data (e.g.,
Which of the following correctly
[title, rating, play_count]) before
describes Java's case sensitivity?
writing code?
Don't know?
4 of 28
Definition
Having examples clarifies expected behavior, making it easier to spot
logic errors and handle edge cases before writing all the code.
Give this one a try later!
Correct 28
Incorrect 00
1 of 28
Definition
False
Give this one a try later!
After you make changes to the implementation of a function, why is it important to
re-run any tests that were created?
True or False: Once you read the problem or project prompt, you have
everything you need to start coding without revisiting the prompt or clarifying
details.
Assuming a Scanner object exists and can be referenced with a variable scnr, what
is the correct method that should be used with each desired input type?
, In the context of the Design Recipe, which concept is described by: “A concise
explanation of what the function does, clarifying its main role or behavior.”
Don't know?
2 of 28
Definition
Int (integer)
Give this one a try later!
What data type would be most
What data type would be most
appropriate for representing
appropriate to record if a parking
the number of cars in a parking
deck is full or not?
deck?
Which concept is described by:
What data type would be most
"What the function guarantees or
appropriate for representing the
ensures once it completes, given
price of a pound of bananas?
valid inputs."
Don't know?
, 3 of 28
Definition
Primitive types store their values directly and Reference types store a
pointer to a location in memory
Give this one a try later!
What two statements are true
What is the correct signature for the
about the different variable
main method in a Java program?
types in Java?
Why is it crucial to define data (e.g.,
Which of the following correctly
[title, rating, play_count]) before
describes Java's case sensitivity?
writing code?
Don't know?
4 of 28
Definition
Having examples clarifies expected behavior, making it easier to spot
logic errors and handle edge cases before writing all the code.
Give this one a try later!