Define prolog and data instance. -Technology

1 Answer

Answer :

The prolog is a preface or introduction to XML document. It can contain upto five optional components. The grammar structure of the XML document is defined under prolog. The data instance consists of real data and its description through elements. It is also known as body of XML document.

Related questions

Description : PI is a component of (a) prolog (b) data instance -Technology

Last Answer : (a) PI is a component of prolog.

Description : The root element is a parent element of all other elements in data instance. -Technology

Last Answer : True The root element is an element that contains all other elements in XML document.

Description : List the components of prolog. -Technology

Last Answer : 1. An XML Declaration2. Processing Instructions (PI)3. Document Type Definition (DTD)4. Comments5. White Spaces and New line

Description : Which of the following is a prolog component? -Technology

Last Answer : (a) Element is a prolog component.

Description : Define Data and instance.

Last Answer : Data: Data can be defined as facts or information that can be recorded and have an implicit meaning.  Instance: The collection of information stored in the database at a particular moment is called an instance of the database.

Description : Define Prolog program

Last Answer :  It is a set of definite clauses written in a notation somewhat different from standard FOL. 

Description : A 300mm diameter pipe, 5mm wall thickness is to be radiographed using the double wall single image technique. The source to be used is Iridium. Which of the following statements is true? a) ... problem with the technique d) Only the double wall, double image technique should be used with Iridium

Last Answer : c) There is no problem with the technique

Description : Define what is the difference between static and instance methods?

Last Answer : A method declared with a static modifier is a static method. A static method does not operate on a specific instance and can only access static members. A method declared without a static modifier is an ... can be explicitly accessed as this. It is an error to refer to this in a static method.

Description : Is there value in resisting a new technology (genetically modified foods, for instance), which, while potentially harmful in the short term, could save millions of lives in the future?

Last Answer : There’s really no point of resisting anything. If it happens it will happen.

Description : SaaS supports multiple users and provides a shared data model through _________ model. a) single-tenancy b) multi-tenancy c) multiple-instance d) all of the mentioned

Last Answer : multi-tenancy

Description : SaaS supports multiple users and provides a shared data model through _________ model. A. single-tenancy B. multi-tenancy C. multiple-instance D. None of the above

Last Answer : multi-tenancy

Description : SaaS supports multiple users and provides a shared data model through _________ model. a) single-tenancy b) multi-tenancy c) multiple-instance d) all of the mentioned

Last Answer : multi-tenancy

Description : What is the full form of 'PROLOG' ? -How To ?

Last Answer : The full form of 'PROLOG' is Programming Logic

Description : Which programming languages are classified as low level languages? A) Basic, COBOL, FORTRAN B) Prolog 2, Expert Systems C) Knowledge based Systems D) Assembly Languages

Last Answer : Answer : D

Description : Which language is used for Artificial Intelligence (AI)? (A) FORTRAN (B) COBOL (C) C (D) PROLOG

Last Answer : (D) PROLOG

Description : Which is omitted in prolog unification algorithm? a) Variable check b) Occur check c) Proposition check d) Both Occur & Proposition check

Last Answer : b) Occur check

Description : What form of negation does the prolog allows? a) Negation as failure b) Proposition c) Substitution d) Negation as success

Last Answer : a) Negation as failure

Description : Which is not the commonly used programming language for AI? a) PROLOG b) Java c) LISP d) Perl

Last Answer : d) Perl

Description : MLMenu, a natural language interface for the TI Explorer, is similar to __________ a) Ethernet b) NaturalLink c) PROLOG d) The Personal Consultant

Last Answer : b) NaturalLink

Description : PROLOG is an AI programming language which solves problems with a form of symbolic logic known as predicate calculus. It was developed in 1972 at the University of Marseilles by a team of specialists. Can you ... this team? A : Alain colmerauer B : Niklaus Wirth C : Seymour papert D : John McCarthy

Last Answer : A : Alain colmerauer

Description : Prolog is A. A programming language based on logic B. A computer where each processor has its own operating system, its own memory, and its own hard disk C. Describes the structure of the contents of a database D. None of these

Last Answer : A. A programming language based on logic

Description : 1. ______ is used for AI because it supports the implementation of software that computes with symbols very well. A. LISP B. ELIZA C. PROLOG D. NLP

Last Answer : A. LISP

Description : PROLOG is an AI programming language which solves problems with a form of symbolic logic known as ______. A. Propositional logic B. Tautology C. Predicate calculus D. Temporal logic

Last Answer : C. Predicate calculus

Description : What is PROLOG and LISP? a) Examples of super AI b) Languages of AI c) Concepts of AI d) Type of AI

Last Answer : b) Languages of AI

Description : hich is not the commonly used programming language for AI? ⮚ PROLOG ⮚ LISP ⮚ Perl ⮚ Java script

Last Answer : ⮚ Perl

Description : Which is not the commonly used programming language for AI? A. PROLOG B. LISP C. Perl D. Java script

