Tuesday, October 27, 2015

Dashain vacation

 Experience of  Dashain Vacation

Finally, the exam was over and everybody was cherishing this moment because it was the festive time. Everybody made plans of their own some decided to go to their villages well some decided to just enjoy the holiday. When I came home, I felt a breathe of relief because I didn't had to study for the next day examination. That day, I just went to the bed and slept. 

The next day of my vacation started with a smell of fresh air with light headed with no tensions about exams, homework's, classwork's, and study. I just wanted enjoy that time. I woke up at 8 am that morning. Then I took a bath and went to the temple for a good start. My family went to the Swaymbunath first but more than worshiping my sister took lot of photos. Then, we went to Bhadrakali and Sankata temple . Then we arrived home at 2 pm. Me n my Family were very much tired so all day we just rested. 

The next day I went to pashupatinath temple. Then we enter the temple, there was a huge crowd of people. Then I lit some incense then I heard someone calling my name then I saw Samikshya , I felt quite nice. After that we worshipped the temple and went to Gujeshwori temple,my mother realized her purse was lost but luckily  there was no money in that purse. After that we decided to go home. While returning home a park was being constructed so we went there and clicked some photos , I didn't wanted to leave that place because it was so beautiful and green. after a while, we went home.
Then the day of tika, i wore a red kurtha. All my family members gathered in my aunt's room. Everybody were happy and the tika began. Everybody was cracking jokes, making fun of others. My brother took a lot of money through his clever words. Then after the tika, we went to kitchen and ate meal. After a while, my mom,aunt,sister were watching photograph clicked at the time of tika. My brother, dad and uncle were playing cards and drinking wine. It was like a party. At the end of the day, my brothers took all the sound systems to the top floor and played music so loudly that everybody danced and made videos and enjoyed a lot. We danced till 10 at night. This day was the best memory of Dashain vacation.

All the other days of my vacation were spend by doing homework's and going to aunt's house for tika and using facebook. Well in this way my dashain vacation ended with lots of fun and new experience.








Friday, October 2, 2015

revision

1) What is HTML?
®HTML is a language which is used to prepare web pages, which are used in Internet to exchange data and information.

2)      What is web browser? Give any two example of web browser.
®Web browser is an application program that is stored in user's computer which is used to view the information of the webpage.
The 2 example of browser are:
1)      Microsoft Internet Explorer
2)      Netscape Navigator

3)      How many levels of heading tags are there in HTML?
®There are 6 levels of heading tags.

4)      What is the full form of URL.
®The full form of URL is Uniform Resource Locator.

5)      Define upload and download.
®Upload:
       It means to copy data or files to the server from local computer.
Download:
       It means to copy data or files to the local computer from server.

6)      What are tags?
®Tags are instructions that give signals to a browser.

7)      Who developed HTML?
®Tim-Berners Lee developed HTML.

8)      What is the function of the following tags?
®a)      Title: It is used to type the HTML document which is display on Title Bar.
b)      Body: IT is used for main body of HTML document.
c)       Table: It inserts table in the HTML document.
d)      A: It creates links between different or within the same document.
e)      Hr: It is used to draw a horizontal line which helps to divide the text into logical sections.
f)       Br: It is used to break the line.
g)      P: It is used to break the paragraph.
h)      Font: It is used to change the font faces, sizes and color of text.

9)      Write the structure of HTML document.
®<HTML>
<HEAD>
<TITLE> TEXT FOR TITLE</TITLE>
</HEAD>
<BODY>
TEXT AND OTHER TAGS
</BODY>
</HTML>

10)      Which tag provides scrolling text?
®Marquee tag provides scrolling text.

11) What is an operating system?
®An operating system is a collection of system software that together controls the operation of a computer system.

12)      What is MS-DOS?
®MS-DOS is a single user/single tasking operating system which was developed by Microsoft Company in the USA.

13)   What are the functions of operating system?
®The functions of operating system are:
·         Memory management
·         File management
·         Process management
·         Command interpretation
·         Security
·         User Interface

14)   What is booting?
®Booting is the process of loading MS-DOS system files loading into the computer memory.

