...
UGC NET CS 2018 JUNE Paper-2
December 1, 2023
Question 2774 – Theory-of-Computation
December 2, 2023
UGC NET CS 2018 JUNE Paper-2
December 1, 2023
Question 2774 – Theory-of-Computation
December 2, 2023

Question 16320 – UGC NET Dec-2020 and June-2021 Paper-2

Which of the following is not an example of pseudo-instruction?

Correct Answer: C

Question 100 Explanation: 
DEC instruction is used for decrementing an operand by one
ORG – Set current location counter value
END – Declare end of an assembly
HLT (halt) is an assembly language instruction which halts the central processing unit (CPU) until the next external interrupt is fired.
A
DEC
B
END
C
HLT
D
ORG

Leave a Reply

Your email address will not be published. Required fields are marked *