0% found this document useful (0 votes)
6 views2 pages

CS Pyq

The document outlines a series of assembly language programming (A.L.P) tasks for the H.S.C Boards 12th Science Examination-2024-25, focusing on various memory operations such as data copying, arithmetic operations, and data manipulation. It includes practical programs to be practiced from a journal book, emphasizing operations like subtraction, multiplication, and logical operations. Additionally, it highlights previously asked board exam programs for student preparation.

Uploaded by

Avadhoot Matkar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

CS Pyq

The document outlines a series of assembly language programming (A.L.P) tasks for the H.S.C Boards 12th Science Examination-2024-25, focusing on various memory operations such as data copying, arithmetic operations, and data manipulation. It includes practical programs to be practiced from a journal book, emphasizing operations like subtraction, multiplication, and logical operations. Additionally, it highlights previously asked board exam programs for student preparation.

Uploaded by

Avadhoot Matkar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

H.S.

C Boards 12th Science Examination-2024-25


P.Y.Q Programs for March-2025
Computer Science-II

1. Write a A.L.P Program to copy block of data starting from 4500H to new memory
location starting from 4600H . The length of block is stored at memory location 44FFH.

2. Write a A.L.P Program to Add two 8-bit BCD no.’s stored at memory location 4500H
to 4501H. Result stored at memory location 4502H.

3. Write a A.L.P Program to Fill a memory location 4500H to 4504H with Hexadecimal
no.’s 09H to 0dH. {Filling of Number’s}

4. Write a A.L.P Program to count the occurrence of the data byte AC H in memory
block stored from 7401H to 7405H store the count at memory location 7406H.

5. Write a A.L.P Program to count no.’s of even and odd from block of data starting
from memory location 9201H to 920AH the result stored at 9500H.

6. Write a A.L.P Program to find Sum of 10 hexadecimal no.’s stored the result at
consecutive memory location that starting from 4000H. Store the result at end of
block beginning with L.O.B-[Lower Order Byte].

7. Write a A.L.P Program to search and count the no.’s of 09H from memory location
starting from C3FFH block of memory is C400H. Result store at consecutive memory
location.

8. Write a A.L.P Program in series of 1 byte hexadecimal data stored at memory


location D600H to D60AH. Program to replace each odd no. in series with 00H.

9. Write a A.L.P Program to separate the two nibbles of an 8-bit no. stored at 7501H
stored the low-order nibble & high order nibble at 7502H and 7503H.

10. Write a A.L.P Program to convert hexadecimal digits into decimal digit.

11. Write a A.L.P Program to double the content of each memory location block of
memory 1220H to 1230H store the result at same memory location.

12. Write a A.L.P Program to find the no.’s of Finonacci Series upto 8 th terms.

Also Practice the Practical Jounral book Programs given by college;


Program to Practice from Jounral book:

1. Subtraction of two numbers.


2. Subtraction of two numbers result is absolute value.
3. One’s Complement on 8-bit & 16-bit number.
4. Two’s Complement on 8-bit & 16-bit number.
5. Exchange the Position of nibble and add them.
6. Count no.’s of 0’s & 1’s present.
7. Multiplication operation.
8. Division operation.
9. Logical operation.
10. Search Largest and Smallest.
11. Search Even and Odd.
12. Ascending and Descending order.
13. Transfer the data in reverse order.
14. Exchange block of data.

*The Highlighted Program are already asked board exam so many


time.

*********All The Best*********

You might also like