Subject:Computer
Time: 2 hrs.
Attempt all the questions.
Answer the following questions in one sentence. (6×1=6)
a) List any two examples of unguided media.Ans. Satellite and Microwave are the two examples of unguided media.
b) Write any one disadvantage of social media.
Ans. The one disadvantage of social media is:
Our personal information can be hacked and misused.
c) What is the purpose of table in database?
Ans. The purpose of table is to store data in an organized way.
d) What data type is used to store images in MS-Access?
Ans. OLE object data type is used to store images in MS-Access.
e) What is the use of EOF() function?
Ans. The use of EOF() Function is used to detect end of file.
f) What is the function of scanf() and printf() in C language?
Ans. The function of scanf() and printf() in C language are:
scanf: It is used to input all types of data.
printf: It is used to display output on the screen.