Simplified Instructional Computer (SIC) | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE) PDF Download

Introduction

Simplified Instructional Computer (SIC) is a hypothetical computer that has hardware features which are often found in real machines. There are two versions of this machine:

  1. SIC standard Model
  2. SIC/XE(extra equipment or expensive)

Object program for SIC can be properly executed on SIX/XE which is known as upward compatability.

SIC Machine Architecture/Components –

1. Memory

  • Memory is byte addressable that is words are addressed by location of their lowest numbered byte.
  • There are 215 bytes in computer memory (1 byte = 8 bits)
    3 consecutive byte = 1 word (24 bits = 1 word)

2. Registers: There are 5 registers in SIC. Every register has an address associated with it known as register number. Size of each register is 3 bytes. On basis of register size, integer size is dependent.
(i) A(Accumulator-0): It is used for mathematical operations.
(ii) X(Index Register-1): It is used for addressing.
(iii) L(Linkage Register-2): It stores the return address of instruction in case of subroutines.
(iv) PC(Program Counter-8): It holds the address of next instruction to be executed.(v) SW(Status Word-9): It contains the variety of information
Status Word Register:
Simplified Instructional Computer (SIC) | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

  • mode bit refers to user mode(value=0) or supervising mode(value=1). It occupies 1 bit.[0]
  • state bit refers whether process is in running state(value=0) or idle state(value=1). It also occupies 1 bit.[1]
  • id bit refers to process id(PID). It occupies 3 bits.[2-5]
  • CC bit refers to condition code i.e. It tells whether device is ready or not. It occupies 2 bits.[6-7]
  • Mask bit refers to interrupt mask. It occupies 4 bits.[8-11]
  • X refers to unused bit. It also occupies 4 bits.[12-15]
  • ICode refers to interrupt code i.e. Interrupt Service Routine. It occupies the remaining bits.[16-23]

3. Data Format

  • Integers are represented by 24 bit.
  • Negative numbers are represented in 2’s complement.
  • Characters are represented by 8 bit ASCII value.
  • No floating point representation is available.

4. Instruction Format

All instructions in SIC have 24 bit format.
Simplified Instructional Computer (SIC) | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

  • If x=0 it means direct addressing mode.
  • If x=1 it means indexed addressing mode.

5. Instruction Set

  • Load And Store Instructions: To move or store data from accumulator to memory or vice-versa. For example LDA, STA, LDX, STX etc.
  • Comparison Instructions: Used to compare data in memory by contents in accumulator. For example COMP data.
  • Arithmetic Instructions: Used to perform operations on accumulator and memory and store result in accumulator. For example ADD, SUB, MUL, DIV etc.
  • Conditional Jump: compare the contents of accumulator and memory and performs task based on conditions. For example JLT, JEQ, JGT
  • Subroutine Linkage: Instructions related to subroutines. For example JSUB, RSUB

6. Input and Output: It is performed by transferring 1 byte at a time from or to rightmost 8 bits of accumulator. Each device has 8 bit unique code.

There are 3 I/O instructions:

  • Test Device (TD) tests whether device is ready or not. Condition code in Status Word Register is used for this purpose. If cc is < then device is ready otherwise device is busy.
  • Read data(RD) reads a byte from device and stores in register A.
  • Write data(WD) writes a byte from register A to the device.
The document Simplified Instructional Computer (SIC) | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE) is a part of the Computer Science Engineering (CSE) Course Computer Architecture & Organisation (CAO).
All you need of Computer Science Engineering (CSE) at this link: Computer Science Engineering (CSE)
20 videos|86 docs|48 tests

Top Courses for Computer Science Engineering (CSE)

FAQs on Simplified Instructional Computer (SIC) - Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

1. What is a Simplified Instructional Computer (SIC)?
Ans. A Simplified Instructional Computer (SIC) is a computer architecture designed specifically for educational purposes. It is a simplified version of a real computer system, which helps students understand the basic concepts of computer organization and programming.
2. What is the significance of the SIC in Computer Science Engineering (CSE)?
Ans. The SIC plays a crucial role in Computer Science Engineering (CSE) as it serves as a practical learning tool for students. By working with the SIC, CSE students gain hands-on experience in understanding and implementing computer architecture, operating systems, and programming languages.
3. How does the SIC differ from a real computer system?
Ans. The SIC differs from a real computer system in terms of its simplicity and limited functionality. Unlike a real computer, the SIC has a reduced instruction set and a simplified memory organization. It eliminates complex features to focus on the fundamental principles and concepts of computer science.
4. What are the benefits of using the SIC for learning computer science?
Ans. The SIC offers several benefits for learning computer science. It provides a simplified and structured environment to comprehend computer architecture, assembly language programming, and system software. Students can experiment with the SIC without the complexities and potential risks associated with a real computer system.
5. Are there any limitations or drawbacks of using the SIC for educational purposes?
Ans. While the SIC is an effective educational tool, it has certain limitations. The simplified nature of the SIC may not fully represent the complexities of real-world computer systems. It may lack advanced features and technologies that modern computer systems possess. However, these limitations are intentional to facilitate a better understanding of the core principles.
20 videos|86 docs|48 tests
Download as PDF
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Objective type Questions

,

shortcuts and tricks

,

Simplified Instructional Computer (SIC) | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

,

Exam

,

Sample Paper

,

past year papers

,

Summary

,

Important questions

,

Semester Notes

,

Free

,

study material

,

practice quizzes

,

Simplified Instructional Computer (SIC) | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

,

Simplified Instructional Computer (SIC) | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

,

Viva Questions

,

pdf

,

mock tests for examination

,

MCQs

,

Previous Year Questions with Solutions

,

video lectures

,

ppt

,

Extra Questions

;