Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

MIC Experiment List for practical exam

1) Write an algorithm, Draw flowchart, write an alp To add two 16 bit hexadecimal numbers. Write
down result.

2) Write an algorithm, Draw flowchart, write an alp To subtract two 16 bit hexadecimal numbers. Write
down result.

3) Write an algorithm, Draw flowchart, write an alp To multiply two 16 bit unsigned hexadecimal
numbers. Write down result.

4) Write an algorithm, Draw flowchart, write an alp To multiply two 16 bit signed hexadecimal
numbers. Write down result.

5) Write an algorithm, Draw flowchart, write an alp To divide 16 bit unsigned hexadecimal number by
8 bit unsigned hexadecimal number. Write down result.

6) Write an algorithm, Draw flowchart, write an alp To divide 16 bit signed hexadecimal numbers by 8
bit unsigned hexadecimal number. Write down result.

7) Write an algorithm, Draw flowchart, write an alp To add two 8 bit BCD numbers. Write down result.

8) Write an algorithm, Draw flowchart, write an alp To subtract two 8 bit BCD numbers. Write down
result.

9) Write an algorithm, Draw flowchart, write an alp To add series of 5 elements. Write down result.

10) Write an algorithm, Draw flowchart, write an alp To Transfer one block of data to other block.. Write
down result.

11) Write an algorithm, Draw flowchart, write an alp To find length of the string Write down result.

12) Write an algorithm, Draw flowchart, write an alp To find smallest no. among 5 numbers. Write down
result.

13) Write an algorithm, Draw flowchart, write an alp To find larglest no. among 5 numbers. Write down
result.

You might also like