click below
click below
Normal Size Small Size show me how
ENGR131 Test 1 Vocab
Vocabulary questions from the first test
| Question | Answer |
|---|---|
| A(n) _____ is a secondary storage device. | hard disk |
| A mouse is a(n) _____ device. | input |
| The values of program variables are stored in _____. | memory |
| A compiler translates a(n) _____ program into machine language. | source |
| A constant value written in the text of a program is a(n) _____ | Literal |
| A(n) _____ is one parameter to a printf statement. | format string |
| A(n) _____ expression controls execution of an if-else statement. | boolean |
| The symbol += is an assignment _____ . | operator |
| The class java.util.Scanner is used for _______ input | console |
| A(n) _____ statement is used for exiting a loop. | break |
| An array argument to a method is passed by _____. | Reference |
| A(n) _____ method must not access any instance variables | Static |
| _____ declarations allow classes from other packages to be referred to by the classes’ simple names. | Import |
| Another name for an instance variable is _____. | Field |
| An example of an access modifier is _____. | Public, private |
| A parameter declared in a method definition is a(n) _____ parameter. | formal |