IT Workshop •
MCQ • LaTeX
Most Important 30 Objective Question - LaTeX
Q1. LaTeX is mainly used for:
A) Gaming
B) Document Preparation
C) Antivirus
D) Video Editing
Answer: B) Document Preparation
Explanation:
LaTeX is a document preparation system mainly used for technical, scientific, and academic writing.
Q2. LaTeX is especially useful for:
A) Mathematical Documents
B) Playing Music
C) Video Editing
D) Web Browsing
Answer: A) Mathematical Documents
Explanation:
LaTeX is widely used for writing equations, formulas, and research papers.
Q3. LaTeX is based on:
A) HTML
B) TeX
C) Python
D) Java
Answer: B) TeX
Explanation:
LaTeX is built on the TeX typesetting system created by Donald Knuth.
Q4. Which command starts a LaTeX document?
A) \start{document}
B) \begin{document}
C) \open{document}
D) \document{begin}
Answer: B) \begin{document}
Explanation:
\begin{document} starts the main content of the LaTeX file.
Q5. Which command ends a LaTeX document?
A) \stop{document}
B) \close{document}
C) \end{document}
D) \finish{document}
Answer: C) \end{document}
Explanation:
\end{document} marks the ending of the LaTeX document.
Q6. Which command is used for bold text?
A) \textbf{}
B) \bold{}
C) \makebold{}
D) \fontbold{}
Answer: A) \textbf{}
Explanation:
\textbf{} makes the selected text bold.
Q7. Which command is used for italic text?
A) \italic{}
B) \textit{}
C) \it{}
D) \fontit{}
Answer: B) \textit{}
Explanation:
\textit{} makes the selected text italic.
Q8. Which command creates a section heading?
A) \heading{}
B) \section{}
C) \title{}
D) \paragraph{}
Answer: B) \section{}
Explanation:
\section{} creates a main heading in the document.
Q9. Which command is used to create a subsection?
A) \subsection{}
B) \smallsection{}
C) \nextsection{}
D) \minorsection{}
Answer: A) \subsection{}
Explanation:
\subsection{} creates a smaller heading under a section.
Q10. Which command inserts a line break?
A) \
B) //
C) ;;
D) --
Answer: A) \
Explanation:
Double backslash (\) is used to move to the next line.
Q11. Which symbol starts a comment in LaTeX?
A) #
B) %
C) @
D) &
Answer: B) %
Explanation:
Anything written after % is treated as a comment and ignored.
Q12. Which environment is used for bullet points?
A) enumerate
B) itemize
C) bullets
D) points
Answer: B) itemize
Explanation:
itemize creates an unordered bullet list.
Q13. Which environment is used for numbered lists?
A) itemize
B) enumerate
C) count
D) numbering
Answer: B) enumerate
Explanation:
enumerate creates an ordered numbered list.
Q14. Which command is used to add an item in list?
A) \list
B) \point
C) \item
D) \number
Answer: C) \item
Explanation:
\item is used to insert each bullet or numbered item.
Q15. Which command is used to insert title?
A) \title{}
B) \name{}
C) \heading{}
D) \caption{}
Answer: A) \title{}
Explanation:
\title{} defines the title of the document.
Q16. Which command is used to insert author name?
A) \writer{}
B) \author{}
C) \name{}
D) \creator{}
Answer: B) \author{}
Explanation:
\author{} is used to define the author name.
Q17. Which command is used to display title?
A) \showtitle
B) \maketitle
C) \printtitle
D) \titleprint
Answer: B) \maketitle
Explanation:
\maketitle prints title, author, and date on the page.
Q18. Which command inserts today’s date?
A) \today
B) \date
C) \now
D) \presentdate
Answer: A) \today
Explanation:
\today automatically inserts the current date.
Q19. Which environment is used for tables?
A) tabular
B) tablebox
C) maketable
D) rows
Answer: A) tabular
Explanation:
tabular environment is used to create tables.
Q20. Which symbol separates columns in a table?
A) %
B) &
C) $
D) #
Answer: B) &
Explanation:
& is used to separate columns inside a row.
Q21. Which command moves to next row in a table?
A) \item
B) \
C) \next
D) \row
Answer: B) \
Explanation:
Q22. Which command is used for hyperlink?
A) \hyperlink
B) \href
C) \web
D) \linkit
Answer: B) \href
Explanation:
\href is used to create hyperlinks in LaTeX documents. It connects text to websites or other links.
Example: \href{https://example.com}{Click Here}
Q23. Which package is commonly used for hyperlinks?
A) graphicx
B) hyperref
C) color
D) math
Answer: B) hyperref
Explanation:
The hyperref package provides hyperlink support in LaTeX documents.
Q24. Which package is used for inserting images?
A) graphicx
B) imagex
C) figure
D) photo
Answer: A) graphicx
Explanation:
The graphicx package is used to insert images using the \includegraphics{} command.
Q25. Which command inserts image?
A) \image{}
B) \insertgraphics{}
C) \includegraphics{}
D) \photo{}
Answer: C) \includegraphics{}
Explanation:
\includegraphics{} is the correct command used to insert images in LaTeX.
Q26. Which symbol is used for math mode?
A) $ $
B) # #
C) % %
D) & &
Answer: A) $ $
Explanation:
Dollar symbols $...$ are used to write mathematical expressions in LaTeX.
Example: $a+b=c$
Q27. LaTeX is preferred over MS Word for:
A) Games
B) Research Papers
C) Antivirus
D) Browsing
Answer: B) Research Papers
Explanation:
LaTeX provides better formatting and professional layout for research papers and academic documents.
Q28. Which command is used for footnote?
A) \footnote{}
B) \notefoot{}
C) \bottomnote{}
D) \smallnote{}
Answer: A) \footnote{}
Explanation:
\footnote{} is used to insert notes at the bottom of the page.
Q29. Which command changes text color?
A) \color{}
B) \fontcolor{}
C) \changecolor{}
D) \textcolor{}
Answer: D) \textcolor{}
Explanation:
\textcolor{} changes the color of selected text in LaTeX.
Q30. LaTeX is an example of:
A) Typesetting System
B) Browser
C) Operating System
D) Antivirus
Answer: A) Typesetting System
Explanation:
LaTeX is a professional typesetting system used for academic, scientific, and technical document preparation.
Google AdSense Ad Placement Here 📢