Living in the IT Era Final Term Examination

Living in the IT Era Final Term Examination

University

50 Qs

quiz-placeholder

Similar activities

Concordia Nursing Patho/Pharm  351 Exam 2

Concordia Nursing Patho/Pharm 351 Exam 2

University

55 Qs

CDL Air Brakes 2.1

CDL Air Brakes 2.1

University

50 Qs

Python KNC-402 Quiz

Python KNC-402 Quiz

University

45 Qs

Final Prep Exam 2 - DevPsy

Final Prep Exam 2 - DevPsy

University

55 Qs

Латех 2 рк

Латех 2 рк

University

54 Qs

HTML And CSS

HTML And CSS

4th Grade - Professional Development

53 Qs

Record Management

Record Management

University

50 Qs

 Living in the IT Era Final Term Examination

Living in the IT Era Final Term Examination

Assessment

Quiz

Other

University

Hard

Created by

Joneil Pontejos

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly declares an article-type LaTeX document with 12pt font and A4 paper?

\documentstyle[12pt,a4paper]{article}

\documentclass[12pt,a4paper]{article}

\usepackage[12pt,a4paper]{article}

\begin{article}[12pt,a4paper]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If \title{} is declared but \maketitle is omitted, what happens?

A compilation error occurs

The document won’t compile

The title won't appear

The title still appears as a header

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can go outside the \begin{document} block?

\maketitle

\section{}

\author{}

\textbf{}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To suppress page numbers in the article class, which is the correct method?

\pagenumbers{false}

\thispagestyle{empty}

\pagestyle{invisible}

Remove \documentclass{article}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you use \section{} without declaring \documentclass{}?

The section is ignored

LaTeX assumes a class automatically

Compilation fails

A warning is issued, but document compiles

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which LaTeX file type is normally compiled to produce the final .pdf?

.log

.cls

.aux

.tex

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command affects line spacing within paragraphs?

\vspace{}

\baselineskip

\hspace{}

\parskip

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?