102-400 LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2

Loading demo links...

Showing 7–9 of 10 questions

Question 7 (User Interfaces and Desktops)

What is the purpose of a screen reader?

Select an option, then click Submit answer.

  • It reads text displayed on the screen to blind or visually impaired people.

  • It reads the parameters of the attached monitors and creates an appropriate X11 configuration.

  • It displays lines and markers to help people use speed reading techniques.

  • It manages and displays files that contain e-books.

Question 8 (Shells, Scripting and Data Management)

When the command echo $ outputs 1, which of the following statements is true?

Select an option, then click Submit answer.

  • It is the process ID of the echo command.

  • It is the process ID of the current shell.

  • It is the exit value of the command executed immediately before echo.

  • It is the exit value of the echo command.

Question 9 (Administrative Tasks)

Which of the following commands should be added to /etc/bash_profile in order to change the language of messages for an internationalized program to Portuguese (pt)?

Select an option, then click Submit answer.

  • export LANGUAGE="pt"

  • export MESSAGE="pt"

  • export UI_MESSAGES="pt"

  • export LC_MESSAGES="pt"

  • export ALL_MESSAGES="pt"