PEGA Br - 3º Test [01/09/2016]

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Pegabr
P
Pegabr
Community Contributor
Quizzes Created: 1 | Total Attempts: 143
| Attempts: 143 | Questions: 71
Please wait...
Question 1 / 71
0 %
0/100
Score 0/100
1. A section rule cannot be referenced within another section rule.

Explanation

This statement is false. A section rule can indeed be referenced within another section rule. Section rules are used to organize and group related rules together, and they can be nested within each other to create a hierarchical structure. This allows for better organization and management of rules within a system.

Submit
Please wait...
About This Quiz
PEGA Br - 3 Test [01/09/2016] - Quiz

This quiz titled 'Pega BR - 3\u00ba Test [01\/09\/2016]' evaluates knowledge of Pega systems, focusing on database tables, data pages, and UI controls. It assesses practical understanding relevant... see morefor developers working in enterprise environments. see less

2. (True or False) When developing an application you should only go to the Guardrails Landing page at the end of a project.

Explanation

While implementing an application you should continuously check the guardrail landing page for warnings in your application. Guardrails ensure you and your team use Pega 7 according to their guidance, and help you avoid troublesome situations.

Submit
3. The more ________ a class, the more reusable it is?

Explanation

A class that is more generalized is more reusable because it can be applied to a wider range of scenarios and can be easily adapted to different situations. A generalized class contains generic functionality that can be used by multiple subclasses or instances, making it more versatile and adaptable. On the other hand, a specialized class is designed for a specific purpose and may have limited reusability as it is tailored to a specific scenario or set of requirements.

Submit
4. Section rules are found in which Rule category?

Explanation

The correct answer is User Interface because section rules are related to the design and layout of the user interface in a software application. These rules define how different sections of the user interface should be displayed and interacted with by the users. Therefore, it falls under the User Interface category.

Submit
5. Which of the following are great System Architects? (Select all that apply)

Explanation

be humble be nice. =)

Submit
6. What is the max ungency of an SLA?

Explanation

The max urgency of an SLA is 100. This means that the highest level of urgency that can be assigned to a service level agreement is 100. It indicates the highest priority or level of importance for resolving issues or meeting the agreed-upon service levels.

Submit
7.
Why are Guardrails important? (Select Three)

Explanation

Guardrails are important because they help in catching performance issues early on, making it easier to maintain and upgrade applications, and ensuring consistent building of applications by different teams. They do not necessarily guarantee connectivity with external data sources or reduce the importance of Quality Assurance testing.

Submit
8. A class is a _______ for rules. (Choose One)

Explanation

Rules are an important component of an application that are used to build applications via the individual object building blocks such as data elements, UI screens, and process flows.

Submit
9. If we want to make Layout B visible only when the user has selected a checkbox in Layout A, where do we set the Visible When condition? (Choose One)

Explanation

The Visible When condition is set on the target.

Submit
10. Which of the following flow shapes can be reached by the end user only once in a process flow. (Choose One)

Explanation

The end shape in a process flow represents the final step or outcome of the process. Once the end shape is reached, the process is completed and the user cannot go back or continue further. Therefore, the end shape can only be reached by the end user once in a process flow.

Submit
11. Which statements best describe BPM? (Choose Two)

Explanation

BPM involves managing the process, or workflow, as a whole, rather than managing individual components – such as UI, data, and logic – separately.
BPM’s structured approach allows organizations to continuously monitor and improve processes to drive organizational efficiency.
The automated management of processes is the chief benefit of BPM, and allows organizations to analyze processes to improve efficiency.

Submit
12. The most appropriate rule for recording simple yes/no business policies is a ______. (Choose One)

Explanation

A "When condition rule" is the most appropriate rule for recording simple yes/no business policies. This rule allows for the specification of conditions that must be met in order for a certain action or decision to be taken. It is commonly used when there are specific criteria or circumstances that need to be considered before making a yes or no determination. This rule helps to ensure that decisions are made consistently based on the given conditions.

Submit
13. (True or False) A property can't be restricted to a set of allowable values.

Explanation

A property can be restricted to a set of allowable values. This means that the property can only have values that are specified in a predetermined set or range. By setting restrictions on a property, it ensures that the values assigned to it are within the defined set of allowable values, providing control and consistency in the system or application.

