Previous 10 Questions — UGC NET Computer Science June 2024 (Paper II)
Nearest first
1
2
3
4
5
6
7
8
9
10
For the software quality assurance, which of the followings are correct?
A. Execution of code
B. No execution of code
C…
Topic: UGC NET Computer Science June 2024 (Paper II)
The parameter Actual count is used in Genetic Algorithm (GA) for:
Topic: UGC NET Computer Science June 2024 (Paper II)
Which of the following is not correct about the virtual memory segmentation?
Topic: UGC NET Computer Science June 2024 (Paper II)
The Cardinality of a fuzzy set is:
Topic: UGC NET Computer Science June 2024 (Paper II)
The output of the following C++ Program is:#include <stdio.h>int main(void){ int x, *p; …
Topic: UGC NET Computer Science June 2024 (Paper II)
Arrange in appropriate order, the construction of a finite automata:A. Minimum State DFAB. Regular ExpressionC. NFA-εD.…
Topic: UGC NET Computer Science June 2024 (Paper II)
The ratio of error found before software delivery and to the total errors (before and after) is called:
Topic: UGC NET Computer Science June 2024 (Paper II)
In Genetic Algorithm’s cross over operation, mask is used in?
Topic: UGC NET Computer Science June 2024 (Paper II)
Match List-I with List-II: List-I List-II A. Batch MultiprogrammingI. allows more efficient use of main …
Topic: UGC NET Computer Science June 2024 (Paper II)
The following code:stmt → if expr then stmt else stmt | if expr then stmtsuffers from:
Topic: UGC NET Computer Science June 2024 (Paper II)
Next 10 Questions — UGC NET Computer Science June 2024 (Paper II)
Ascending by ID
1
2
3
4
5
6
7
8
9
10
$Z$ is set of integers. $(Z,)$ forms group if * is:
Topic: UGC NET Computer Science June 2024 (Paper II)
Which of the following sequence ${a_n}$ are solution of recurrence relation$a_n=8a_{n-1}-16a_{n-2}$A. $a_n=1$B. $a_n=2^…
Topic: UGC NET Computer Science June 2024 (Paper II)
Which of the following is not an Object Oriented Programming language?
Topic: UGC NET Computer Science June 2024 (Paper II)
Which of the following structures of knowledge representation are the most purely syntactic?A. Conceptual dependencyB. …
Topic: UGC NET Computer Science June 2024 (Paper II)
Match List-I with List-II List-IList-II A. $A\rightarrow aB\ |\ a,\ a\in T,\ A,B\in V$I. Recursive Desc…
Topic: UGC NET Computer Science June 2024 (Paper II)
For line drawing, which of the following algorithms are used?A. DDA algorithmB. Bresenham algorithmC. Mid-point algorit…
Topic: UGC NET Computer Science June 2024 (Paper II)
Arrange the following so that they can be placed in perfect/appropriate order.A. PlanningB. ConstructionC. ModelingD. C…
Topic: UGC NET Computer Science June 2024 (Paper II)
Which of the following is not a characteristic of a specialized embedded OS?
Topic: UGC NET Computer Science June 2024 (Paper II)
The order of steps of Address Translation in Linux Virtual Memory Scheme will be:A. registerB. offsetC. Page directoryD…
Topic: UGC NET Computer Science June 2024 (Paper II)
If $f(n) = 5f(n/2) + 3$ and $f(1) = 7$ is a recurrence relation where $k$ is a positive integer, then $f(2^k) =$
Topic: UGC NET Computer Science June 2024 (Paper II)