100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

OSU CSE 2221 FINAL REVIEW 2024 QUESTIONS AND ANSWERS

Rating
-
Sold
-
Pages
33
Grade
A+
Uploaded on
07-09-2024
Written in
2024/2025

OSU CSE 2221 FINAL REVIEW 2024 QUESTIONS AND ANSWERS

Institution
OSU CSE 2221
Course
OSU CSE 2221











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
OSU CSE 2221
Course
OSU CSE 2221

Document information

Uploaded on
September 7, 2024
Number of pages
33
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

OSU CSE 2221 FINAL REVIEW

Which statement correctly defines a java constant?



*a.* const SPECIAL = 1234;

*b.* int SPECIAL = 1234;

*c.* int final SPECIAL = 1234;

*d.* final int SPECIAL = 1234;

*e.* const int SPECIAL = 1234; - ANSWERS-d



What is the value of s after the following statement:



String s = (!true) + " : " + (10 + 4) + " is 104";



*a.* "!true : 104 is 104"

*b.* "false : 104 is 104"

*c.* "!true : 14 is 104"

*d.* "false : 14 is 104"

*e.* This is a compile-time error - ANSWERS-d



The correct syntax for the "main" method signature is:

,*a.* private static void main(String[] args)

*b.* public static String main(String[] args)

*c.* public static void main(String[] args)

*d.* public void main(String[] args)

*e.* none of the above - ANSWERS-c



The Java compiler does the following:



*a.* checks a bytecode program in a ".class" file for run-time errors and if there
are none, it generates source code for that program in a ".java" file

*b.* checks a source code program in a ".java" file for run-time errors and if there
are none, it generates bytecode for that program in a ".class" file

*c.* checks a source code program in a ".java" file for compile-time errors and, if
there are none, it generates bytecode for that program in a ".class" file

*d.* checks a bytecode program in a ".class" file for compile-time errors and if
there are none, it generates source code for that program in a ".java" file

*e.* none of the above - ANSWERS-c




The Checkstyle plugin for Eclipse is useful because:



*a.* it warns you of potential compile-time errors

,*b.* it helps you make your code understandable for yourself and other
programmers

*c.* it prevents your code from making errors caught by assert statements

*d.* it tells you when code you have written does not obey its contract

*e.* none of the above - ANSWERS-b



If x is an int variable, when does the boolean expression evaluate to true?



((x % 5 != 0) && (x % 2 != 0))



*a.* when x is divisible by 5 or by 2 but not by both

*b.* when x is divisible by 10

*c.* when x is not divisible by 10

*d.* when x is neither divisible by 5 nor by 2

*e.* when x is either divisible by 5 or by 2 - ANSWERS-d



The nextDouble( ) method of r, a variable of type Random, returns a double in a
range of [0,1). Which of these expressions would you use to create a random
number in the range of [-3,3)?



*a.* r.nextDouble( ) * 3.0 - 3.0

*b.* (r.nextDouble( ) - 0.5) * 6.0

*c.* r.nextDouble( ) * 6.0 + 3.0

, *d.* r.nextDouble( ) * 6.0 + 0.5

*e.* (r.nextDouble( ) - 3.0) * 6.0 - ANSWERS-b



Consider the following code fragment:



int x = 8;

while ((x / 3) != 2) { x = x - 1; }



How many times will the body of the loop execute?



*a.* 0

*b.* 1

*c.* 2

*d.* 3

*e.* the loop will never terminate - ANSWERS-a



Consider the following method signature:



private static int examScore(int studentNum) {...}



Here, studentNum is called:

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Teacher101 Teachme2-tutor
View profile
Follow You need to be logged in order to follow users or courses
Sold
383
Member since
1 year
Number of followers
71
Documents
8954
Last sold
3 days ago

Quality is my middle name.....100% ...my policy is to create and nurture people of quality by continuous education and training.....i guaranteed good grades 100% Feel free to get in touch through inbox...anything regarding help or issue with the exams posted... Finally after purchase please leave a good rating if satisfied with my work.... All the best as we continue working to improve ourselves through education

4.6

265 reviews

5
217
4
14
3
24
2
3
1
7

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions