×

Error message

  • Deprecated function: Return type of DatabaseStatementBase::execute($args = [], $options = []) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in require_once() (line 2244 of /home/eduvai/public_html/includes/database/database.inc).
  • Deprecated function: Return type of DatabaseStatementEmpty::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in require_once() (line 2346 of /home/eduvai/public_html/includes/database/database.inc).
  • Deprecated function: Return type of DatabaseStatementEmpty::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in require_once() (line 2346 of /home/eduvai/public_html/includes/database/database.inc).
  • Deprecated function: Return type of DatabaseStatementEmpty::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in require_once() (line 2346 of /home/eduvai/public_html/includes/database/database.inc).
  • Deprecated function: Return type of DatabaseStatementEmpty::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in require_once() (line 2346 of /home/eduvai/public_html/includes/database/database.inc).
  • Deprecated function: Return type of DatabaseStatementEmpty::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in require_once() (line 2346 of /home/eduvai/public_html/includes/database/database.inc).

english lecture

Example:

APPLE : FRUIT

A.   Mango : Sweet     B. Forest : Tree

C.   Juice : Fresh         D. Rose : Flower

E.    Leaf : Grass

Solution :

1st step  : Apple একটি ফলের নাম এবং Fruit অর্থ ফল

2nd step : সুতরাং এদের মধ্যকার সম্পর্ক দাড়ায়Ñ Apple একটি Fruit (ফল)

3rd  step :

A.   Mango একটি sweet (মিষ্টি) নয় বরং Mango খেতে মিষ্টি

B.   Forest একটি Tree নয় বরং Forest হল অনেক গাছের সমাহার

C.   Juice একটি Fresh নয়

D.   Rose একটি Flower নয়

E.    Leaf একটি Grass নয়

Þ অর্থাৎ Correct Answer D.

Similar Articles