How is the content of the section SectionName associated with that section?

The X11 configuration file xorg.conf is grouped into sections.

How is the content of the section SectionName associated with that section?
A . It is placed in curly brackets as in Section SectionName { … }.
B . It is placed between a line containing Section "SectionName" and a line containing EndSection.
C . It is placed between the tags <Section name="SectionName"> and </Section>
D . It is placed after the row [SectionName].
E . It is placed after an initial unindented Section "SectionName" and must be indented by exactly one tab character.

Answer: B

How is the file format of /etc/crontab different from a normal crontab file? (Select TWO correct answers)

How is the file format of /etc/crontab different from a normal crontab file? (Select TWO correct answers)
A . The /etc/crontab file can specify a year field.
B . A normal crontab file must be installed with the crontab command.
C . A normal crontab file allows for environment variable substitution.
D . The /etc/crontab file has a user field for commands.

Answer: B,D

Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)

Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)
A . Start and prepare the desktop environment for the user.
B . Configure additional devices like new monitors or projectors when they are attached.
C . Handle the login of a user.
D . Lock the screen when the user was inactive for a configurable amount of time.
E . Create an X11 configuration file for the current graphic devices and monitors.

Answer: A,C