Technical Formulas in LaTeX

Technical Formulas in LaTeX

Professional Development

9 Qs

quiz-placeholder

Similar activities

Blender

Blender

Professional Development

12 Qs

Corso Informatica I incontro

Corso Informatica I incontro

3rd Grade - Professional Development

12 Qs

COMPUTER SHORTCUT KEYS

COMPUTER SHORTCUT KEYS

6th Grade - Professional Development

10 Qs

Cyber 2 Module 3

Cyber 2 Module 3

9th Grade - Professional Development

13 Qs

Test Kompjupiterkowy

Test Kompjupiterkowy

KG - Professional Development

9 Qs

ACL_Quiz

ACL_Quiz

Professional Development

10 Qs

Shortcut quiz game

Shortcut quiz game

Professional Development

12 Qs

Tally3quiz

Tally3quiz

KG - Professional Development

10 Qs

Technical Formulas in LaTeX

Technical Formulas in LaTeX

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Meirian Lovelace-Tozer

Used 10+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

TeX was created by who in 1978?

Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When we want to type a formula in LaTeX, which mode do we use?

formula mode

math mode

computer mode

error mode

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which symbol can be used to enter math mode?

$

*

&

=

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

True or false: Formulas on Wikipedia are often written using TeX code.

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which symbol is the alignment character in LaTeX?

!

@

#

$

&

6.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

How do you create unnumbered equations in math mode? Select all correct answers.

Use \begin{equation} or \begin{align}

Use \begin{equation*} or \begin{align*}

Use in-line math mode: $ $ or \( \)

Use the command \nonumber

7.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

How easy is it to type a formula in LaTeX? Select all correct answers.

I can copy-paste from Wikipedia

I can refer to a cheat sheet or DeTeXify

I can take a photo with MathPix

I can use the geometry package: https://ctan.org/pkg/geometry

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

3.14 is close enough

pi

\pi

\pie

9.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

\lim_h\to 0 \frac{f(x+h) - f(x)}{h}

\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

\lim_{h \to 0} \frac{f(x+h) - f(x)} / {h}

lim_h->0 \fraction{f(x+h)-f(x)} {h}