ITM Exam (Part 1) UPDATED ACTUAL Questions and CORRECT Answers
0 view 0 purchase
Course
ITM
Institution
ITM
ITM Exam (Part 1) UPDATED ACTUAL
Questions and CORRECT Answers
Define management (ch.1) - CORRECT ANSWER- Management is the attainment of
organizational goals in an effective and efficient manner through planning, organizing,
leading and controlling organizational resources
What do managers...
ITM Midterm Part 1 UPDATED ACTUAL
Questions and CORRECT Answers
First Identifier Rule - CORRECT ANSWER✔✔- 1. A java identifier must begin with a letter
of English alphabet ( a Non- English Letter, an underscore, $ sign is not allowed and class
name cannot begin with a digit).
Second Identifier Rule - CORRECT ANSWER✔✔- 2. A Java identifier can contain only
letters, digits, underscores, or dollar signs.
Third Identifier Rule - CORRECT ANSWER✔✔- 3. A Java identifier cannot be one of the
following values : true, false , or null. These are not keywords ( They are primitive values),
but they are reserved and cannot be used)
Valid class names in Java - CORRECT ANSWER✔✔- Employee - Begins with an uppercase
letter
UnderGradStudent- Begins with an upper case letter , contains no spaces, and emphasizes
each new word with an initial upper case letter.
InventoryItem- Same instance as previous example
Budget2016- Begins with an uppercase letter and contains no spaces
Legal but unconventional class names in Java - CORRECT ANSWER✔✔-
Undergradstudent- First letter is upper case but does not indicate other words with uppercase
letter
Inventory_Item - underscore is not commonly used to indicate new words
BUDGET2016- Using all upper case is unconventional
budget2016- class names ,conventionally, do not start with lower case letter
, Illegal Class Names in Java - CORRECT ANSWER✔✔- Inventory Item- Space character is
illegal in an identifier
Class- Is a reserved word
2016Budget- Class names cannot begin with a digit
phone#- The number symbol (#) is illegal in an identifier
Pascal Casing - CORRECT ANSWER✔✔- The style that joins words in which each word
begins with an uppercase letter
Public - CORRECT ANSWER✔✔- Is an access specifier
Class - CORRECT ANSWER✔✔- The keyword Class identifies a method as a class
Curly Braces { } - CORRECT ANSWER✔✔- Everything between curly braces is the class
body
Whitespace - CORRECT ANSWER✔✔- Is any combination of nonprinting characters
Static - CORRECT ANSWER✔✔- Means this method works without instantiating an object
of the class
Void - CORRECT ANSWER✔✔- is a method return type that returns nothing
String - CORRECT ANSWER✔✔- Is a class. Any Arguments to this method must be String
objects
The benefits of buying summaries with Stuvia:
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
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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 MGRADES. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $9.99. You're not tied to anything after your purchase.