Question
Select the number from among the given options that can
replace the question mark (?) in the following series. 19, 38, 114, 570, ?, 43890Solution
The pattern followed here is: 19 (x 2)Â 38 (x 3) - 114 (x 5) - 570 (x 7) - 3990 - 3990 (x 11) - 43890 The pattern is: Each subsequent number is multiplied by the immediate prime number (starting with 2). Thus, the missing number is 3990. Hence, the correct answer is (B).
Which parsing method uses a stack and an input buffer?
The symbol table in a compiler is used to store:
The surface area of tape is ________ the surface area of a disk.
In computer architecture, what is the role of the control unit in a CPU?
What is the purpose of Normalization in database design? Â Â Â Â Â
Which data structure is commonly used in the implementation of recursive descent parsing?
DBMS periodically suspends all processing and synchronizes its files and journals through the use of
Which of the following techniques is used to ensure that a database design eliminates redundant data?
Peephole optimization is applied during:
Which of the following grammars is suitable for top-down parsing?