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

1 Answer

Answer :

(a) PI is a component of prolog.

Related questions

Description : Define prolog and data instance. -Technology

Last 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.

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

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

Description : To link an XML document with a stylesheet, you need to (a) use the PI component in the XML document -Technology

Last Answer : (a) To link an XML document with a stylesheet, you have to use the PI component in the XML document.

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 : What do you mean by Processing Instructions (PI)? -Technology

Last Answer : PI can be used to pass information to applications in such a way that escapes most XML rules. Its main use is of linking to an XML stylesheet in the prolog of an XML document. ... internal syntax, it can include markup characters without escaping them and can appear anywhere in the document.

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 : 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 : 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 : 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 : Define Prolog program

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

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 : In a MS_Access database, which component is not present? (a) Formula Bar (b) Tables -Technology

Last Answer : (a) MS-Access contains various components, i.e. Tables, Queries, Forms, Reports, Macros and Modules.

Description : Which of the following is a component of multimedia? (a) Text (b) Images (c) Audio (d) All of these -Technology

Last Answer : (d) Text, images, audio all are the components of multimedia.

Description : Write examples of any two properties and any two methods of j Button component -Technology

Last Answer : Two methods of jButton component: getText ( ), setText ( )Two properties of jButton component: Font, Labe

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: