A programmer is designing an expert system that uses a series of closed-ended questions to arrive at specific output. Which of the following characteristics will MOST likely be used in the code for the expert system to achieve this?
A. Branching.
In an expert system that uses a series of closed-ended questions to arrive at specific output, branching is the most likely characteristic used. Branching allows the program to make decisions based on user input or specific conditions. Each closed-ended question in the system typically leads to a branch, where the response (such as "yes" or "no") dictates the next step or leads to different outcomes. This is typically implemented using conditional statements like if-else or switch statements.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.FC0-U61 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
lexxone
4 months ago