15)     What are the system files of MS-DOS?
®The system files of MS-DOS are:
·         MS-DOS.SYS
·         COMMAND.COM
·         IO.SYS

16)      Difference between external command and internal command.
®The difference between internal and external command are:
External command
Internal command
It is the command stored in the disk as individual program files.
It is the command which is the part of the COMMAND.COM file of MS-DOS.
These commands are loaded to the computer memory when used.
These commands are loaded to the computer memory at the time of booting.
Eg: CHDSK,DISKCOPY,TREE,FORMAT etc.
Eg:CLS,DIR,COPY,DEL etc.

17)     What is file?
®File is a collection of related information stored on a disk.

18)     What is a directory?
®Directory is a table of content of a disk which is used to organize the file on the disks that makes it easy to handle files in the computer.

19)  What is a sub-directory?
®Sub directory is a directory created inside another disk.

20)    What is a disk drive?
®Disk drive is an electro-mechanical device that reads from and writes to disks.

21)   What is the role of AUTOEXEC.BAT?
®The role of AUTOEXEC.BAT is to set the characteristics of devices, customize the information that MS-DOS displays, starts the application program.

22)   What is the role of CONFIG.SYS file?
®The role of CONFIG.SYS file is to configure the hardware and reserve space in the memory for information processing the file which contains the command to configure the computer system.

23)   What is recycle bin?
®Recycle bin is a special folder which temporarily holds the items that is deleted.

24)   Write the functions of the following MS-DOS command.
a)    C:\> DATE
®It displays the current system date and allows us to change if necessary.
b)C:\>TIME 1:30p
®It sets the current system time to 1:30 pm.
c)       C:\>DIR  A:\SCHOOL\A*.BAS
®It displays all files whose first name starts with A having extension BAS of subdirectory school of A drive from C drive.
d)       C:\>DEL B???.TXT
®It deletes all the files whose first letter starts with B followed by 3 characters having extension txt of C drive.
e)      C:\>REN C:\CLASS\FIRST.TXT SECOND.TXT
®It renames the files first.txt to new file name second.txt of subdirectory class of C drive.
f)      C:\>VOL B:
®It displays the volume label of B drive.
g)       C:\>PROMPT $P$D$G of subdirectory
®It displays the prompt as C:\Mon 08/31/2015>
h)      C:\>VER
®It displays the current DOS version of computer.
i)      C:\>MOM\DAD\SON>CD\
®It changes to the root directory of C drive.
j)        C:\>COPY CON B:\TEST.TXT
®It creates a new file test.txt on B drive from C drive.
k)        C:\>TYPE B:\SCHOOL\TEST.TXT
®It displays the content of the file TEST.TXT of subdirectory SCHOOL of B drive from C drive.
l)      C:\>MD B:\MOM\SON
®It creates the subdirectory son under subdirectory MOM of B drive from C drive.
m)        C:\>COPY  A:\.*BAS  C:\SCHOOL\CLASS 10
®It copies all the files having extension BAS of A drive to subdirectory SCHOOL of C drive from C drive.
n)    C:\>DIR *.BAS/O-N
®It displays all the files having extension BAS in descending order.
o)      A:\>DIR  C:\A*.BAS/S
®It displays all the files whose first letter starts with A having extension BAS including subdirectories of C drive from A drive.
p)      C:\>DIR *.*/AD
®It displays only subdirectories of C drive.
q)      C:\>PROMPT BIDHAN
®It displays the prompt as BIDHAN.
r)      C:\>PROMPT $P$G
®It displays the prompt as C:\>.

25)      Write down the commands to perform the following tasks.
a)      To create a text file names DAD.TXT under C drive.
®C:\>COPY CON DAD.TXT
b)      To display the contents of DAD.TXT file of C drive.
®C:\>TYPE DAD.TXT
c)       To merge the contents of "Test1.txt" and "Test2.txt" to "Merged.Txt"
®C:\>COPY test1.txt+test2.txt merged.txt
d)      To create a subdirectory "Word" under "School" directory of C drive.
®C:\>MD C:\SCHOOL\WORD
e)      To delete all files having extension "BAT" from the root directory of C: drive.
®C:\>DEL *.BAT
f)       To display all files of each subdirectories of C: drive.
®C:\>DIR/S
g)      To copy all the files where the file name starts with "A" to the B: drive.
®C:\>COPY a*.*b:
h)      To change the systems prompt of your computer.
®C:\>PROMPT $P$T$G
i)        To display the MS DOS version of your computer.
®C:\>VER



