Packages, Imports, and Exports
Functions and Returning Values
Variables and Variable Types
Constants
Loops, Functions, and Statements
100
Programs start running in this package
What is Main
100
A function can take this amount of arguments, or more
What is Zero
100
This declarative declares a list of variables
What is the "Var" statement
100
This is the keyword used for calling a constant
What is "const"
100
This is the only looping construct in the Go Language
What is the "for" loop
200
The name for the groups of parenthesized imports
What is Factored
200
A function can return this many results
What is Any Number
200
The number of initializers that a var declaration can include per declaration
What is One
200
These are the four types of constants
What are the "character, string, boolean, and numeric" types
200
The amount of time a loop runs after you omit the conditions
What is Forever
300
This is another way to structure imports
What is Multiple Import Statements
300
What the names of return values are treated as
What are Variables
300
This can be omitted if an initializer is present
What is the Type
300
This assignment cannot be used to declare a constant
What is the "const" assignment
300
This can be added to the end of an "if" statement to set a default action
What is "else"
400
This is needed to export a name
What is a Capital Letter
400
This is where you declare the type of a variable
What is "After the name"
400
Use this variable type when you need an integer value
What is "int"
400
Numeric constants are also known as these
What are High Precision Values
400
This is a statement that acts as multiple "if" statements, including multiple "cases" and a default action
What is "switch"
500
You can only refer to this when importing a name
What is the Exported Name
500
Another name for a return statement without arguments
What is a "Naked Return"
500
This assignment statement can take the place of a var declaration inside of a function
What is the ":=" assignment
500
The maximum number of bits an integer can hold
What is 64
500
This statement nullifies the execution of a function until after other functions have run
What is "defer"
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
Go Programming Language
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
JeopardyLabs