2.
Você está usando um aplicativo que você deseja que apareça na tela de outra máquina. Qual variável de ambiente você precisa definir ou editar para conseguir isso?
Correct Answer
A. DISPLAY
Explanation
To display an application on another machine's screen, you need to define or edit the "DISPLAY" variable. This variable specifies the network address of the X server where the application will be displayed. By setting the "DISPLAY" variable correctly, the application can establish a connection with the remote machine's X server and appear on its screen.
3.
Usuários com deficiência visual podem utilizar um programa que lê as informações textuais da tela. Informe qual é o nome do principal leitor de tela para Linux.
Correct Answer
orca
ORCA
Orca
Explanation
The correct answer is "Orca". Orca is the name of the main screen reader for Linux that allows visually impaired users to access textual information on the screen.
4.
Qual é o nome do gerenciador de login gráfico simples que vem com uma instalação de vanilla X11 ? (Fornecer apenas o nome do programa sem qualquer informação de caminho).
Correct Answer
xdm
Explanation
XdM (X Display Manager) is a simple graphical login manager that comes with a vanilla X11 installation. It provides a graphical interface for users to log in to the X Window System. Xdm allows users to select their preferred desktop environment or window manager and provides a secure and convenient way to start an X session. It is a lightweight and efficient login manager commonly used in Unix-like operating systems.
5.
A variável de ambiente DISPLAY definida com valor 192.168.1.18:1.0 determina que:
Correct Answer
A. As janelas serão exibidas no segundo display da máquina 192.168.1.18
Explanation
The correct answer is "As janelas serão exibidas no segundo display da máquina 192.168.1.18". This is because the value "1.0" in the DISPLAY environment variable indicates that the windows will be displayed on the second display of the machine with the IP address 192.168.1.18.
6.
Qual é o propósito de um leitor de tela (Screen Reader)?
Correct Answer
A. Ele lê o texto exibido na tela para cegos ou deficientes visuais.
Explanation
A screen reader é um software projetado para ler o texto exibido na tela para pessoas cegas ou com deficiência visual. Ele converte o texto em voz ou em Braille, permitindo que essas pessoas acessem e interajam com o conteúdo digital de maneira eficaz. Isso ajuda a garantir a inclusão e a acessibilidade de indivíduos com deficiência visual no uso de dispositivos eletrônicos e na navegação na internet.
7.
Qual aplicação pode ser usada no lugar do xhost? Por favor, indique apenas o nome, sem caminho.
Correct Answer
xauth
Explanation
Xhost is a command that allows users to grant access to their X server for other users. However, it is considered insecure as it allows any user to connect to the X server. Xauth, on the other hand, is a more secure alternative. It is a command that manages X authority files, which are used to authenticate connections to the X server. By using xauth, users can selectively grant access to their X server, providing a more secure environment.
8.
X está executando tudo bem, mas você está preocupado que você pode não ter a profundidade de cor definida. O único comando que irá mostrar-lhe a profundidade de cor em execução enquanto estiver no X?
Correct Answer
A. xwininfo
Explanation
The correct answer is "xwininfo" because it is the only command mentioned that can provide information about the color depth while running in X. The other options, "xcolordepth", "xcd", "xcdepth", and "cat /etc/X11", do not specifically provide information about the color depth in X.
9.
Qual é a finalidade do recurso de teclas de aderência no x?
Correct Answer
A. Para ajudar os usuários que têm dificuldade em pressionar várias teclas ao mesmo tempo.
Explanation
The purpose of the sticky keys feature in the "x" is to assist users who have difficulty pressing multiple keys simultaneously. This feature allows users to press and release modifier keys (such as Shift, Ctrl, or Alt) one at a time, instead of having to hold them down while pressing another key. It helps individuals with physical disabilities or limitations to navigate and operate the keyboard more easily.
10.
Digite o caminho completo do arquivo de configuração do X11.
Correct Answer
/etc/X11/xorg.conf
Explanation
The correct answer is "/etc/X11/xorg.conf". This is the full path to the X11 configuration file in the Linux operating system. X11 is a windowing system that provides a graphical user interface for Unix-like systems, and the xorg.conf file contains the configuration settings for the X server, which manages the display and input devices. By specifying the correct path to this file, users can modify and customize the X11 settings according to their needs.
11.
Para obter assistência de acessibilidade, qual dos seguintes programas é um teclado na tela?
Explanation
GOK is the correct answer because it is a program that provides on-screen keyboard functionality, allowing users to input text using a pointing device or joystick. It is specifically designed to assist individuals with physical disabilities or impairments that make it difficult to use a physical keyboard. GOK stands for GNOME On-Screen Keyboard and is commonly used in Linux-based operating systems.
12.
Qual arquivo no diretório de um usuário é responsável pelo carregamento customizado de aplicações gráficas bem como o servidor X?
Correct Answer
A. ~/.xinitrc
Explanation
The correct answer is ~/.xinitrc. In a user's directory, the ~/.xinitrc file is responsible for the custom loading of graphical applications as well as the X server. This file allows users to specify which applications should be launched when starting the X server. The tilde (~) represents the user's home directory.
13.
Qual o comando que gera um novo arquivo de configuração para o Xorg ?
Correct Answer
/usr/bin/Xorg -configure
Xorg -configure
X -configure
Explanation
The correct answer is "/usr/bin/Xorg -configure" because this command generates a new configuration file for the Xorg server. The Xorg server is responsible for managing graphical displays in Linux systems. By running this command, a new configuration file is created, allowing users to customize the settings and behavior of the Xorg server according to their needs. The other options, "Xorg -configure" and "X -configure," are incorrect as they do not include the full path to the Xorg executable (/usr/bin/Xorg).
14.
Qual é o objetivo do programa xhost ?
Correct Answer
A. Conceder ou revogar o acesso a uma sessão X11.
Explanation
O objetivo do programa xhost é conceder ou revogar o acesso a uma sessão X11. Isso significa que o programa permite controlar quais usuários ou hosts têm permissão para exibir janelas gráficas em um servidor X11. Ao conceder acesso, um usuário ou host pode exibir janelas gráficas remotamente, enquanto ao revogar o acesso, eles são impedidos de fazer isso. Isso é útil para fins de segurança, pois permite limitar quem pode interagir com o ambiente gráfico do servidor.
15.
O _______ é um leitor de tela que faz parte da plataforma Gnome.
Correct Answer
orca
Explanation
Orca is a screen reader that is a part of the Gnome platform.
16.
Qual porta é usada pelo servidor X?
Explanation
The correct answer is 6000. This is because port 6000 is commonly used for the X Window System, which is a network protocol that allows graphical user interfaces to be displayed on a remote machine. By using port 6000, the server X can communicate with clients and display graphical applications on remote machines.
17.
Usuários com dificuldade para operar o teclado podem utilizar o mouse para escrever textos e executar ações. O principal utilitário que oferece esse recurso é o:
Correct Answer
GOK
gok
Gok
Explanation
The correct answer is GOK, gok, Gok. GOK is a utility that allows users with difficulty operating the keyboard to use the mouse to write texts and perform actions. It provides an alternative input method for those who may have physical limitations or disabilities that make typing difficult.
18.
Qual dos seguintes fornece uma interface não-gráfica, baseado em texto para os usuários que são deficientes visuais que podem ser usados como um leitor de tela ?
Correct Answer
A. emacspeak
Explanation
Emacspeak é a resposta correta porque é um programa que fornece uma interface baseada em texto para usuários com deficiência visual. Ele converte o texto em voz para que os usuários possam ouvir o conteúdo em vez de lê-lo visualmente. Essa funcionalidade o torna um leitor de tela útil para pessoas com deficiência visual.
19.
Qual o comando que exibe informações detalhadas de uma janela criada pelo Servidor X11 ?
Correct Answer
xwininfo
Explanation
The correct answer is "xwininfo". This command is used to display detailed information about a window created by the X11 server. It provides information such as the window ID, window size, position, border width, and other attributes of the window. By running this command, users can gather specific details about a window that can be useful for troubleshooting or understanding the properties of a particular window in the X11 server environment.
20.
Qual é o nome padrão do arquivo de configuração para o servidor X11 ? (Especifique o nome do arquivo só que sem qualquer caminho).
Correct Answer
xorg.conf
Explanation
The correct answer is "xorg.conf". This file is the standard configuration file for the X11 server, which is a software that provides a graphical environment for Unix-like operating systems. The xorg.conf file contains settings and options for various aspects of the X server, such as display resolution, input devices, and graphics drivers. By specifying this file name, the answer indicates that xorg.conf is the default and expected name for the configuration file used by the X11 server.
21.
Em qual seção do arquivo de configuração do X11 é especificado o driver utilizado por minha placa de vídeo ?
Correct Answer
Device
Explanation
The correct answer is "Device". In the X11 configuration file, the "Device" section is where the driver used by the video card is specified. This section contains information such as the driver name, identifier, and any additional options or settings for the video card. By editing this section, users can configure and customize the driver settings for their specific video card.
22.
Qual dos seguintes comandos mostra a profundidade de cor atual do X Server?
Correct Answer
A. xwininfo
Explanation
The command "xwininfo" is used to display information about a specific window on the X server, including the current color depth. Therefore, it is the command that can be used to show the current color depth of the X Server.
23.
Por que o programa xhost é considerado perigoso de usar?
Correct Answer
A. Ele permite um fácil acesso ao seu servidor X por outros usuários.
Explanation
O programa xhost é considerado perigoso de usar porque permite que outros usuários tenham fácil acesso ao seu servidor X. Isso significa que eles podem visualizar, manipular e controlar a interface gráfica do seu computador, o que pode levar a potenciais violações de segurança e comprometimento do sistema. É importante restringir o acesso ao servidor X apenas a usuários confiáveis para garantir a segurança do sistema.
24.
O arquivo de configuração xorg.conf (X11) é agrupado em seções. Como é o conteúdo da secção SectionName associado a essa secção ?
Correct Answer
A. Ele é colocado entre uma linha que contém o capítulo "SectionName" e uma linha contendo "EndSection".
Explanation
The content of the SectionName section is placed between a line that contains the chapter "SectionName" and a line containing "EndSection". This indicates that the content within the section is enclosed between these two specific lines.
25.
Qual das seguintes linhas é um exemplo de uma configuração correta para a variável de ambiente DISPLAY ?
Correct Answer
A. hostname:displaynumber
Explanation
A configuração correta para a variável de ambiente DISPLAY é "hostname:displaynumber". Esta configuração especifica o nome do host seguido por dois pontos e o número do display.
26.
O nome de vanilla, gerenciador de login x11 está associado ao:
Explanation
XDM, or X Display Manager, is a graphical login manager for the X Window System. It is responsible for providing a login screen where users can enter their credentials and start a graphical session on a Unix-like operating system. XDM is one of the oldest and most widely used display managers for X11, the graphical environment used by Unix-like systems. It is often used in conjunction with the X Window System and is associated with vanilla, meaning the default or standard version of XDM.
27.
Quando usamos xdm, qual dos arquivos a seguir pode ser usado para iniciar um gerenciador de janela?
Correct Answer
A. Xsession
Explanation
The correct answer is Xsession. When using xdm, the Xsession file can be used to initiate a window manager. This file contains the commands and settings necessary to start the window manager and configure the user's session. It is typically located in the user's home directory and is executed by xdm when the user logs in.
28.
Você acabou de configurar o X Display Manager como seu gerenciador de telas padrão. O arquivo que você deve editar para mudar o fundo padrão é:
Correct Answer
A. /etc/X11/xdm/Xsetup
Explanation
The correct answer is /etc/X11/xdm/Xsetup. This file is responsible for configuring the X Display Manager and allows you to change the default background. By editing this file, you can customize the appearance of your X Display Manager.
29.
Arquivos de configuração do xdm podem ser encontrados no diretório:
Correct Answer
A. /etc/X11/xdm/
Explanation
The correct answer is /etc/X11/xdm/ because this directory is commonly used to store configuration files for the xdm display manager. The other options listed are either incorrect directories or do not commonly contain xdm configuration files.
30.
Um usuário comum poderá instalar novas fontes em:
Correct Answer
A. ~/.fonts
Explanation
A common user can install new fonts in the "~/.fonts" directory. This directory is located in the user's home directory and is specifically designated for storing user-installed fonts. By placing the font files in this directory, the user can easily access and use these fonts in their applications and documents.
31.
Usando o comando _______ visualizamos informações gerais sobre o X. Nele podemos visualizar a versão do xorg, resolução, dimensão da tela, quantidade de cores e quantidade de monitores.
Correct Answer
xdpyinfo
Explanation
The correct answer is "xdpyinfo". This command is used to display general information about the X server. It provides information such as the version of xorg, screen resolution, screen dimensions, number of colors, and number of monitors.
32.
Digite o comando que apresenta a versão do gdm que está instalado: ______________.
Correct Answer
gdm --version
Explanation
The command "gdm --version" is used to display the version of the GDM (GNOME Display Manager) that is currently installed.
33.
Você acabou de configurar o Gnome Display Manager como seu gerenciador de telas padrão. Qual arquivo você deve editar para alterar a saudação?
Correct Answer
A. /etc/X11/gdm/lnit/Default
Explanation
The correct answer is /etc/X11/gdm/lnit/Default. This file is the one that needs to be edited in order to change the greeting in the Gnome Display Manager. The other options (/etc/X11/prefdm, /etc/X11/XF86Config, /etc/X11/gdm.conf) are not relevant for this specific task.
34.
No xorg 7.0, qual é o nome do servidor de fonte padrão ?
Explanation
The correct answer is xfs. Xfs is the name of the default font server in xorg 7.0.
35.
Marque a resposta correta em relação ao recurso teclas de aderência.
Correct Answer
A. Atalhos de teclado, como [ctrl] + [c], não precisam ser pressionados simultaneamente.
Explanation
The correct answer states that keyboard shortcuts, such as [ctrl] + [c], do not need to be pressed simultaneously. This means that users can press and release the [ctrl] key, followed by pressing and releasing the [c] key, and the desired action will still be executed. This feature is commonly found in many software applications and allows users to perform actions quickly and efficiently without needing to press multiple keys at the same time.
36.
A diretiva "FontPath" de seu sistema inclui só uma entrada: "unix/:-1". O que isso significa? Selecione a alternativa correta:
Correct Answer
A. Um servidor de fonte X será usado.
Explanation
The "FontPath" directive in the system configuration only includes one entry: "unix/:-1". This means that a X font server will be used.
37.
Onde fica localizado o arquivo de configuração do display manager LightDM ? (Forneça o nome + caminho).
Correct Answer
/etc/lightdm/lightdm.conf
Explanation
The correct answer is /etc/lightdm/lightdm.conf. This is the file path where the configuration file for the LightDM display manager is located.
38.
Em uma máquina executando vários servidores X , como é que as diferentes instâncias do servidor X11 serão identificadas?
Correct Answer
A. Por um nome de exibição, como: 1.
Explanation
As diferentes instâncias do servidor X11 serão identificadas por um nome de exibição, como "1".
39.
A seção do arquivo de configuração do X11 onde são especificadas as fontes do sistema é a seção:
Explanation
The correct answer is "Files". In the X11 configuration file, the "Files" section is where the system fonts are specified. This section allows the user to define the font paths and aliases for the X server to use. By configuring the "Files" section, the user can customize the available fonts for applications running on the X11 system.
40.
Você está executando X em ambiente de rede. Você deseja permitir que qualquer pessoa na rede possa mostrar as suas aplicações X em seu desktop. O comando que você pode usar para desativar todos os controles de acesso para X ?
Correct Answer
xhost +
Explanation
The command "xhost +" is used to disable all access controls for X. This means that anyone on the network will be able to display their X applications on their desktop. By using this command, you are allowing unrestricted access to X for all users on the network.
41.
O principal arquivo de configuração do gerenciador gdm é o:
Correct Answer
A. /etc/gdm/gdm.conf
Explanation
The correct answer is /etc/gdm/gdm.conf. This is the principal configuration file for the gdm (GNOME Display Manager) manager. It is located in the /etc/gdm/ directory.
42.
Qual é o arquivo de controle de acesso remoto ao Servidor X11 via protocolo XDMCP ?
Correct Answer
Xaccess
/etc/X11/xdm/Xaccess
Explanation
The correct answer is Xaccess, /etc/X11/xdm/Xaccess. Xaccess is the file that controls remote access to the X11 server using the XDMCP protocol. It is located in the /etc/X11/xdm/ directory.
43.
Qual das seguintes são tarefas realizadas por um gerenciador de exibição como XDM ou KDM ? (Escolha 2 respostas corretas).
Correct Answer(s)
A. Iniciar e preparar o ambiente de trabalho para o usuário.
A. Lidar com o login de um usuário.
Explanation
Um gerenciador de exibição, como XDM ou KDM, é responsável por iniciar e preparar o ambiente de trabalho para o usuário, garantindo que todos os recursos necessários estejam disponíveis e configurados corretamente. Além disso, ele também lida com o processo de login de um usuário, autenticando suas credenciais e permitindo o acesso ao sistema.
44.
Qual das seguintes linhas de /etc/X11/xorg.conf indica que as fontes podem ser encontrados em um servidor de fontes ?
Correct Answer
A. FontPath "unix/:7100"
Explanation
The correct answer is "FontPath "unix/:7100"". This line in the /etc/X11/xorg.conf file indicates that the fonts can be found on a font server. The "unix/:7100" specifies the location of the font server, where the fonts can be accessed.
45.
Um usuário regular do sistema deseja instalar novas fontes ao X11. Em qual diretório ele pode copiar suas fontes ?
Correct Answer
~/.fonts/
~/.fonts
Explanation
The user can copy their fonts to the directory "~/.fonts/". This directory is typically used to store user-specific font files in the X11 system. The "~" refers to the user's home directory, so the fonts will be installed in a hidden folder called ".fonts". Another valid option is "~/.fonts" without the trailing slash, as it refers to the same directory.
46.
Quando você inicia o XWindow, qual série de programas e/ou scripts descreveria mais de perto o processo de arranque?
Correct Answer
A. startx --> xinit --> xinitrc --> Xclients
Explanation
The correct answer is "startx --> xinit --> xinitrc --> Xclients". This sequence accurately describes the process of starting the XWindow system. The "startx" command is used to initiate the XWindow system, which then calls the "xinit" program. The "xinit" program reads the "xinitrc" script, which contains instructions and configurations for starting the XWindow system. Finally, the "Xclients" program is executed, which launches the user's chosen desktop environment or window manager.
47.
Que combinação de teclas é usada para interromper à força o servidor X, no caso de a sessão gráfica se tornar inutilizável (por exemplo, o gerenciador de desktop ou aplicação de tela cheia suspender)?
Correct Answer
A. CTRL+ALT+BACK_SPACE
Explanation
The correct answer is CTRL+ALT+BACK_SPACE. This key combination is used to forcefully stop the X server in case the graphical session becomes unresponsive or unusable.
48.
__________ é um ambiente desktop completo em áudio para o Emacs.
Correct Answer
emacspeak
Explanation
Emacspeak é um ambiente desktop completo em áudio para o Emacs. Ele permite que usuários com deficiência visual possam utilizar o Emacs através de comandos de voz, fornecendo uma experiência auditiva completa. Com o Emacspeak, os usuários podem navegar pelos menus, editar texto e executar comandos, tudo por meio de feedback de áudio. Isso torna o Emacs acessível e utilizável para pessoas com deficiência visual.
49.
Qual arquivo usado pelo XDM especifica o papel de parede padrão ?
Correct Answer
A. /etc/X11/xdm/Xsetup
Explanation
The correct answer is /etc/X11/xdm/Xsetup. This file is used by XDM (X Display Manager) to specify the default wallpaper or background image. XDM is responsible for managing graphical user logins in the X Window System. By editing the Xsetup file, administrators can customize the appearance of the login screen by setting the wallpaper.