Computer System Architecture Subject Wise UGC NET Question Analysis Part-2


Q51➡ | NTA UGC NET January 2017 Paper-2
Consider the following assembly language instructions :
mov al, 15
mov ah, 15
xor al, al
mov cl, 3
shr ax, cl
add al, 90H
adc ah, 0
What is the value in ax register after execution of above instructions ?
i ➥ 0270H
ii ➥ 0170H
iii ➥ 01E0H
iv ➥ 0370H

Show Answer With Best Explanation

Answer: I
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q52➡ | NTA UGC NET January 2017 Paper-2
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 sign flag (SF) after executing ‘SUB AL, BL’ assembly language instruction, are
i ➥ AL = 0FH; CF = 1; SF = 1
ii ➥ AL = F0H; CF = 0; SF = 0
iii ➥ AL = F1H; CF = 1; SF = 1
iv ➥ AL = 1FH; CF = 1; SF = 1

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q53➡ | NTA UGC NET January 2017 Paper-2
Match the following w.r.t. Input/Output management :
i ➥ a-iii, b-iv, c-i, d-ii
ii ➥ a-ii, b-i, c-iv, d-iii
iii ➥ a-iv, b-i, c-ii, d-iii
iv ➥ a-i, b-iii, c-iv, d-ii

Show Answer With Best Explanation

Answer: I
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q54➡ | NTA UGC NET July 2016 Paper-2
The content of the accumulator after the execution of the following 8085 assembly language program, is:
MVI A, 42H MVI B, 05H UGC: ADD B DCR B JNZ UGC ADI 25H HLT
i ➥ 82 H
ii ➥ 78 H
iii ➥ 76 H
iv ➥ 47 H

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q55➡ | NTA UGC NET July 2016 Paper-2
Pipelining improves performance by:
i ➥ decreasing instruction latency
ii ➥ eliminating data hazards
iii ➥ exploiting instruction level parallelism
iv ➥ decreasing the cache miss rate

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q56➡ | NTA UGC NET July 2016 Paper-3
8085 microprocessor has______bit ALU.
i ➥ 32
ii ➥ 16
iii ➥ 8
iv ➥ 4

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q57➡ | NTA UGC NET July 2016 Paper-3
The register that stores the bits required to mask the interrupts is_______.
i ➥ Status register
ii ➥ Interrupt service register
iii ➥ Interrupt mask register
iv ➥ Interrupt request register

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q58➡ | NTA UGC NET July 2016 Paper-3
Which of the following in 8085 microprocessor performs
HL = HL + HL?
i ➥ DAD D
ii ➥ DAD H
iii ➥ DAD B
iv ➥ DAD SP

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q59➡ | NTA UGC NET July 2016 Paper-3
In________addressing mode, the operands are stored in the memory. The address of the corresponding memory location is given in a register which is specified in the instruction.
i ➥ Register direct
ii ➥ Register indirect
iii ➥ Base indexed
iv ➥ Displacement

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q60➡ | NTA UGC NET July 2016 Paper-2
The content of the accumulator after the execution of the following 8085 assembly language program, is
MVI A, 35H
MOV B, A
STC
CMC
RAR
XRA B
i ➥ 00H
ii ➥ 35H
iii ➥ EFH
iv ➥ 2FH

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q61➡ | NTA UGC NET July 2016 Paper-3
8085 microprocessor has_____hardware interrupts.
i ➥ 2
ii ➥ 3
iii ➥ 4
iv ➥ 5

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q62➡ | NTA UGC NET July 2016 Paper-3
Which of the following in 8085 microprocessor performs HL = HL + DE ?
i ➥ DAD D
ii ➥ DAD H
iii ➥ DAD B
iv ➥ DAD SP

Show Answer With Best Explanation

