MCQ 1011 MarkIn which parts is the document environment of a book divided?A The front matterB The main matterC The back matter✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1021 MarkWhich of the following commands are used in creating the title?A \titleB \dateC \author✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1031 MarkWhich of the following commands must be given earlier?A \titleB \authorC \date✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1041 MarkThe title, author and date all can be supplied in the following one.A PreambleB As the first thing in document environment✓ a and b bothD None of theseAnswerCorrect option: C. a and b botha and b bothView full question & answer→
MCQ 1051 MarkWhich date is used in the title if date is omitted?✓ Compilation DateB Date of saving the file at the first tineC a and b bothD None of theseAnswerCorrect option: A. Compilation DateCompilation DateView full question & answer→
MCQ 1061 MarkWhich information is optional to show?A TitleB Author✓ a and b bothD All of theseAnswerCorrect option: C. a and b botha and b bothView full question & answer→
MCQ 1071 MarkWhat is necessary to provide if you want Latex to create an automatic title for you?A TitleB Author✓ a and b bothD All of theseAnswerCorrect option: C. a and b botha and b bothView full question & answer→
MCQ 1081 MarkWhich pieces of information are typically provided in Latex?A \titleB \author✓ \dateD All of theseAnswerCorrect option: C. \date\dateView full question & answer→
MCQ 1091 MarkBy using which command can multiple package names be declared in a single \use package command?A :B :✓ ,D ;AnswerCorrect option: C. ,,View full question & answer→
MCQ 1101 MarkWhat do some packages have to customize their behavior?✓ OptionsB ParameterC ArgumentD AttributesAnswerCorrect option: A. OptionsOptionsView full question & answer→
MCQ 1111 MarkHow many packages can be used in a document?A OneB FiveC Ten✓ One Or More than oneAnswerCorrect option: D. One Or More than oneOne Or More than oneView full question & answer→
MCQ 1121 MarkWhich command is used to declare one or more in preamble packages to use in our document section?✓ \use package{package-name}B use package{package-name}C ackage-name}D \user package{package-name}AnswerCorrect option: A. \use package{package-name}\use package{package-name}View full question & answer→
MCQ 1131 MarkWhat is the full form of CTAN?✓ Comprehensive TeX Archive NetworkB Compressive Text Archive NetworkC Common TeX Archive NetworkD Common TeX Advanced NetworkAnswerCorrect option: A. Comprehensive TeX Archive NetworkComprehensive TeX Archive NetworkView full question & answer→
MCQ 1141 MarkTo which of the following do the users of Latex share the package which is edited?✓ CTANB ATANC BTAND DTANAnswerCorrect option: A. CTANCTANView full question & answer→
MCQ 1151 MarkWhat do the large community of Latex users do?A Develop new Latex packages.B Existing ones to cater to their own needs.C Share them with others over the CTAN.✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1161 MarkWhich of the following statements is true for Latex system?A It provides for many common typesetting requirements.B It cannot provide everything that users may need.C It allows users to write packages that provide additional functionality.✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1171 MarkWhen is the document-class declared?✓ Followed by optional package declarationB At the end of the documentC Before declaration of optional packageD Any whereAnswerCorrect option: A. Followed by optional package declarationFollowed by optional package declarationView full question & answer→
MCQ 1181 MarkWhich of the following elements specify the type of document?✓ \document class{document-class-name}B {document -class-name}C None of theseD (document-class-name)AnswerCorrect option: A. \document class{document-class-name}\document class{document-class-name}View full question & answer→
MCQ 1191 MarkWhat is the very first element of preamble?A {document -class-name}✓ \document class{document-class-name}C (document-class-name)D None of theseAnswerCorrect option: B. \document class{document-class-name}\document class{document-class-name}View full question & answer→
MCQ 1201 MarkWhat is necessary to know for Latex?✓ What type of a document is used as a source fileB In which editor file is madeC File is to be converted in PDF or not.D All of theseAnswerCorrect option: A. What type of a document is used as a source fileWhat type of a document is used as a source fileView full question & answer→
MCQ 1211 MarkThe actual content is always inside the following.✓ Environment documentB Master documentC Index documentD Child documentAnswerCorrect option: A. Environment documentEnvironment documentView full question & answer→
MCQ 1221 MarkWhich type of information regarding document is called meta-data?A What kind of document it isB Who is the author of documentC When the document was created.✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1231 MarkMeta data is an information about the following one.✓ The documentB An editorC A browserD The userAnswerCorrect option: A. The documentThe documentView full question & answer→
MCQ 1241 MarkWhat is known as in formations of information?✓ Meta dataB Peta dataC Sub dataD Class dataAnswerCorrect option: A. Meta dataMeta dataView full question & answer→
MCQ 1251 Mark‘What is there in preamble?✓ Meta dataB PointsC Sub topicsD ParagraphAnswerCorrect option: A. Meta dataMeta dataView full question & answer→
MCQ 1261 MarkWhich of the following is the part of Latex document?A PreambleB Content✓ a and b bothD None of theseAnswerCorrect option: C. a and b botha and b bothView full question & answer→
MCQ 1271 MarkWhich of the following never make into the output?A ContentB Symbolic text✓ commentD EquationAnswerCorrect option: C. commentcommentView full question & answer→
MCQ 1281 MarkWhich of the following are completely ignored by the compilation process?✓ commentB Symbolic textC ContentD EquationAnswerCorrect option: A. commentcommentView full question & answer→
MCQ 1291 MarkWhich of the following are meant for the humans who read the LaTeX source code in a text editor for understanding and possibly modifying it?A Content✓ commentC Symbolic textD EquationAnswerCorrect option: B. commentcommentView full question & answer→
MCQ 1301 MarkIn Latex, everything from the character up to the end of line is treated as a comment. Which is this character?✓ %B \C #D .AnswerCorrect option: A. %%View full question & answer→
MCQ 1311 MarkWhich character marks the beginning of comments?✓ %B \C #D .AnswerCorrect option: A. %%View full question & answer→
MCQ 1321 MarkHow is explanation provided?✓ By commentB By symbolC By equationD By formulaAnswerCorrect option: A. By commentBy commentView full question & answer→
MCQ 1331 MarkBy providing which of the following for the complicated parts it makes easy for others to understand the code?✓ ExplanationB ResearchC AnalysisD QuestionnaireAnswerCorrect option: A. ExplanationExplanationView full question & answer→
MCQ 1341 MarkSpecify the features of latex.A Documents are to be displayed and printed.B Programming and automatically generating parts of the documents or multiple documents.C Mail merge, to use template or package developed by one person or team.✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1351 MarkFor which of the following specific types of content there are several standard environments?A EquationB QuotationC Table and list✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1361 MarkAccording to which of the following there are several standard environments?✓ Specific types of contentB StringC ConstantD VariableAnswerCorrect option: A. Specific types of contentSpecific types of contentView full question & answer→
MCQ 1371 MarkHow can the environment be?✓ NestedB Only of one typeC InheritedD None of theseAnswerCorrect option: A. NestedNestedView full question & answer→
MCQ 1381 MarkWhat is known as when one environment is there inside another?A Environment loop✓ Nested environmentC Environment blockD Multi environmentAnswerCorrect option: B. Nested environmentNested environmentView full question & answer→
MCQ 1391 MarkHow much are formatting characteristics of the environment applied to entire text inside the environment?A Only oneB Only threeC Only five✓ AllAnswerCorrect option: D. AllAllView full question & answer→
MCQ 1401 MarkBy which of the following doe’s environment command end?A end{environment-name}✓ \end{environment-name}C {environment name}D /end{environment-name}AnswerCorrect option: B. \end{environment-name}\end{environment-name}View full question & answer→
MCQ 1411 MarkBy which of the following doe’s environment command start?A begin{environment-name}B \start{environment-name}✓ \begiii{environment-name}D \{environment-name}AnswerCorrect option: C. \begiii{environment-name}\begiii{environment-name}View full question & answer→
MCQ 1421 MarkWhen do multitude of commands must be applied?A For formatting a tableB To write mathematical equation✓ a and b bothD None of theseAnswerCorrect option: C. a and b botha and b bothView full question & answer→
MCQ 1431 MarkWhat the facility is called which is provided by latex by which some commands are to be applied to large portions of the text?✓ EnvironmentB IndexC MasterD FractionAnswerCorrect option: A. EnvironmentEnvironmentView full question & answer→
MCQ 1441 MarkGroups are useful for applying some commands to a small amount of one of the following.A A part of a lineB Few linesC A paragraph✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 1451 MarkIn which of the following braces is group enclosed?✓ {and}B[and]C (and)D>and<AnswerCorrect option: A. {and}{and}View full question & answer→
MCQ 1461 MarkWhat does latex use to mark portions of text?✓ GroupsB SymbolsC BlocksD NumbersAnswerCorrect option: A. GroupsGroupsView full question & answer→
MCQ 1471 MarkWhat is written to display “Book code” word?A “Book code”✓ “Book code=”C ‘Book code’D \“Book code\”AnswerCorrect option: B. “Book code=”“Book code=”View full question & answer→
MCQ 1481 MarkWhat is written to display ‘Book code’ word?✓ ‘Book codeB ‘Book code’C ‘Book code’D \‘Book code’\AnswerCorrect option: A. ‘Book code‘Book codeView full question & answer→
MCQ 1491 MarkWhich of the following symbols is used to write single quote in latex document?✓ ‘and’B ‘and’C ‘and’D ‘\and\’AnswerCorrect option: A. ‘and’‘and’View full question & answer→
MCQ 1501 MarkWhat is symbol ‘of keyboard known as?A ApostropheB Straight quote✓ a Or bD Back quoteAnswerCorrect option: C. a Or ba Or bView full question & answer→