Recent questions tagged ugcnetcse-jan2017-paper3

1 1 vote
3 3 answers
2.3k
2.3k views
Which of the following is an interrupt according to temporal relationship with system clock?Maskable interruptPeriodic interruptDivision by zeroSynchronous interrupt
4 4 votes
5 answers 5 answers
4.1k
4.1k views
Which of the following is incorrect for virtual memory?Large programs can be writtenMore I/O is requiredMore addressable memory availableFaster and easy swapping of proce...
0 0 votes
5 5 answers
3.0k
3.0k views
The general configuration of the microprogrammed control unit is given below:What are blocks B and C in the diagram respectively?Block address register and cache memoryC...
0 0 votes
3 3 answers
3.1k
3.1k views
Match the following :$\begin{array}{clcl} & {\textbf{Addressing Mode}} & {} & {\textbf{Location of operand}} \\ \text{a.} & \text{Implied} & \text{i.} & \text{Registe...
0 0 votes
3 3 answers
1.5k
1.5k views
In $8085$ microprocessor, the digit $5$ indicates that the microprocessor needs$-5$ volts, $+5$ volts supply$+5$ volts supply only$-5$ volts supply only$5$ MHz clock
0 0 votes
3 3 answers
1.6k
1.6k views
In $8085$, which of the following performs: load register pair immediate operation?LDAX rpLKLD addrLXI rp, dataINX rp
1 1 vote
7 7 answers
6.5k
6.5k views
Consider following schedules involving two transactions:$S_{1}: \: r_{1}(X);r_{1}(Y);r_{2}(X);r_{2}(Y);w_{2}(Y);w_{1}(X)$$S_{2}: \: r_{1}(X);r_{2}(X);r_{2}(Y);w_{2}(Y);r_...
2 2 votes
7 7 answers
5.2k
5.2k views
Which one is correct w.r.t. RDBMS?primary key $\subseteq$ super key $\subseteq$ candidate keyprimary key $\subseteq$ candidate key $\subseteq$ super key super key $\subse...
6 6 votes
4 answers 4 answers
4.9k
4.9k views
Let $pk(R)$ denotes primary key of relation $R$. A many-to-one relationship that exists between two relations $R_1$ and $R_2$ can be expressed as follows: $pk(R_2)\righta...
4 4 votes
5 5 answers
2.6k
2.6k views
For database relation $R(A,B,C,D)$ where the domains of $A,B,C$ and $D$ include only atomic values, only the following functional dependencies and those that can be infer...
2 2 votes
6 6 answers
3.2k
3.2k views
Consider the following relation:Works(emp_name, company_name,salary)Here,emp name is primary key.Consider the following SQL querySelect emp name From works T where salary...
0 0 votes
2 2 answers
1.4k
1.4k views
Which of the following statement(s) is/are correct?Persistence is the term used to describe the duration of phosphorescence.The control electrode is used to turn the ele...
0 0 votes
2 2 answers
1.6k
1.6k views
A segment is any object described by GKS commands and data that start with CREATE SEGMENT and Terminates with CLOSE SEGMENT command. What functions can be performed on th...
0 0 votes
3 3 answers
1.3k
1.3k views
Match the following :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\\text{a.} & \text{Glass } & \text{i.} & \text{Contains liquid crystal and serves a...
0 0 votes
2 2 answers
2.0k
2.0k views
Below are the few steps given for scan-converting a circle using Bresenham’s Algorithm. Which of the given steps is not correct?Compute $d= 3-2r$ (where $r$ is radius)Sto...
0 0 votes
3 3 answers
3.8k
3.8k views
Which of the following is/are side effects of scan conversion?AliasingUnequal intensity of diagonal linesOverstriking in photographic applications Local or Global aliasin...
0 0 votes
3 3 answers
4.6k
4.6k views
Consider a line $AB$ with $A=(0,0)$ and $B=(8,4)$. Apply a simple $DDA$ algorithm and compute the first four plots on this line.$[(0,0),(1,1),(2,1),(3,2)]$$[(0,0),(1,1.5)...
0 0 votes
5 5 answers
2.7k
2.7k views
Which of the following are not regular?Strings of even number of a’sStrings of a’s , whose length is a prime number. Set of all palindromes made up of a’s and b’s. String...
1 1 vote
7 7 answers
2.9k
2.9k views
Consider the languages $L_{1}= \phi$ and $L_{2}=\{1\}$. Which one of the following represents $L_{1}^{\ast}\cup L_{2}^{\ast} L_{1}^{\ast}$?$\{\in \}$$\{\in,1\}$$\phi$$1^{...
3 3 votes
7 7 answers
5.5k
5.5k views
Given the following statements:A class of languages that is closed under union and complementation has to be closed under intersectionA class of languages that is closed ...
0 0 votes
2 2 answers
2.4k
2.4k views
Let $G= (V,T,S,P)$ be a context-free grammer such that every one of its productions is of the form $A\rightarrow v$, with $\mid v \mid=K 1$. The derivation tree for any ...
1 1 vote
5 5 answers
3.0k
3.0k views
A recursive function $h$, is defined as follows:$\begin{array} {} h(m) & =k, \text{if } m=0 \\ &=1, \text{if } m=1 \\ &= 2 h(m-1)+4h(m-2), \text{if } m \geq 2 \end{ar...
3 3 votes
10 10 answers
8.9k
8.9k views
Station $A$ uses $32$ byte packets t transmit messages to station $B$ using sliding window protocol. The round trip delay between $A$ and $B$ is $40$ milliseconds and the...
7 7 votes
4 4 answers
3.1k
3.1k views
Let $G(x)$ be generator polynomial used for CRC checking. The condition that should be satisfied by $G(x)$ to correct odd numbered error bits, will be:$(1+x)$ is factor o...
0 0 votes
4 4 answers
2.2k
2.2k views
In RSA public key cryptosystem suppose $n=p*q$ where $p$ and $q$ are primes. $(e,n)$ and $(d,n)$ are public and private keys respectively. Let $M$ be an integer such that...
0 0 votes
6 6 answers
3.7k
3.7k views
A node $X$ on a $10$ Mbps network is regulated by a token bucket. The token bucket is filled at a rate of $2$ Mbps. Token bucket is initially filled with $16$ megabits. T...
0 0 votes
5 5 answers
6.2k
6.2k views
The minimum number of scalar multiplication required, for parenthesization of a matrix-chain product whose sequence of dimensions for four matrices is $< 5,10,3,12,5 $ is...
3 3 votes
4 4 answers
3.9k
3.9k views
Dijkstra’s algorithm is based onDivide and conquer paradigmDynamic programmingGreedy approachBacktracking paradigm
0 0 votes
6 6 answers
3.1k
3.1k views
Match the following with respect to algorithm paradigms :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\ \text{a.} & \text{Merge sort} & \text{i.} & \te...
0 0 votes
4 4 answers
5.5k
5.5k views
Abstraction and encapsulation are fundamental principles that underlie the object oriented approach to software development. What can you say about the following two stat...