Answer: I
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q63➡ | NTA UGC NET July 2016 Paper-3
The register that stores all interrupt requests is:
i ➥ Interrupt mask register
ii ➥ Interrupt service register
iii ➥ Interrupt request register
iv ➥ Status register

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q64➡ | NTA UGC NET July 2016 Paper-3
The_______addressing mode is similar to register indirect addressing mode, except that an offset is added to the contents of the register. The offset and register are specified in the instruction.
i ➥ Base indexed
ii ➥ Base indexed plus displacement
iii ➥ Indexed
iv ➥ Displacement

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q65➡ | NTA UGC NET December 2015 Paper-3
What will be the hexadecimal value in the register ax (32-bit) after executing the following instructions?
mov al, 15
mov ah, 15
xor al, al
mov cl, 3
shr ax, cl
i ➥ 0F00 h
ii ➥ 0F0F h
iii ➥ 01E0 h
iv ➥ FFFF h

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q66➡ | NTA UGC NET December 2015 Paper-3
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
i ➥ 37H
ii ➥ 82H
iii ➥ B9H
iv ➥ 00H

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q67➡ | NTA UGC NET December 2015 Paper-3
Which of the following 8085 microprocessor hardware interrupt has the lowest priority?
i ➥ RST 6.5
ii ➥ RST 7.5
iii ➥ TRAP
iv ➥ INTR

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q68➡ | NTA UGC NET December 2015 Paper-3
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?
i ➥ 0.6%
ii ➥ 0.12%
iii ➥ 1.2%
iv ➥ 2.5%

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q69➡ | NTA UGC NET December 2015 Paper-3
A CPU handles interrupt by executing interrupt service subroutine_________.
i ➥ by checking interrupt register after execution of each instruction
ii ➥ by checking interrupt register at the end of the fetch cycle
iii ➥ whenever an interrupt is registered
iv ➥ by checking interrupt register at regular time interval

Show Answer With Best Explanation

Answer: I
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q70➡ | NTA UGC NET December 2015 Paper III
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?
i ➥ 0.64
ii ➥ 0.96
iii ➥ 2.00
iv ➥ 0.32

Show Answer With Best Explanation

Answer: IV

Explanation: Upload soon

More DiscussionExplanation On YouTube Learn Topic Wise Help-Line

Q71➡ | NTA UGC NET June 2015 Paper-2
In the case of parallelization, Amdahl’s law states that if P is the proportion of a program that can be made parallel and (1 -P) is the proportion that cannot be parallelized, then the maximum speed-up that can be achieved by using N processors is:
i ➥ 1/((1−p)+ N .P)
ii ➥ 1/((N −1)P +P)
iii ➥ 1/((1−P )+ P /N)
iv ➥ 1/((P)+(1-P)/N)

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q72➡ | NTA UGC NET June 2015 Paper-2
Consider a 32 – bit microprocessor, with a 16 – bit external data bus, driven by an 8 MHz input clock. Assume that this microprocessor has a bus cycle whose minimum duration equals four input clock cycles. What is the maximum data transfer rate for this microprocessor?
i ➥ 8 × 106 bytes/sec
ii ➥ 4 × 106 bytes/sec
iii ➥ 16 × 106 bytes/sec
iv ➥ 4 × 109 bytes/sec

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q73➡ NTA UGC NET June 2015 Paper-3
The RST 7 instruction in 8085 microprocessor is equivalent to:
i ➥ CALL 0010 H
ii ➥ CALL 0034 H
iii ➥ CALL 0038 H
iv ➥ CALL 003C H

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q74➡ | NTA UGC NET June 2015 Paper-3
The CPU of a system having 1 MIPS execution rate needs 4 machine cycles on an average for executing an instruction. The fifty percent of the cycles use memory bus. A memory read/ write employs one machine cycle. For execution of the programs, the system utilizes 90 percent of the CPU time. For block data transfer, an IO device is attached to the system while CPU executes the background programs continuously. What is the maximum IO data transfer rate if programmed IO data transfer technique is used?
i ➥ 500 Kbytes/sec
ii ➥ 2.2 Mbytes/sec
iii ➥ 125 Kbytes/sec
iv ➥ 250 Kbytes/sec

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q75➡ | NTA UGC NET December 2014 Paper-2
The size of the ROM required to build an 8-bit adder/sub-tractor with mode control, carry input, carry output and two’s complement overflow output is given as.
i ➥ 216 * 8
ii ➥ 218 * 10
iii ➥ 216 * 10
iv ➥ 218 * 8

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q76➡ | NTA UGC NET December 2014 Paper-3
A hierarchical memory system that uses cache memory has cache access time of 50 nano seconds, main memory access time of 300 nanoseconds, 75% of memory requests are for read, hit ratio of 0.8 for read access and the write-through scheme is used. What will be the average access time of the system both for read and write requests ?
i ➥ 157.5 n.sec.
ii ➥ 110 n.sec.
iii ➥ 75 n.sec
iv ➥ 82.5 n.sec.

