Question
a.
AL=0FH; CF=1; SF=1
b.
AL=F0H; CF=0; SF=0
c.
AL=F1H; CF=1; SF=1
d.
AL=1FH; CF=1; SF=1
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. 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...
Similar Questions
Discover Related MCQs
Q. Which of the following statement(s) regarding a linker software is/are true?
I. A function of a linker is to combine several object modules into a single load module.
II. A function of a linker is to replace absolute references in an object module by symbolic references to locations in other modules.
View solution
Q. Which of the following are not regular?
(A) Strings of even number of a’s.
(B) Strings of a’s, whose length is a prime number.
(C) Set of all palindromes made up of a’s and b’s.
(D) Strings of a’s whose length is a perfect square.
View solution
Q. In compiler optimization, operator strength reduction uses mathematical identities to replace slow math operations with faster operations. Which of the following code replacements is an illustration of operator strength reduction?
View solution
Q. Which of the following are the principles tasks of the linker?
I. Resolve external references among separately compiled program units.
II. Translate assembly language to machine code.
III. Relocate code and data relative to the beginning of the program.
IV. Enforce access-control restrictions on system libraries.
View solution
Q. Which of the following is false regarding the evaluation of computer programming languages?
View solution
Q. Which of the following statements is false?
View solution
Q. System calls are usually invoked by using:
View solution
Q. The ............... transfers the executable image of a C++ program from hard disk to main memory.
View solution
Q. The family of context sensitive languages is ................. under union and ................. under reversal.
View solution
Q. Which is the correct statement(s) for Non Recursive predictive parser?
S1: First(α) = {t | α => * t β for some string β } => *tβ
S2: Follow(X) = { a | S => * αXa β for some strings α and β }
View solution
Q. From the point of view of the programmer, what are the major advantages of using a high-level language rather than internal machine code or assembly language ?
View solution
Q. The scheme of which interpreter translates the source program is known as
View solution
Q. Portable program means
View solution
Q. Object modules generated by assembler that contains unresolved external references are resolved for two or more object module by a/an
View solution
Q. A special software that is used to create a job queue is called
View solution
Q. Which of the following permanent database that has an entry for each terminal symbol ?
View solution
Q. In which way(s) a macroprocessor for assembly language can be implemented ?
View solution
Q. Which of the following can be accessed by transfer vector approach of linking ?
View solution
Q. Block or Buffer caches are used to
View solution
Q. Object code is the output of ……………
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Systems Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!