nerdexam
CompTIA

LX0-104 · Question #537

Which of the following is NOT contained in the locale setting of the operating system?

The correct answer is C. Timezone. While timezone is crucial for localization, it is typically managed separately from locale settings, which primarily define cultural conventions for language, formatting, and character sets.

Administrative Tasks

Question

Which of the following is NOT contained in the locale setting of the operating system?

Options

  • ACurrency symbol
  • BLanguage
  • CTimezone
  • DThousands separator

How the community answered

(48 responses)
  • B
    2% (1)
  • C
    94% (45)
  • D
    4% (2)

Why each option

While timezone is crucial for localization, it is typically managed separately from locale settings, which primarily define cultural conventions for language, formatting, and character sets.

ACurrency symbol

The currency symbol (e.g., `$` for USD) is part of the `LC_MONETARY` locale category.

BLanguage

Language (e.g., en_US.UTF-8) is a fundamental aspect of locale settings, influencing messages and text processing.

CTimezoneCorrect

Locale settings (like `LC_ALL`, `LC_CTYPE`, `LC_NUMERIC`, `LANG`) primarily define language, character encoding, numeric formatting (e.g., thousands separator, decimal point), currency symbols, date and time formats, and collation order. Timezone is handled by separate system configuration, often via `/etc/timezone` or `/etc/localtime` linked to `/usr/share/zoneinfo`.

DThousands separator

The thousands separator (e.g., comma in 1,000) is part of the `LC_NUMERIC` locale category.

Concept tested: Locale vs. Timezone configuration

Source: https://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html

Topics

#locale#internationalization#timezone

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice