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

Departement of Computer Science & Engg.

2017 – 21Batch ,(S5 CSE)


CS 303 System Software
Tutorial -1

1. Write a sequence of instructions for SIC to set ALPHA=BETA*9+GAMMA.

2. Let NUMBERS be an array of 100 words. Write a sequence of instructions for


SIC to set all 100 elements of the array to 1.

3. Write a sequence of instructions for SIC to set ALPHA equal to the product
of BETA and GAMMA.

4. Write a sequence of instructions for SIC to set ALPHA equal to the integer
portion of BETA / GAMMA.

5. Suppose that RECORD contains a 100-byte record. Write a subroutine for


SIC that will write this record onto device 05.

6. Write a sequence of instructions for SIC to swap the values of ALPHA and
BETA.

** Submission Date : 21/08/201, Wednesday


** Write it on the back side of System Software NoteBook

You might also like