adplus-dvertising
frame-decoration

Question

Markup Languages are not used for which of the following?

a.

playlists

b.

content syndication

c.

user interfaces

d.

none of the mentioned

Answer: (d).none of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Markup Languages are not used for which of the following?

Similar Questions

Discover Related MCQs

Q. Which of the following is incorrect for HTML5 markup construct?

Q. A CFG is ambiguous if

Q. Which of the following are always unambiguous?

Q. A CFG is not closed under

Q. Which of the following is an real-world programming language ambiguity?

Q. Which of the following is a parser for an ambiguous grammar?

Q. A language that admits only ambiguous grammar:

Q. Which of the following is an example of inherent ambiguous language?

Q. State true or false:
Statement: R->R|T T->ε is an ambiguous grammar

Q. In context to ambiguity, the number of times the following programming statement can be interpreted as:
Statement: if R then if T then P else V

Q. CFGs can be parsed in polynomial time using__________

Q. Suppose A->xBz and B->y, then the simplified grammar would be:

Q. Given Grammar: S->A, A->aA, A->e, B->bA
Which among the following productions are Useless productions?

Q. Given:
S->…->xAy->…->w

if ____________, then A is useful, else useless symbol.

Q. Given:
S->aSb

S->e

S-> A

A->aA

B->C

C->D

The ratio of number of useless variables to number of useless production is:

Q. Given grammar G:
S->aS|A|C

A->a

B->aa

C->aCb

Find the set of variables thet can produce strings only with the set of terminals.

Q. Given grammar:
S->aS|A

A->a

B->aa

Find the number of variables reachable from the Starting Variable?

Q. Inorder to simplify a context free grammar, we can skip the following operation:

Q. Given a Grammar G:
S->aA

A->a

A->B

B->A

B->bb

Which among the following will be the simplified grammar?

Q. Simplify the given grammar:
A-> a| aaA| abBc

B-> abba| b