MEDIUM
HSSC Clerk
IMPORTANT
Earn 100

In which addressing mode, the address of the location of the operand is given explicitly as a part of the instruction?

50% studentsanswered this correctly

Important Questions on Computer Organization & Architecture

MEDIUM
HSSC Clerk
IMPORTANT
The principal advantage of dynamic shift registers in comparison to static registers is that _____.
MEDIUM
HSSC Clerk
IMPORTANT
Select the true statement from the following option?
MEDIUM
HSSC Clerk
IMPORTANT
Which of the following memories allows simultaneous read and write operations?
MEDIUM
HSSC Clerk
IMPORTANT
What is the main advantage of magnetic core memory over semiconductor RAM memory?
MEDIUM
HSSC Clerk
IMPORTANT
The fastest type of memory from the following list is _____.
MEDIUM
HSSC Clerk
IMPORTANT
The magnetic disk and drums are like recirculating shift registers because _____.
MEDIUM
HSSC Clerk
IMPORTANT

What are x and y in the following macro definition?

macro Add x, y Load y Mul x Store y end macro