Submit
14. Which of the following statements most accurately describes the data tables? (Choose One)

Explanation

Data tables are used to store reference data for use in an application.

Submit
15. Which type of user is most likely to use the Designer Studio portal? (Choose One)

Explanation

A System Analyst is most likely to use the Designer Studio portal because they are responsible for analyzing and evaluating the system requirements and design specifications. They need access to the Designer Studio portal to create and modify the system design, workflows, and user interfaces. This portal provides them with the necessary tools and functionalities to perform their tasks efficiently and effectively.

Submit
16. What is the quickest way to generate connectors?

Explanation

Using a wizard to generate a connector helps to ensure that the correct rules are created and configured.

Submit
17. Data tables are used for ________________. (Choose One)

Explanation

Data tables are used to store list data for use in applications. For example, an application might use a data table to store information about office locations.

Submit
18. A radio button control can use _______________ as a source for listing options? (Choose Two)

Explanation

Radio button values can be sourced from a local list.
Radio button values can be sourced from a data page with a list structure.

Submit
19. Which of the following statements is true regarding which rules can be delegated? (Choose One)

Explanation

Any rule can be delegated. Doing so can help promote an agile response to ever changing business conditions – what is true today can quickly change. It can also help reduce the workload for architects of minor, low risk maintenance items and provide a degree of empowerment to those closest to the day-to-day operations.

Submit
20. Two application development best practices are ______________________. (Choose Two)

Explanation

The two application development best practices are "Use inheritance" and "Don't duplicate logic". Using inheritance allows for the reuse of code and promotes modular design, making it easier to maintain and update the application. Avoiding duplication of logic ensures that there is only one source of truth for a particular functionality, reducing the chances of bugs and making the code more efficient and maintainable.

Submit
21. (True or False) Engaging the business and keeping them engaged throughout the build effort should be a first priority 

Explanation

Engaging the business and keeping them engaged throughout the build effort should be a first priority because it ensures that the project aligns with the business goals and requirements. By involving the business stakeholders from the beginning, their input and feedback can be incorporated into the project, leading to a solution that meets their needs. This also helps in managing expectations and reducing risks, as the business stakeholders are actively involved and informed about the progress. Ultimately, prioritizing business engagement increases the chances of project success and customer satisfaction.

Submit
22. Primary path stages __________________. (Select All That Apply)

Explanation

Primary path stages represent a normal course of events when describing a case. They can have an automatic or manual transition and are sometimes referred to as the "happy path." However, they cannot be set as a resolution stage.

Submit
23.
Which of the following is true of a Declare Expression?

Explanation

A Declare Expression in Pega is a rule that calculates and sets a property value automatically, without any explicit reference. It is triggered by the system whenever the specified conditions are met. It does not require any manual invocation or reference in a data transform or section. Therefore, the statement "They are invoked automatically without any explicit reference" accurately describes the behavior of a Declare Expression.

Submit
24. When configuring the "Send Email" Smart Shape, which property is not required? (Choose One)

Explanation

The property that is not required when configuring the "Send Email" Smart Shape is the "Email From Address." This means that when setting up the Smart Shape, the user does not need to specify the email address from which the email will be sent.

Submit
25.  pr_other is a _______________. (Choose One)

Explanation

The Data Table wizard can create a dedicated database table for data table instances. If one is not created, pr_other is used to store this information.

Submit
26. Which of the following statements are false? (Choose One)

Explanation

An assignment can only be processed by the assigned operator.

Submit
27. (True or False) A Multi Step Process step can be reconfigured as a Single Step Assignment in the Configure Step dialog.

Explanation

In the Configure Step dialog, a Multi Step Process step cannot be reconfigured as a Single Step Assignment. This means that the statement "A Multi Step Process step can be reconfigured as a Single Step Assignment in the Configure Step dialog" is false.

Submit
28. Delegated business rules can be managed _____________. (Choose One)

Explanation

Rule delegation can occur in any environment. However, it is important to remember that each environment has its own set of pros and cons. Careful consideration must be given to deciding in which environment rules will be delegated.

Submit
29. When creating a declare expression, you must define the computation on the _______. (Choose One)

Explanation

The computation is defined on the Expressions tab of the Declare Expressions rule form.

Submit
30. Business processes define: (Choose One)

Explanation

The correct answer is "The path(s) a case takes as it is completed". This answer suggests that business processes are concerned with the sequence of steps or actions that need to be taken in order to complete a specific case or task. It implies that business processes involve a series of activities or workflows that are followed to achieve a desired outcome. This definition aligns with the concept of business process management, which focuses on optimizing and improving the efficiency of these processes.

Submit
31. Which of the following is not a Smart Shape option? (Choose One)

Explanation

The given options are features or actions that can be performed using Smart Shape in a software application. However, "Auto Approve" is not a Smart Shape option as it does not relate to any specific action or feature that can be performed within the application using Smart Shape.

Submit
32. Which of the following cannot be used for routing? (Choose One)

Explanation

A report definition cannot be used for routing because it is used to define the structure and format of a report, not to determine the flow or path of a process. Routing involves directing a task or activity to a specific person or department based on certain conditions or rules, which is not the purpose of a report definition.

Submit
33. When PRPC acts as a service, it usually _______. (Choose One)

Explanation

Services are usually used to allow an external system to create a case.

Submit
34. A data page is used to store the list of previous orders for a customer. If a customer is allowed to place multiple orders within a session, what should the scope be? (Choose One)

Explanation

Each case is a thread, so the page will be unique for each order.

Submit
35. Which of the following statements is correct when it comes to accessing data pages? (Choose One)

Explanation

A data page is loaded into memory only upon being referenced.

Submit
36. A data page configured as a page structure can be used as a source for a _________. (Choose One)

Explanation

An embedded section can be sourced from a page.

Submit
37. When creating correspondence records, which of the following is the most likely issue caused by using inline styles or scripts? (Choose One)

Explanation

Using inline styles or scripts when creating correspondence records can lead to maintenance and update difficulties. This is because inline styles and scripts are embedded directly within the HTML code, making it harder to make changes or updates to the styling or functionality of the correspondence. Any modifications would require manually editing each individual record, which can be time-consuming and prone to errors. Using external stylesheets and scripts, on the other hand, allows for easier maintenance and updates as changes can be made in one central location and applied to all records simultaneously.

Submit
38. (True or False), Declarative is not evaluated by the user when needed to satisfy certain conditions.

Explanation

Declarative statements are not evaluated by the user when needed to satisfy certain conditions. This means that the user does not need to actively assess or execute declarative statements in order to meet specific conditions or requirements. Declarative statements simply state facts or describe a desired outcome, and it is the responsibility of the system or program to evaluate and execute these statements as needed. Therefore, the given answer "True" is correct.

Submit
39. What is the most significant difference of the Stage 2 to the others Stages?

Explanation

not-available-via-ai

Submit
40. When you delegate a rule to a user, it means that user ____________.(Choose One)

Explanation

When you delegate a rule to a user, it means that the user can change the rule as required outside of the normal development release cycle. This allows the user to have the flexibility to modify the rule according to specific needs or changes in the business process without having to go through the regular development release cycle. Delegating the rule empowers the user to make necessary adjustments and updates to the rule without any dependencies or delays.

Submit
41. If we need to access a table with more advanced SQL such as a complex join we need to use _____________ (Choose One)

Explanation

Use a Connector when more advanced queries against the database table are needed.

Submit
42. What is the maximum number of steps within a stage that can be configured to start upon stage entry? (Choose One)

Explanation

The maximum number of steps within a stage that can be configured to start upon stage entry is all of the steps in the stage. This means that all the steps within the stage will automatically start when the stage is entered.

Submit
43. When assigned to a workbasket, what are the recommended options for assigning the case to an operator? (Choose Two)

Explanation

Operators can manually select an assignment from a workbasket
Push routing allows the system to automatically provide the assignment to an individual operator.

Submit
44. When a ______ step is selected, the Process Modeler appears in the work area of the Process Outline. (Choose One)

Explanation

When a "Multi-step process" step is selected, the Process Modeler appears in the work area of the Process Outline. This suggests that the Process Modeler is specifically designed for multi-step processes, allowing users to visually map out and design complex processes that involve multiple steps. By selecting this step, users can access the Process Modeler and begin creating and organizing the various steps and components of their multi-step process.

