Chapter: Publishing documents using LaTeX β’ Total: 145 MCQs
MCQ 1Typesetting Mathematical Content in LaTeX
FROM THE FOLLOWING WHICH PACKAGE IS USED TO SUPPORT MATHEMATICAL SYMBOLS IN LATEX.
ASOS
BAMS
CMATH
DSIGN
Correct Answer: Option B
Note: null
MCQ 2The LaTeX Language
WHICH EXTENSION IS USED TO SAVE FILE TO LATEX.
A.TEXT
B.ITX
C.TAN
D.TEX
Correct Answer: Option D
Note: null
MCQ 3The LaTeX Language
HOW CAN ONE WRITE RESERVED CHARACTER $ IN LATEX
A"$"
B -$
C*$
D#$
Correct Answer: Option A
Note: null
MCQ 4Advantages Of LaTeX
WHICH OF THE FOLLOWING WEBSITE HOSTS THE LATEX PACKAGE.
ACTAN
BCLAN
CCTEN
DCLEN
Correct Answer: Option A
Note: null
MCQ 5The Structure of a LaTeX Document
WHICH COMMAND IS USED TO BEGIN ENVIRONMENT IN LATEX.
ABEGING
B/BEGING (NAME)
CSTART
D/START (NAME)
Correct Answer: Option A
Note: null
MCQ 6Using LaTeX
Which of the following is not a reserved character in LaTeX?
A@
B$
C%
D^
Correct Answer: Option A
MCQ 7Using LaTeX
In which distribution software do we need to use LaTeX?
AOpen Office
BTexLive
CGedit
DScite
Correct Answer: Option B
MCQ 8Using LaTeX
Which of the following is a very popular LaTex distribution available in the standard Ubuntu repositories?
AOpen Office
BTexLive
CGedit
DScite
Correct Answer: Option B
MCQ 9Using LaTeX
Which documents are typically created using any plain text editor?
ALaTex
BSciTE
CGedit
DOpenoffice
Correct Answer: Option A
MCQ 10Using LaTeX
What comes with built β in -way to format document element in a pleasant β looking professional style?
AR software
BLaTeX
CScite
DGedit
Correct Answer: Option B
MCQ 11Using LaTeX
What is the file extension of Tex and LaTeX s/w?
A.tex
B.txt
C.text
D,ltx
Correct Answer: Option A
MCQ 12Using LaTeX
LaTeX has a command called βpdflatexβ that produces which popular file format name it?
APDF
BJPG
CGIF
Dtext
Correct Answer: Option A
MCQ 13Using LaTeX
Which files are very popular for sharing printable document on the web?
AGIF
BPDF
CDOC
DXML
Correct Answer: Option B
MCQ 14Using LaTeX
One can compile and view the document from within the β¦β¦β¦β¦..program itself.
AScite
BGedit
Cpdffilename
Dtxt filename
Correct Answer: Option A
MCQ 15Using LaTeX
LaTeX is essentially a β¦β¦β¦β¦. language.
Amarkup
Bmakeup
Cscripting
Dprogramming
Correct Answer: Option A
MCQ 16Using LaTeX
Which type of command does not mark any specific part of the text?
AIndependent command
BFlat commands
CDepending
Duser define
Correct Answer: Option A
MCQ 17Using LaTeX
LaTeX commands starts with which symbol?
A\(Backslash)
B/ (slash)
C#
D%
Correct Answer: Option A
MCQ 18Using LaTeX
What do we call the additional information which is accepted by some commands?
AArguments
BComments
CObjects
DAttributes
Correct Answer: Option A
MCQ 19Using LaTeX
How many types of arguments in LaTeX?
AOptional
BMandatory
Cdefault
Dboth a and b
Correct Answer: Option D
MCQ 20Using LaTeX
Optional arguments are written after the command name and enclosed with which brackets?
A{ }
B[ ]
C( )
DAngular Braket
Correct Answer: Option B
MCQ 21Using LaTeX
Optional arguments are separated by which sign?
A, (comm
B; semicolon
C: (colon)
D. (dot)
Correct Answer: Option A
MCQ 22Using LaTeX
Mandatory arguments written in its own set ofβ¦β¦β¦β¦β¦. braces.
A{ } (curly)
B[ ] (square)
C(angular)
D( ) (roun
Correct Answer: Option A
MCQ 23Using LaTeX
In "\documentclass[12pt] {article};" command 12pt is which type of argument?
AOptional
BMandatory
Cpredefine
Duser define
Correct Answer: Option A
MCQ 24Using LaTeX
In "\documentclass[12pt] {article};" command "article" is which type of argument?
AOptional
BMandatory
Cpredefine
Duser define
Correct Answer: Option B
MCQ 25Using LaTeX
To insert a break in lines which symbol is used at the end of each line?
A\\
B#/
C//
D/*
Correct Answer: Option A
MCQ 26Using LaTeX
The line break command (\\) is never used at the β¦β¦β¦β¦β¦.in the paragraph.
Alast line
Bfirst line
Cshift
Dtab
Correct Answer: Option A
MCQ 27Using LaTeX
Which characters cannot be used directly in our text in LaTeX?
AReserved characters
Bspecial characters
Cpredefine
Duser define
Correct Answer: Option A
MCQ 28Using LaTeX
Which is useful for applying few commands to a small amount of text?
AGroup
BEnvironment
CPlatform
DProcessor
Correct Answer: Option A
MCQ 29Using LaTeX
Which LaTeX facility is used where some command(s) have to be applied to a large portion of the text?
AGroup
BEnvironment
CPlatform
DProcessor
Correct Answer: Option B
MCQ 30Using LaTeX
In LaTeX, environment begins with β¦β¦β¦β¦.. command.
A\begin {environment-name}
B/begin
C//begin
D\start
Correct Answer: Option A
MCQ 31Using LaTeX
In LaTeX, environment ends with β¦β¦β¦β¦β¦β¦ command.
A\end{ environment-name}
B/end
C//end
D\last
Correct Answer: Option A
MCQ 32Using LaTeX
All the formatting characteristics of the environment are applied to the entire text inside the β¦β¦β¦..
AEnvironment
BGroup
Cplatform
Dprocessor
Correct Answer: Option A
MCQ 33Using LaTeX
What do we call the explanation which is given to make complicated parts made easy for other to understand the code easily?
AArgument
BComment
CKeyword
Denvironment
Correct Answer: Option B
MCQ 34Using LaTeX
What is completely ignored by the compilation process, and never make it into the output?
AComment
BCommand
CArgument
Dvalues
Correct Answer: Option A
MCQ 35Using LaTeX
The first element in the preamble must be written in β¦β¦β¦β¦.. command.
A\documentclass{ document - class β name}
B/documentclass{ document - class - name}
Cdocumentclass(document class name)
Dclass {document β class β name}
Correct Answer: Option A
MCQ 36Using LaTeX
Name the platform where various users share there notes related to LaTeX?
ACTAN
BGSWAN
CCBT
DATN
Correct Answer: Option A
MCQ 37Using LaTeX
The actual content is always inside the environment document, written between β¦β¦β¦β¦β¦.
A\begin{document}
B\end{document}
C\documentclass( )
Dboth a and b
Correct Answer: Option D
MCQ 38Using LaTeX
In LaTeX, multiple package names can be declared in a β¦β¦β¦β¦β¦command.
A\package
B\usepackage
C/usepackage
D\classpackage
Correct Answer: Option B
MCQ 39Using LaTeX
A title is automatically generated by LaTeX after which command?
A\title
B\maketitle
C\caption
D//title
Correct Answer: Option B
MCQ 40Using LaTeX
Which commands must precede the \maketitle command?
A\title
B\author
C\date
DAll of above
Correct Answer: Option D
MCQ 41Using LaTeX
Book is divided into 3 main partsin Latex.
Afront matter
Bmain matter
Cback matter
DAll of above
Correct Answer: Option D
MCQ 42Using LaTeX
Which type of structure does the main contents of a book have?
ALinear
BHierarchical
CNetwork
DMultiple
Correct Answer: Option B
MCQ 43Using LaTeX
The parts, chapters, sections are numbered __________ by LaTeX.
AAutomatically
BSequentially
COnly once
Dselected
Correct Answer: Option A
MCQ 44Using LaTeX
LaTeX processes the source file ________ from beginning to end in a single pass.
AAutomatically
BSequentially
Cselected
DOnly once
Correct Answer: Option B
MCQ 45Using LaTeX
LaTeX uses which character to denote a non - breaking space?
A~ (Tilde)
B% (Percentage)
C#
D*
Correct Answer: Option A
MCQ 46Using LaTeX
Which font has a tiny line or curve at the end of the line?
ARoman (Serif)
BMonospace
CSans Serif
DAnnie
Correct Answer: Option A
MCQ 47Using LaTeX
Which fonts do not have curve line ?
ARoman
BSans Serif
CMonospace
DAnnie
Correct Answer: Option B
MCQ 48Using LaTeX
Which fonts are typically used for computer code listing and have equal width for all letters?
ARoman (Serif)
BMonospace
CArial
DChandas
Correct Answer: Option B
MCQ 49Using LaTeX
In LaTeX, the geometry package can be used for β¦β¦β¦β¦β¦layout.
Apage
Bparagraph
CTable
DGraphic
Correct Answer: Option A
MCQ 50Using LaTeX
LaTeX packages amsmath, amssymb and amsfonts were created by which company?
AAmerican Mathematical Society
BMicrosoft
CApple
DHCL
Correct Answer: Option A
MCQ 51Using LaTeX
Between which symbol is the mathematical symbol enclosed?
A$.....$
B#........#
C%.....%
D*β¦β¦*
Correct Answer: Option A
MCQ 52Using LaTeX
Which is the shortcut key for Tools ο Go Menu option?
AF5
BF6
CF7
DF8
Correct Answer: Option A
MCQ 53Using LaTeX
Which menu option is used to compile LaTeX file?
ATools -> Build
BTools-> Go
CTools ->Compile
DEdit -> Build
Correct Answer: Option A
MCQ 54Using LaTeX
Which shortcut key is used to compile LaTeX file?
AF5
BF7
CF8
DF9
Correct Answer: Option B
MCQ 55Using LaTeX
Which menu option is used to view the Latex file in the default document viewer?
ATools -> Build
BTools-> Go
CTools ->Compile
DEdit -> Build
Correct Answer: Option B
Note: S-March-2020
MCQ 56Using LaTeX
Equations are numbered β¦β¦β¦β¦β¦..and center - aligned.
AAutomatically
BSequentially
CUnique
DSame
Correct Answer: Option A
MCQ 57Using LaTeX
Which was extended to LaTeX?
ASciTE
BTeX
CR
DGedit
Correct Answer: Option B
MCQ 58Using LaTeX
Which of the following command can be used to create a section that is not automatically numbered?
A\section
B\section*
C\sec
D/section
Correct Answer: Option B
MCQ 59Using LaTeX
Latex divides font families into how many categories?
A3
B4
C2
D6
Correct Answer: Option A
MCQ 60Using LaTeX
Latex divides font families into which of the following categories?
ARoman
BSans serif
CMonospace
DAll of above
Correct Answer: Option D
MCQ 61Using LaTeX
Latex uses which type of default font?
ARoman
BSans serif
CMonospace
DAll of above
Correct Answer: Option A
MCQ 62Using LaTeX
Latex uses font families by using (employing) which of the following commands?
A\textrm{text}
B\textsf{text}
C\texttt{text}
DAll of above
Correct Answer: Option D
MCQ 63Using LaTeX
Which of the following command is used to print mathematical symbol ββ β in Latex?
A\mp
B\eqn
C\eq
D\neq
Correct Answer: Option D
MCQ 64Using LaTeX
Which of the following command is used to print mathematical symbol βΒ±β in Latex?
A\eq
B\mp
C\pm
D\pv
Correct Answer: Option C
MCQ 65Using LaTeX
Which of the following extension is given to latex file?
A.lat
B.tex
C.ltx
D.tte
Correct Answer: Option B
MCQ 66Using LaTeX
In LaTeX, which of these environments displays mathematical content inline with the text?
Adisplaymath
Bmath
Cequation
Dtext
Correct Answer: Option C
MCQ 67Using LaTeX
Fractions are created using which of the following command in LaTeX?
A\frac
B/frac
C\fractions
D//frac
Correct Answer: Option A
MCQ 68Using LaTeX
Square root of a number x is denoted using Which of the following command in LaTeX?
A\sqrt{x}
B/sqrt{x}
C\squareroot{x}
D//sqrt(x)
Correct Answer: Option A
MCQ 69Using LaTeX
Which mathematical operator lifts the text that follows it?
ASuperscript
BSubscript
Cupperscript
Dlowerscript
Correct Answer: Option A
MCQ 70Using LaTeX
Which mathematical operator lowers the text that follows it?
ASuperscript
BSubscript
Cupperscirpt
Dlowerscript
Correct Answer: Option B
MCQ 71Using LaTeX
In LaTeX, optional arguments are written into which brackets?
A[ ]
B{ }
C( )
DAngular
Correct Answer: Option A
MCQ 72Using LaTeX
In LaTeX, Which of the following document class is used for writing individual articles?
Abook
Bslides
Cletter
Darticle
Correct Answer: Option D
MCQ 73Using LaTeX
In LaTeX, which of the following operation is used for superscript?
A-
BLess than
Cgrether than
D^
Correct Answer: Option D
MCQ 74Using LaTeX
In LaTeX, which of the following operation is used for subscript?
A_ (underscore)
BLess than
C>
D^
Correct Answer: Option A
MCQ 75Using LaTeX
A LaTex document has how many parts?
Athree
Btwo
Cone
Dfour
Correct Answer: Option B
MCQ 76Using LaTeX
A LaTeX document has which types of parts?
APremble
Bcontent
Coptional
Dboth a and b
Correct Answer: Option D
MCQ 77Using LaTeX
LaTeX commands start with which of the following character followed by the command name?
A$ (dollar)
B/ (slash)
C\(backslash)
Dβ (dash)
Correct Answer: Option C
MCQ 78Using LaTeX
In LaTeX, which of the following command is inserted at the end of line to insert a break in lines?
A%
B#
C\
D\\
Correct Answer: Option D
MCQ 79Using LaTeX
Which of the following command structure is used to declare preinstalled packages in the preamble of LaTeX document?
A\open {package-name}
B\insert {package-name}
C\import {package-name}
D\usepackage {package-name}
Correct Answer: Option D
MCQ 80Using LaTeX
We can compile the LaTeX document by issuing which command at command prompt?
Apdfext filename
Bpdflat filename
Cpdflatex filename
Dpdftax fielname
Correct Answer: Option C
MCQ 81Using LaTeX
By default elements are assigned number upto which level that is upto subsections in LaTex?
ALevel 2
BLevel 4
CLevel 3
DLevel 6
Correct Answer: Option A
MCQ 82Using LaTeX
In LaTex, Which of the following begins with \begin {name} and ends with \end {name}?
Apreamble
Benvironment (Content)
CSection
DGroup
Correct Answer: Option B
MCQ 83Using LaTeX
Which document class is used for crating presentation slides and it automatically sets larger font size in LaTeX?
Aslides
Bbeamer
Carticle
Dimpress
Correct Answer: Option A
MCQ 84Using LaTeX
In LaTeX, which command is used to emphasis effect to text?
A\emh
B\eph
C\emph
D\empha
Correct Answer: Option C
MCQ 85Using LaTeX
In LaTeX, which command is used to bold effect to text?
A\textbf
B\bold
C\textb
D\txtb
Correct Answer: Option A
MCQ 86Using LaTeX
In LaTeX, which command is used to set paper size and margins?
A\use page
B\use pageout
C\use paper
D\use package
Correct Answer: Option D
MCQ 87Using LaTeX
In LaTeX, which command is used to italic effect to text?
A\textit
B\italic
C\it
D\textif
Correct Answer: Option A
MCQ 88Using LaTeX
From the following LaTeX command which of the part is optional argument? \document [14pt] { article }
Aarticle
Bdocument [14pt]
C14pt
Ddocument
Correct Answer: Option C
MCQ 89Using LaTeX
Which of the following characters are reserved characters in LaTeX?
A%
B$
C&
DAll of the given
Correct Answer: Option D
Note: null
MCQ 90Using LaTeX
LaTeX environment ends with _________________command.
A\stop{name}
B/end{name}
C/stop(name)
D\end{name}
Correct Answer: Option D
Note: null
MCQ 91Using LaTeX
Which of the following package provides mathematical symbols in LaTeX?
ASYM
BAMS
CMAT
DASM
Correct Answer: Option B
Note: null
MCQ 92Using LaTeX
To use one or more package in LaTeX document, we need to declare them in the preamble as _____________
A\usepackage (package_name)
Bdeclarepackage
CBoth A and B
DNone of the given
Correct Answer: Option A
Note: null
MCQ 93Using LaTeX
Fractions/functions in LaTeX are created using the command __________________
A\function
B\frac {numerator} {denominator}
CBoth A and B
DNone of the given
Correct Answer: Option B
Note: null
MCQ 94Using LaTeX
Which of the following can be performed on LaTeX document?
AEdit
BCompile
CView
DAll of the given
Correct Answer: Option D
Note: null
MCQ 95Using LaTeX
Which sign is used along with the reserved character in LaTeX?
A\
B%
C#
D^
Correct Answer: Option A
Note: null
MCQ 96Using LaTeX
The actual content of LaTeX document is written after using..........command.
A/begin(document)
B\begin{document}
C\start(document)
DB or C
Correct Answer: Option B
Note: null
MCQ 97Using LaTeX
____________ package in LaTeX provides a listing environment for program code listing with line numbers.
Amoreverb
Bmoreline
Cmore number
Dnumbermore
Correct Answer: Option A
Note: null
MCQ 98Using LaTeX
A large community of LaTex user develops/enhance existing LaTeX packages and share them with other over ________________
AWikipedia
BCTAN
CTAR
DTwitter
Correct Answer: Option B
Note: null
MCQ 99Using LaTeX
______________ sign is used to denote a non-breaking space.
A+
B-
C~
D/
Correct Answer: Option C
Note: null
MCQ 100Using LaTeX
Which of the following command is used to represent β<β sign?
A\textless
B\<
C\less
DAll of the given
Correct Answer: Option A
Note: null
MCQ 101Using LaTeX
In LaTeX, the actual content ends with ____________
A\end{document)
B\stop{document}
CA or B
D/end{document}
Correct Answer: Option A
Note: null
MCQ 102Using LaTeX
Which of the following command of AMS package in LaTex represents mathematical symbol α΄?
A\supset
B\subset
CBoth A and B
D\super
Correct Answer: Option A
Note: null
MCQ 103Using LaTeX
_________ option is used to display formulas and equation as flushed left rather than centered (the default).
Aleft align
Bfleqn
CIt
D<<
Correct Answer: Option B
Note: null
MCQ 104Using LaTeX
LaTeX divides font families into _________ categories.
Atwo
Bfour
Cthree
Dfive [Roman(serif), Sans-serif, Monospace]
Correct Answer: Option C
Note: null
MCQ 105Using LaTeX
Which of the following command is used to compile LaTeX document file?
ACompile pdflatex
Bpdflatex compile
Cpdflatex filename
DNone of the given
Correct Answer: Option C
Note: null
MCQ 106Using LaTeX
What variety of documents can be created in LaTeX?
AEach with different characteristics
BEach with different formats
CBoth A and B
DNone of the given
Correct Answer: Option C
Note: null
MCQ 107Using LaTeX
Which of the following software is used to work in Latex?
AText Editor
BText base
CTexLive
DText type
Correct Answer: Option C
Note: null
MCQ 108Using LaTeX
________________ environment is a display environment.
Amath
Bequation
CBoth A & B
DNone of the given
Correct Answer: Option B
Note: null
MCQ 109Using LaTeX
A group in LaTeX is enclosed between _____________________
AParenthesis ( )
BSquare brackets []
CCurly braces { }
DNone of the given
Correct Answer: Option C
Note: null
MCQ 110Using LaTeX
A well-formatted Table of Contents (TOC) is generated automatically from the element titles by LaTeX when it encounters the command ____________________
A\table
B\list
C\tablelist
D\tableofcontent
Correct Answer: Option D
Note: null
MCQ 111Using LaTeX
What type of software are Tex and LaTeX?
APhoto editing
BWeb publishing
CType setting
DSpreadsheet
Correct Answer: Option C
Note: null
MCQ 112Using LaTeX
Math environment can be embedded in running text by enclosing the maths content between ______
A>...<
B$... $
C<...>
D(...)
Correct Answer: Option B
Note: null
MCQ 113Using LaTeX
The additional information with LaTeX commands is called ______________________
Aarguments
Bparameter
Cfunction
DAll of the given
Correct Answer: Option A
Note: null
MCQ 114Using LaTeX
Which command marks the beginning of LaTeX environment?
A\start{name}
B/begin{name}
C/start{name}
D\begin{name}
Correct Answer: Option D
Note: null
MCQ 115Using LaTeX
Which of the following information is collected in the first run of the LaTeX file ?
ASize of document
BDocument structure
CSize of the supplementary file
DStructure of supplementary document
Correct Answer: Option B
Note: null
MCQ 116Using LaTeX
Which of the following command is used to use Monospace fonts?
A\textrm{text)
B\texttt(text)
C\textsf(text)
D\textmono{text}
Correct Answer: Option B
Note: null
MCQ 117Using LaTeX
The mandatory arguments given by LaTeX command are written with in _____________
A{ }
B( )
C< >
D[ ]
Correct Answer: Option A
Note: null
MCQ 118Using LaTeX
Which command is used to denote sign 'X' in LaTeX?
A\geq
B\neq
C\times
D\cap
Correct Answer: Option C
Note: null
MCQ 119The Preamble
in LaTex, which elements is first in the preamble?
ADocument environmentΒ
BDocument class
CDocument title
DDocument package
Correct Answer: Option B
Note: GSEB Commerce Oct-2020
MCQ 120The Preamble
Which of the following document classes are used for generating presentation similar to office suites?
Abeammer
Bletter
Cslide
Dbook
Correct Answer: Option A
Note: GSEB Commerce Oct-2020
MCQ 121The Preamble
In LaTex, which package is used to add support for multilevel lists?
Aamsmath
Bgeometry
Ceasylist
Dsetspace
Correct Answer: Option C
Note: GSEB Commerce Oct-2020
MCQ 122The Structure of a LaTeX Document
Which command can be used to explicitly specify the logical structure of the latex document?
Achapter
Bsection, subsection
Cparagraph
DAll of the above
Correct Answer: Option D
Note: GSEB Commerce Oct-2020
MCQ 123The LaTeX Language
Which facility is provided by LaTex , where a multitude of commands must be applied to large portains of text?
Aegin {environment β name }..end {environment-name}
Begin [ environment β name ]..end [environment-name]