Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

select the correct answer from each drop - down menu a blogger frequent…

Question

select the correct answer from each drop - down menu
a blogger frequently posts comments on the websites or blogs of fellow bloggers. which data type can he use to post comments? which data type can he use to allow users to rate blogs using the like or dislike option?
the memo data type is suitable for posting comments. the data type can be used to rate blogs using the like or dislike option.

Explanation:

Brief Explanations
  • Memo data type: It is used for longer text entries, which is suitable for blog comments.
  • Boolean data type: It has two values (true/false or yes/no), which can represent like (true/yes) or dislike (false/no) options.

Answer:

The first blank: memo. The second blank: Boolean.