Skip to content Skip to navigation Skip to collection information

Connexions

You are here: Home » Content » Object-Oriented Programming (OOP) with Java » Jb0150r Review

Navigation

Table of Contents

Recently Viewed

This feature requires Javascript to be enabled.
 

Jb0150r Review

Module by: Richard Baldwin. E-mail the author

Summary: This module contains review questions and answers keyed to the module titled Jb0150: Java OOP: A Gentle Introduction to Java Data Types.

Preface

This module contains review questions and answers keyed to the module titled Jb0150: Java OOP: A Gentle Introduction to Java Data Types .

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.

Questions

Question 1 .

True or false? Java is a type-sensitive language.

Answer 1

Question 2

True or false? Data type double involves whole numbers only (no fractional parts are allowed) .

Answer 2

Question 3

True or false? Type double involves numbers with fractional parts.

Answer 3

Question 4

True or false? All Java data types conceptually have something to do with numeric values.

Answer 4

Question 5

True or false? The Java char type deals conceptually with the letters of the alphabet, the numeric characters, and the punctuation characters.

Answer 5

Question 6

True or false? For every different type of data used with a particular programming language, there is a specification somewhere that defines two important characteristics of the type:

  1. What is the set of all possible data values that can be stored in an instance of the type?
  2. Once you have an instance of the type, what are the operations that you can perform on that instance alone, or in combination with other instances?

Answer 6

Question 7

True or false? If you have an instance of the byte type, the set of all possible values that you can store in that instance is the set of all the whole numbers ranging from -256 to +255.

Answer 7

Question 8

Name or describe four of the operations that you can perform with data of type short .

Answer 8

Question 9

True or false? Java data types can be subdivided into two major categories:

  • Primitive types
  • User-defined or reference types

Answer 9

Question 10

True or false? The primitive types are not part of the core language.

Answer 10

Question 11

True or false? For purposes of discussion, primitive types can be subdivided into four categories:

  • Whole-number types
  • Floating-point types
  • Character types
  • Boolean types

Answer 11

Question 12

True or false? In Java, there are three different whole-number types:

  • byte
  • short
  • int

Answer 12

Question 13

True or false? The whole-number types differ in terms of the range of values that they can accommodate and the amount of computer memory required to store instances of the types.

Answer 13

Question 14

True or false? Java provides an unsigned version of all of the primitive whole-number types.

Answer 14

Question 15

True or false? Floating point types represent values as a mantissa containing a decimal point along with an exponent value that tells how many places to shift the decimal point to the left or to the right in order to determine the true value.

Answer 15

Question 16

True or false? With a floating point type, positive exponent values mean that the decimal point should be shifted to the left. Negative exponent values mean that the decimal point should be shifted to the right.

Answer 16

Question 17

True or false? Java supports two different floating point types:

  • float
  • double

Answer 17

Question 18

True or false? The purpose of the char type is to make it possible to represent the letters of the alphabet, the punctuation characters, and the numeric characters internally in the computer. This is accomplished by assigning a numeric value to each character.

Answer 18

Question 19

True or false? The char type uses a standard character representation known as Unicode to represent up to 65,535 different characters.

Answer 19

Question 20

True or false? In Java, you usually represent a character in your program by surrounding it with quotation marks as shown below:

"A".

Answer 20

Question 21

True or false? The boolean type can have three values:

  • true
  • false
  • maybe

Answer 21

Question 22

True or false? Java is an extensible programming language, meaning that there is a core component to the language that is always available. Beyond the core component, different programmers can extend the language in different ways to meet their individual needs.

Answer 22

Question 23

True or false? As is the case in C++, one of the ways that individual programmers can extend the Java language is to create overloaded operators for the primitive types.

Answer 23

Question 24

True or false? One of the ways that individual programmers can extend the Java language is to create new types.

Answer 24

Question 25

True or false? The specific Java mechanism that makes it possible for programmers to define new types is a mechanism known as the class definition .

Answer 25

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 the same time.

The image is also an example of the kinds of things that we do in my course titled ITSE 2321, Object-Oriented Programming.

Missing image

This image was also inserted for the purpose of inserting space between the questions and the answers.

Missing image

Answers

Answer 25

Answer 24

Answer 23

False. Java does not allow programmers to create overloaded operators for the primitive types.

Back to Question 23

Answer 22

Answer 21

False. The boolean type can have only two values:

  • true
  • false

Back to Question 21

Answer 20

False. In Java, you usually represent a character in your program by surrounding it with apostrophes as shown below:

'A'.

Back to Question 20

Answer 19

Answer 18

Answer 17

Answer 16

False. With a floating point type, positive exponent values mean that the decimal point should be shifted to the right . Negative exponent values mean that the decimal point should be shifted to the left .

Back to Question 16

Answer 15

Answer 14

False. Other than type char , there are no unsigned whole-number primitive types in Java.

Back to Question 14

Answer 13

Answer 12

False. In Java, there are five different whole-number types:

  • byte
  • short
  • int
  • long
  • char

Back to Question 12

Answer 11

Answer 10

False. The primitive types are part of the core language.

Back to Question 10

Answer 9

Answer 8

Four of the possible operations are:

  • You can add them together.
  • You can subtract one from the other.
  • You can multiply one by the other.
  • You can divide one by the other.

Back to Question 8

Answer 7

False. If you have an instance of the byte type, the set of all possible values that you can store in that instance is the set of all the whole numbers ranging from -128 to +127.

Back to Question 7

Answer 6

Answer 5

Answer 4

False. In Java, data type boolean conceptually has nothing to do with numeric values, but deals only with the concept of true or false .

Back to Question 4

Answer 3

Answer 2

False. Some data types such at type int involve whole numbers only (no fractional parts are allowed) .

Back to Question 2

Answer 1

Miscellaneous

This section contains a variety of miscellaneous information.

Note:

Housekeeping material
  • Module name: Jb0150r Review: A Gentle Introduction to Java Data Types
  • File: Jb0150r.htm
  • Published: 11/21/12
  • Revised: 01/02/13

Note:

Disclaimers:

Financial : Although the Connexions site makes it possible for you to download a PDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, you should 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 of the module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale on Amazon.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 module that 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-

Collection Navigation

Content actions

Download:

Collection as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Module as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Add:

Collection to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks

Module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks