AI & ChatGPT searches , social queries for PROGRAM DATABASE

Search references for PROGRAM DATABASE. Phrases containing PROGRAM DATABASE

See searches and references containing PROGRAM DATABASE!

AI searches containing PROGRAM DATABASE

PROGRAM DATABASE

  • Database
  • Organized collection of data in computing

    hooks for database design, application programming, application program maintenance, database performance analysis and monitoring, database configuration

    Database

    Database

    Database

  • Program database
  • File format for debugging information

    Program database (PDB) is a file format (developed by Microsoft) for storing debugging information about a program (or, commonly, program modules such

    Program database

    Program_database

  • Object database
  • Database presenting data as objects

    object-oriented programming. Object databases are different from relational databases which are table-oriented. A third type, object–relational databases, is a

    Object database

    Object database

    Object_database

  • Java Database Connectivity
  • API for Java

    Java Database Connectivity (JDBC) is an application programming interface (API) for the Java programming language which defines how a client may access

    Java Database Connectivity

    Java_Database_Connectivity

  • Global Volcanism Program
  • American research program

    The Smithsonian Institution's Global Volcanism Program (GVP) documents Earth's volcanoes and their eruptive history during the Quaternary Period of Earth's

    Global Volcanism Program

    Global Volcanism Program

    Global_Volcanism_Program

  • Database application
  • A database application is a computer program whose primary purpose is retrieving information from a computerized database. From here, information can

    Database application

    Database application

    Database_application

  • Relational database
  • Digital database whose organization is based on the relational model of data

    A relational database (RDB) is a database based on the relational model of data, as proposed by E. F. Codd in 1970. A Relational Database Management System

    Relational database

    Relational_database

  • Tz database
  • Collaborative compilation of information about the world's time zones

    programs and operating systems. Paul Eggert has been its editor and maintainer since 2005, with the organizational backing of ICANN. The tz database is

    Tz database

    Tz database

    Tz_database

  • Deductive database
  • Database system

    queries in deductive databases. Deductive databases have grown out of the desire to combine logic programming with relational databases to construct systems

    Deductive database

    Deductive_database

  • Oracle Database
  • Proprietary database management system

    Oracle AI Database (commonly referred to as Oracle Database, Oracle DBMS, Oracle Autonomous Database, or simply as Oracle) is a proprietary multi-model

    Oracle Database

    Oracle_Database

  • Database engine
  • Component of a database management system

    update and delete (CRUD) data from a database. Most database management systems include their own application programming interface (API) that allows the user

    Database engine

    Database_engine

  • Superbase (database)
  • End-user desktop database program

    Superbase is an end-user desktop database program that started on the Commodore 64 and was ported from that to various operating systems over the course

    Superbase (database)

    Superbase_(database)

  • Database normalization
  • Reduction of data redundancy

    Database normalization is the process of structuring a relational database in accordance with a series of normal forms to reduce data redundancy and improve

    Database normalization

    Database_normalization

  • Database administrator
  • Software profession

    Do I Become a Certified Database Administrator?". learn.org. Retrieved 4 November 2015. "IBM Professional Certification Program". ibm.com. IBM. Archived

    Database administrator

    Database_administrator

  • Document-oriented database
  • Type of computer program

    A document-oriented database, or document store, is a computer program and data storage system designed for storing, retrieving, and managing document-oriented

    Document-oriented database

    Document-oriented_database

  • IMDb
  • Online media database

    IMDb, formerly known as the Internet Movie Database, is an online database of information related to films, television series, podcasts, video games,

    IMDb

    IMDb

    IMDb

  • JADE (programming language)
  • Software development and deployment platform

    consists of the JADE programming language, integrated development environment and debugger, integrated application server and object database management system

    JADE (programming language)

    JADE_(programming_language)

  • Database transaction
  • Unit of work performed within a database management system

    many operations upon a database remain uncompleted, with unclear status. To provide isolation between programs accessing a database concurrently. If this

    Database transaction

    Database_transaction

  • Graph database
  • Database using graph structures for queries

    graph databases are accessed through application programming interfaces (APIs). Graph databases differ from graph compute engines. Graph databases are technologies

    Graph database

    Graph_database

  • Lightning Memory-Mapped Database
  • Software library providing an embedded transactional key-value database

    Lightning Memory-Mapped Database (LMDB) is an embedded transactional database in the form of a key-value store. LMDB is written in C with API bindings

    Lightning Memory-Mapped Database

    Lightning_Memory-Mapped_Database

  • Database model
  • Type of data model

    A database model is a type of data model that determines the logical structure of a database. It fundamentally determines in which manner data can be stored

    Database model

    Database model

    Database_model

  • Microsoft Access
  • Database manager part of the Microsoft 365 package

    (with FoxPro) dominated the desktop database market. Microsoft Access was the first mass-market database program for Windows. With Microsoft's purchase

    Microsoft Access

    Microsoft Access

    Microsoft_Access

  • Database refactoring
  • of database refactoring: Architecture Refactoring A change which improves the overall manner in which external programs interact with a database. Methods

    Database refactoring

    Database_refactoring

  • Internet Adult Film Database
  • Online database of US pornographic films and actors

    Vanzetti was looking for a project on which to teach himself on-line database programming using SQL Server, and this seemed like a natural fit, since they

    Internet Adult Film Database

    Internet Adult Film Database

    Internet_Adult_Film_Database

  • SQL
  • Relational database programming language

    database management systems List of SQL programming books List of SQL software and tools Microsoft Transact-SQL (T-SQL) MUMPS NoSQL Object database Online

    SQL

    SQL

  • In-memory database
  • Database management system that primarily relies on main memory for computer data storage

    An in-memory database (IMDb, or main memory database system (MMDB) or memory resident database) is a database management system that primarily relies on

    In-memory database

    In-memory_database

  • Ki Database
  • Public domain database of binding affinities for drugs and other chemical compounds

    Psychoactive Drug Screening Program and by a gift from the Heffter Research Institute. As of April 2010[update], the database had data for 7,449 compounds

    Ki Database

    Ki_Database

  • SQLite
  • Serverless relational database management system

    /ˈsiːkwəˌlaɪt/ "sequel-ite") is a free and open-source relational database engine written in the C programming language. It is not a standalone application; rather

    SQLite

    SQLite

    SQLite

  • Navigational database
  • Database in which records or objects are found by following references from other objects

    the current position to the record that is retrieved. Navigational database programming thus came to be seen as intrinsically procedural; and moreover to

    Navigational database

    Navigational_database

  • FoxPro
  • Programming language

    procedurally oriented programming language and database management system (DBMS), and it is also an object-oriented programming language, originally published

    FoxPro

    FoxPro

  • List of NoSQL software and tools
  • This is a list of software and programming tools for NoSQL databases, including database engines, database administration tools, IDEs, migration tools

    List of NoSQL software and tools

    List_of_NoSQL_software_and_tools

  • Database-as-IPC
  • Misusing databases for temporary messages

    In computer programming, Database-as-IPC may be considered an anti-pattern where a disk persisted table in a database is used as the message queue store

    Database-as-IPC

    Database-as-IPC

  • Database testing
  • Testing of database software systems

    the program is being tested. Also, certain errors cannot be detected. White-box testing mainly deals with the internal structure of the database. The

    Database testing

    Database_testing

  • Helix (database)
  • Helix is a database management system for the Apple Macintosh platform, created in 1983. Helix uses a graphical "programming language" to add logic to

    Helix (database)

    Helix_(database)

  • Berkeley DB
  • Software library providing embedded database for key/value data

    SQLite in Berkeley DB (it uses Berkeley DB for storage). A program accessing the database is free to decide how the data is to be stored in a record.

    Berkeley DB

    Berkeley_DB

  • Redis
  • Source available in-memory key–value database

    Redis (/ˈrɛdɪs/; Remote Dictionary Server) is an in-memory key–value database, used as a distributed cache and message broker, with optional durability

    Redis

    Redis

  • Database dump
  • Record of the table structure and/or the data from a database

    tool to generate Database dump Data portability mysqldump — A Database Backup Program PostgreSQL dump backup methods, for PostgreSQL databases. v t e

    Database dump

    Database_dump

  • Cursor (databases)
  • Database systems concept

    addition and removal of database records. The database cursor characteristic of traversal makes cursors akin to the programming language concept of iterator

    Cursor (databases)

    Cursor_(databases)

  • Federal Transit Administration
  • US agency providing financial and technical assistance to public transport operators

    Reduction (TIGGER) Program Veterans Transportation and Community Living Initiative Capital Grants Program Since 1974, the National Transit Database (NTD) has served

    Federal Transit Administration

    Federal_Transit_Administration

  • Harbour (programming language)
  • Computer programming language

    Harbour is a computer programming language, used mainly to create database/business programs. It is a modernised cross-platform version of the older Clipper

    Harbour (programming language)

    Harbour_(programming_language)

  • Object–relational database
  • Database management system

    the database is essentially a persistent object store for software written in an object-oriented programming language, with an application programming interface

    Object–relational database

    Object–relational database

    Object–relational_database

  • DNA database
  • Type of database

    A DNA database or DNA databank is a database of DNA profiles which can be used in the analysis of genetic diseases, genetic fingerprinting for criminology

    DNA database

    DNA_database

  • C (programming language)
  • General-purpose programming language

    C is a general-purpose programming language created in the 1970s by Dennis Ritchie. By design, C gives programmers relatively direct access to the features

    C (programming language)

    C (programming language)

    C_(programming_language)

  • Cloud database
  • Database running on a cloud computing platform

    A cloud database is a database that typically runs on a cloud computing platform, with access provided as a service. There are two common deployment models:

    Cloud database

    Cloud_database

  • Clarion (programming language)
  • Database language, released 1986

    fourth-generation programming language (4GL), multi-paradigm, programming language and integrated development environment (IDE) from SoftVelocity used to program database

    Clarion (programming language)

    Clarion_(programming_language)

  • Paradox (database)
  • Relational database management system

    Paradox is a relational database management system currently published by Corel Corporation. It was originally released for MS-DOS by Ansa Software, and

    Paradox (database)

    Paradox_(database)

  • Database object
  • Defined object used to store or reference data

    tuples from the database can represent objects in the sense of object-oriented programming, but are not considered database objects. "Database Objects". docs

    Database object

    Database_object

  • FERET database
  • Dataset used for facial recognition system evaluation

    Technology (FERET) database is a dataset used for facial recognition system evaluation as part of the Face Recognition Technology (FERET) program. It was first

    FERET database

    FERET_database

  • Don't repeat yourself
  • Principle of software development

    abstraction". Abstraction principle (programming) Code duplication Code reuse Copy and paste programming Database normalization and denormalization Disk

    Don't repeat yourself

    Don't_repeat_yourself

  • PDB
  • Topics referred to by the same term

    isotopes; see δ13C PDB (Palm OS), a record database format Pluggable database, in Oracle Database Program database, a debugging information format Python

    PDB

    PDB

  • MySQL
  • SQL database engine software

    with a MySQL database using SQL, but more often, MySQL is used with other programs to implement applications that need relational database capability.

    MySQL

    MySQL

    MySQL

  • Database design
  • Designing how data is held in a database

    columns. In an Object database the storage objects correspond directly to the objects used by the Object-oriented programming language used to write

    Database design

    Database_design

  • Embedded database
  • Database management system

    that includes: database systems with differing application programming interfaces (SQL as well as proprietary, native APIs) database architectures (client-server

    Embedded database

    Embedded_database

  • Database server
  • Computer server providing database services

    A database server is a server which uses a database application that provides database services to other computer programs or to computers, as defined

    Database server

    Database_server

  • Logic programming
  • Programming paradigm based on formal logic

    Logic programming is a programming, database, and knowledge representation paradigm based on formal logic. A logic program is a set of sentences in logical

    Logic programming

    Logic_programming

  • Aerospike (database)
  • Open source NoSQL database

    Aerospike Database is a real-time, high-performance NoSQL database. It is designed for applications that cannot experience any downtime and require high

    Aerospike (database)

    Aerospike_(database)

  • Reunification of Gran Colombia
  • Merger of Colombia, Venezuela, Ecuador, and Panama

    Indicators database, World Bank. Database updated on 1 July 2017. Accessed on 2 July 2017. "World Bank, International Comparison Program database". Retrieved

    Reunification of Gran Colombia

    Reunification of Gran Colombia

    Reunification_of_Gran_Colombia

  • Database abstraction layer
  • Application programming interface

    A database abstraction layer (DBAL or DAL) is an application programming interface which unifies the communication between a computer application and databases

    Database abstraction layer

    Database_abstraction_layer

  • K (programming language)
  • Programming language

    language serves as the foundation for kdb+, an in-memory, column-based database, and other related financial products. The language, originally developed

    K (programming language)

    K_(programming_language)

  • Multimedia database
  • Collection of multimedia data

    Dimensional media(3D game and computer aided drafting programs). Additionally, a Multimedia Database (MMDB) needs to manage additional information pertaining

    Multimedia database

    Multimedia_database

  • INP (database)
  • Early database management system

    (pronounced "imp") is a database management system including forms processing data entry. It consists of over fifty utility programs for database access and support

    INP (database)

    INP_(database)

  • List of SQL software and tools
  • SQL software and development tools

    This is a list of software and programming tools for the SQL language, including RDBMSs, database clients, IDEs, Database administration tools, migration

    List of SQL software and tools

    List_of_SQL_software_and_tools

  • UpdateStar
  • Package-management software

    for approximately 1.3 million software programs. Implementing a social computing aspect, the update database is maintained by the users. UpdateStar uses

    UpdateStar

    UpdateStar

  • Multiversion concurrency control
  • Concurrency control method commonly used by database management systems

    control method commonly used by database management systems to provide concurrent access to the database and in programming languages to implement transactional

    Multiversion concurrency control

    Multiversion_concurrency_control

  • USDA National Nutrient Database
  • The USDA National Nutrient Database for Standard Reference (renamed in 2019 to FoodData Central) is a database produced by the United States Department

    USDA National Nutrient Database

    USDA_National_Nutrient_Database

  • Spanner (database)
  • Cloud-based distributed SQL DBMS service

    Spanner is a distributed SQL database management and storage service developed by Google. It provides features such as global transactions, strongly consistent

    Spanner (database)

    Spanner (database)

    Spanner_(database)

  • Swiss Media Database
  • Newspaper database

    Swiss Media Database (SMD) is a Swiss newspaper-article and television-program database accessible at no charge to media professionals. The public can

    Swiss Media Database

    Swiss_Media_Database

  • Brady Hays Homestead
  • Historic house in Arkansas, United States

    has been listed as destroyed in the Arkansas Historic Preservation Program database. National Register of Historic Places listings in White County, Arkansas

    Brady Hays Homestead

    Brady_Hays_Homestead

  • Temporal database
  • Database that stores information relating to past, present and future time

    A temporal database stores data relating to time instances. It offers temporal data types and stores information relating to past, present and future time

    Temporal database

    Temporal_database

  • Database trigger
  • Database code that executes after certain events on a table

    A database trigger is procedural code that is automatically executed in response to specific events on a table or view in a database. Triggers are commonly

    Database trigger

    Database_trigger

  • Python (programming language)
  • General-purpose programming language

    Python is a high-level, general-purpose programming language that emphasizes code readability, simplicity, and ease-of-writing with the use of significant

    Python (programming language)

    Python (programming language)

    Python_(programming_language)

  • EDA database
  • Database for electronic design automation

    An EDA database is a database specialized for the purpose of electronic design automation. These application specific databases are required because general

    EDA database

    EDA_database

  • Evolutionary database design
  • the program without affecting the functionality of the program. Database refactoring is the technique of implementing small changes to the database schema

    Evolutionary database design

    Evolutionary_database_design

  • Database Directive
  • CC-inspired CCJP

    means". Non-electronic databases are also covered (para. 14 of the preamble). Any computer program used to create the database is not included (para. 23

    Database Directive

    Database Directive

    Database_Directive

  • National Center for Biotechnology Information
  • Database branch of the US National Library of Medicine

    building upon the preexisting FASTA program. The NCBI also assumed responsibility for the preexisting GenBank database of DNA and amino acid sequences, initially

    National Center for Biotechnology Information

    National Center for Biotechnology Information

    National_Center_for_Biotechnology_Information

  • Access Database Engine
  • Database engine built by Microsoft

    allows programmers to access JET databases using any programming language. Jet allows multiple users to access the database concurrently. To prevent that

    Access Database Engine

    Access_Database_Engine

  • MongoDB
  • Cross-platform document-oriented database

    source-available, cross-platform, document-oriented database program. Classified as a NoSQL database product, MongoDB uses JSON-like documents (called BSON)

    MongoDB

    MongoDB

  • Fox Motel House
  • Historic house in Arkansas, United States

    has been listed as destroyed in the Arkansas Historic Preservation Program database. National Register of Historic Places listings in White County, Arkansas

    Fox Motel House

    Fox_Motel_House

  • Government database
  • Information collected by a state

    state databases be linked into a single national database. Mail Isolation Control and Tracking: Under the Mail Isolation Control and Tracking program, the

    Government database

    Government_database

  • Cross-cutting concern
  • Concept in aspect-oriented software development

    record database or user database, or an authentication system, would be cross-cutting concerns since they interact with more parts of the program. Cross-cutting

    Cross-cutting concern

    Cross-cutting_concern

  • Comparison of relational database management systems
  • tables compare general and technical information for a number of relational database management systems. Please see the individual products' articles for further

    Comparison of relational database management systems

    Comparison_of_relational_database_management_systems

  • Shard (database architecture)
  • Horizontal partition of data in a database or search engine

    A database shard, or simply a shard, is a horizontal partition of data within a database or search engine. Each shard may be held on a separate database

    Shard (database architecture)

    Shard_(database_architecture)

  • H2 Database Engine
  • Database management system

    Query Language) standard is supported. The main programming APIs are SQL and JDBC, however the database also supports using the PostgreSQL ODBC driver

    H2 Database Engine

    H2 Database Engine

    H2_Database_Engine

  • Database connection
  • Link between a client and database server

    A database connection is a facility in computer science that allows client software to talk to database server software, whether on the same machine or

    Database connection

    Database_connection

  • Membranome database
  • Online biodatabase of proteins

    TMDOCK program. The models of the homodimers were verified through comparison with available experimental data for nearly 600 proteins. The database includes

    Membranome database

    Membranome_database

  • Outline of databases
  • Overview of and topical guide to databases

    everything in software that is not program code. Active database – Database with event driven features Animation database – Database for storing and reusing animation

    Outline of databases

    Outline_of_databases

  • African Studies Center, Michigan State University
  • 1950s through the 1990s. Databases from the ASC provide online information on Africa: African Media Program Database (Online database of 14,000+ films and

    African Studies Center, Michigan State University

    African_Studies_Center,_Michigan_State_University

  • Database Workbench
  • Database software

    Database Workbench continued to support both database systems, initially through a separate "Firebird Workbench" release. Not long after, the program

    Database Workbench

    Database_Workbench

  • Database preservation
  • Form of preservation

    as inactive archiving) involves transferring data from an obsolete database program to a newer format. There are three methods of migration: backward compatibility

    Database preservation

    Database_preservation

  • Datalog
  • Declarative logic programming language

    for deductive databases. Datalog has been applied to problems in data integration, networking, program analysis, and more. A Datalog program consists of

    Datalog

    Datalog

  • Apache Cassandra
  • Free and open-source database management system

    Apache Cassandra is a free and open-source database management system designed to handle large volumes of data across multiple commodity servers. The system

    Apache Cassandra

    Apache Cassandra

    Apache_Cassandra

  • Computer program
  • Instructions a computer can execute

    A computer program is a sequence or set of instructions in a programming language for a computer to execute. It is one component of software, which also

    Computer program

    Computer program

    Computer_program

  • Wood Freeman House No. 2
  • Historic house in Arkansas, United States

    incorrectly listed as destroyed in the Arkansas Historic Preservation Program database. National Register of Historic Places listings in White County, Arkansas

    Wood Freeman House No. 2

    Wood_Freeman_House_No._2

  • Declarative programming
  • Programming paradigm based on modeling the logic of a computation

    programming), and algebraic modeling systems. Some logic programming languages, such as Prolog, and database query languages, such as SQL, while declarative in

    Declarative programming

    Declarative_programming

  • Synonym (database)
  • Alternate name for a table, view, sequence, or other schema object in a database

    to access database objects owned by other users. They also hide the underlying object's identity and make it harder for a malicious program or user to

    Synonym (database)

    Synonym_(database)

  • Visual FoxPro
  • Programming language

    syntax based on the dBase programming language. Other members of the xBase language family include Clipper and Recital (database). Visual FoxPro, commonly

    Visual FoxPro

    Visual_FoxPro

  • DBeaver
  • Multi-platform database administration software

    and a database administration tool. For relational databases it uses the JDBC application programming interface (API) to interact with databases via a

    DBeaver

    DBeaver

    DBeaver

  • List of academic databases and search engines
  • This page contains a representative list of major databases and search engines useful in an academic setting for finding and accessing articles in academic

    List of academic databases and search engines

    List_of_academic_databases_and_search_engines

  • Gravel Hill Baptist Church
  • Historic church in Arkansas, United States

    has been listed as destroyed in the Arkansas Historic Preservation Program database. National Register of Historic Places listings in White County, Arkansas

    Gravel Hill Baptist Church

    Gravel Hill Baptist Church

    Gravel_Hill_Baptist_Church

  • Clipper (programming language)
  • Compiler for xBase

    Although it is a powerful general-purpose programming language, it was used mainly to create database business programs. One major dBase feature not implemented

    Clipper (programming language)

    Clipper (programming language)

    Clipper_(programming_language)

AI & ChatGPT searchs for online references containing PROGRAM DATABASE

PROGRAM DATABASE

AI search references containing PROGRAM DATABASE

PROGRAM DATABASE

AI search queries for Facebook and twitter posts, hashtags with PROGRAM DATABASE

PROGRAM DATABASE

Follow users with usernames @PROGRAM DATABASE or posting hashtags containing #PROGRAM DATABASE

PROGRAM DATABASE

Online names & meanings

  • Gearald
  • Boy/Male

    Gaelic

    Gearald

  • Cinneidid
  • Boy/Male

    Irish

    Cinneidid

    Helmet head; helmed head.

  • Maandhata
  • Boy/Male

    Bengali, Gujarati, Hindu, Indian, Malayalam, Marathi

    Maandhata

    An Ancient King

  • Hayford
  • Surname or Lastname

    English

    Hayford

    English : habitational name from several places called Heyford in Northamptonshire and Oxfordshire, or Hayford in Buckfastleigh, Devon, all named with Old English hēg ‘hay’ + ford ‘ford’.

  • Ankur | அஂகுர
  • Boy/Male

    Tamil

    Ankur | அஂகுர

    Sprout, Sapling, Offshoot, Newborn

  • Anumitha | அநுஂமீதா
  • Girl/Female

    Tamil

    Anumitha | அநுஂமீதா

    Love and kindness

  • PAULIE
  • Male

    English

    PAULIE

    English pet form of English/French Paul, PAULIE means "small."

  • MARLEE
  • Female

    English

    MARLEE

    Variant spelling of English Marlie, MARLEE means "rebel of Magdala." 

  • Nijole
  • Girl/Female

    Australian, Greek, Slavic

    Nijole

    Slavic Form of Nicole

  • Prospero
  • Boy/Male

    Spanish Latin Shakespearean

    Prospero

    Wealthy.

