Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged ugcnetjan2017ii
1
1 vote
3
answers
3 answers
2.7k
2.7k views
UGC NET CSE | January 2017 | Part 2 | Question: 31
Which of the following strings would match the regular expression : $p+ [3-5] * [xyz]$?$p443y$$p6y$$3xyz$$p35z$$p353535x$$ppp5$I, IlI and VI onlyIV, V and VI onlyII, IV ...
go_editor
2.7k
views
asked
Mar 24, 2020
Theory of Computation
ugcnetjan2017ii
regular-expression
theory-of-computation
+
–
0
0 votes
2
2 answers
5.0k
5.0k views
UGC NET CSE | January 2017 | Part 2 | Question: 32
Consider the following assembly language instructions:mov al, 15 mov ah, 15 xor al, al mov cl, 3 shr ax, cl add al, 90H add ah, 0What is the value in $ax$ register after ...
go_editor
5.0k
views
asked
Mar 24, 2020
CO & Architecture
ugcnetjan2017ii
co-and-architecture
machine-instruction
+
–
2
2 votes
8
answers
8 answers
6.8k
6.8k views
UGC NET CSE | January 2017 | Part 2 | Question: 33
Consider the following statements related to compiler construction:Lexical Analysis is specified by context-free grammars and implemented by pushdown automata.Syntax Anal...
go_editor
6.8k
views
asked
Mar 24, 2020
Compiler Design
ugcnetjan2017ii
compiler-design
lexical-analysis
+
–
0
0 votes
3
3 answers
5.6k
5.6k views
UGC NET CSE | January 2017 | Part 2 | Question: 34
The contents of Register $(BL)$ and Register $(AL)$ of $8085$ microprocessor are $49H$ and $3AH$ respectively. The contents of $AL$, the status of carry flag $(CF)$ and s...
go_editor
5.6k
views
asked
Mar 24, 2020
CO & Architecture
ugcnetjan2017ii
microprocessors
8085-microprocessor
machine-instruction
co-and-architecture
+
–
0
0 votes
6
6 answers
4.8k
4.8k views
UGC NET CSE | January 2017 | Part 2 | Question: 35
Which of the following statement(s) regarding a linker software is/are true ?A function of a linker is to combine several object modules into a single load module.A funct...
go_editor
4.8k
views
asked
Mar 24, 2020
Compiler Design
ugcnetjan2017ii
runtime-environment
compiler-design
+
–
2
2 votes
5
answers
5 answers
4.3k
4.3k views
UGC NET CSE | January 2017 | Part 2 | Question: 36
There are three processes $P_{1}, P_{2}$ and $P_{3}$ sharing a semaphore for synchronizing a variable. Initial value of semaphore is one. Assume that negative value of se...
go_editor
4.3k
views
asked
Mar 24, 2020
Operating System
ugcnetjan2017ii
operating-system
semaphore
+
–
1
1 vote
5
answers
5 answers
4.9k
4.9k views
UGC NET CSE | January 2017 | Part 2 | Question: 37
In a paging system, it takes $30$ ns to search translation Look-a-side Buffer (TLB) and $90$ ns to access the main memory. If the TLB hit ratio is $70\%$, the effective m...
go_editor
4.9k
views
asked
Mar 24, 2020
Operating System
ugcnetjan2017ii
operating-system
paging
+
–
1
1 vote
4
4 answers
2.3k
2.3k views
UGC NET CSE | January 2017 | Part 2 | Question: 38
Match the following w.r.t Input/Output management :$\begin{array}{ll} &{\text{List – I}} & & {\text{List – II}} \\ \text{a.} & \text{Device controller} & \text{i.} & \te...
go_editor
2.3k
views
asked
Mar 24, 2020
Operating System
ugcnetjan2017ii
operating-system
input-output
+
–
2
2 votes
4
answers
4 answers
13.1k
13.1k views
UGC NET CSE | January 2017 | Part 2 | Question: 39
Which of the following scheduling algorithms may cause starvation ?First-come-first-servedRound RobinPriorityShortest process nextShortest remaining time first a, c and e...
go_editor
13.1k
views
asked
Mar 24, 2020
Operating System
ugcnetjan2017ii
operating-system
scheduling
+
–
2
2 votes
2
2 answers
1.6k
1.6k views
UGC NET CSE | January 2017 | Part 2 | Question: 40
Distributed operating systems consist of:Loosely coupled O.S. software on a loosely coupled hardware.Loosely coupled O.S. software on a tightly coupled hardware.Tightly c...
go_editor
1.6k
views
asked
Mar 24, 2020
Operating System
ugcnetjan2017ii
operating-system
+
–
0
0 votes
3
3 answers
2.1k
2.1k views
UGC NET CSE | January 2017 | Part 2 | Question: 41
Software Engineering is an engineering discipline that is concerned with:how computer systems work.theories and methods that underlie computers and software systems.all a...
go_editor
2.1k
views
asked
Mar 24, 2020
IS&Software Engineering
ugcnetjan2017ii
is&software-engineering
+
–
0
0 votes
3
3 answers
3.0k
3.0k views
UGC NET CSE | January 2017 | Part 2 | Question: 42
Which of the following is not one of three software product aspects addressed by McCall's software quality factors ?Ability to undergo changeAdaptiability to new environm...
go_editor
3.0k
views
asked
Mar 24, 2020
IS&Software Engineering
ugcnetjan2017ii
is&software-engineering
+
–
0
0 votes
5
5 answers
2.8k
2.8k views
UGC NET CSE | January 2017 | Part 2 | Question: 43
Which of the following statement(s) is/are true with respect to software architecture?$S1$ : Coupling is a measure of how well the things grouped together in a module bel...
go_editor
2.8k
views
asked
Mar 24, 2020
IS&Software Engineering
ugcnetjan2017ii
is&software-engineering
+
–
1
1 vote
3
answers
3 answers
8.1k
8.1k views
UGC NET CSE | January 2017 | Part 2 | Question: 44
The prototyping model of software development is:a reasonable approach when requirements are well-defined.a useful approach when a customer cannot define requirements cle...
go_editor
8.1k
views
asked
Mar 24, 2020
IS&Software Engineering
ugcnetjan2017ii
is&software-engineering
+
–
0
0 votes
4
4 answers
2.0k
2.0k views
UGC NET CSE | January 2017 | Part 2 | Question: 45
A software design pattern used to enhance the functionality of an object at run-time is:AdapterDecoratorDelegationProxy
go_editor
2.0k
views
asked
Mar 24, 2020
IS&Software Engineering
ugcnetjan2017ii
software
non-gatecse
is&software-engineering
+
–
0
0 votes
1
1 answer
859
859 views
UGC NET CSE | January 2017 | Part 2 | Question: 46
Match the following :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\ \text{a.} & \text{Affiliate Marketing} & \text{i.} & \text{Vendors ask partners t...
go_editor
859
views
asked
Mar 24, 2020
Others
ugcnetjan2017ii
online-marketing
information-system
+
–
1
1 vote
5
5 answers
2.6k
2.6k views
UGC NET CSE | January 2017 | Part 2 | Question: 47
__________ refers loosely to the process of semi-automatically analyzing large databases to find useful patterns.DataminingData warehousingDBMSData mirroring
go_editor
2.6k
views
asked
Mar 24, 2020
Databases
ugcnetjan2017ii
databases
data-mining
+
–
0
0 votes
4
4 answers
1.2k
1.2k views
UGC NET CSE | January 2017 | Part 2 | Question: 48
Which of the following is/are true w.r.t. applications of mobile computing?Travelling of salesmanLocation awareness servicesa true; b false.Both a and b are true.Both a a...
go_editor
1.2k
views
asked
Mar 24, 2020
Others
ugcnetjan2017ii
mobile-communication
+
–
0
0 votes
3
3 answers
1.9k
1.9k views
UGC NET CSE | January 2017 | Part 2 | Question: 49
In $3G$ network, $\text{W-CDMA}$ is also known as $\text{UMTS}$. The minimum spectrum allocation required for $\text{W-CDMA}$ is$2$ MHz$20$ KHz$5$ KHz$5$ MHz
go_editor
1.9k
views
asked
Mar 24, 2020
Others
ugcnetjan2017ii
mobile-communication
csma-cd
+
–
0
0 votes
2
2 answers
1.0k
1.0k views
UGC NET CSE | January 2017 | Part 2 | Question: 50
Which of the following statements is/are true w.r.t. Enterprise Resource Planning (ERP)?ERP automates and integrates majority of business processesERP provides access to ...
go_editor
1.0k
views
asked
Mar 24, 2020
Others
ugcnetjan2017ii
erp-systems
+
–
Page:
« prev
1
2