Question
Figure A is related to B following a certain pattern.
Following the same pattern, figure C is related to D. Study the pattern and select the figure which should be placed in place of D.Solution
For shapes: The logic followed here is as follows: The shapes rotate 90Β° in clockwise direction from figure A to B. Similarly, the shapes will rotate 90Β° in clockwise direction from figure C to D. For numbers: The logic followed here is as follows: 23 (figure A) The immediate succeeding prime number is added to the number given in figure A to get the number of figure B. 23 + 29 = 52 41 (figure C) The immediate succeeding prime number is added to the number given in figure C to get the number of figure D. 41 + 43 = 84 (figure D)
Which register stores the temporary results during computation?
Consider the following C++ code:
#include
class Base {
public:
Β Β virtual void show() = 0;
};
cl...
Which of the following is an example of unsupervised learning in AI?
Which of the following statements about guided transmission media is correct?
Β A deadlock situation can be completely prevented if which of the following conditions is eliminated?
Which of the following is a common technique used in debugging to systematically narrow down the location of a bug?
What is the purpose of the fork() system call in Unix-based operating systems?
In C++, how is abstraction primarily achieved when defining a class that cannot be instantiated directly but serves as a blueprint for derived classes?
What is the primary function of the CICS (Customer Information Control System) in mainframe computing?
Which of the following statements about a decoder is correct?