Computer Science, asked by mdabulaish770, 8 months ago


C. Write T' for true and 'F' for false statements.
1.MS-Access is a spreadsheet program.
2.MS-Access can store large collections of information.
3.MS-Access creates relational databases.
4.Database name is displayed on the Navigation Pane
5. Object tab provides access to open all database objects
6.A row in a table is called a field.
7.MS-Access contains datasheet.
8. Query is like a saved filter.
9. MS-Access contains pre-built templates.
10. Shortcut command for open is Ctrl +S.​

Answers

Answered by bhawanilightho18
1

Answer:

true to Write a program to input a number and check whether it is Magic Number' or not

Display the message accordingly.

A number is said to be a magic number if the eventual sum of digits of the number

is one.

Sample Input : 55

Then, 5 + 5 = 10,1 + 0 = 1

Sample Output: Hence, 55 is a Magic Number.

Similarly, 289 is a Magic Number.

when divided b

Similar questions