Intro to Java Review Questions Chpt 1 & 2

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What do we call instructions that the CPU can process, that are written in binary code?

Machine language

2
New cards

What method of a Scanner object would allow you to read an integer value from the keyboard?

nextInt()

3
New cards

Identifiers must follow certain rules. Is the following proposed identifier name legal? T/F

User's Age 

False

4
New cards

Which data type can store integers from -32,768 to +32,767, but not outside this range?

Short

5
New cards

The instructions in a high-level language are called _____

Statements

6
New cards

Every Java program must have at least one _____

Class

7
New cards

_____ is an operation that converts a value of one data type into a value of another data type

Casting

8
New cards

A _____ represents a value stored in the computer's memory

Variable

9
New cards

Digits in the binary numbering system are called ______

Bits

10
New cards

A pair of braces in a Java program forms a _____ that groups the program's components

Block