Submit
45. When rules can be used to __________________. (Select All That Apply)

Explanation

Rules can be used to skip a stage, conditionally display UI elements, and process or skip a step in a stage. By using rules, certain stages can be skipped based on specific conditions or criteria. Additionally, rules can be used to determine whether certain UI elements should be displayed based on certain conditions. Lastly, rules can be used to process or skip a step within a stage based on specific conditions or criteria.

Submit
46. Automating policy-based decisions allow ________________. (Choose One)

Explanation

Automating policy-based decisions allows business users to focus on more nuanced decisions that require business expertise. By automating routine and repetitive decisions, business users can allocate their time and energy towards more complex and strategic decisions that require their specialized knowledge and skills. This not only improves the efficiency of decision-making processes but also allows business users to add more value to the organization by leveraging their expertise in making critical business decisions.

Submit
47. Consider using no more than _____ connectors (flow actions) on any given assignment. (Choose One)

Explanation

The correct answer is 5. This means that it is recommended to use a maximum of 5 connectors (flow actions) on any given assignment. Using more than 5 connectors can make the assignment complex and difficult to follow, leading to confusion and errors. Limiting the number of connectors helps to keep the assignment clear and manageable.

Submit
48. Which of the following options for the start of a step is not allowed in the Configure Step dialog? (Choose One)

Explanation

The Configure Step dialog does not provide an option to start a step upon completing a subcase.

Submit
49. The purpose of Draft mode is to __________________________. (Choose Two)

Explanation

The purpose of Draft mode is to allow application designers to test flow logic without needing to implement secondary rules such as flow actions, decisions, and activities. This allows them to experiment with the flow and make changes without affecting the production system. Additionally, Draft mode also allows application designers to save flows that contain references to non-existent rules, which can be helpful for future development and integration of the flow.

Submit
50. A system architect interacts with specifications by ___________ them . (Choose Two)

Explanation

A system architect interacts with specifications by implementing them, which involves putting the specifications into action and building the system according to the given requirements. Additionally, the architect also interacts with specifications by updating them, which involves making changes or modifications to the existing specifications as the project progresses or new requirements arise.

Submit
51. Which of the following is not configured in the data page definition? (Choose One)

Explanation

A data page with a list structure can be used as either a page list or a page group, but this distinction is not part of the page configuration.

Submit
52. Which statements best reflect the difference between BPM and Case Management? (Choose Two)

Explanation

BPM applications are well-suited to managing structured, automatable processes, while Case Management applications provide better capabilities to manage manual, optional, and conditional processes.
The inherent flexibility of Case Management applications allows them to handle “ad hoc” events better than BPM applications.

Submit
53. A Page with the structure of List can be used like source of: (Select All That Apply)

Explanation

A Page with the structure of List can be used as a source for a Repeating Grid Layout because it allows for the display of multiple rows of data in a tabular format. It can also be used as a source for a Dropdown, Radio Button, Checkbox, and Auto Complete because these UI elements often require a list of options to be displayed to the user for selection. By using a Page with the structure of List, the options for these UI elements can be dynamically populated and easily managed.

Submit
54. Of the six declarative rule types, four establish a dependency on a specific property or properties. Which two do not establish a dependency? (Choose Two)

Explanation

Data Page rules are used to cache data on demand to a clipboard page that can be used by one or more applications.
Declare Trigger rules an activity to run when instances of a specific class are created, updated, or deleted in the database.

Submit
55. List two advantages of keeping specifications up to date. (Choose Two)

Explanation

It is very important to continually keep the specifications and requirements up to date in Designer Studio. First by keeping everything up to date we help manage expectations of all the stakeholders involved in the project. This helps to limit any surprises from any of the stakeholders over what will be completed as part of the application.

It is very important to continually keep the specifications and requirements up to date in Designer Studio. First by keeping everything up to date we help manage expectations of all the stakeholders involved in the project. This helps to limit any surprises from any of the stakeholders over what will be completed as part of the application.

Submit
56. Which of the following aspects of data management are NOT controlled via the data page rule? (Choose One)

Explanation

