Save
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.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
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

CS Test Review

Java basics

QuestionAnswer
A programming language is considered __________ if program source code created on one type of platform can execute on another platform without any difficulty. platform independent
Which translator is used by Java both a compiler and an interpreter
Java bytecode is the intermediate code, that is low-level, but not yet ready to execute.
Java source code is converted to bytecode with a compiler
_________ is a low-level code that cannot execute as a regular machine code file. Bytecode
_________ is understood, and executed, by a Java interpreter Bytecode
What do you need to write a Java program A text editor to write the Java code, compiler to translate Java source code into byte code, and an interpreter to execute the byte code.
Which company developed the Java programming language? Sun Microsystems
IDE means integrated development environment
JCreator is a(n) IDE
If the program class name test is Test05 then the program file name must be Test05.java
A program with one or more compile errors cannot compile, and as a consequence cannot execute
The syntax (sentence structure) of the source code Java program must be __________ percent correct before the source code can be translated into a bytecode file 100
What is true about the program below? public class Template { public static void main (String args[]) { // The comments need to be replaced with // program statements that process and // display information. } } The program will compile, and it will execute, but there wil not be any output display.
Semantics refers to the meaning of a program statement
Syntax refers to the spelling of a command
Errors that occur during program compilation are called syntax errors
Error that occurred during execution of a program are called run-time errors
When a program runs and executes correctly, but the computation is wrong, this is due to logical errors
Java comments are optional in a program
Every program must start with public class <some class name>
Created by: aIexa
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards