To be used efficiently, all computer software needs certain hardware components or other software resources to be present on a computer. These prerequisites are known as (computer) system requirements and are often used as a guideline as opposed to an absolute rule
Questions tagged [system-requirements]
61 questions
2
votes
1 answer
How to show interaction between two statuses on a diagram?
Imagine there are two statuses that an application is operating with, e.g. order status and shipment status.
When the order status is placed, the shipment status is blank.
When the order status is "paid", the shipment status is "ready to ship".
Then…

Random Actions
- 75
- 6
2
votes
1 answer
Functional Requirement vs Non-Functional Requirement for Uber Application
What is the difference between the functional requirement and non-functional requirement for Uber application?

oc2020
- 31
- 1
- 3
2
votes
1 answer
How to find the system requirements for java ee web application
We make a Java EE Web Application that runs on TomEE and we sell it to different customers, my boss asked me yesterday if there's a way to calculate the application ROM, RAM and CPU requirements based on the the number of clients our customer is…

Gustavo Ulises Arias Méndez
- 405
- 2
- 13
2
votes
1 answer
What are the minimum requirements of neo4j?
I'd like to use a neo4j database in a docker container with Odroid XU4. The database is not big, approximately 20.000 nodes will be in it. The Odroid has only 2G memory, and I'd like to have a samba server, some nodejs applications and at least one…

inf3rno
- 24,976
- 11
- 115
- 197
2
votes
1 answer
Functional and non functional requirements relating to web API
is the development of a RESTful API in JSON that will later be consumed by a web frontend a "Functional" or "non functional" requirement?

Scott
- 937
- 1
- 8
- 8
2
votes
1 answer
How to find the minimum system requirements for my winform application and outlook plugin
I have developed an outlook plugin and a winform application in C#.I want to determine the minimum system requirements for both of my applications.Please, let me know the steps for finding minimum system requirements,or if there is any tool out…

V K
- 1,645
- 3
- 26
- 57
2
votes
1 answer
Quiz System Use Case
The following image describe my Quiz System
the teacher will login to a website and create a quiz and enter its question and the probable answers,
then the student will use their phone to login and chose the teacher and select the required…

Moatasem bakri
- 147
- 1
- 4
- 16
2
votes
2 answers
Can't find the SysMl Toolbox in Enterprise Architect
I'm trying to make a requirement diagram, but I can't find the SysML Toolbox. Following the Sparxsystems help pages I tried to add the SysML Toolbox by clicking the More tools... button in the toolbox tab, but there is no SysML menu.
I'm using the…

user3351676
- 91
- 1
- 1
- 5
2
votes
2 answers
Functional Requirements vs Non Functional Requirements for a mobile web app
I am getting a bit confused about non functional requirements could anyone help me and let me know if the following seems correct
The functional requirements of this project is to create a mobile application that is:
Cross platform compatible and…

Dot
- 279
- 1
- 9
- 21
1
vote
1 answer
System Requirements for running CodeDom
I know that C# applications will require the .Net framework to execute on any given machine. However, I am curious, in order for CodeDom to work properly must Visual Studio also be installed on the computer the application is being run? I only ask…
user725913
1
vote
2 answers
conan system_requirements auto install
While installing xorg with conan install .. command,
system requirements are checked in conan receipe using pkg-config tool.
Each missing system package raises an exception, and thus stop the conan install command.
ERROR: xorg/system: Error in…

flod
- 235
- 4
- 12
1
vote
0 answers
Technical Documentation for Developers
I have a users and permissions matrix diagram and an interaction diagram that shows which type of user role can edit/add which user role (for example, an Admin can grant access for all the users in the system, a "Normal User" can't grant…

user3529643
- 105
- 8
1
vote
0 answers
How do you determine the system requirements of your own game?
I was planning on making clones of simple 8-bit era games to start my 'career' in using pygame. I've almost finished my clone of snake. I was planning on putting these games on my laptop so I could play them on the go, but honestly, I don't know if…
user11855826
1
vote
2 answers
Proper way to check system requirements for a WordPress plugin
I am curious about the proper way to stop a user from activating my plugin if their system does not meet certain requirements. Doing the checks is easy and I don't need any help with that, I am more curious how to tell WordPress to exit and display…

macguru2000
- 2,042
- 2
- 18
- 27
1
vote
1 answer
.NET always installed and enabled on Windows 10?
So far, our windows application based on MFC does not have any framework requirements. It runs as portable app on hundreds of Windows PCs. Our customers love it!
We'd wish to use C# .NET in our future version where we drop Windows 7 support.
So, can…

OneWorld
- 17,512
- 21
- 86
- 136