
ISM 3230 Exam 1 with Answers (Florida Atlantic University)
- What is the output of:
- Which is a javadoc comment?
- What three letter piece of software executes Java byte code?
- What is the result of the following statement?
- The CPU can execute what type of code?
- Which loop will execute 5 times.
- The characters " print what when printed through a System.out.println?
- Which is not one of the minimum three structures that programs must be written with.
- Based on the following code, which printHelloWorld method would most likely be called?
- C, C++, and Java are what type of programming language?
- Which most corretly represents the following logic?
- Which loop will execute 1 time?
- What is the result of "\n" in a print statement?
- Which is the best way to comment multiple line of code?
- Which of the following is not a secondary storage device?
- Methods may be declared with multiple parameters. What must match?
- What is the value of "i" after the following code executes.
- Which is not a repitition statement?
- Android applications are written in an programming language similar to?
- Which multiplies a value by 5?
- Which is the correct way to comment a single line of code.
- What is the output ofÂ
- A static method depends on the contents of many objects?
- Which most correctly describes why a main method is static?
- What value is returned by the following method call?
- Java classes are case sensitive?
- Which correctly represents the following logic?
- What is the result of the following method call to the "get" method?Â
- Represent the following formula in Java.
- What does the following code print?
- Which of the following is not a repetition statement in Java?
- What is the modulus of 34 % 5
- What will be printed to the command line if the following code is executed with the following command marked in yellow?
- Machine languages are:
- Android is an operating system based on which other operating system?
- What is the modulus of 25 % 4?
- Fill in the blank.
- Which best represents the following logic?
- Which sets the 4th element in the array with the value "Giggle"
- Which loop will execute 5 times?
- Which is not a selection statement?
- What is the result of the following statement?
- Represent the following formula in java.