Skip to main content

questions/answers




Computer network

1.                      Define computer network.
*       A computer network is a group of computer that are connected together to share information, data, software and hardware in high speed.

2.             Write any three advantages of computer network.
*    The three advantages of computer network are:
*Computer network makes communication between different users easier and faster.
*Computer networks allow users to share data and software at the same time.
*It is very easy for users to backup important data and information.

3.              What are protocols?      
*             A set of rules which are followed to make communication between computers is called protocols.

4.               What are repeaters?
* A repeater is a device of a network that regenerates a signal.


5.            What is hub?
*    A hub is a device with multiples ports.

6.           What is NIC?
*   A NTC makes a physical connection between two different computers.

7.            What is network operating system?
*   A network operating system is a group of programs, which are used to manage the resources on the network.

8.           What is medium?
*    A medium is a communication channel, which is used to connect different computers and devices in a network environment.

9.                   What is workstation?
*       A workstation is a computer where a user can work.

10.                     What is server?
*       The main computer which provides services to other computer in network environment is called server.

Comments

Popular posts from this blog

QBASIC Solutions

Q.1) WAP to change degree Celsius into degree Fahrenheit.   => CLS        INPUT "Enter degree celsius value" ; D        F = ( 9 * C / 5 ) + 32        PRINT "Degree Fahrenheit value = "; F        END Q.2) WAP to change dollar into Nepali currency.   => CLS       INPUT "Enter Dollar value"; USD        NRS = USD * 100       PRINT "Nepali currency value = "; NRS       END Q.3) WAP to change Indian currency into Nepali currency. => CLS                   INPUT "Enter Indian currency value"; IC       NRS = IC * 1.6        PRINT "Nepali currency value = "; NRS   ...

17 QBASIC Programming

1. Create a sequential file "std.dat" to store name and marks obtained in English, Math and Science subjects for a few students. (74 set 1) OPEN   “std.dat”   FOR OUTPUT   AS   #1 DO CLS INPUT “Enter name “; N$ INPUT   “Enter English marks”; E INPUT “Enter Math's marks"; M INPUT "Enter Science marks"; S WRITE #1, N$, E, M, S INPUT "Do you want to continue (Y/N)";CH$ LOOP WHILE UCASE$ (CH$) "Y" CLOSE #1 END 4.   WAP to add some more   records in a data file “ABC.DAT” having following fields : patient’s name, address and age.  OPEN   “ABC.DAT”   FOR OUTPUT   AS   #1 DO CLS INPUT “Enter Patients name “; N$ INPUT   “Enter patients address”; A$ INPUT “Enter Patient's age "; A WRITE #1, N$, A$, A INPUT "Do you want to continue (Y/N)";CH$ LOOP WHILE CH$="Y" OR CH$="y" CLOSE #1 END       6.WAP to store records regarding the information of book’s number, name and author’s ...

dashain

                                        Dashain What is mean by Dashain? During the month of Kartik (late September and early October), the Nepalese people indulge in the biggest festival of the year, Dashain. Dashain is the longest and the most auspicious festival in the Nepalese annual calendar, celebrated by Nepalese of all caste and creed throughout the country. The fifteen days of celebration occurs during the bright lunar fortnight ending on the day of the full moon. Thorough out the kingdom of Nepal the goddess Durga in all her manifestations are worshiped with innumerable pujas, abundant offerings and thousands of animal sacrifices for the ritual holy bathing, thus drenching the goddess for days in blood.