CompTIA ITF+ (FC0-U61) — Question 147
Given the following -
WMIC BIOS GET SERIALNUMBER -
Which of the following describes the above sequence?
Answer options
- A. A database dump
- B. A query
- C. Insertion of data
- D. A function
Correct answer: B
Explanation
The command 'WMIC BIOS GET SERIALNUMBER' is used to retrieve specific information from the BIOS, making it a query. The other options do not accurately describe the action; a database dump refers to exporting data, insertion implies adding new data, and a function suggests a broader programming context.