-1

Maybe someone knows, what does it mean "scopes of the system" (or something like that) in system analysis?

guido
  • 18,864
  • 6
  • 70
  • 95
Roman
  • 64,384
  • 92
  • 238
  • 332

4 Answers4

1

I wouldn't expect to ever hear anyone speak of the "scopes" of a system. The "scope" of a system is the set of functionality it's meant to encompass.

chaos
  • 122,029
  • 33
  • 303
  • 309
1

The scope (in singular) is the functionality the system will provide to the users. It defines what the system will do and what the system won't do.

victor hugo
  • 35,514
  • 12
  • 68
  • 79
0

The scope of a system includes the modules you are intending to build. stuff that is outside of the scope will usually be a sub system you will not be developing .

Example : if I am building a website that shows information on restaurants. The data on restaurant is in the scope, the map showing the restaurant location is outside of the scope! i would suggest using google or bing maps (API) and not developing this module yourself.

0

The Scope of a system is the functionality which it encompasses. On the other hand, things which are not relevant are outside the scope of the system.

Darren Burgess
  • 4,200
  • 6
  • 27
  • 43