<< Chapter < Page | Chapter >> Page > |
Revised: Sun Mar 27 19:22:43 CDT 2016
This Page is included in the following Books:
This module contains review questions and answers keyed to the module titled Jb0120: Java OOP: A Gentle Introduction to Java Programming .
The questions and the answers are connected by hyperlinks to make it easy for you to navigate from the question to the answer and back again.
True or false? All data is stored in a computer in numeric form. Computer programs do what they do by executing a series of calculations on numeric data.It is the order and the pattern of those calculations that distinguishes one computer program from another.
True or false? When we program using Java, we must perform most of the detailed work.
True or false? As the computer program performs its calculations in the correct order, it is often necessary for it to store intermediate resultssomeplace, and then come back and get them to use them in subsequent calculations later.
True or false? The structured solution to a computer programming problem is often called an algorithm.
Which, if any of the following activities is not commonly believed to be fundamental activities of any computer program:
True or false? As a programmer using a high-level language such as Java, you usually don't have to be concerned about the numeric memory addresses ofvariables.
Why is modern computer memory often referred to as RAM?
True or false? The process of declaring a variable
True or false? A value of the type int must be an integer.
True or false? In programmer jargon, storing a value in a variable is also referred to as assigning a value to a variable.
True or false? A reference to a variable name in Java code returns the value stored in the variable.
What is the meaning of the following two images?
This image was inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.
The image is also an example of the kinds of things that we do in my course titled ITSE 2321, Object-Oriented Programming.
This image was also inserted for the purpose of inserting space between the questions and the answers.
True.
True.
True.
False. The process of declaring a variable
Modern computer memory is often called RAM or random access memory because it can be accessed in any order.
True. You are able to think about variables and refer to them in terms of their names. (Names are easier to remember than numeric addresses). However, deep inside the computer, these names are cross-referenced to addresses and atthe lowest level, the program works with memory addresses instead of names.
None. All three are commonly believed to be the fundamental activities of any computer program.
True.
True.
False. Fortunately, when we program using a high-level programming language such as Java, much of the detailed work is done for us behind the scenes.
True.
This section contains a variety of miscellaneous information.
Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.
I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.
In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If you purchase such a book, please be aware that it is a copy of a modulethat is freely available on cnx.org and that it was made and published without my prior knowledge.
Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.
-end-
Notification Switch
Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?