What is bold?
A single-line Django comment is enclosed by these characters.
What are curly braces and hashtags?
{# Comment! #}
You should always spell out whole numbers greater than or equal to __ and less than or equal to __.
What are 0 and 9?
You should always spell out negative numbers, even if their absolute value is less than 10.
What is false?
This type of flag can be used in all commands.
What is a global flag?
In general, use this tense when writing documentation.
What is present tense?
Use this tag to start an ordered list in HTML.
What is <ol>?
The number of spaces that should precede an ellipsis
What is 1?
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.
This boolean flag lets you specify whether or not to use legacy SQL.
What is --use_legacy_sql ?
In general, the first word that follows a colon should be written in this case.
What is lowercase?
This is how you type an em dash in HTML. (say each character)
What is — ?
The number of spaces that should follow an ellipsis, provided that the ellipsis is not followed by a punctuation mark.
What is 1?
You don't need to include commas in a number that is only 4 digits long.
What is false?
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.
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?
This is what HTML stands for.
What is HyperText Markup Language?
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?
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 :)
You can use this bq command to create a new BigQuery resource.
What is bq mk?
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?
He wrote the first version of HTML in 1993.
Who is Tim Berners-Lee?
In a numbered procedure, sub-steps are labeled with lowercase letters, and sub-sub-steps are labeled with this.
What are lowercase Roman numerals?
You should use a nonbreaking space between a number and its unit.
What is true?
You can use this bq command to display information about a resource.
What is bq show?