Home / HSC(ENG) - GSEB Board / Reading Mode

πŸ“– Reading Mode: HSC(ENG) - GSEB Board

Chapter: Publishing documents using LaTeX β€’ Total: 145 MCQs

MCQ 1 Typesetting Mathematical Content in LaTeX

FROM THE FOLLOWING WHICH PACKAGE IS USED TO SUPPORT MATHEMATICAL SYMBOLS IN LATEX.

A SOS
B AMS
C MATH
D SIGN
MCQ 2 The LaTeX Language

WHICH EXTENSION IS USED TO SAVE FILE TO LATEX.

A .TEXT
B .ITX
C .TAN
D .TEX
MCQ 3 The LaTeX Language

HOW CAN ONE WRITE RESERVED CHARACTER $ IN LATEX

A "$"
B -$
C *$
D #$
MCQ 4 Advantages Of LaTeX

WHICH OF THE FOLLOWING WEBSITE HOSTS THE LATEX PACKAGE.

A CTAN
B CLAN
C CTEN
D CLEN
MCQ 5 The Structure of a LaTeX Document

WHICH COMMAND IS USED TO BEGIN ENVIRONMENT IN LATEX.

A BEGING
B /BEGING (NAME)
C START
D /START (NAME)
MCQ 6 Using LaTeX

Which of the following is not a reserved character in LaTeX?

A @
B $
C %
D ^
MCQ 7 Using LaTeX

In which distribution software do we need to use LaTeX?

A Open Office
B TexLive
C Gedit
D Scite
MCQ 8 Using LaTeX

Which of the following is a very popular LaTex distribution available in the standard Ubuntu repositories?

A Open Office
B TexLive
C Gedit
D Scite
MCQ 9 Using LaTeX

Which documents are typically created using any plain text editor?

A LaTex
B SciTE
C Gedit
D Openoffice
MCQ 10 Using LaTeX

What comes with built – in -way to format document element in a pleasant – looking professional style?

A R software
B LaTeX
C Scite
D Gedit
MCQ 11 Using LaTeX

What is the file extension of Tex and LaTeX s/w?

A .tex
B .txt
C .text
D ,ltx
MCQ 12 Using LaTeX

LaTeX has a command called β€œpdflatex” that produces which popular file format name it?

A PDF
B JPG
C GIF
D text
MCQ 13 Using LaTeX

Which files are very popular for sharing printable document on the web?

A GIF
B PDF
C DOC
D XML
MCQ 14 Using LaTeX

One can compile and view the document from within the …………..program itself.

A Scite
B Gedit
C pdffilename
D txt filename
MCQ 15 Using LaTeX

LaTeX is essentially a …………. language.

A markup
B makeup
C scripting
D programming
MCQ 16 Using LaTeX

Which type of command does not mark any specific part of the text?

A Independent command
B Flat commands
C Depending
D user define
MCQ 17 Using LaTeX

LaTeX commands starts with which symbol?

A \(Backslash)
B / (slash)
C #
D %
MCQ 18 Using LaTeX

What do we call the additional information which is accepted by some commands?

A Arguments
B Comments
C Objects
D Attributes
MCQ 19 Using LaTeX

How many types of arguments in LaTeX?

A Optional
B Mandatory
C default
D both a and b
MCQ 20 Using LaTeX

Optional arguments are written after the command name and enclosed with which brackets?

A { }
B [ ]
C ( )
D Angular Braket
MCQ 21 Using LaTeX

Optional arguments are separated by which sign?

