Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Recent questions tagged 8085-microprocessor
0
votes
7
answers
1
UGC NET CSE | July 2018 | Part 2 | Question: 100
In 8085 microprocessor, what is the output of following program? LDA 8000H MVI B, 30H ADD B STA 8001 H Read a number from input port and store it in memory Read a number from input device with address 8000H and store it ... location 8001H Load A with data from input device with address 8000H and display it on the output device with address 8001H
Pooja Khatri
asked
in
CO and Architecture
Jul 13, 2018
by
Pooja Khatri
1.1k
views
ugcnetcse-july2018-paper2
co-and-architecture
8085-microprocessor
microprocessors
1
vote
1
answer
2
UGC NET CSE | November 2017 | Part 3 | Question: 3
In the architecture of $8085$ ... $\text{(a)-(ii) (b)-(iii) (c)-(i)}$ $\text{(a)-(i) (b)-(ii) (c)-(iv)}$
Arjun
asked
in
CO and Architecture
Nov 5, 2017
by
Arjun
1.4k
views
ugcnetcse-nov2017-paper3
microprocessors
8085-microprocessor
co-and-architecture
1
vote
0
answers
3
UGC NET CSE | November 2017 | Part 3 | Question: 2
In $8085$ microprocessor the address bus is of ___________ bits. $4$ $8$ $16$ $32$
Arjun
asked
in
CO and Architecture
Nov 5, 2017
by
Arjun
2.0k
views
ugcnetcse-nov2017-paper3
microprocessors
8085-microprocessor
co-and-architecture
2
votes
2
answers
4
UGC NET CSE | November 2017 | Part 3 | 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
Arjun
asked
in
CO and Architecture
Nov 5, 2017
by
Arjun
968
views
ugcnetcse-nov2017-paper3
microprocessors
8085-microprocessor
co-and-architecture
5
votes
1
answer
5
UGC NET CSE | November 2017 | Part 2 | Question: 32
Consider the following assembly program fragment: stc mov al, 11010110b mov cl,2 rcl al,3 rol al, 4 shr al, cl mul cl The contents of the destination register $ax$ (in hexadecimal ) and the status of Carry Flag (CF) after the execution of above instructions, are: $ax =003CH; \: CF=0$ $ax=001EH; \: CF=0$ $ax=007BH; \: CF=1$ $ax=00B7H; \: CF=1$
Arjun
asked
in
CO and Architecture
Nov 5, 2017
by
Arjun
4.6k
views
ugcnetcse-nov2017-paper2
8085-microprocessor
non-gate
2
votes
2
answers
6
UGC NET CSE | November 2017 | Part 2 | Question: 31
Consider the following program fragment in assembly language: mov ax, 0h mov cx, 0A h do loop: dec ax loop doloop What is the value of $ax$ and $cx$ registers after the completion of the doloop ? $ax= FFF5 \: h$ and $cx=0 \:h$ $ax= FFF6 \: h$ and $cx=0 \: h$ $ax= FFF7 \: h$ and $cx=0A \:h$ $ax=FFF5 \: h$ and $cx=0A \: h$
Arjun
asked
in
CO and Architecture
Nov 5, 2017
by
Arjun
5.5k
views
ugcnetcse-nov2017-paper2
co-and-architecture
8085-microprocessor
9
votes
2
answers
7
ISRO2017-20
Which interrupt in $8085$ Microprocessor is unmaskable? $\textsf{RST 5.5}$ $\textsf{RST 7.5}$ $\textsf{TRAP}$ Both (a) and (b)
sh!va
asked
in
CO and Architecture
May 7, 2017
by
sh!va
3.9k
views
isro2017
8085-microprocessor
non-gate
0
votes
0
answers
8
8085 uP
if the number starts with a letter of the alphabet, you need to add a zero before it. For example, AB is entered as 0abh. WHY?
Epsilon95
asked
in
Digital Logic
May 4, 2017
by
Epsilon95
382
views
8085-microprocessor
digital-logic
co-and-architecture
1
vote
0
answers
9
ISRO2012-ECE 8085 processor
The complement Accumulator (CMA) instruction in $8085$ processor on execution affects Zero flag Sign flag Overflow flag none of the above
sh!va
asked
in
CO and Architecture
Feb 27, 2017
by
sh!va
1.0k
views
isro2012-ece
isro-ece
co-and-architecture
8085-microprocessor
2
votes
1
answer
10
ISRO2012-ECE: Computer Architecture
The register in $8085$ that is used to keep track of the memory address of the next opcode to be run in the program is the: Stack Pointer Program Counter Accumulator Non of the above
sh!va
asked
in
CO and Architecture
Feb 27, 2017
by
sh!va
373
views
isro-ece
co-and-architecture
isro2012-ece
8085-microprocessor
2
votes
1
answer
11
GATE CSE 1988 | Question: 1iv
If the total number of states in the fetching and execution phases of an $8085$ instruction is known to be $7,$ number of states in these machine cycles is divided as ________
go_editor
asked
in
Others
Dec 10, 2016
by
go_editor
591
views
gate1988
8085-microprocessor
microprocessors
numerical-answers
out-of-gate-syllabus
1
vote
1
answer
12
UGC NET CSE | August 2016 | Part 3 | Question: 4
Which of the following in 8085 microprocessor performs $HL = HL + HL$ ? DAD D DAD H DAD B DAD SP
makhdoom ghaya
asked
in
CO and Architecture
Sep 30, 2016
by
makhdoom ghaya
495
views
ugcnetcse-aug2016-paper3
co-and-architecture
microprocessors
8085-microprocessor
1
vote
0
answers
13
UGC NET CSE | August 2016 | Part 3 | Question: 2
$8085$ microprocessor has ____ bit ALU. $32$ $16$ $8$ $4$
makhdoom ghaya
asked
in
CO and Architecture
Sep 30, 2016
by
makhdoom ghaya
708
views
ugcnetcse-aug2016-paper3
co-and-architecture
microprocessors
8085-microprocessor
1
vote
1
answer
14
UGC NET CSE | August 2016 | Part 2 | Question: 32
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 $00H$ $35H$ $EFH$ $2FH$
makhdoom ghaya
asked
in
CO and Architecture
Sep 26, 2016
by
makhdoom ghaya
5.5k
views
ugcnetcse-aug2016-paper2
co-and-architecture
assembly
8085-microprocessor
1
vote
1
answer
15
UGC NET CSE | December 2010 | Part 2 | Question: 35
Macro-processors are ______. Hardware Compiler Registers None of the above
makhdoom ghaya
asked
in
CO and Architecture
Sep 8, 2016
by
makhdoom ghaya
2.3k
views
ugcnetcse-dec2010-paper2
co-and-architecture
assembly
8085-microprocessor
3
votes
1
answer
16
UGC NET CSE | December 2015 | Part 3 | Question: 3
Which of the following $8085$ microprocessor hardware interrupt has the lowest priority? RST $6.5$ RST $7.5$ TRAP INTR
go_editor
asked
in
Unknown Category
Aug 9, 2016
by
go_editor
5.7k
views
ugcnetcse-dec2015-paper3
microprocessors
8085-microprocessor
2
votes
1
answer
17
UGC NET CSE | Junet 2015 | Part 3 | Question: 3
The RST 7 instruction in 8085 microprocessor is equal to CALL 0010 H CALL 0034 H CALL 0038 H CALL 003C H
go_editor
asked
in
CO and Architecture
Jul 31, 2016
by
go_editor
3.2k
views
ugcnetcse-june2015-paper3
8085-microprocessor
assembly
language
non-gate
co-and-architecture
1
vote
1
answer
18
UGC NET CSE | December 2014 | Part 3 | Question: 06
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$. $11, 1, 1, 1$ $10, 0, 1, 0$ $01, 1, 0, 0$ $00, 0, 1, 1$
makhdoom ghaya
asked
in
CO and Architecture
Jul 24, 2016
by
makhdoom ghaya
5.6k
views
ugcnetcse-dec2014-paper3
8085-microprocessor
non-gate
1
vote
2
answers
19
UGC NET CSE | December 2014 | Part 3 | Question: 05
How many times will the following loop be executed ? LXI B, 0007 H LOP : DCX B MOV A, B ORA C JNZ LOP $05$ $07$ $09$ $00$
makhdoom ghaya
asked
in
CO and Architecture
Jul 24, 2016
by
makhdoom ghaya
7.6k
views
ugcnetcse-dec2014-paper3
8085-microprocessor
non-gate
0
votes
1
answer
20
UGC NET CSE | December 2014 | Part 3 | Question: 04
Match the following $8085$ instructions with the flags $:$ ... $\text{a-ii, b-iii, c-i, d-iv}$ $\text{a-ii, b-iv, c-i, d-iii}$
makhdoom ghaya
asked
in
CO and Architecture
Jul 24, 2016
by
makhdoom ghaya
2.2k
views
ugcnetcse-dec2014-paper3
8085-microprocessor
non-gate
1
vote
2
answers
21
UGC NET CSE | June 2016 | Part 3 | Question: 3
Which of the following in 8085 microprocessor performs HL=HL+DE ? DAD D DAD H DAD B DAD SP
Sanjay Sharma
asked
in
CO and Architecture
Jul 11, 2016
by
Sanjay Sharma
2.8k
views
ugcnetcse-june2016-paper3
co-and-architecture
8085-microprocessor
5
votes
2
answers
22
ISRO2008-39
Consider the following Assembly language program MVIA 30 H ACI 30 H XRA A POP H After the execution of the above program, the contents of the accumulator will be $\textsf{30 H}$ $\textsf{60 H}$ $\textsf{00 H}$ contents of stack
go_editor
asked
in
CO and Architecture
Jun 12, 2016
by
go_editor
3.3k
views
isro2008
8085-microprocessor
non-gate
4
votes
4
answers
23
ISRO2008-45
The TRAP is one of the interrupts available in $\textsf{INTEL 8085}.$ Which one of the following statements is true of TRAP ? it is level triggered it is negative edge triggered it is $\textsf{+ve}$ edge triggered it is both $\textsf{+ve}$ and $\textsf{-ve}$ edges triggered
jaiganeshcse94
asked
in
CO and Architecture
Jun 1, 2016
by
jaiganeshcse94
3.5k
views
isro2008
co-and-architecture
8085-microprocessor
non-gate
4
votes
5
answers
24
ISRO2015-61
The contents of the flag register after execution of the following program by $8085$ microprocessor will be $\textbf{Program}$ $\textsf{SUB A}$ $\textsf{MVI B,(01)}_\textsf{H}$ $\textsf{DCR B}$ $\textsf{HLT}$ $(54)_\textsf{H}$ $(00)_\textsf{H}$ $(01)_\textsf{H}$ $(45)_\textsf{H}$
kvkumar
asked
in
CO and Architecture
May 17, 2016
by
kvkumar
8.9k
views
8085-microprocessor
non-gate
isro2015
0
votes
2
answers
25
assembly
Sanjay Sharma
asked
in
CO and Architecture
May 3, 2016
by
Sanjay Sharma
770
views
8085-microprocessor
non-gate
0
votes
1
answer
26
assembly
Sanjay Sharma
asked
in
CO and Architecture
May 3, 2016
by
Sanjay Sharma
303
views
8085-microprocessor
non-gate
3
votes
2
answers
27
ISRO-2013-36
In 8085 microprocessor, the ISR for handling trap interrupt is at which location? $3CH$ $34H$ $74H$ $24H$
makhdoom ghaya
asked
in
CO and Architecture
Apr 27, 2016
by
makhdoom ghaya
3.4k
views
isro2013
8085-microprocessor
non-gate
4
votes
5
answers
28
ISRO-2013-35
How many number of times the instruction sequence below will loop before coming out of the loop? MOV AL, 00H A1: INC AL JNZ A1 1 255 256 Will not come out of the loop.
makhdoom ghaya
asked
in
CO and Architecture
Apr 27, 2016
by
makhdoom ghaya
3.3k
views
isro2013
8085-microprocessor
non-gate
0
votes
1
answer
29
GATE CSE 1996 | Question: 6
An 8052 based system has an output port with address 00H. Consider the following assembly language program. ORG 0100H MVI A, 00H LXI H, 0105H OUT 00H INR A PCHL HLT What does the program do with respect to the output port $00H$ ? Show the waveforms at the three least significant bits of the port $00H$.
Kathleen
asked
in
CO and Architecture
Oct 9, 2014
by
Kathleen
666
views
gate1996
co-and-architecture
8085-microprocessor
out-of-syllabus-now
3
votes
2
answers
30
GATE CSE 1996 | Question: 1.22
Number of machine cycles required for RET instruction in 8085 microprocessor is 1 2 3 5
Kathleen
asked
in
CO and Architecture
Oct 9, 2014
by
Kathleen
3.1k
views
gate1996
co-and-architecture
8085-microprocessor
out-of-syllabus-now
Page:
1
2
next »
Subscribe to GATE CSE 2024 Test Series
Subscribe to GO Classes for GATE CSE 2024
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
DRDO Scientist -B
ISRO Scientist-B 2023
BARC RECRUITMENT 2023
COAP Responses | GATE CSE 2023
Interview Experience : M.Tech AI at IIT Jodhpur, Self Sponsored
Subjects
All categories
General Aptitude
(2.8k)
Engineering Mathematics
(9.7k)
Digital Logic
(3.4k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.4k)
Others
(2.4k)
Admissions
(665)
Exam Queries
(1.0k)
Tier 1 Placement Questions
(17)
Job Queries
(77)
Projects
(9)
Unknown Category
(867)
Recent questions tagged 8085-microprocessor
Recent Blog Comments
@Shubham Sharma 2 Is it possible to get a...
are MSc.(CS) students eligible?
It is said that the gate score will have 80%...
Maybe we should raise our concern in Supreme...
Mtech(RA) CSE 2023 IIT Bombay project 14. Does...