Skip to content

Category Archives: UGC-NET

The number of substrings that can be formed from string given by “a d e f b g h n m p” is (A) 10… Read More
Which of the following HTML5 codes will affect the horizontal as well as vertical alignment of the table content ? (A) < t d halign… Read More
Consider the following set of processes and the length of CPU burst time given in milliseconds: Assume that processes being scheduled with Round-Robin Scheduling Algorithm… Read More
A Computer uses a memory unit with 256K word of 32 bits each. A binary instruction code is stored in one word of memory. The… Read More
Suppose P, Q and R are co-operating processes satisfying Mutual Exclusion condition. Then if the process Q is executing in its critical section then (A)… Read More
​If the frame buffer has 10-bits per pixel and 8-bits are allocated for each of the R, G and B components then what would be… Read More
​ Which of the following statements is/are ​false ? P: The clean-room strategy to software engineering is based on the incremental software process model. Q:… Read More
​Consider the vocabulary with only four propositions A,B,C and D. How many models are there for the following sentence ? (⌐ A ∨​ ⌐B ∨​… Read More
​The Software Requirement Specification(SRS) is said to be _________ if and only if no subset of individual requirements described in it conflict with each other.… Read More
An internet service provider (ISP) has following chunk of CIDR-based IP addresses available with it: 245.248.128.0/20 . The ISP want to give half of this… Read More
Consider the following two languages: L​1​ = {x | for some y with | y| = 2|x| , xy ∈ L and L is regular… Read More
Consider ISO-OSI network architecture reference model. Session layer of this model offer Dialog control, token management and ____________ as services. (A) Synchronization (B) Asynchronization (C)… Read More
​The third generation mobile phone are digital and based on (A) AMPS (B) Broadband CDMA (C) CDMA (D) D-AMPS Answer: (B) Explanation: First generation supports… Read More
Consider the following terminology and match List 1 and List 2 and choose the correct answer from the code given below b= branch factor d=… Read More
​To overcome difficulties in Readers-Writers problem, which of the following statement/s is/are true ? Writers are given exclusive access to shared objects Readers are given… Read More