Aspire Faculty ID #17507 · Topic: UGC NET Computer Science August 2024 (Paper II) · Just now
UGC NET Computer Science August 2024 (Paper II)

Match List - I with List - II.


 List - I

 List - II

 (A) The activation function
 (I) is called the delta rule.
 (B) The learning method of perceptron
 (II) is one of the key components of the perceptron as in the most common neural network architecture.
 (C) Areas of application of artificial neural network include
 (III) is always boolean like a switch.
 (D) The output of the perceptron

 (IV) system identification and control.

Choose the correct answer from the options given below :

Solution

Activation function → key component of neural network → (II)

Learning rule of perceptron → called delta rule → (I)

Applications of ANN → system identification and control → (IV)

Output of perceptron → boolean (0 or 1) like a switch → (III)

Thus

(A) → (II)
(B) → (I)
(C) → (IV)
(D) → (III)

Previous 10 Questions — UGC NET Computer Science August 2024 (Paper II)

Nearest first
1
Arrange the following steps in the correct order to solve the Knapsack problem using Dynamic Programming. (A) Define th…
Topic: UGC NET Computer Science August 2024 (Paper II)
2
Match List-I with List-II. List-I (computing systems)List-II (working/output)  (A) Half Adder (I) H…
Topic: UGC NET Computer Science August 2024 (Paper II)
3
Which of the following C++ statements correctly declares an abstract class ?
Topic: UGC NET Computer Science August 2024 (Paper II)
4
Arrange the following steps in a proper sequence for the process of training a neural network.(A) Weight initialization…
Topic: UGC NET Computer Science August 2024 (Paper II)
5
Arrange the following steps in proper sequence involved in a Genetic Algorithm :(A) Selection(B) Initialization(C) Cros…
Topic: UGC NET Computer Science August 2024 (Paper II)
6
Which of the following statements about pointers in C are TRUE.(A) Pointers can be used to access array elements(B) Poi…
Topic: UGC NET Computer Science August 2024 (Paper II)
7
Consider the Grammar :$S \rightarrow A$$A \rightarrow S B S \mid id$$B \rightarrow B, A \mid A$If $I_0 = CLOSURE({[S' \…
Topic: UGC NET Computer Science August 2024 (Paper II)
8
In a schema $R(A, B, C, D, E, F, G, H)$, each field of $R$ contains only atomic values.$F = {CH \rightarrow C, A \right…
Topic: UGC NET Computer Science August 2024 (Paper II)
9
Arrange the following steps in a proper sequence for the typical process of a DNS query :(A) Query authoritative DNS Se…
Topic: UGC NET Computer Science August 2024 (Paper II)
10
A graph $G$ with number of vertices greater and equal than three i.e. $(n \ge 3)$ is a Hamiltonian graph, if the degree…
Topic: UGC NET Computer Science August 2024 (Paper II)

Next 10 Questions — UGC NET Computer Science August 2024 (Paper II)

Ascending by ID
1
In a token ring network the transmission speed is $10^7$ bps and the propagation speed is $200 , m/\mu s$. The 1-bit de…
Topic: UGC NET Computer Science August 2024 (Paper II)
2
Consider the following statements regarding combinational and sequential circuits. (A) Output of combinational circuits…
Topic: UGC NET Computer Science August 2024 (Paper II)
3
Consider the following C program :#include<stdio.h>int main(){    int x[]={2,4,6,8,10};    in…
Topic: UGC NET Computer Science August 2024 (Paper II)
4
Translate $\forall x \exists y (x < y)$ in English. Consider domain as a real number for both the variables.
Topic: UGC NET Computer Science August 2024 (Paper II)
5
For all real numbers $x$, there exists a real number $y$ such that $x$ is less than $y$.(A) $L_1 = { w \in {0,1}^* \mid…
Topic: UGC NET Computer Science August 2024 (Paper II)
6
Consider the Grammar : $T \rightarrow Qx$ $Q \rightarrow RS$ $R \rightarrow y \mid \varepsilon$ $S \rightarrow z \mid \…
Topic: UGC NET Computer Science August 2024 (Paper II)
7
Two computers A and B are configured as follows :A has IP address 203.197.2.53 and subnet mask 255.255.128.0B has IP ad…
Topic: UGC NET Computer Science August 2024 (Paper II)
8
Match List - I with List - II. List - I (IP Address)List - II (Class)   (A) 10.20.30.40 (I) Class E…
Topic: UGC NET Computer Science August 2024 (Paper II)
9
What will be the output of the following C code?#include<stdio.h>void main(){    int arr[5] = {10, 20, …
Topic: UGC NET Computer Science August 2024 (Paper II)
10
What is SQL primarily used for in the context of relational databases?
Topic: UGC NET Computer Science August 2024 (Paper II)
Ask Your Question or Put Your Review.

loading...