You are on page 1of 2

OM SAKTHI

ADHIPARASAKTHI COLLEGE OF ENGINEERING


G.B. Nagar, Kalavai – 632 506.

Periodical Test - I

Sem / Branch : V / CSE Date : 05-08-2010


Subject : System Software Duration : 2 Periods
Subject Code : CS2304 Max. Marks : 50

PART – A ( 10 X 2 = 20 Marks )

1. Define System Software and give any two System Software Tools.
2. Distinguish between System Software and Operating System.
3. What is the important machine structures used in the design of system software?
4. What is SIC machine?
5. What are the instruction set for SIC/XE?
6. Give data movement programming of SIC.
7. What is Supervisor call?
8. Define Assembler.
9. What is immediate addressing?
10. What are the assembler directives?

PART – B ( 3 X 10 = 30 Marks )

11. Explain in details about the SIC Machine Architecture.


12. Discuss the various addressing modes in SIC / XE Architecture.
13. Write assembly language program for transferring data from one device to another
device.
OM SAKTHI
ADHIPARASAKTHI COLLEGE OF ENGINEERING
G.B. Nagar, Kalavai – 632 506.

Periodical Test - I

Sem / Branch : V / CSE Date : 05-08-2010


Subject : System Software Duration : 2 Periods
Subject Code : CS2304 Max. Marks : 50

PART – A ( 10 X 2 = 20 Marks )

1. How system software is different from Application Software.


2. Explain the machine dependency of system software with examples?
3. Explain an Instruction format for SIC / XE?
4. What is Condition code?
5. Write the assembly program for the given expression
BETA = ALPHA +I NCR-2.
DELTA = GAMMA +INCR - 2
6. What is the use of RMO?
7. List the types of registers used in SIC and SIC/XE system.
8. Explain Base Relative addressing?
9. What are pseudo-instructions?
10. How to convert the source code into object code and give the format.

PART – B ( 3 X 10 = 30 Marks )

11. Explain in details about the SIC / XE Machine Architecture.


12. Discuss the various instruction sets in SIC and SIC / XE Architecture.
13. Write Object program for the given Source Program
MAIN START 5000
BEGIN LDA NUM1
STA NUM2
STCH CHAR1
STCH CHAR2
NUM1 WORD 5
NUM2 RESW 1
CHAR1 BYTE 5
CHAR2 RESB 1
END BEGIN

You might also like