Calling Modules Flashcards

1
Q

displayOutput ( )

Is this proper statement to call a module?

A

displayOutput ( )

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

displayOutput (names)

Is this proper statement to call a module?

A

displayOutput (names)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

showOutput ( )

Is this proper statement to call a module?

A

showOutput ( )

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

determineAnswer (myArray)

Is this proper statement to call a module?

A

determineAnswer (myArray)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DisplayOutput (names)

Is this proper statement to call a module?

A
DisplayOutput (names)
No, the module name is not in camelCase.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

displaySponge (BOB)

Is this proper statement to call a module?

A

displaySponge (BOB)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

showOUTPUT ( )

Is this proper statement to call a module?

A
showOUTPUT ( )
No, the module name is not in camelCase.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

castSpell (mySpell)

Is this proper statement to call a module?

A

castSpell (mySpell)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

newValue = getAnswer ( )

Is this proper statement to call a module?

A

newValue = getAnswer ( )

No, this is a call to a function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

learnMaterial (readTheTextbook)

Is this proper statement to call a module?

A

learnMaterial (readTheTextbook)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

callCaptainKirk (SPOCK, dangerAmount)

Is this proper statement to call a module?

A

callCaptainKirk (SPOCK, dangerAmount)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

solveMystery (sherlockHolmes)

A

solveMystery (sherlockHolmes)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

showMessage (message, true)

A

showMessage (message, true)

Yes, this statement calls a module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Module displayOutput ( )

A
Module displayOutput ( )
No, this statement does NOT call a module. 
This is a module header.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

call module x = displayReport ( )

A
call module x = displayReport ( )
No, this statement does NOT call a module. It's a mess and does not do anything.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly