Previous 10 Questions — UGC NET Computer Science June 2024 (Paper II)
Nearest first
1
2
3
4
5
6
7
8
9
10
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)
Arrange the steps of Mathematical Modeling:A. Solution fitting with dataB. Formulation mathematicallyC. Solve mathemati…
Topic: UGC NET Computer Science June 2024 (Paper II)
The chairs of an auditorium are to be labelled with a letter followed by a positive two digits integer where labelling …
Topic: UGC NET Computer Science June 2024 (Paper II)
How much time does an algorithm using $2^{50}$ bit operations need if each bit operation takes $2^{-38}$ second?
Topic: UGC NET Computer Science June 2024 (Paper II)
Match List-I with List-II. List-I List-II A. Thread spawn I. to convert a blocking system call into…
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
Which of the following is not correct about the virtual memory segmentation?
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)
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)
For the following Parents in figure (1) and (2):Which is correct?
Topic: UGC NET Computer Science June 2024 (Paper II)
$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)