A , (comm
B ; semicolon
C : (colon)
D . (dot)
MCQ 22 Using LaTeX

Mandatory arguments written in its own set of……………. braces.

A { } (curly)
B [ ] (square)
C (angular)
D ( ) (roun
MCQ 23 Using LaTeX

In "\documentclass[12pt] {article};" command 12pt is which type of argument?

A Optional
B Mandatory
C predefine
D user define
MCQ 24 Using LaTeX

In "\documentclass[12pt] {article};" command "article" is which type of argument?

A Optional
B Mandatory
C predefine
D user define
MCQ 25 Using LaTeX

To insert a break in lines which symbol is used at the end of each line?

A \\
B #/
C //
D /*
MCQ 26 Using LaTeX

The line break command (\\) is never used at the …………….in the paragraph.

A last line
B first line
C shift
D tab
MCQ 27 Using LaTeX

Which characters cannot be used directly in our text in LaTeX?

A Reserved characters
B special characters
C predefine
D user define
MCQ 28 Using LaTeX

Which is useful for applying few commands to a small amount of text?

A Group
B Environment
C Platform
D Processor
MCQ 29 Using LaTeX

Which LaTeX facility is used where some command(s) have to be applied to a large portion of the text?

A Group
B Environment
C Platform
D Processor
MCQ 30 Using LaTeX

In LaTeX, environment begins with ………….. command.

A \begin {environment-name}
B /begin
C //begin
D \start
MCQ 31 Using LaTeX

In LaTeX, environment ends with ……………… command.

A \end{ environment-name}
B /end
C //end
D \last
MCQ 32 Using LaTeX

All the formatting characteristics of the environment are applied to the entire text inside the ………..

A Environment
B Group
C platform
D processor
MCQ 33 Using LaTeX

What do we call the explanation which is given to make complicated parts made easy for other to understand the code easily?

A Argument
B Comment
C Keyword
D environment
MCQ 34 Using LaTeX

What is completely ignored by the compilation process, and never make it into the output?

A Comment
B Command
C Argument
D values
MCQ 35 Using LaTeX

The first element in the preamble must be written in ………….. command.

A \documentclass{ document - class – name}
B /documentclass{ document - class - name}
C documentclass(document class name)
D class {document – class – name}
MCQ 36 Using LaTeX

Name the platform where various users share there notes related to LaTeX?

A CTAN
B GSWAN
C CBT
D ATN
MCQ 37 Using LaTeX

The actual content is always inside the environment document, written between …………….

A \begin{document}
B \end{document}
C \documentclass( )
D both a and b
MCQ 38 Using LaTeX

In LaTeX, multiple package names can be declared in a ……………command.

A \package
B \usepackage
C /usepackage
D \classpackage
MCQ 39 Using LaTeX

A title is automatically generated by LaTeX after which command?

A \title
B \maketitle
C \caption
D //title
MCQ 40 Using LaTeX

Which commands must precede the \maketitle command?

A \title
B \author
C \date
D All of above
MCQ 41 Using LaTeX

Book is divided into 3 main partsin Latex.

A front matter
B main matter
C back matter
D All of above
MCQ 42 Using LaTeX

Which type of structure does the main contents of a book have?

A Linear
B Hierarchical
C Network
D Multiple
MCQ 43 Using LaTeX

The parts, chapters, sections are numbered __________ by LaTeX.

A Automatically
B Sequentially
C Only once
D selected
MCQ 44 Using LaTeX

LaTeX processes the source file ________ from beginning to end in a single pass.

A Automatically
B Sequentially
C selected
D Only once
MCQ 45 Using LaTeX

LaTeX uses which character to denote a non - breaking space?

A ~ (Tilde)
B % (Percentage)
C #
D *
MCQ 46 Using LaTeX

Which font has a tiny line or curve at the end of the line?

A Roman (Serif)
B Monospace
C Sans Serif
D Annie
MCQ 47 Using LaTeX

Which fonts do not have curve line ?

A Roman
B Sans Serif
C Monospace
D Annie
MCQ 48 Using LaTeX

Which fonts are typically used for computer code listing and have equal width for all letters?

A Roman (Serif)
B Monospace
C Arial
D Chandas
MCQ 49 Using LaTeX

In LaTeX, the geometry package can be used for ……………layout.

A page
B paragraph
C Table
D Graphic
MCQ 50 Using LaTeX

LaTeX packages amsmath, amssymb and amsfonts were created by which company?

A American Mathematical Society
B Microsoft
C Apple
D HCL
MCQ 51 Using LaTeX

Between which symbol is the mathematical symbol enclosed?

A $.....$
B #........#
C %.....%
D *……*
MCQ 52 Using LaTeX

Which is the shortcut key for Tools οƒ  Go Menu option?

A F5
B F6
C F7
D F8
MCQ 53 Using LaTeX

Which menu option is used to compile LaTeX file?

A Tools -> Build
B Tools-> Go
C Tools ->Compile
D Edit -> Build
MCQ 54 Using LaTeX

Which shortcut key is used to compile LaTeX file?

A F5
B F7
C F8
D F9
MCQ 55 Using LaTeX

Which menu option is used to view the Latex file in the default document viewer?

A Tools -> Build
B Tools-> Go
C Tools ->Compile
D Edit -> Build
MCQ 56 Using LaTeX

Equations are numbered ……………..and center - aligned.

A Automatically
B Sequentially
C Unique
D Same
MCQ 57 Using LaTeX

Which was extended to LaTeX?

A SciTE
B TeX
C R
D Gedit
MCQ 58 Using 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
MCQ 59 Using LaTeX

Latex divides font families into how many categories?

A 3
B 4
C 2
D 6
MCQ 60 Using LaTeX

Latex divides font families into which of the following categories?

A Roman
B Sans serif
C Monospace
D All of above
MCQ 61 Using LaTeX

Latex uses which type of default font?

A Roman
B Sans serif
C Monospace
D All of above
MCQ 62 Using LaTeX

Latex uses font families by using (employing) which of the following commands?

A \textrm{text}
B \textsf{text}
C \texttt{text}
D All of above
MCQ 63 Using LaTeX

Which of the following command is used to print mathematical symbol β€žβ‰ β€Ÿ in Latex?

A \mp
B \eqn
C \eq
D \neq
MCQ 64 Using LaTeX

Which of the following command is used to print mathematical symbol β€žΒ±β€Ÿ in Latex?

A \eq
B \mp
C \pm
D \pv
MCQ 65 Using LaTeX

Which of the following extension is given to latex file?

A .lat
B .tex
C .ltx
D .tte
MCQ 66 Using LaTeX

In LaTeX, which of these environments displays mathematical content inline with the text?

A displaymath
B math
C equation
D text
MCQ 67 Using LaTeX

Fractions are created using which of the following command in LaTeX?

A \frac
B /frac
C \fractions
D //frac
MCQ 68 Using 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)
MCQ 69 Using LaTeX

Which mathematical operator lifts the text that follows it?

A Superscript
B Subscript
C upperscript
D lowerscript
MCQ 70 Using LaTeX

Which mathematical operator lowers the text that follows it?

A Superscript
B Subscript
C upperscirpt
D lowerscript
MCQ 71 Using LaTeX

In LaTeX, optional arguments are written into which brackets?

A [ ]
B { }
C ( )
D Angular
MCQ 72 Using LaTeX

In LaTeX, Which of the following document class is used for writing individual articles?

A book
B slides
C letter
D article
MCQ 73 Using LaTeX

In LaTeX, which of the following operation is used for superscript?

A -
B Less than
C grether than
D ^
MCQ 74 Using LaTeX

In LaTeX, which of the following operation is used for subscript?

A _ (underscore)
B Less than
C >
D ^
MCQ 75 Using LaTeX

A LaTex document has how many parts?

A three
B two
C one
D four
MCQ 76 Using LaTeX

A LaTeX document has which types of parts?

A Premble
B content
C optional
D both a and b
MCQ 77 Using LaTeX

LaTeX commands start with which of the following character followed by the command name?

A $ (dollar)
B / (slash)
C \(backslash)
D – (dash)
MCQ 78 Using 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 \\
MCQ 79 Using 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}
MCQ 80 Using LaTeX

We can compile the LaTeX document by issuing which command at command prompt?

A pdfext filename
B pdflat filename
C pdflatex filename
D pdftax fielname
MCQ 81 Using LaTeX

By default elements are assigned number upto which level that is upto subsections in LaTex?

A Level 2
B Level 4
C Level 3
D Level 6
MCQ 82 Using LaTeX

In LaTex, Which of the following begins with \begin {name} and ends with \end {name}?

A preamble
B environment (Content)
C Section
D Group
MCQ 83 Using LaTeX

Which document class is used for crating presentation slides and it automatically sets larger font size in LaTeX?

A slides
B beamer
C article
D impress
MCQ 84 Using LaTeX

In LaTeX, which command is used to emphasis effect to text?

A \emh
B \eph
C \emph
D \empha
MCQ 85 Using LaTeX

In LaTeX, which command is used to bold effect to text?

A \textbf
B \bold
C \textb
D \txtb
MCQ 86 Using 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
MCQ 87 Using LaTeX

In LaTeX, which command is used to italic effect to text?

A \textit
B \italic
C \it
D \textif
MCQ 88 Using LaTeX

From the following LaTeX command which of the part is optional argument? \document [14pt] { article }

A article
B document [14pt]
C 14pt
D document
MCQ 89 Using LaTeX

Which of the following characters are reserved characters in LaTeX?

A %
B $
C &
D All of the given
MCQ 90 Using LaTeX

LaTeX environment ends with _________________command.

A \stop{name}
B /end{name}
C /stop(name)
D \end{name}
MCQ 91 Using LaTeX

Which of the following package provides mathematical symbols in LaTeX?

A SYM
B AMS
C MAT
D ASM
MCQ 92 Using LaTeX

To use one or more package in LaTeX document, we need to declare them in the preamble as _____________

A \usepackage (package_name)
B declarepackage
C Both A and B
D None of the given
MCQ 93 Using LaTeX

Fractions/functions in LaTeX are created using the command __________________

A \function
B \frac {numerator} {denominator}
C Both A and B
D None of the given
MCQ 94 Using LaTeX

Which of the following can be performed on LaTeX document?

A Edit
B Compile
C View
D All of the given
MCQ 95 Using LaTeX

Which sign is used along with the reserved character in LaTeX?

A \
B %
C #
D ^
MCQ 96 Using LaTeX

The actual content of LaTeX document is written after using..........command.

A /begin(document)
B \begin{document}
C \start(document)
D B or C
MCQ 97 Using LaTeX

____________ package in LaTeX provides a listing environment for program code listing with line numbers.

A moreverb
B moreline
C more number
D numbermore
MCQ 98 Using LaTeX

A large community of LaTex user develops/enhance existing LaTeX packages and share them with other over ________________

A Wikipedia
B CTAN
C TAR
D Twitter
MCQ 99 Using LaTeX

______________ sign is used to denote a non-breaking space.

A +
B -
C ~
D /
MCQ 100 Using LaTeX

Which of the following command is used to represent β€˜<’ sign?

A \textless
B \<
C \less
D All of the given
MCQ 101 Using LaTeX

In LaTeX, the actual content ends with ____________

A \end{document)
B \stop{document}
C A or B
D /end{document}
MCQ 102 Using LaTeX

Which of the following command of AMS package in LaTex represents mathematical symbol ᴐ?

A \supset
B \subset
C Both A and B
D \super
MCQ 103 Using LaTeX

_________ option is used to display formulas and equation as flushed left rather than centered (the default).

A left align
B fleqn
C It
D <<
MCQ 104 Using LaTeX

LaTeX divides font families into _________ categories.

A two
B four
C three
D five [Roman(serif), Sans-serif, Monospace]
MCQ 105 Using LaTeX

Which of the following command is used to compile LaTeX document file?

A Compile pdflatex
B pdflatex compile
C pdflatex filename
D None of the given
MCQ 106 Using LaTeX

What variety of documents can be created in LaTeX?

A Each with different characteristics
B Each with different formats
C Both A and B
D None of the given
MCQ 107 Using LaTeX

Which of the following software is used to work in Latex?

A Text Editor
B Text base
C TexLive
D Text type
MCQ 108 Using LaTeX

________________ environment is a display environment.

A math
B equation
C Both A & B
D None of the given
MCQ 109 Using LaTeX

A group in LaTeX is enclosed between _____________________

A Parenthesis ( )
B Square brackets []
C Curly braces { }
D None of the given
MCQ 110 Using 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
MCQ 111 Using LaTeX

What type of software are Tex and LaTeX?

A Photo editing
B Web publishing
C Type setting
D Spreadsheet
MCQ 112 Using LaTeX

Math environment can be embedded in running text by enclosing the maths content between ______

A >...<
B $... $
C <...>
D (...)
MCQ 113 Using LaTeX

The additional information with LaTeX commands is called ______________________

A arguments
B parameter
C function
D All of the given
MCQ 114 Using LaTeX

Which command marks the beginning of LaTeX environment?

A \start{name}
B /begin{name}
C /start{name}
D \begin{name}
MCQ 115 Using LaTeX

Which of the following information is collected in the first run of the LaTeX file ?

A Size of document
B Document structure
C Size of the supplementary file
D Structure of supplementary document
MCQ 116 Using LaTeX

Which of the following command is used to use Monospace fonts?

A \textrm{text)
B \texttt(text)
C \textsf(text)
D \textmono{text}
MCQ 117 Using LaTeX

The mandatory arguments given by LaTeX command are written with in _____________

A { }
B ( )
C < >
D [ ]
MCQ 118 Using LaTeX

Which command is used to denote sign 'X' in LaTeX?

A \geq
B \neq
C \times
D \cap
MCQ 119 The Preamble

in LaTex, which elements is first in the preamble?

A Document environmentΒ 
B Document class
C Document title
D Document package
MCQ 120 The Preamble

Which of the following document classes are used for generating presentation similar to office suites?

A beammer
B letter
C slide
D book
MCQ 121 The Preamble

In LaTex, which package is used to add support for multilevel lists?

A amsmath
B geometry
C easylist
D setspace
MCQ 122 The Structure of a LaTeX Document

Which command can be used to explicitly specify the logical structure of the latex document?

A chapter
B section, subsection
C paragraph
D All of the above
MCQ 123 The LaTeX Language

Which facility is provided by LaTex , where a multitude of commands must be applied to large portains of text?

A egin {environment – name }..end {environment-name}
B egin [ environment – name ]..end [environment-name]
C egin (environment –name )..egin (environment-name)
D All of the aboveΒ 
MCQ 124 Using LaTeX

Which command is used to generate PDF file?

A evince pdffilename
B evince filename
C evince txtfilename
D pdffilename
MCQ 125 Using LaTeX

Which of the following website hosts the LaTeX packages?

A CWAN
B CTAN
C CLEN
D CTEN
MCQ 126 Using LaTeX

Which of the following LaTex commands provide text in bold letters?

A \text b
B \text bold
C \text bold face
D \text bf
MCQ 127 Using LaTeX

In LaTex, which of the following is the very first element in the preamble?

A \date
B \document class {document class name}
C \author
D \chapter
MCQ 128 Using LaTeX

Which command of LaTex is used to represent mathematical symbol β€˜β‰ β€™ ?

A \neq
B \pm
C \mp
D \geq
MCQ 129 Using LaTeX

What is the full form of CTAN?

A Comprehensive TeX Archive Network
B common TeX Archive Network
C Comprehensive TeX Arc Network
D Comprehensive Text Archive Net
MCQ 130 Using LaTeX

Which of the following part of LaTeX document contains the metadata?

A TOC
B Preamble
C Environment
D Preface
MCQ 131 Using LaTeX

Which of the following symbols is the beginning of LaTex comment?

A *
B %
C //
D #
MCQ 132 The Structure of a LaTeX Document

What is an optional argument in the following LaTeX command ? \document class [12pt] {article};

A article
B 12pt
C document class
D All of these
MCQ 133 Using Mathematical Symbols

Which of the following commands generate the set union symbol ?

A \cup
B \setunion
C \cap
D \union
MCQ 134 Using LaTeX

______________ command converts document file into PDF file format in LaTeX.

A topdf
B pdflatex
C latexpdf
D All of the given
MCQ 135 Using LaTeX

Which of the following command is used to view the pdf file generated in LaTeX?

A run pdffilename
B evince pdffilename
C go pdffilename
D display pdfflename
MCQ 136 Using LaTeX

Which of the following command is used to represent '>' sign in LaTeX document?

A \greater
B \textgreater
C A>
D All of the given
MCQ 137 Using LaTeX

The _____________ environment in LaTeX outputs everything inside it as it is without any processing.

A geometry
B verbatim
C display
D math
MCQ 138 Using LaTeX

With which sign the LaTeX command starts?

A #
B $
C \
D !
MCQ 139 Using LaTeX

\section* command in LaTeX ___________________________

A create a section that is not automatically numbered.
B display instead of numbering.
C Both A and B
D None of the given
MCQ 140 Using LaTeX

What do we call the information about the document (data about data)?

A Main Data
B Metadata
C docdata
D big data
MCQ 141 Using LaTeX

In LaTex, to print not equal to sign, which mathematical symbol is used?

A \noteq
B \neq
C \nteq
D \noteqt
MCQ 142 Using LaTeX

In LaTex, which document class is used for generating presentations similar to office suites using the beamer package?

A beamer
B slides
C letter
D book
MCQ 143 Using LaTeX

In LaTex, which character is used to denote a non-breaking space?

A %
B { }
C ~ (tilde)
D \\
MCQ 144 The Structure of a LaTeX Document

WHICH SHORTCUT KEY IS USED TO COMPILE LATEX FILE IN SCITE EDITOR?

A F4
B F5
C F6
D F7
MCQ 145 The LaTeX Language

Which of the following is a reserved character of LaTeX?

A %
B +
C -
D =