Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C 3) Loading the value in Register B from location 3001H 4) Swapping the contents of register B and C 5) Store the value in register ...
SIKSHAPATH Latest Questions
mj
Asked: March 3, 2022In: Other
Create a network connection using packet tracer , which shows the working of Switch and Hub. Explain in detail with proper steps.
mj
Asked: December 4, 2021In: DBMS
Create a table with different types of DDL,DML commands and various constraints on it.
Write a PL/SQL program to implement concept of triggers.
mj
Asked: December 4, 2021In: Programming Language
Write a program to copy from one file to another. Sample Input and Output: Enter the input file name Input.txt Enter the output file name Output.txt
mj
Asked: December 4, 2021In: Programming Language
Write an interface called Playable, with a method void play(); Let this interface be placed in a package called music. Write a class called Veena which implements Playable interface. Let this class be placed in a package music.string Write a class called Saxophone which ...