The data page rule in data management controls various aspects such as the data page's scope, where the data is sourced from, and when the data needs to be refreshed. However, it does not control whether a given user has access to see a specific portion of the data. This aspect is typically managed through user permissions and access controls, which are separate from the data page rule.

Submit
57. The data table wizard does not create the ___________. (Choose Two)

Explanation

The wizard creates a data table with zero (0) rows.
If the Derives from class does not exist, the wizard will not create it automatically. A developer is responsible for creating the class.

Submit
58. What tool is available to help configure scenarios when a target should be refreshed based on more than one controlling field? (Choose One)

Explanation

The Expression Builder facilitates the creation of conditions that involve more than one controlling element.

Submit
59. If the default chaining technique is used, a declare expression calculation will occur ___________ . (Choose One)

Explanation

The default for a declare expression is to evaluate whenever one of the input values changes.

Submit
60. The calculation types (sum of ,value of etc)available in a rule declare expression

Explanation

The calculation types available in a rule declare expression depend on the type of target property. Different types of target properties may require different calculation types, such as sum, value of, etc. This is because the calculation needs to be specific to the target property in order to accurately perform the desired calculation or operation.

Submit
61. To collect cellphone numbers of the end user we should use one: (Choose One)

Explanation

A Value List should be used to collect cellphone numbers of the end user. A Value List is a predefined list of values that the user can choose from, in this case, to input their cellphone number. This ensures that the input is standardized and prevents any errors or inconsistencies in the data collected.

Submit
62. About steps (select all that apply)

Explanation

The correct answer options provide a comprehensive explanation of the characteristics of steps. Steps can be of different types such as Multi Step Process, Single Step Assignment, or Case. They involve actions performed by one or more actors and are related to the process flow.

Submit
63. Which of the following is a good use of a data table? (Choose One)

Explanation

A data table is a useful tool for organizing and storing a small set of reference data that does not change frequently. By using a data table, you can easily access and retrieve the reference data whenever needed in your application. Additionally, a data table allows for efficient searching and sorting of the data, making it a good choice for managing a small set of reference data.

Submit
64. About Case Types (Select all that apply)

Explanation

The given answer is correct because it accurately describes the different aspects of case types. A case represents a business transaction and the process defines how to resolve that transaction. Case types are organized into primary and alternate stages to outline the steps involved in resolving the transaction. They are also a collection of Pega-related artifacts, such as rules, flows, and data structures, that are used to implement the case. Additionally, case types define the tasks needed to complete a business transaction, ensuring that all necessary steps are followed.

Submit
65. The end user may type and submit a document number with dots and dashes but the system will display in the next screen to review without dots and dashes because it's not allowed in the system. What is the best way to address it?

Explanation

Edit Input é usado para editar os valores de entrada sem a necessidade de mostrar erro para o usuário, mas servindo apenas como correção/ajuste para o padrão de dados do sistema.

Submit
66. What is the output of the Database Table Class Mapping tool? (Choose Two)

Explanation

When using the Database Table Class Mapping wizard you create a data class that contains a data mapping and database table instance that references the external table.

When using the Database Table Class Mapping wizard you create a data class that contains a data mapping and database table instance that references the external table.

Submit
67.
A workbasket is not ______________ (Select all that apply)

Explanation

A workbasket is not a queue that is typically assigned to a single operator. It is also not a queue for all resolved assignments or a queue for all open assignments that are being worked on by operators.

Submit
68. A _____________ is responsible for mapping properties to columns when a request is made. (Choose One)

Explanation

By creating a database table to data class mapping you create a pass-through from our application to a database table of our choosing. You are then able to use the data contained in that external database as if it were within our application.

Submit
69. A(n) __________ can be used to limit the length of submitted data? (Choose Two)

Explanation

Property rules and form controls can both be used to limit the length of submitted data. Property rules are used to define constraints on the properties of an object, including the length of data that can be submitted. Form controls, on the other hand, provide a user interface element for data entry and can include options for setting maximum length limits. Both of these options can be utilized to restrict the length of submitted data.

Submit
70. About stage: (Select all that apply)

Explanation

