____ Adds the module given to the network and marks it as an input module

35. ____ Adds the module given to the network and marks it as an input module.

  1. addInputMod(m)
  2. addInputModule(m)
  3. addInput(m)
  4. addModule(m)

Answer: B) addInputModule(m)

Explanation:

addInputModule(m) − Adds the module given to the network and mark it as an input module.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.