Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

CSE 205 Midterm Review UPDATED ACTUAL Exam Questions and CORRECT Answers

Rating
-
Sold
-
Pages
21
Grade
A+
Uploaded on
20-08-2025
Written in
2025/2026

CSE 205 Midterm Review UPDATED ACTUAL Exam Questions and CORRECT Answers Evaluate the following code to determine the output. class Foo { public int i = 62; public Foo(int i) { this.i = i; } } ... Foo x = new Foo(15), y = new Foo(50);

Show more Read less
Institution
CSE 205
Course
CSE 205

Content preview

CSE 205 Midterm Review UPDATED
ACTUAL Exam Questions and CORRECT
Answers
Evaluate the following code to determine the output.


class Foo {
public int i = 62;


public Foo(int i) {
this.i = i;
}
}
...
Foo x = new Foo(15), y = new Foo(50);
y.i = x.i;
y.i = 10;

System.out.println(x.i); - CORRECT ANSWER - 15



Which of the following are valid Java Identifiers? - CORRECT ANSWER - - Names can
CONTAIN letters, digits, underscores, and dollar signs
- Names MUST begin with a letter
- Names 'should' start with a lowercase letter and it cannot contain whitespace
- Reserved words (like Java keywords, such as int or boolean) cannot be used as names


Ex. of proper identifiers:
SpEcIaL_vAlUe
a555c

,Tax
age1


What will be the output of this code?
int a = 5;
int x = a;
a = 10;

System.out.print(x); - CORRECT ANSWER - 5


Given the following int (integer) variables, a = 15, b = 46, c = 4, d = 5, evaluate the expression:


a + b % (c * d) - CORRECT ANSWER - 21


(T/F) Evaluate this logical expression:


true || ! false - CORRECT ANSWER - True



(T/F) Evaluate this expression: 3 <= 2 - CORRECT ANSWER - False



(T/F) Evaluate this expression: 8 + 7 > 5 && 16 - 5 <= 8 - CORRECT ANSWER - False


Which of the following are Java primitive data types? Choose all that apply. - CORRECT
ANSWER - Float, Double, Boolean, Char


Which of the following Java literals have the data type boolean? Choose all that apply. -
CORRECT ANSWER - true, false


(boolean is true / false)

, When the following expression is evaluated, the result will be what Java data type?


"-48" + "1" - CORRECT ANSWER - String


Which of the following would be the best data type for a variable to store a book title? -
CORRECT ANSWER - String


Write a line of Java code that will declare a int variable named y that is initialized to the value -
80. - CORRECT ANSWER - int y = -80;


What is the output of this Java program?


class Driver {
public static void main(String[] args) {
foo(6);
bar(8);
}
static void foo(int a) {
System.out.print(a);
bar(a - 1);
}
static void bar(int a) {
System.out.print(a);
}

} - CORRECT ANSWER - 658


What is the output of this Java program?

Written for

Institution
CSE 205
Course
CSE 205

Document information

Uploaded on
August 20, 2025
Number of pages
21
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$13.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Thumbnail
Package deal
CSE 205 Bundled Exam Questions WITH CORRECT Answers
-
25 2025
$ 118.89 More info

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.
MGRADES Stanford University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1459
Member since
2 year
Number of followers
105
Documents
97742
Last sold
22 hours ago
MGRADES

Welcome to MGRADES ,Based at Stanford University in California. I guarantee success and you may end up coming back again and again. We do this for you . We offer the best study and exam materials for a wide range of courses and units. Make your study sessions more efficient and effective. Dive in and discover all you need to excel in your academic journey!

3.8

235 reviews

5
97
4
50
3
53
2
15
1
20

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

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions