• Skip to main content
  • Skip to primary sidebar
  • Computer Architecture
  • Computer Networks
  • DBMS
  • OS
  • Software Engineering
  • Security
  • OOT
binary-terms-logo

Binary Terms

The Computer Science & IT Guide

Object Oriented Technology

System Design

8th August 2020 by Neha T 1 Comment

System design is all about planning the systems architecture where the developers have to take some high-level decisions. The developers organize the whole system into subsystems further allocate these subsystems to hardware and software. During the development of software, the system design stage occurs after the analysis stage. The analysis stage concentrates on what … [Read more...] about System Design

Domain State Model

5th August 2020 by Neha T Leave a Comment

Domain state model describes the behavior of the classes that express several distinct states. The domain state model also describes the constraints on the object when it in a certain state, its properties, and also the events that trigger an object to transit from one state to another state. Not all the classes require a state diagram to express their behavior as they can … [Read more...] about Domain State Model

Domain Class Model

27th July 2020 by Neha T Leave a Comment

Domain class model defines the real-world classes and the relationship between them. In our previous content, we have studied that during the software development process the domain modelling occurs at the analysis phase. Domain analysis figures out real-world objects from the problem statement that are important from the application point of view by creating the domain … [Read more...] about Domain Class Model

Software Development Process

23rd July 2020 by Neha T 1 Comment

Software Development Process presents an organized way to develop software from an idea to a deliverable product. This process includes well-defined techniques which are followed in a particular order to obtain a product of high quality, lowest cost and in minimum time duration. The order of these techniques may vary depending upon the requirement of the software. Each … [Read more...] about Software Development Process

Use Case Relationship

21st July 2020 by Neha T 1 Comment

Use case relationship models the dependency between the use cases in the interaction model of a system. Well, the independent uses cases adequately represent the simpler system. But to represent the complex or large system we need to structure the complex use cases. In this section, we will discuss in brief about modelling the relationship between use cases to represent a … [Read more...] about Use Case Relationship

Activity Model

11th July 2020 by Neha T Leave a Comment

Activity model is the activity diagram which expresses the sequence of steps required to form a complex process. The activity diagram displays the flow of control like the conventional flow chart but is considered as the more advance version of it. The activity diagram is similar to the sequence diagram as we have seen in our previous content. But, unlike a sequence diagram, … [Read more...] about Activity Model

Sequence Model

9th July 2020 by Neha T Leave a Comment

A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time. The sequential model describes how the system parts interact to execute a use case and get a function done. In this … [Read more...] about Sequence Model

Use Case Model

7th July 2020 by Neha T Leave a Comment

Use case model is a high-level abstraction of the interaction model. Use case model defines how the users interact with a system and what functional behavior does the system offers to its users. Use case model shows the graphical representation of how a user interacts with the system to get a solution to a particular problem for which the system is designed. In this section, … [Read more...] about Use Case Model

Nested State Diagram

6th July 2020 by Neha T Leave a Comment

A nested state diagram is used to model the complex system as the regular state diagram is inadequate in describing the large and complex problem. The nested state diagram is the concept of advanced state modelling. Conventionally a complex system has much redundancy. This redundancy can be resolved by restructuring the complex system. One method to restructure complex … [Read more...] about Nested State Diagram

State Model

26th June 2020 by Neha T Leave a Comment

A state model describes the timely behaviour of the class objects over a period of time. A state model has multiple state diagrams where each state diagram describes a class in the model. State model shows these changes in the object with the help of states, events, transitions and conditions. Events are the incidents that occur to the object at a particular time whereas the … [Read more...] about State Model

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

Most Searched Terms

  • Directory Structure
  • Contiguous Memory Allocation
  • Addressing Mode and its Types
  • Pipelining
  • Vector Processing
  • Register Organization
  • Direct Memory Access (DMA)
  • Process Control Block (PCB)
  • Swapping in Operating System
  • Relational Data Model

Recent Additions

  • Wired Local Area Network
  • Multiple Access Control
  • Hardwired Control Unit
  • Producer Consumer Problem
  • Interprocess Communication (IPC)
  • Cloud Ecosystem
  • System Software
  • Data Link Layer Design Issues
  • Cloud Architecture
  • Linker and Loader in System Programming

Categories

  • Cloud Computing
  • Compiler Design
  • Computer Architecture
  • Computer Networks
  • Data Warehouse and Mining
  • DBMS
  • Object Oriented Technology
  • Operating System
  • Security
  • Software Engineering

Copyright © 2023 · Binary Terms · Contact Us · About Us · Privacy