Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

Head First Java Ch.1

Quiz yourself by thinking what should be in each of the black spaces below before clicking on it to display the answer.
        Help!  

Question
Answer
1. Float   java data type which can store floating point numbers.  
🗑
2. Void   specifies that the method does not return to any type, so the method returns to void.  
🗑
3. Public   declares a member’s access as public.  
🗑
4. Java   trademark a programming language especially applicable to the Internet  
🗑
5. Arrays   a dynamically-created object that serves as a container to hold constant number of values  
🗑
6. Loop   a way of repeating lines of code more than once.  
🗑
7. While   searches for the number 10 in a randomly ordered int array  
🗑
8. Branch   allows you to see how changing that one decision affects the method's behavior.  
🗑
10. Compiler   translates the Java code written by a programmer into instructions a computer can execute.  
🗑
11. Variable   variable is a container that holds values that are used in a Java program.  
🗑
12. Int   abbreviation for integer, which wraps a value of the primitive type int in an object.  
🗑
13. IC   integrated circuit, which is a semiconductor wafer on which thousands or millions of tiny resistors and capacitors.  
🗑
a. IT   Department of technology.  
🗑
14. SystemOutPrint   System is a class in the java language package, out is a static member of the System class, and .println is a method of java.  
🗑
15. Static   can be applied to a field, a method or an inner class it has a single instance for the whole class that defines it.  
🗑
16. Main   the starting point for the execution of every Java application  
🗑
17. Method   also known as Procedures or Functions, They don't return any value.  
🗑
18. String   a sequence of characters in the Java programming language.  
🗑
19. Declare   the minimum required so other code can call it or refer to it.  
🗑
20. JVM   is an implementation of the Java Virtual Machine Specification, interprets compiled Java binary code.  
🗑
21. Command   telling the computer to do something through code.  
🗑
9. DC   can contain arbitrary Java code and does not create a deployable or installable build result.  
🗑


   

Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
 
To hide a column, click on the column name.
 
To hide the entire table, click on the "Hide All" button.
 
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
 
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: JosueZuniga
Popular Computers sets