1.
When Eclipse launches, the
Welcome page displays. Once this page is closed you cannot return to the
resources available on this page. True or False?
True
False (*)
2. Eclipse
provides an edit area to help you navigate a hierarchy of information. True or False?
True
False (*)
3. Eclipse
provides views to help you navigate a hierarchy of information. True or False?
True (*)
False
4. Tabs
are used when more than one file is open in the edit area. True or False?
True (*)
False
5. A perspective is described as:
A combination of views and editors
(*)
A combination of views and windows
A combination of editor tabs
None of the above
6. The ______________ is the location into
which you will store and save your files.
Perspective
Workspace (*)
Editor
None of the above
7. A workspace can have one or more stored
projects. True or false?
True (*)
False
8. Identify
the components in the image below.
A-Main Method, B-Class, C-Package
A-Class, B-MainMethod, C-Package
A-Package, B-Main Method, C-Class
(*)
9. In Eclipse, when you run a
Java Application, the results may be displayed in the Console View. True or
False?
True (*)
False
10. A _______________ is used to organize Java
related files.
Project
Workspace
Package (*)
Collection
11. You need to _______________ Java code to
generate a .class file
Collect
Compile (*)
Package
Assemble
12. In a project, 2 of the classes must contain
a main method. True or False?
True
False (*)
13.
For every opening curly brace
{ there must be a closing curly brace} or the program will not compile without
error. True or False?
True (*)
False
14. Semi-colons at the end of each line are not
required to compile successfully. True or False?
True
False (*)
15. What symbols are required for a compiler to
ignore a comment?
// (*)
/*
*/
/*/
16.
When converting gallons to
liters its best to put the calculation result into a variable with a
_______________ data type.
int
double (*)
boolean
17.
Two variables are required to
support a conversion of one unit of measure to another unit of measure. True or
False?
True (*)
False
No comments:
Post a Comment