Featured Post

Efficient Duplicate Image Removal: Using ImageDeDup Python

Efficient Duplicate Image Removal: A Python Guide In this blog post, we will walk you through the process of identifying and removing duplicate images from your directories using Python. We will leverage perceptual hashing to find similar images and delete duplicates while keeping the largest file in the group. This solution is perfect for users who want to save disk space and keep their image collections organized. Why You Should Use This Code Over time, especially when dealing with large collections of images, duplicate files can accumulate. These duplicates take up unnecessary space on your system. Manually sifting through these images can be tedious, but with the help of Python, perceptual hashing, and concurrent processing, this task becomes much easier. Benefits: Efficient Duplicate Detection : By using perceptual hashing (PHash), the code compares images based on their v...

Business, functional and non-functional requirement: What is Business Rule?

Business Requirement – The needs, goals, objectives, and outcomes of the business are presented. Majorly it is a “What” approach i.e. What does the sales department need?

It needs a digital Channel such that customers can book tickets online.

Functional Requirement – The Way to achieve the business requirement is described, i.e. how the business requirement can be achieved –

The system should display available seats for movie show,

The system should allow customers to select available seats.

Non-Functional Requirement consists of –

·         Performance: The time it takes for the system to load

·         Security: How secured is the system

·         Reliability: How reliable is the system

·         Usability: How easy it is to use the system

·         Maintainability

·         Portability

Ex: The system should be able to respond within 2 seconds of the user’s input (performance).

Business
Business Requirement

What is Business Rule?

A business rule is a criterion or constraint which must be followed by the system being built. Ex: Customer can book a maximum of 10 tickets at a time.

This business rule adds to a functional requirement, the system should not allow customers to select more than 10 available seats.


Comments

Related Posts

Scrum Roles (Scrum Master, Product owner, Development Team) and collaboration between each other

Efficient Duplicate Image Removal: Using ImageDeDup Python

MySpace Tries to Recapture the social-networking magic...

Microsoft Promisses to launch its Microsoft Tablet this christmas...

First GNOME Census Results