42. Which of the following statements is false?
Top-down parsers are LL parsers where first L stands for left - to - right scan and second L stands for a leftmost derivation.
(000)* is a regular expression that matches only strings containing an odd number of zeroes, including the empty string.
Bottom-up parsers are in the LR family, where L stands for left - to - right scan and R stands for rightmost derivation.
The class of context - free languages is closed under reversal. That is, if L is any context - free language, then the language LR = {wR: w∈L} is context - free.
You must be logged in to post a comment.
You must be logged in to post a comment.
44. The __________ transfers the executable image of a C++ program from hard disk to main memory.
You must be logged in to post a comment.
You must be logged in to post a comment.
45. In software testing, how the error, fault and failure are related to each other?
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.