Markdown Writing Essentials Quiz
8 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Explain the syntax for creating a third level heading in Markdown.

To create a third level heading in Markdown, you use three pound symbols followed by a space and then the heading text. For example: ### Third

How do you format an expression to be on its own line and centered using LaTeX?

To format an expression to be on its own line and centered using LaTeX, you use double dollar signs around the expression. For example: $$x + 2$$

What is the syntax for creating a link to UM Learn in Markdown?

The syntax for creating a link to UM Learn in Markdown is [link to UM Learn](https://umlearn.ca). Separate the address from the text [link to UM Learn], and it will open in your web browser.

Explain how to represent a fraction using LaTeX.

<p>To represent a fraction using LaTeX, you use the syntax \frac{numerator},{denominator}. For example: $\frac{1},{2}$</p> Signup and view all the answers

What is the LaTeX representation for the Big O notation?

<p>The LaTeX representation for the Big O notation is \mathcal{O}. For example: $\mathcal{O}(\log(n))$</p> Signup and view all the answers

Explain the purpose of the 'man -k' command and how it can be used to search for manual pages containing specific keywords.

<p>The 'man -k' command is used to search for manual pages that contain specific keywords. It searches through all sections of the manual pages to find relevant information.</p> Signup and view all the answers

What are the different types of content that can be included in Jupyter notebooks?

<p>Jupyter notebooks can contain plain text, Markdown-formatted text, and code. These are organized into a sequence of 'cells' within the notebook.</p> Signup and view all the answers

Define 'digital interactive notebooks' and provide an example of a software used to create them.

<p>'Digital interactive notebooks' are software that run in web browsers and allow users to create notebooks where they can run code and view results. An example of such software is Jupyter.</p> Signup and view all the answers

More Like This

Use Quizgecko on...
Browser
Browser