AI search & ChatGPT queries for Facebook and twitter users, user names, hashtags with PROGRAM DATABASE

PROGRAM DATABASE

Top AI & ChatGPT search, Social media, medium, facebook & news articles containing PROGRAM DATABASE

PROGRAM DATABASE

AI searchs for Acronyms & meanings containing PROGRAM DATABASE

PROGRAM DATABASE

AI searches, Indeed job searches and job offers containing PROGRAM DATABASE

Other words and meanings similar to

PROGRAM DATABASE

AI search in online dictionary sources & meanings containing PROGRAM DATABASE

PROGRAM DATABASE

  • Programma
  • n.

    Any law, which, after it had passed the Athenian senate, was fixed on a tablet for public inspection previously to its being proposed to the general assembly of the people.

  • Programmata
  • pl.

    of Programma

  • Grogram
  • n.

    Alt. of Grogran

  • Playbill
  • n.

    A printed programme of a play, with the parts assigned to the actors.

  • Programma
  • n.

    A preface.

  • Program
  • n.

    Same as Programme.

  • Card
  • n.

    A published note, containing a brief statement, explanation, request, expression of thanks, or the like; as, to put a card in the newspapers. Also, a printed programme, and (fig.), an attraction or inducement; as, this will be a good card for the last day of the fair.

  • Paragram
  • n.

    A pun.

  • Slate
  • v. t.

    A list of candidates, prepared for nomination or for election; a list of candidates, or a programme of action, devised beforehand.

  • Programma
  • n.

    An edict published for public information; an official bulletin; a public proclamation.

  • Programme
  • n.

    That which is written or printed as a public notice or advertisement; a scheme; a prospectus; especially, a brief outline or explanation of the order to be pursued, or the subjects embraced, in any public exercise, performance, or entertainment; a preliminary sketch.

  • Programma
  • n.

    See Programme.

  • Myogram
  • n.

    See Muscle curve, under Muscle.

  • Optogram
  • n.

    An image of external objects fixed on the retina by the photochemical action of light on the visual purple. See Optography.

  • Grogran
  • n.

    A coarse stuff made of silk and mohair, or of coarse silk.

  • Optography
  • n.

    The production of an optogram on the retina by the photochemical action of light on the visual purple; the fixation of an image in the eye. The object so photographed shows white on a purple or red background. See Visual purple, under Visual.

  • Trigram
  • n.

    Same as Trigraph.

  • Flyer
  • n.

    Anything that is scattered abroad in great numbers as a theatrical programme, an advertising leaf, etc.