100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
COP 2210 Exam 1 Review Questions with complete solution 2024 $12.99   Add to cart

Exam (elaborations)

COP 2210 Exam 1 Review Questions with complete solution 2024

 3 views  0 purchase
  • Course
  • COP
  • Institution
  • COP

COP 2210 Exam 1 Review Questions with complete solution 2024 COP 2210 Exam 1 Review What are the two types of categories in Java? - correct answer Primitive and Objects Give examples of Primitive types. - correct answer int long double float boolean Give examples

Preview 2 out of 7  pages

  • September 6, 2024
  • 7
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • COP
  • COP
avatar-seller
flyhigher329
COP 2210 Exam 1 Review
What are the two types of categories in Java? - correct answer ✔Primitive
and Objects


Give examples of Primitive types. - correct answer ✔int
long
double
float
boolean


Give examples of Object type. - correct answer ✔String
Integer
Double
Buffer Reader
Car


What are the 3 things you need to make a variable in Java? - correct answer
✔1. Give a variable a type
2. Give a variable a name
3. Assign the variable a value


Given this example. Name what each section is.


int x = 5; - correct answer ✔int is a type
x is the variable assigned
5 is the value assigned

, What would happen if you put a number that is to big into an int value? -
correct answer ✔You create an Overflow


What is an Overflow? - correct answer ✔this is when the result of the
computation exceeds the range of of the variable type.


If a number literal has a decimal point it is called a floating - point. True or
False. - correct answer ✔True, otherwise its an integer.


What primitive type do we assign for values with decimals? - correct answer
✔double


What is the error in this example?


int z = 3.14; - correct answer ✔The int needs to be change to a double or
else program will give an error.


What function do we use to print something to the console? - correct answer
✔System.out.println("");


Is it okay to assign an double value to an int? - correct answer ✔No, this will
create an error message.


Is it okay to assign a int value to a double? - correct answer ✔Yes


What function would you use to make a value a constant? - correct answer
✔Use the keyword "final".

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller flyhigher329. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $12.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

73091 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$12.99
  • (0)
  Add to cart