clara


{ City } hyderabad
< Country > india
* Profession * student
User No # 61953
Total Questions Posted # 169
Total Answers Posted # 38

Total Answers Posted for My Questions # 81
Total Views for My Questions # 611491

Users Marked my Answers as Correct # 243
Users Marked my Answers as Wrong # 27
Answers / { clara }

Question { 2005 }

My PeopleCode didn't copy any data to a collection. Why not?


Answer

Make sure that all the fields that you are copying to in a collection actually exist in the component interface! If any are missing you can get unexpected results or none at all.

Is This Answer Correct ?    0 Yes 0 No

Question { 1998 }

My PeopleCode didn't update the value of a field. Why not?


Answer

Check that the field is actually in your component interface. Also make sure that the field properties are not set to Read Only Access. (Double click on the field in the component interface).

Is This Answer Correct ?    0 Yes 0 No


Question { 2030 }

The same field is in different scrolls but they do not have the same value


Answer

For example, at scroll 0 you might have the field EFFDT set to 01/01/2009. You want the EFFDT field to get the same value in scroll 1, so you write code to set it from the value in level 0 but it isn't working. If this is the case, check the field name in the component interface, you may find that PeopleSoft has automatically renamed it. For example, it might be EFFDT at level 0 but something like EFFDT_1 in level 1 of the component interface.

Is This Answer Correct ?    0 Yes 0 No

Question { HCL, 7257 }

 A 3-input neuron is trained to output a zero when the input is 110 and a one when the input is 111. After generalization, the output will be zero when and only when the input is:
a) 000 or 110 or 011 or 101
b) 010 or 100 or 110 or 101
c) 000 or 010 or 110 or 100
d) 100 or 111 or 101 or 001


Answer

c

Is This Answer Correct ?    8 Yes 0 No

Question { 10062 }

 A perceptron is:
a) a single layer feed-forward neural network with pre-processing
b) an auto-associative neural network
c) a double layer auto-associative neural network
d) a neural network that contains feedback


Answer

a

Is This Answer Correct ?    12 Yes 0 No

Question { 17199 }

An auto-associative network is:
a) a neural network that contains no loops
b) a neural network that contains feedback
c) a neural network that has only one loop
d) a single layer feed-forward neural network with pre-processing


Answer

b

Is This Answer Correct ?    39 Yes 3 No

Question { 10109 }

A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 10, 5 and 20 respectively. The output will be:
a) 238
b) 76
c) 119
d) 123


Answer

a

Is This Answer Correct ?    15 Yes 4 No

Question { 5068 }

 Which of the following is true?
(i) On average, neural networks have higher computational rates than conventional computers.
(ii) Neural networks learn by example.
(iii) Neural networks mimic the way the human brain works.
a) All of the mentioned are true
b) (ii) and (iii) are true
c) (i), (ii) and (iii) are true
d) None of the mentioned


Answer

a

Is This Answer Correct ?    3 Yes 0 No

Question { 14742 }

 Which of the following is true for neural networks?
(i) The training time depends on the size of the network.
(ii) Neural networks can be simulated on a conventional computer.
(iii) Artificial neurons are identical in operation to biological ones.
a) All of the mentioned
b) (ii) is true
c) (i) and (ii) are true
d) None of the mentioned


Answer

c

Is This Answer Correct ?    16 Yes 10 No

Question { 11738 }

 What are the advantages of neural networks over conventional computers?
(i) They have the ability to learn by example
(ii) They are more fault tolerant
(iii)They are more suited for real time operation due to their high ‘computational’ rates
a) (i) and (ii) are true
b) (i) and (iii) are true
c) Only (i)
d) All of the mentioned


Answer

d

Is This Answer Correct ?    11 Yes 0 No

Question { 6355 }

 Which of the following is true?
Single layer associative neural networks do not have the ability to:
(i) perform pattern recognition
(ii) find the parity of a picture
(iii)determine whether two or more shapes in a picture are connected or not
a) (ii) and (iii) are true
b) (ii) is true
c) All of the mentioned
d) None of the mentioned


Answer

a

Is This Answer Correct ?    4 Yes 0 No

Question { 14323 }

Which is true for neural networks?
a) It has set of nodes and connections
b) Each node computes it’s weighted input
c) Node could be in excited state or non-excited state
d) All of the mentioned


Answer

d

Is This Answer Correct ?    34 Yes 1 No

Question { Bihar State Power Holding Company Limited BSPHCL, 8539 }

 Neuro software is:
a) A software used to analyze neurons
b) It is powerful and easy neural network
c) Designed to aid experts in real world
d) It is software used by Neuro surgeon


Answer

b

Is This Answer Correct ?    11 Yes 0 No

Question { 7247 }

Why is the XOR problem exceptionally interesting to neural network researchers?
a) Because it can be expressed in a way that allows you to use a neural network
b) Because it is complex binary operation that cannot be solved using neural networks
c) Because it can be solved by a single layer perceptron
d) Because it is the simplest linearly inseparable problem that exists.


Answer

D

Is This Answer Correct ?    6 Yes 1 No

Question { 7513 }

 What is back propagation?
a) It is another name given to the curvy function in the perceptron
b) It is the transmission of error back through the network to adjust the inputs
c) It is the transmission of error back through the network to allow weights to be adjusted so that the network can learn.
d) None of the mentioned


Answer

c

Is This Answer Correct ?    8 Yes 2 No

Prev    1    [2]   3    Next