• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

UGC NET CS 2015 Dec – III

Question 1

The three outputs x1x2x3 from the 8 X 3 priority encoder are used to provide a vector address of the form 101x1x2x300. What is the second highest priority vector address in hexadecimal if the vector addresses are starting from the one with the highest priority ?
  • BC
  • A4
  • BD
  • AC

Question 2

What will be the output at PORT1 if the following program is executed ? MVI B, 82H MOV A, B MOV C, A MVI D, 37H OUT PORT1 HLT
  • 37H
  • 82H
  • B9H
  • 00H

Question 3

Which of the following 8085 microprocessor hardware interrupt has the lowest priority?
  • RST 6.5
  • RST 7.5
  • TRAP
  • INTR

Question 4

A dynamic RAM has refresh cycle of 32 times per msec. Each refresh operation requires 100 nsec and a memory cycle requires 250 nsec. What percentage of memory’s total operating time is required for refreshes?
  • 0.64
  • 0.96
  • 2.00
  • 0.32

Question 5

A DMA controller transfers 32-bit words to memory using cycle stealing. The words are assembled from a device that transmits characters at a rate of 4800 characters per second. The CPU is fetching and executing instructions at an average rate of one million instructions per second. By how much will the CPU be slowed down because of the DMA transfer?
  • 0.6%
  • 0.12%
  • 1.2%
  • 2.5%

Question 6

A CPU handles interrupt by executing interrupt service subroutine __________.
  • by checking interrupt register after execution of each instruction
  • by checking interrupt register at the end of the fetch cycle
  • whenever an interrupt is registered
  • by checking interrupt register at regular time interval

Question 7

Given the following set of prolog clauses : father(X, Y) : parent(X, Y), male(X), parent(Sally, Bob), parent(Jim, Bob), parent(Alice, Jane), parent(Thomas, Jane), male(Bob), male(Jim), female(Salley), female(Alice). How many atoms are matched to the variable ‘X’ before the query father(X, Jane) reports a Result ?
  • 1
  • 2
  • 3
  • No option is correct.

Question 8

Forward chaining systems are __________ where as backward chaining systems are __________.
  • Data driven, Data driven
  • Goal driven, Data driven
  • Data driven, Goal driven
  • Goal driven, Goal driven

Question 9

Match the following w.r.t. programming language: 9
  • (1)
  • (2)
  • (3)
  • (4)
  • No option is correct.

Question 10

The combination of an IP address and a port number is known as ___________.
  • network number
  • socket address
  • subnet mask number
  • MAC address

There are 74 questions to complete.

Last Updated :
Take a part in the ongoing discussion