exam questions

Exam FC0-U61 All Questions

View all questions & answers for the FC0-U61 exam

Exam FC0-U61 topic 1 question 332 discussion

Actual exam question from CompTIA's FC0-U61
Question #: 332
Topic #: 1
[All FC0-U61 Questions]

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
  • B. Looping
  • C. Arrays
  • D. Vectors
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lexxone
4 months ago
Selected Answer: A
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
...
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.

SaveCancel
Loading ...