Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

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

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 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 like comments. It can store a large amount of text which is suitable for blog comments.
  • Number data type: For the "Like" or "Dislike" option, we can assign a number (e.g., 1 for Like and 0 for Dislike). This simple numerical representation can be easily stored and processed in a database.

Answer:

The memo data type is suitable for posting comments. The number data type can be used to rate blogs using the Like or Dislike option.