Style guide
HTML
Style guide by the numbers
True or False
Command-line tools
200
A double asterisk indicates this type of text formatting in markdown.

What is bold?

200

A single-line Django comment is enclosed by these characters.

What are curly braces and hashtags?

{# Comment! #}

200

You should always spell out whole numbers greater than or equal to __ and less than or equal to __.

What are 0 and 9?

200

You should always spell out negative numbers, even if their absolute value is less than 10.

What is false?

200

This type of flag can be used in all commands.

What is a global flag?

400

In general, use this tense when writing documentation.

What is present tense?

400

Use this tag to start an ordered list in HTML.

What is <ol>?

400

The number of spaces that should precede an ellipsis

What is 1?

400

cloudymountainview@gmail.com is a fake email address registered in Gmail and approved for use in Google documentation.

What is false?

cloudysanfrancisco@gmail.com, among others, are approved.

400

This boolean flag lets you specify whether or not to use legacy SQL.

What is --use_legacy_sql ?

600

In general, the first word that follows a colon should be written in this case.

What is lowercase?

600

This is how you type an em dash in HTML. (say each character)

What is — ?

600

The number of spaces that should follow an ellipsis, provided that the ellipsis is not followed by a punctuation mark.

What is 1?

600

You don't need to include commas in a number that is only 4 digits long.

What is false? 

600

Daily Double!

From among the console, the bq command-line tool, the gcloud CLI, and the BigQuery API, these are the only ones you can use to create a new project.

800

The type of hyphen used in the following sentence: "You can set up the system to scan for new files at one-, two-, or three-hour intervals.

What are suspended hyphens?

800

This is what HTML stands for.

What is HyperText Markup Language?

800

When a command-line command exceeds 80 characters, you should safely add a line break and indent the following line by this many characters.

What is four?

800
When you create a reservation, you must specify the location of the administration project that owns the reservation.

What is FALSE??

Projects do NOT have a geographic location! You DO need to specify a region for the reservation, and that determines which region capacity commitment its slots are pulled from :)

800

You can use this bq command to create a new BigQuery resource.

What is bq mk?

1000

This term refers to an abbreviation formed from the first letters of words in a phrase where each letter is pronounced separately.

What is an initialism?

1000

He wrote the first version of HTML in 1993.

Who is Tim Berners-Lee?

1000

In a numbered procedure, sub-steps are labeled with lowercase letters, and sub-sub-steps are labeled with this.

What are lowercase Roman numerals?

1000

You should use a nonbreaking space between a number and its unit.

What is true?

1000

You can use this bq command to display information about a resource.

What is bq show?