Last Answer : C. Perl 

Description : ______ that deals with the interaction between computers and humans using the natural language A. LISP B. ELIZA C. PROLOG D. NLP

Last Answer : D. NLP 

Description : Symbols, symbolic expressions and computing with those is at the core of ______ A. LISP B. ELIZA C. PROLOG D. NLP

Last Answer : A. LISP A. LISP

Description : ______ is used for AI because it supports the implementation of software that computes with symbols very well. A. LISP B. ELIZA C. PROLOG D. NLP 

Last Answer : A. LISP 

Description : PROLOG, LISP, NLP are the language of ____ A. Artificial Intelligence B. Machine Learning C. Internet of Things D. Deep Learning

Last Answer : A. Artificial Intelligence 

Description : PROLOG is an AI programming language which solves problems with a form of symbolic logic known as ______. A. Propositional logic B. Tautology C. Predicate calculus D. Temporal logic

Last Answer : C. Predicate calculus 

Description : Which one of the following is a correct implementation of the metapredicate “not” in PROLOG (Here G represents a goal) ? (A) not(G):– !, call(G), fail. not(G). (B) not(G):– call(G), !, fail. not(G). (C) not(G):– call(G), fail, !. not(G). (D) not(G):– call(G), fail. not(G):– !.

Last Answer : (B) not(G):– call(G), !, fail. not(G).

Description : Which one of the following describes the syntax of prolog program ? I. Rules and facts are terminated by full stop (.) II. Rules and facts are terminated by semicolon (;) III. Variables names must start with upper case alphabets. ... alphabets. Codes : (A) I, II (B) III, IV (C) I, III (D) II, IV

Last Answer : (C) I, III

Description : Which of the following is false for the programming language PROLOG? (A) A PROLOG variable can only be assigned to a value once (B) PROLOG is a Strongly Typed Language. (C) The scope of a variable in PROLOG is a single clause or rule. (D) the scope of a variable in PROLOG is a Single Query

Last Answer : (B) PROLOG is a Strongly Typed Language.

Description : Define the AutoNumber data type in MS_ Access. -Technology

Last Answer : AutoNumber data type starts with a number for the first record and it automatically increases the number by a set of amount for each record.

Description : Tip question #1: In this instance, would you give the body shop owner a tip?

Last Answer : No tip. Unless you tip the actual guy who did the work. And if you do, do it in cash. The guy will appreciate it more.

Description : Do you consider Gospel as legitimate of a musical style as, for instance, jazz and classical?

Last Answer : Yes. Why would it not be?

Description : Are there ever cases of people feeling they were born in the wrong body regarding a quality other than gender - for instance, race?

Last Answer : I'm not sure that it is widely recognized, but is sometimes referred to as racial identity disorder, or ethnic identity disorder. Although it is not the reason behind all cases, a common behavior that you ... other responses before taking my word for it. I'm just going on what little I've heard.

Description : Is there any proof of life having developed in more than one instance on Earth?

Last Answer : answer:I’m afraid not. “One isn’t such a lonely number. All life on Earth shares a single common ancestor, a new statistical analysis confirms. A universal common ancestor is at least 102,860 times more probable than having multiple ancestors, Theobald calculates.” Science News

Description : Do you ever laugh so much that you cry & what triggered the most recent instance of this?

Last Answer : There was a girl at work with some passion marks on her neck…and we were poking fun at her…

Description : I know that suffixes "ez" and "es" denotes "son of" in the Spanish language; but, why the different endings? For instance, you may see the surname Gonzales or Gonzalez?

Last Answer : It has to do with the government taking a census. this practice started in B.C. (or b.c.e. for the heathens) and names were subject to the census takers who knew how to write, but not always ... . Some of these were like Johnson/Johnston, Gib/Gibb/Gibbs, White/Waite/Wit/Witt, and hundreds of others.

Description : How can Darwinism explain the reason of the existance of so many creatures for instance numerous types of birds?

Last Answer : Darwin provided a theory, not an all encompassing explanation.

Description : What’s a “go with your gut” instance you are thankful for because your instincts served you well?

Last Answer : Need Answer

Description : you have the ability to control your emotions while driving. for instance, ________. -General Knowledge

Last Answer : You have the ability to control your emotions while driving. For instance, Don't take the aggressive actions of other drivers personally.

Description : At the instance of which rular was the Kallashanath Temple at Ellora excavated? -Do You Know?

Last Answer : answer:

Description : For howmany month can the proclamation of emergency at the first instance be restricted? -Do You Know?

Last Answer : answer:

Description : For howmany month can the proclamation of emergency at the first instance be restricted? -Do You Know?

Last Answer : answer:

Description : What does instance mean ?

Last Answer : Instance means instance.

Description : How can we break any word into its prefix, root, and suffix if we do not know them? For instance, lets break the word 'pride'?

Last Answer : Need Answer

Description : What is a first instance warrant?

Last Answer : Feel Free to Answer