Unit Test Answers

3 verified answers1 views
1
Free Preview

Which of the following correctly defines a procedure in computer programming? Choose all the apply.

A
a code block that performs a single task
B
a value that can be used anywhere in a code block
C
a code block programmers can reuse multiple times
D
data in code that is passed into a parameter
2
Free Preview

is a storage location for a value.

A
A variable
B
A global variable
C
A local variable
3

is a value that can be called and used anywhere.

A
A variable
B
A global variable
C
A local variable

Did you find these answers helpful?