Direction: Which Answer-Figure will complete the pattern in the Question-Figure?


Given:
The only one figure that satisfies the given pattern is:

Hence, A is the correct answer.
Direction: Which Answer-Figure will complete the pattern in the Question-Figure?


Given:
The only one figure that satisfies the given pattern is:

Hence, A is the correct answer.
No discussions yet. Be the first to start!
You must be logged in to participate in the discussion.
login Login to DiscussIn order to prevent the practice of sati, in which year it was first banned under the "Bengal Sati Regulation"?
The correct answer is In 1829.
Key Points
Additional Information
Consider the following C declaration
struct {
short s[5];
union {
float y;
long z;
}u;
}t;
Assume that objects of type short, float and long occupy 2 bytes, 4 bytes and 8 bytes, respectively. The memory requirement for variable t, ignoring alignment considerations, is
The correct answer is "option 2"
CONCEPT:
Structure in C is a user-defined data type that is used to store the collection of different data types.
The total size of the structure is the sum of the size of every data member.
Union is a user-defined data type that is used to store different data types in the same memory location.
The total size of the union is the size of the largest data member.
EXPLANATION:
Given the size of short, float and long is 2 bytes, 4 bytes, and 8 bytes, respectively.
Therefore,
Size of Structure → size of ( short s[5] ) + size of Union
Here, Size of Union = 8 bytes { largest data member is long }.
Size of short s[5] → 2×5 → 10 bytes
Size of Structure → 10+8 →18 bytes.
Hence, the correct answer is "option 2".
Information systems hardware is the part of an information system one can touch i.e. the physical components of the technology.
Computers, keyboards, disk drives, iPads, and flash drives are all examples of information systems hardware.
The motherboard is the main circuit board on the computer. The CPU, memory, and storage components, among other things, all connect into the motherboard. Motherboards come in different shapes and sizes, depending upon how compact or expandable the computer is designed to be.Concept:
Newtons Third Law of Motion
Explanation:
So, 'do not act on the same body.' is the correct option.
The correct answer is Rav Ganga.
Key Points
Additional Information