Show Answer With Best Explanation

Answer: I
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q77➡ | NTA UGC NET December 2014 Paper-3
For switching from a CPU user mode to supervisor mode following type of interrupt is most appropriate.
i ➥ Internal interrupts
ii ➥ External interrupts
iii ➥ Software interrupts
iv ➥ None of the above

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q78➡ | NTA UGC NET December 2014 Paper-3
Match the following 8085 instructions with the flags :
i ➥ a-iv, b-i, c-iii, d-ii
ii ➥ a-iii, b-ii, c-i, d-iv
iii ➥ a-ii, b-iii, c-i, d-iv
iv ➥ a-ii, b-iv, c-i, d-iii

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q79➡ | NTA UGC NET December 2014 Paper-3
How many times will the following loop be executed ? LXI B, 0007 H LOP : DCX B MOV A, B ORA C JNZ LOP
i ➥ 05
ii ➥ 07
iii ➥ 09
iv ➥ 00

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q80➡ | NTA UGC NET December 2014 Paper-3
Specify the contents of the accumulator and the status of the S, Z and CY flags when 8085 microprocessor performs addition of 87 H and 79 H.
i ➥ 11, 1, 1, 1
ii ➥ 10, 0, 1, 0
iii ➥ 01, 1, 0, 0
iv ➥ 00, 0, 1, 1

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q81➡ | NTA UGC NET December 2014 Paper-3
How many characters per second (7 bits + 1 parity) can be transmitted over a 3200 bps line if the transfer is asynchronous ? (Assuming 1 start bit and 1 stop bit)
i ➥ 300
ii ➥ 320
iii ➥ 360
iv ➥ 400

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q82➡ | NTA UGC NET December 2014 Paper-3
‘FAN IN’ of a component A is defined as
i ➥ Count of the number of components that can call, or pass control, to a component A
ii ➥ Number of components related to component A
iii ➥ Number of components dependent on component A
iv ➥ None of the above

Show Answer With Best Explanation

Answer: I
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q83➡ | NTA UGC NET December 2014 Paper-3
In a distributed computing environment, distributed shared memory is used which is.
i ➥ Logical combination of virtual memories on the nodes.
ii ➥ Logical combination of physical memories on the nodes.
iii ➥ Logical combination of the secondary memories on all the nodes.
iv ➥ All of the above

Show Answer With Best Explanation

Answer: II
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q84➡ | NTA UGC NET June 2014 Paper-3
The advantage of_________is that it can reference memory without paying the price of having a full memory address in the instruction.
i ➥ Direct addressing
ii ➥ Indexed addressing
iii ➥ Register addressing
iv ➥ Register Indirect addressing

Show Answer With Best Explanation

Answer: IV
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

Q85➡ | NTA UGC NET June 2014 Paper-3
One of the main features that distinguish microprocessor from micro-computers is
i ➥ words are usually larger in microprocessors.
ii ➥ words are shorter in microprocessors.
iii ➥ microprocessor does not contain I/O devices.
iv ➥ None of the above.

Show Answer With Best Explanation

Answer: III
Explanation: Upload Soon

More DiscussionExplanation On YouTubeLearn Topic WiseHelp-Line

NTA UGC NET Subject Wise Previous Year Question With Solutions

error: Content is protected !!
Open chat
1
Hi,how Can We Help You ?