array

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:16 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Define dimensional array

Dimensional array is a structure created in the memory to represent a number of elements by using a number of variables with a same name having different subscript.

2
New cards

Single dimensional array

When elements are specified by a number of variable such that each variable is represented with a single subscript the array is set to be single dimensional array

3
New cards

Different ways to input the array elements

Using assignment statement

Method argument

Input stream reader class

Scanner class

4
New cards

Assignment of elements in a single dimensional array

Data values can be stored by assigning them directly to the array

5
New cards

By using method argument

The single dimensional array is used as an argument to a method (say the main ()) the value are entered into the array at run time

6
New cards

By using input stream reader class

The data enter as a time of execution of the program it is entered through the terminal window

7
New cards

By using scanner class

Data enter through the terminal window at a time of execution of the program the data are entered by in working the package java.util*

8
New cards

Define searching

Searching is a technique to find whether an element is available in a given sets of element or not

9
New cards

Name the two searching techniques

Linear search

Binary search

10
New cards

Sorting

Sorting is a process of arranging data in a particular order as sending or descending

11
New cards