Created by Anika Patry
about 8 years ago
|
||
Procedural
Object oriented
who was java invented by?
what are the types of programming error, and how many are there?
what is an algorithm?
what are the components of an algorithm?
how many components are there?
what are the two types of algorithms?
name the primitive data types
what is the size of a byte data type?
what is the size of a long data type?
what is the size of a short data type?
what is the size of a int type?
what is the size of a float type?
what is the size of a double type?
what is the size of a char type?
what is the size of a boolean type?
what is a literal?
what is implicit cast?
what is an explicit cast?
what is a named constant?
how do you declare a named constant?
what are the two types of system outputs that we can use?
how do we receive input from a user?
why dont we use system.in?
what do we use instead of system.in?
how can we use the scanner function in the java code?
how can we different data types from scanner?
what type of data is a string?
how do you declare a string variable?
what method tells you if a string is empty?
what method extracts a part, or parts of a string?
how would you create a new string in all caps? how about all lowercase?
how can you check if a string equals another
what is the order of operations that java follows?
what is a decision statement?
what is the proper syntax of an if statement?
can you have an if statement in another if statement?
if you have an if statement with in another what is it called?
how would you scan a char data type with the next function?
what is a switch statement?
what is the syntax for a switch statement?
how do you check the validity of inputs with a switch statement?