26) What is utility software?
®Utility software is software which performs day to day task related to the maintenance of computer system.

27) What is a program?
®Program is a set of instructions written in a computer language to perform a specified task.

28) What is a tailored program? Give examples.
®Tailored program is a specialized set of programs which performs a specific task for the specific individual or organization.
Its examples are:
1)        SLC result processing software
2)        Telephone bill processing software

29) What is packaged program? Give examples.
®Packaged program is a generalized set of programs, which performs specific task for varieties of users. Example: MS-Word, MS-Excel, MS-Access.

30) What is a computer?
®Computer is an electronic machine which automatically store and accept input data, process them and produce output results by interpreting and executing the programmed instructions.

31) What is e-government?
®E-government is the use of internet technology as a platform for exchanging information from the government to the general public and other sectors of government.

32) What is a source program?
®A program which is ready to be translate into machine language is called source program.

33) What is object program?
®A program which is obtained after converting into machine language is called object program.

34) Write the full form of:
®NITDC: National Information Technology Development Council
NITC: National Information technology Council
NITCC: National Information Technology Co-ordination Committee
GUI: Graphical User Interface
IT: Information Technology
ATM: Automated Teller Machine
CAE: Computer Aided Education
CBT: Computer Based Training
E-mail: Electronic mail

35) What is information policy?
®Information Policy is the set of all public laws, regulations and policies that encourage, discourage, or regulate the creation, use storage, access and communication and dissemination of information.

36)" Information Technology boots the economic condition of a country." Explain in your own words.
®IT boots the economic condition of a country. Due to the widespread of IT, the norms and values will develop which will develop the financial status of a country. The living status of people will grow and they will also become aware and untimely it will help to alleviate poverty.

37) Write the 3 objectives of IT policy of Nepal 2057.
®The 3 objectives of IT policy of Nepal 2057 are:
1)      To build knowledge based society.
2)      To establish knowledge based industry.
3)      To make information technology accessible to general public and increase employment through this means.

38 .Differentiate between compiler and interpreter.
®The difference between compiler and interpreter are:
Interpreter
Compiler
It is used to translate a program written in the high level language to the machine codes each statement at a time.
It is also used to translate the program written in the high level language to the machine codes whole program at a time.
It displays each error at a time, so debugging becomes easier.
It displays all errors at a time. So, debugging becomes complex.



39) List any 3 harmful and beneficial effects of computers in society.
®The 3 harmful effects of computers in society are:
1)      If a data stored in a computer is lost then the person responsible for handling the data has to tolerate a lot.
2)      People don't use their mind for the common arithmetic which results to the lose of their numeric ability.
3)      People who don't have the knowledge of computer are considered as a second class citizen.

The 3 beneficial effects of computers in society are:
1)      An individual becomes more competent to take a decision because all the information required to take the decision is provide by the computer on time.
2)      A person working in a managerial level becomes less dependent to the low level staffs like clerks and accountants.
3)      Computer has created new fields of employment.

40) What is email? Write 3 advantages of it.
®Email is a service on the Internet, which allows an Internet user to send mail to another Internet user in any part of the world.

41) Explain the use of computer in education and communication.
®The use of computer in education and communication are:
Education:
              Nowadays, mostly all schools, colleges and universities are giving more emphasis to the computer educating including in their curriculum. In these institutes in addition to live solely. Computer education, computers have become essential for teaching and other subjects as well.
Communication:
              Email is a facility supported by computers to send message from one place to another. Email facilitates sending the message from one person to different person by the aid of computer and telephone line.

42) What is software?
®Software is a collection of programs which is used to control, manage and interpret the hardware components of the computer system to accomplish a specific task.

43) Give examples of utility software?
The examples of utility software:
1)      Antivirus
2)      Disk- defragmenter

44) Write its advantages and disadvantages of machine language.
®The advantages of machine language are:

·   The program written in a machine language does not need to be converted.
· A program developed using a machine language becomes extremely fast since no conversion is required.

Its disadvantages are:
·  It is machine dependent which means programming codes written for one type of machine are not applicable too another type of machine.
  ·   It is time consuming and tedious task to modify the program written in a machine language.
45) Write advantages and disadvantages of fourth generation language.
®Its advantages are:

·                     Easy to write programs in comparison to other level of languages.
·                     Provides a friendly environment and software can be designed in less time.
·                     Readymade modules, buttons, forms are available.
Its disadvantages are:

·                     It requires high resources.
·                     The program cannot be executed in low configuration machines.
46) What is programming? Differentiate between system programmer and application programmer.
®Programming is a technique to create a program including different steps in an organized way.
The difference between system programmer and application programmer are:
System Programmer

Application Programmer

A programmer which writes the program to boot the computer, to control hardware components etc. is
 called system programmer.

Those programmers which designs application programs to fulfill a specific task is called application programmer.

Device drivers and boot programs are designed by system programmer.

Mark sheet preparation program and billing system are designed by application programmer.

Thursday, September 17, 2015

question answers

PROGRAMMING CONCEPT
Answer the following questions:
a. What is programming? Differentiate between system programmer and application programmer.
® Programming is a technique to create a program including different steps in an organized way.
The difference between system programmer and application programmer are:
System Programmer
Application Programmer
A programmer which writes the program to boot the computer, to control hardware components etc. is called system programmer.
Those programmers which designs application programs to fulfill a specific task is called application programmer.

Device drivers and boot programs are designed by system programmer.
Mark sheet preparation program and billing system are designed by application programmer.


b. Define programming language. Write the types programming languages.
® A language which is used to write a program for the computer is called programming language. The types of programming language are:
  • Machine Language
  • Assembly Language
  • High-Level Language


     c. What is a high level programming language? Write its advantages and disadvantages.
® A language which use common English words for writing a program is called high level programming language. 
Its advantages are:
  • They are easy to use and learn.
  • They are machine dependent.
  • It is faster to write programs in the high-level language.
  • It is easy to write and modify program written in high level language.
Its disadvantages are:
  • It need language processors to convert the program codes to the machine language.
  • It takes more time to execute program.
  • Programs written in high level language cannot completely control hardware.


d.What is machine level language? Write its advantages and disadvantages.
® A language written in combination of 0 and 1 is called machine level language.
Its advantages are:
  • The program written in a machine language does not need to be converted.
  • A program developed using a machine language becomes extremely fast since no conversion is required.

Its disadvantages are:
  • It is machine dependent which means programming codes written for one type of machine are not applicable too another type of machine.
  • It is time consuming and tedious task to modify the program written in a machine language.


e. What are language processor? Write the use of interpreter.

® The programs which are used to translate the programming code written in any programming language in machine codes are known as a language translator.

The use of interpreter is to convert each statement of high level language into the machine codes line by line.


f.Define assembly language. Write its advantages and disadvantages.
®A language which uses mnemonic codes for writing a program is known as a assembly language.
Its advantages are:

  • It is easy to understand, write and modify the programs.
  • The program written in the assembly language executes faster because it is closer to the machine.
Its disadvantages are:
  • It is machine dependent which means the programmer must have the knowledge of hardware.
  • It takes more time to execute than the machine codes program.


g.Differentiate between compiler and interpreter.
®The difference between compiler and interpreter are:
Interpreter
Compiler
It is used to translate a program written in the high level language to the machine codes each statement at a time.
It is also used to translate the program written in the high level language to the machine codes whole program at a time.
It displays each error at a time, so debugging becomes easier.
It displays all errors at a time. So, debugging becomes complex.


h. Define fourth generation language. Write advantages and disadvantages.
Those programming languages which are designed to reduce programming effort, the time it takes to develop software, and the cost of software development is known as a fourth generation language.
Its advantages are:

  • Easy to write programs in comparison to other level of languages.
  • Provides a friendly environment and software can be designed in less time.
  • Readymade modules, buttons, forms are available.
Its disadvantages are:

  • It requires high resources.
  • The program cannot be executed in low configuration machines.