SEC — Skill Enhancement Course

LaTeX MCQ Answer Key

All 73 questions with options and correct answers — for revision before the quiz

73 Questions LaTeX Reference Sheet
01
1
Which command begins a LaTeX document?
A) \start{document}B) \begin{document}C) \documentstartD) \init
B
2
Which command ends a LaTeX document?
A) \finishB) \stopC) \end{document}D) \close
C
3
Which file extension is used for LaTeX source files?
A) .docB) .texC) .pdfD) .latex
B
4
Which command creates a section?
A) \chapter{}B) \section{}C) \title{}D) \paragraph{}
B
5
Which command is used for bold text?
A) \textbf{}B) \bold{}C) \bf{}D) \strong{}
A
6
Which command produces italic text?
A) \italic{}B) \textit{}C) \it{}D) \fontit{}
B
7
Which environment is used for itemized lists?
A) enumerateB) itemizeC) listD) items
B
8
Which command inserts a new paragraph?
A) \newlineB) Blank lineC) \parbreakD) \next
B
9
Which command adds a title?
A) \heading{}B) \title{}C) \caption{}D) \name{}
B
10
Which command displays author name?
A) \writer{}B) \author{}C) \creator{}D) \name{}
B
11
Which command generates the title in document?
A) \showtitleB) \printtitleC) \maketitleD) \titlepage
C
12
Which package is used for graphics?
A) graphicxB) imageC) picsD) draw
A
13
Which command inserts an image?
A) \addimageB) \insertpicC) \includegraphicsD) \graphic
C
14
Which environment is used for tables?
A) tableB) tabularC) matrixD) grid
B
15
Which command creates numbered lists?
A) numberingB) enumerateC) orderedD) countlist
B
02
16
Which command creates subsections?
A) \subsection{}B) \minisection{}C) \smallsection{}D) \part{}
A
17
Which symbol starts a comment in LaTeX?
A) //B) #C) %D) *
C
18
Which command changes text size?
A) \fontsize{}B) \largeC) \size{}D) \resize
B
19
Which environment aligns equations?
A) alignB) mathenvC) equation*D) mathline
A
20
Inline math mode uses?
A) $$ $$B) $ $C) [ ]D) { }
B
21
Display math mode uses?
A) $ $B) ( )C) $$ $$D) < >
C
22
Which command creates fractions?
A) \fraction{}B) \frac{}C) \divide{}D) \ratio{}
B
23
Square roots are written using?
A) \sqrt{}B) \root{}C) \square{}D) \mathsqrt{}
A
24
Superscripts use symbol?
A) _B) ^C) *D) ~
B
25
Subscripts use symbol?
A) ^B) _C) &D) #
B
26
Which package manages page margins?
A) geometryB) marginxC) layoutD) pageconfig
A
27
Which command starts bibliography?
A) \bibstartB) \begin{thebibliography}C) \refsD) \citations
B
28
Which command cites references?
A) \refciteB) \cite{}C) \reference{}D) \link{}
B
29
Which command labels figures?
A) \tag{}B) \label{}C) \mark{}D) \id{}
B
30
Which command references labels?
A) \ref{}B) \goto{}C) \see{}D) \pointer{}
A
03
31
Page breaks are inserted using?
A) \newpageB) \pagebreakC) Both A and BD) \breakpage
C
32
Which command creates footnotes?
A) \foot{}B) \footnote{}C) \note{}D) \bottomnote{}
B
33
Which environment is used for quotations?
A) quoteB) textquoteC) citationD) block
A
34
Which command centers text?
A) \center{}B) \begin{center}C) \aligncenterD) \middle
B
35
Which command creates hyperlinks?
A) \link{}B) \href{}C) \urladd{}D) \connect{}
B
36
Hyperlinks require which package?
A) linksB) hyperrefC) webD) internet
B
37
Which environment creates equations with numbers?
A) mathB) equationC) eqnD) calc
B
38
Which command adds captions?
A) \caption{}B) \title{}C) \note{}D) \describe{}
A
39
Which command changes line spacing?
A) \linespaceB) setspace packageC) \spacing{}D) \gap{}
B
40
Which package supports colors?
A) paintB) xcolorC) paletteD) colorize
B
41
Which command makes colored text?
A) \color{}B) \textcolor{}C) \paint{}D) \shade{}
B
42
Which class is used for articles?
A) reportB) articleC) bookD) paper
B
43
Which class supports chapters?
A) articleB) letterC) bookD) note
C
44
Tables can include borders using?
A) | symbolB) #C) &D) *
A
45
Columns in tables are separated using?
A) ,B) &C) |D) /
B
46
Rows in tables end with?
A) \\B) //C) ;;D) --
A
47
Which command adds table lines?
A) \lineB) \hlineC) \borderD) \tableline
B
48
Which environment creates figures?
A) imageB) figureC) picD) graphic
B
49
Which command controls float placement?
A) [h,t,b]B) \float{}C) \place{}D) \position{}
A
50
Which command inserts table of contents?
A) \tocB) \tableofcontentsC) \contentsD) \index{}
B
04
51
Indexes are created using?
A) makeidx packageB) indexerC) listindexD) refindex
A
52
Which command prints index?
A) \showindexB) \printindexC) \indexprintD) \displayindex
B
53
Which symbol escapes special characters?
A) \B) /C) *D) !
A
54
Which command creates horizontal space?
A) \hspace{}B) \spaceh{}C) \gap{}D) \dist{}
A
55
Which command creates vertical space?
A) \vspace{}B) \spacev{}C) \height{}D) \raise{}
A
56
Which package supports math symbols?
A) amsmathB) mathplusC) symbolxD) calc
A
57
Which command produces summation?
A) \sumB) \sigmaC) \addD) \total
A
58
Which command produces integral?
A) \integralB) \intC) \areaD) \calc
B
59
Matrices are created using?
A) matrix environmentB) gridC) tableD) matharray
A
60
Which environment aligns columns in math?
A) arrayB) tabularC) matrixD) grid
A
61
Which command creates Greek letters?
A) \alpha, \betaB) \greek{}C) \symbol{}D) \letter{}
A
62
Which command adds appendix?
A) \appendixB) \extraC) \addixD) \supplement
A
63
Compilation converts .tex to?
A) .txtB) .pdfC) .htmlD) .doc
B
64
LaTeX is mainly used for?
A) GamingB) Scientific documentsC) Video editingD) Browsing
B
65
Which editor supports LaTeX online?
A) OverleafB) PhotoshopC) ExcelD) Notepad++ only
A
66
BibTeX is used for?
A) GraphicsB) Bibliography managementC) TablesD) Fonts
B
67
Which command starts abstract?
A) \begin{abstract}B) \abstract{}C) \summary{}D) \intro{}
A
68
Which environment formats code?
A) verbatimB) codeC) programD) syntax
A
69
Which command inserts URL?
A) \url{}B) \link{}C) \web{}D) \site{}
A
70
Which command forces line break?
A) \\B) \newlineC) Both A and BD) \breakline
C
71
Which package supports multiple columns?
A) multicolB) columnsC) splitD) layout
A
72
Which command ends environments?
A) \close{}B) \end{}C) \finish{}D) \stop{}
B
73
LaTeX is based on which system?
A) TeXB) HTMLC) XMLD) CSS
A