Anda di halaman 1dari 7

Computer Science Paper-I Create a web page to create your college profile using hyperlink

Create a program to bubble sort to arrange in ascending order.

Write a C++ program to swap two numbers.

Write a C++ program with ratio class having members function assign (), convert (), invert () and print.

Create a program to bubble sort to arrange in ascending order.

Write a C++ program to swap two numbers.

Write a C++ program with ratio () class demonstration the constructor overloading.

Write a C++ program with ratio () class demonstration the constructor overloading.

Write a C++ program with ratio () class demonstration the constructor overloading.

Write a C++ program for handling file operation.

Write a C++ program for handling file operation.

Write a C++ program to swap two numbers.

COMPUTER SCIENCE PAPER-II

1. Disassembly of a program: a. A Program is stored from memory location. b. Copy the content of this memory location on paper and disassemble the program using up code sheet. c. Draw the flowchart and write the working of the program. d. Execute the same and write the content of data memory location before execution and after execution as well as content of the register in program. After execution and also the bit content of all five flags individually and verify the result. 2. Subtraction of 8bit hex number from another no. a. Write a program that subtract the number that stored in 2000H from the number in 2000H store the absolute difference in memory location 2002H as the result. Enter the result in microprocessor kit. Execute the program for positive as well as negative difference write the content of data memory location before execution and after execution as well as the content of register used in the program after execution and also the bit content of all 5 flags verify the result.

b. c.

3. Transferring the blocks of data from one location to another. a. A block of data is stored in 2050H. Write a program to transfer the data in reverse order to memory location starting from 2060H. Enter the program in microprocessor kit. Execute the program. Write the content of data in memory location before execution and after execution as well as the content of register used in the program after execution and also bit content of all 5 flags and verify the result.

b. c.

4. Exchanging contents of two blocks. a. A block of data is stored in memory location from 2050H to 2054H. Another block of data having same length is stored in memory location starting from 2050H. Write the program to exchange the content of two blocks. b. Enter the program in microprocessor kit. c. Execute the program. Write the content of data memory location before and after location as well as the content of register used in the program after execution and also the bit content of all 5 flags and verify the result.

Anda mungkin juga menyukai