Skip to content

Commit fb1124b

Browse files
committed
update knowledge check
1 parent 18a11d2 commit fb1124b

File tree

1 file changed

+8
-10
lines changed
  • content/learning-paths/laptops-and-desktops/win-opencv

1 file changed

+8
-10
lines changed

content/learning-paths/laptops-and-desktops/win-opencv/_review.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,21 @@ review:
1313
1414
- questions:
1515
question: >
16-
What is MSVC?
16+
MSVC is a Microsoft compiler used for building C/C++ applications, mainly on Windows.
1717
answers:
18-
- MSVC is a tool for creating user interfaces in web development.
19-
- MSVC is a Microsoft compiler used for building C/C++ applications, mainly on Windows.
20-
- MSVC is a library for machine learning and data analysis.
21-
correct_answer: 2
18+
- "True"
19+
- "False"
20+
correct_answer: 1
2221
explanation: >
2322
MSVC (Microsoft Visual C++) is a compiler provided by Microsoft that is part of Visual Studio. It is widely used for building and compiling C/C++ programs on Windows, offering good integration with Windows libraries and debugging tools.
2423
2524
- questions:
2625
question: >
27-
What is Clang?
26+
Clang is a compiler that is part of the LLVM project, known for cross-platform support.
2827
answers:
29-
- Clang is a tool for designing animations for mobile apps.
30-
- Clang is a compiler that is part of the LLVM project, known for cross-platform support and detailed error messages.
31-
- Clang is a plugin for adding extra features to text editors.
32-
correct_answer: 2
28+
- "True"
29+
- "False"
30+
correct_answer: 1
3331
explanation: >
3432
Clang is an open-source compiler that is part of the LLVM project. It is known for its support for C/C++ and other languages, cross-platform capabilities, and clear error diagnostics, making it popular for modern development needs.
3533

0 commit comments

Comments
 (0)