The correct answer is a combination of the following options: Group related process and subcases, Identify milestones in case processing, Typically indicate a transfer of authority, Should be limited to a maximum number per case type, and A first-level grouping of related tasks. Stages in case processing are used to group related process and subcases, identify important milestones, indicate a transfer of authority, and provide a first-level grouping of related tasks. It is also important to limit the number of stages to maintain clarity and efficiency in case processing.

Submit
71. Use a subcase when _____________. (Select all that apply)

Explanation

A subcase is used when a unique transaction with its own lifecycle is needed, when the steps of the subcase act upon a subset of data from the parent case, when different parties are involved in the workflow, and when the steps of the subcase may be executed outside the context of the parent case.

Submit
View My Results

Quiz Review Timeline (Updated): May 10, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • May 10, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 25, 2016
    Quiz Created by
    Pegabr
Cancel
  • All
    All (71)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A section rule cannot be referenced within another section rule.
(True or False) When developing an application you should only go to...
The more ________ a class, the more reusable it is?
Section rules are found in which Rule category?
Which of the following are great System Architects? (Select all that...
What is the max ungency of an SLA?
Why are Guardrails important? (Select Three)
A class is a _______ for rules. (Choose One)
If we want to make Layout B visible only when the user has selected a...
Which of the following flow shapes can be reached by the end user only...
Which statements best describe BPM? (Choose Two)
The most appropriate rule for recording simple yes/no business...
(True or False) A property can't be restricted to a set of...
Which of the following statements most accurately describes the data...
Which type of user is most likely to use the Designer Studio portal?...
What is the quickest way to generate connectors?
Data tables are used for ________________. (Choose One)
A radio button control can use _______________ as a source for listing...
Which of the following statements is true regarding which rules can be...
Two application development best practices are ______________________....
(True or False) Engaging the business and keeping them engaged...
Primary path stages __________________. (Select All That Apply)
Which of the following is true of a Declare Expression?
When configuring the "Send Email" Smart Shape, which property is not...
 pr_other is a _______________. (Choose One)
Which of the following statements are false? (Choose One)
(True or False) A Multi Step Process step can be reconfigured as a...
Delegated business rules can be managed _____________. (Choose One)
When creating a declare expression, you must define the computation on...
Business processes define: (Choose One)
Which of the following is not a Smart Shape option? (Choose One)
Which of the following cannot be used for routing? (Choose One)
When PRPC acts as a service, it usually _______. (Choose One)
A data page is used to store the list of previous orders for a...
Which of the following statements is correct when it comes to...
A data page configured as a page structure can be used as a source for...
When creating correspondence records, which of the following is the...
(True or False), Declarative is not evaluated by the user when needed...
What is the most significant difference of the Stage 2 to the others...
When you delegate a rule to a user, it means that user...
If we need to access a table with more advanced SQL such as a complex...
What is the maximum number of steps within a stage that can be...
When assigned to a workbasket, what are the recommended options for...
When a ______ step is selected, the Process Modeler appears in the...
When rules can be used to __________________. (Select All That Apply)
Automating policy-based decisions allow ________________. (Choose One)
Consider using no more than _____ connectors (flow actions) on any...
Which of the following options for the start of a step is not allowed...
The purpose of Draft mode is to __________________________. (Choose...
A system architect interacts with specifications by ___________ them ....
Which of the following is not configured in the data page definition?...
Which statements best reflect the difference between BPM and Case...
A Page with the structure of List can be used like source of: (Select...
Of the six declarative rule types, four establish a dependency on a...
List two advantages of keeping specifications up to date. (Choose Two)
Which of the following aspects of data management are NOT controlled...
The data table wizard does not create the ___________. (Choose Two)
What tool is available to help configure scenarios when a target...
If the default chaining technique is used, a declare expression...
The calculation types (sum of ,value of etc)available in a rule...
To collect cellphone numbers of the end user we should use one:...
About steps (select all that apply)
Which of the following is a good use of a data table? (Choose One)
About Case Types (Select all that apply)
The end user may type and submit a document number with dots and...
What is the output of the Database Table Class Mapping tool? (Choose...
A workbasket is not ______________ (Select all that apply)
A _____________ is responsible for mapping properties to columns when...
A(n) __________ can be used to limit the length of submitted data?...
About stage: (Select all that apply)
Use a subcase when _____________. (Select all that apply)
Alert!

Advertisement