A local variable lets you store a value within a(n) ____ for later use.

A. parameter
B. method
C. argument
D. property


Answer: B

Computer Science & Information Technology

You might also like to view...

(De Morgan’s Laws) In this chapter, we discussed the logical operators &&, || and !. De Morgan’s laws can sometimes make it more convenient for us to express a logical expression. These laws state that the expression !( condition1 && condition2 ) is logically equivalent to the expression ( !condition1 || !condition2 ). Also, the expression !( condition1 || condition2 ) is logically equiv- alent to the expression ( !condition1 && !condition2 ). Use De Morgan’s laws to write equivalent expressions for each of the following, then write a program to show that the original expression and the new expression in each case are equivalent:

a) !( x < 5 ) && !( y >= 7 ) b) !( a == b ) || !( g != 5 ) c) !( ( x <= 8 ) && ( y > 4 ) ) d) !( ( i > 4 ) || ( j <= 6 ) )

Computer Science & Information Technology

What is the maximum number of simultaneous users that can access a Windows 7 share?

A) 20 B) 45 C) 60 D) 8 E) 10

Computer Science & Information Technology

COGNITIVE ASSESSMENT A website's home page is most analogous to which of the following?

A. highway billboard B. cover of a book C. pop-up window D. credits of a movie

Computer Science & Information Technology

The IPv6 address, 2001:0000:0000:0000:00CF:0000:BA98:1234, can be shortened to _______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology