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.

Fundamentals of Java Chapter 3

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
Defines the rules for interpreting the meaning of statements.   Semantics  
🗑
Items in a program that do not change. Are restrincted to primitive data types or strings.   Literals  
🗑
Defines the rules for combining symbols and words into statements.   Syntax  
🗑
Java can hadle two types of data:   Primative Data Types, Objects  
🗑
the operation of joining two character strings end to end.   Concantenation operator  
🗑
A collection of classes.   Package  
🗑
x is the overall name of the package, y is the name of a subsection within the package, z is the nam of a particular class in a subsection.   import x.y.z  
🗑
Understands two messages print and print ln.   System.out  
🗑
Returns the first double in the input line. Leading and trailing spaces are ignored.   double nextDouble()  
🗑
Returns the first integer in the input line. Leading and trailing spaces are ignored.   int nextInt()  
🗑
Returns the input line, including leading and trailing spaces. Warning: A leading newline is returned as an empty string.   String nextLine ()  
🗑
A step-by-step procedurefor solving a problem or accomplishing some end.   algorithm  
🗑
Program algorithms that are often written in a somewhat stylized verson of English   Psuedocode  
🗑
Three types of mistakes, or errors:   Syntax errors, Run-time errors, and logic errors  
🗑
Errors that occur when we violate a syntax rule. These errors are detected at compilation.   Syntax Errors  
🗑
An error that occurs when we ask the computer to do something that it considers illegal, such as dividing by 0.   Run-time errors  
🗑
An error that occurs when we fail to express ourselves accuratly. Also called design errors or bugs.   Logic Errors  
🗑


   

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: serenity3
Popular Computers sets