Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

Introduction to Linux II Chapter 9

Last Updated on May 20, 2021 by Admin

Introduction to Linux II Chapter 9 Exam Answer 2016

  1. Question ID 1226

    Which of the following parameters is not referred by locale?

    • Character classification
    • Digital signatures
    • Numeric representation
    • Monetary symbols
  2. Question ID 1227

    For locally run programs, the locale information is provided by system variables.

    True or False?

    • True
    • False
  3.  

  4. Question ID 1229

    How is the locale set for web applications?

    • Obtained from the web browser
    • Obtained from the user’s environment variables
    • Obtained from the user’s .profile
    • Obtained from the web server
  5. Question ID 1230

    What is the format used for naming a locale definition file?

    • language[_countrycode][.codeset][@modifiers]
    • language[_territory][.codeset][@modifiers]
    • language[_region][.codeset][@modifiers]
    • language[.codeset][_territory][@modifiers]
  6. Question ID 1231

    Which of the following is not seen in the output of the locale command?

    • LC_PRINT
    • LC_COLLATE
    • LC_CTYPE
    • LC_MESSAGES
  7. Question ID 1232

    Which command is used to list all available locales on the system?

    • locale
    • locale -l
    • locale –A
    • locale –a
  8. Question ID 1233

    Which of the following environment variables will set the user’s locale to French?

    • LANG=fr_FR.iso-8859-15
    • LC_NAME=fr_FR.iso-8859-15
    • LC_CTYPE=fr_FR.iso-8859-15
    • LC_MESSAGES=fr_FR.iso-8859-15
  9.  

  10. Question ID 1234

    Which file is used to set the user’s locale permanently?

    • ~/.forward
    • ~/.lang
    • ~/.profile
    • ~/.login
  11. Question ID 1235

    What is the behavior of setting C locale?

    • Strings are displayed as written in the initial code
    • Strings are always displayed in UTF-8
    • Strings are displayed as per the user’s LANG setting
    • Strings are translated and then displayed
  12. Question ID 1236

    Which environment variable is used to specify the directories for message translation catalogs?

    • PATH
    • NLPATH
    • NLSPATH
    • LOCALEPATH
  13.  

  14. Question ID 1237

    Linux systems keep time in ____.

    • UTC
    • GMT
    • UST
    • IST
  15. Question ID 1238

    UTC is not subjected to daylight saving time.

    True or False?

    • True
    • False
  16. Question ID 1239

    Which environment variable is used to find the time zone?

    • TZ
    • SYSTIME
    • TIME
    • TZONE
  17.  

  18. Question ID 1240

    The /etc/localtime file is a flat file containing plain text that is used to configure the system wide time zone.

    True or False?

    • True
    • False
  19. Question ID 1241

    Which file is used to indicate the current time zone on Red Hat systems?

    • /etc/sysconfig/tz
    • /etc/sysconfig/time
    • /etc/sysconfig/time
    • /etc/sysconfig/clock
  20. Question ID 1242

    Which utility is used to determine the TZ variable’s value?

    • tzchange
    • tzselect
    • tzset
    • tzmod
  21. Question ID 1243

    Which command is used to verify time zone changes?

    • sysdate
    • nls
    • date
    • systime
  22. Question ID 1244

    Which of the following is not a function of the date command?

    • Displaying past dates
    • Reading date patterns from a file
    • Displaying Universal time
    • Sorting files by date
  23.  

  24. Question ID 1245

    Character encoding is the process of maintaining the mapping between the character and its ______ value.

    • Internal
    • Mapped
    • Encoded
    • Decoded
  25. Question ID 1246

    Which command is used to find the current character mapping in Linux?

    • locale -C
    • locale –charmap
    • locale -c
    • locale charmap
  26. Question ID 1247

    Which characters are not supported by ASCII?

    • Punctuation symbols
    • Mathematical symbols
    • Numbers 0 – 9
    • English letters
  27. Question ID 1248

    ASCII is not a subset of UTF-8.

    True or False?

    • True
    • False
  28. Question ID 1249

    Which of the following is NOT a capability of Unicode characters?

    • Supports mathematical and technical symbols
    • Can be used in file names
    • User applications can display Unicode files
    • Uses separate language packs for each language
  29.  

  30. Question ID 1250

    What does UTF-8 mean?

    • UCS Technology Format
    • UCS Transfer Format
    • UCS Transcoding Format
    • UCS Transformation Format
  31. Question ID 1251

    UTF-8 is a fixed-width encoding scheme that can represent every character in the Unicode character set.

    True or False?

    • True
    • False
  32. Question ID 1252

    How many bits character encoding is supported by ISO?

    • 32-bit
    • 8-bit
    • 16-bit
    • 4-bit
  33. Question ID 1253

    Which is the most commonly used character encoding for the Internet?

    • ISO
    • UTF-8
    • ASCII
    • UTF-16
  34. Question ID 1254

    Which API is used for converting one character encoding to another?

    • fconv
    • pconv
    • iconv
    • rconv
  35. Question ID 1255

    Which can be used for converting an older ASCII encoded file to UTF-8 encoding?

    • locale
    • iconv
    • sed
    • awk
  36. Question ID 1256

    The ______ mapping method is supported by Unicode.

    • Universal Transformation Set (UTS)
    • Universal Locale Set (ULS)
    • Universal Formatting Set
    • Universal Character Set (UCS)
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.