Programming Languages

Programming Languages

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

ADT

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (12)

Section 1

(12 cards)

ADT

Front

Abstract Data Type; Model of a certain class of data structures that have similar behavior.

Back

Abstraction

Front

The process of hiding all but the most relevant data in a program to reduce complexity and increase efficiency. Objects remain a representation of the original, with unwanted details excluded.

Back

Abstract Class

Front

Class that cannot be instantiated. Only purpose is if you have common code to use in sub classes.

Back

Access Transparency

Front

A type of pervasive computing where we will be surrounded by computers everywhere we go that will help us with anything and everything.

Back

Absolute File Name

Front

A file name that specifies all directory names starting from the root of a file system tree.

Back

Abstract Method

Front

A method that has no implementation. Declares an access modifier, return type, and method signature.

Back

Access Path

Front

Describes the order in which the rows are retrieved from a database file.

Back

Abstract Window Toolkit(AWT)

Front

Set of application program interfaces(API's)used by Java programmers to create GUI objects like buttons, scroll bars, and windows. Part of the Java Foundation Classes(JFC)

Back

Access Rights

Front

A bit flag that corresponds to a specific set of operations that a thread can perform on a securable object. If a thread tries to perform an operation, but doesn't have the right access rights, the system denies the operation.

Back

Access Method

Front

A function of the mainframe that enables access to data on a disk, tape, or other external devices. Allows API's for programmers to transfer data to or from a device.

Back

Keyed Access

Front

A type of access path when file rows need to be processed in an ordered manner.

Back

Arrival Sequence

Front

A type of access path; When rows in a file are accessed in a physical sequence.

Back