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 :
Previous 10 Questions — UGC NET Computer Science August 2024 (Paper II)
Nearest first
1
2
3
4
5
6
7
8
9
10
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)
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)
Which of the following C++ statements correctly declares an abstract class ?
Topic: UGC NET Computer Science August 2024 (Paper II)
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)
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)
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)
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)
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)
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)
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
2
3
4
5
6
7
8
9
10
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)
Consider the following statements regarding combinational and sequential circuits.
(A) Output of combinational circuits…
Topic: UGC NET Computer Science August 2024 (Paper II)
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)
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)
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)
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)
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)
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)
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)
What is SQL primarily used for in the context of relational databases?
Topic: UGC NET Computer Science August 2024 (Paper II)