应用程序的功能部分和非功能部分是什么?

发布于 2024-09-14 16:31:07 字数 50 浏览 2 评论 0原文

我在一次采访中被问到这个问题。

应用程序的功能部分和非功能部分是什么?

I was asked this question in an interview.

What are functional and non functional parts of an application ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

紫轩蝶泪 2024-09-21 16:31:07

功能部分是那些与应用程序的功能(它的用途)相关的部分。

非功能性是与功能不直接相关的部分 - 例如:

  • 性能
  • 质量
  • 可移植性、
  • 可维护性、
  • 质量、
  • 可用性
  • 、可扩展性
  • 等等……

例如,在计算器应用程序中,功能部分是输入和输出的工作方式以及计算逻辑/操作本身。

非功能性是指可用性、质量、性能和其他与计算器操作没有直接关系的方面。

Functional parts are those that relate to the function of the application - what it does.

Non functional are the parts that do not directly relate to the function - things like:

  • performance
  • quality
  • portability
  • maintainability
  • quality
  • availability
  • extensibility
  • and many more...

For example, in a calculator application, the functional parts are how the input and output work and the calculation logic/operation itself.

Non functional would be the usability, quality, performance and other aspects that do not have direct bearing on the calculator operations.

谁对谁错谁最难过 2024-09-21 16:31:07

功能性与应用程序的功能相关。即它做什么。非功能部分的特征如下:

  • 性能
  • 与以前版本的
  • 兼容性安全性
  • 可用性
  • 在负载下的表现如何
  • 如何处理故障转移场景

Functional relates to the features of the application. i.e. what it does. The non-functional parts are characteristics like:

  • performance
  • compatibility with previous versions
  • security
  • usability
  • how well it performs under load
  • how it handles failover scenarios
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文