MCQ Bank
Which command is used to check the MATLAB version?
- A) info
- B) check
- C) version
- D) about
What is the primary purpose of an expert system?
- A) To perform all types of AI tasks
- B) To store large amounts of data
- C) To replace human intelligence completely
- D) To mimic human decision-making in a specific domain
What does the following CLIPS statement do? (assert (preference (cuisine biryani)))
- A) Prints the user’s favorite food (i.e., biryani)
- B) Adds a fact about the cuisine preference to working memory
- C) Defines a new rule for biryani
- D) Deletes the preference fact from memory
Which of the following is NOT a main component of an expert system?
- A) Knowledge base
- B) Neural network
- C) Inference engine
- D) Working memory
The "Save" option is available in which MATLAB tab?
- A) Plots Tab
- B) Apps Tab
- C) About Tab
- D) Home Tab
What is the purpose of a "new figure" window in MATLAB?
- A) To clear the Workspace
- B) To display graphs or plots
- C) To save variables
- D) To write scripts
In MATLAB, which panel is used to navigate, open, and manage files?
- A) Workspace
- B) Command Window
- C) Files Panel
- D) Editor
What does MATLAB stand for?
- A) Matrix Laboratory
- B) Mathematical Language Tool
- C) Matrix Linear Transformation
- D) Machine Learning Tool
In the following CLIPS statement, what is cuisine? (user-preference (cuisine biryani))
- A) A slot
- B) A template
- C) A fact
- D) A value
In CLIPS, which of the following is a valid path for loading a file named 'example.clp' located in the root of the 'F' drive?
- A) (load "F:example.clp")
- B) (load "F.example.clp")
- C) (load "F.\\example.clp")
- D) (load "F:\\example.clp")
What is the primary purpose of the "Command Window" in MATLAB?
- A) To edit scripts only
- B) To store files permanently
- C) To show all variables in memory
- D) To type and execute commands interactively
Which statement is TRUE about expert systems?
- A) They can solve problems in any field.
- B) They replace the need for human experts entirely.
- C) They can learn and improve automatically.
- D) They rely on human expertise encoded in rules.
The right-hand side (RHS) of a CLIPS rule contains:
- A) Patterns
- B) Conditions
- C) Actions
- D) Variables
Which function displays all current facts in CLIPS?
- A) (list-facts)
- B) (print-facts)
- C) (facts)
- D) (show-facts)
Which of the following is an example of an expert system application?
- A) MYCIN for medical diagnosis
- B) Google search engine
- C) ChatGPT for conversation
- D) Self-driving cars
Which of the following is a correct syntax to load a file in CLIPS?
- A) (import "filename.clp")
- B) (execute "filename.clp")
- C) (load "filename.clp")
- D) (open "filename.clp")
What is the primary purpose of the "Apps Tab" in MATLAB?
- A) To access toolbox-specific applications
- B) To save files to cloud storage
- C) To write scripts
- D) To display variables in memory
Which construct is used to define structured facts in CLIPS?
- A) deffacts
- B) deftemplate
- C) defclass
- D) defrule
In MATLAB, where can you see all the variables and functions that are currently in memory?
- A) Files Panel
- B) Editor
- C) Command Window
- D) Workspace
Where can you find the Fuzzy Logic Toolbox in MATLAB?
- A) Home Tab
- B) Plots Tab
- C) Apps Tab
- D) About Tab