• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

UGC-NET CS 2017 Nov - III

Question 1

In 8085 microprocessor which of the following flag(s) is (are) affected by an arithmetic operation ?
  • AC flag Only
  • CY flag Only
  • Z flag Only
  • AC, CY, Z flags

Question 2

In 8085 microprocessor the address bus is of __________ bits.
  • 4
  • 8
  • 16
  • 32

Question 3

In the architecture of 8085 microprocessor match the following: 1
  • (1)
  • (2)
  • (3)
  • (4)

Question 4

Which of the following addressing mode is best suited to access elements of an array of contiguous memory locations ?
  • Indexed addressing mode
  • Base Register addressing mode
  • Relative address mode
  • Displacement mode

Question 5

Which of the following is correct statement ?
  • In memory - mapped I/O, the CPU can manipulate I/O data residing in interface registers that are not used to manipulate memory words.
  • The isolated I/O method isolates memory and I/O addresses so that memory address range is not affected by interface address assignment.
  • In asynchronous serial transfer of data the two units share a common clock.
  • In synchronous serial transmission of data the two units have different clocks.

Question 6

A micro-instruction format has micro-ops field which is divided into three subfields F1, F2, F3 each having seven distinct micro-operations, condition field CD for four status bits, branch field BR having four options used in conjunction with address field ADF. The address space is of 128 memory locations. The size of micro-instruction is:

  • 17

  • 20

  • 24

  • 32

Question 7

Consider the following four schedules due to three transactions (indicated by the subscript) using read and write on a data item X, denoted by r(X) and w(X) respectively. Which one of them is conflict serializable ?
S1: r1(X); r2(X); w1(X); r3(X); w2(X)

S2: r2(X); r1(X); w2(X); r3(X); w1(X)

S3: r3(X); r2(X); r1(X); w2(X); w1(X)

S4: r2(X); w2(X); r3(X); r1(X); w1(X)
  • S1
  • S2
  • S3
  • S4

Question 8

Suppose a database schedule S involves transactions T1, T2, .............,Tn. Consider the precedence graph of S with vertices representing the transactions and edges representing the conflicts. If S is serializable, which one of the following orderings of the vertices of the precedence graph is guaranteed to yield a serial schedule ?
  • Topological order
  • Depth - first order
  • Breadth - first order
  • Ascending order of transaction indices

Question 9

If every non-key attribute is functionally dependent on the primary key, then the relation is in __________ .
  • First normal form
  • Second normal form
  • Third normal form
  • Fourth normal form

Question 10

Consider a relation R (A, B, C, D, E, F, G, H), where each attribute is atomic, and following functional dependencies exist.
CH → G
A → BC
B → CFH
E → A
F → EG
The relation R is __________ .
  • in 1NF but not in 2NF
  • in 2NF but not in 3NF
  • in 3NF but not in BCNF
  • in BCNF

There are 74 questions to complete.

Last Updated :
Take a part in the ongoing discussion