Q1 · hard · AI-verified
In Microsoft Word, which feature allows you to automatically adjust the spacing between characters to make text fit within a specific width?
- Kerning
- Tracking
- Leading
- Justification
Q2 · hard · AI-verified
Which type of software testing focuses on testing the internal structure and logic of the code without considering external specifications?
- Integration Testing
- Black Box Testing
- Gray Box Testing
- White Box Testing
Q3 · hard · AI-verified
Which file system is primarily used by Linux operating systems?
- NTFS
- FAT32
- ext4
- HFS+
Q4 · hard · AI-verified
Which Windows registry hive contains user-specific configuration information for the currently logged-in user?
- HKEY_CURRENT_CONFIG
- HKEY_CURRENT_USER
- HKEY_LOCAL_MACHINE
- HKEY_USERS
Q5 · hard · AI-verified
In the context of database normalization, what is the primary purpose of Third Normal Form (3NF)?
- To eliminate partial dependencies
- To eliminate transitive dependencies
- To eliminate repeating groups
- To eliminate multi-valued dependencies