Skip to main content

Parliament

Experience on             Visit
To
                 Parliament
At 11 o’clock and we all were excited to have our first look of Parliament’s inside. 29 students and 3 teachers gathered up and lined up to have a school bus’s ride towards New- Baneshwor. We entered the Parliament's territory from gate number 3.

Passing through 3 security checks .We were now inside the building. We were escorted from entrance gate to parapet by two of the security personnel’s in a very strict manner. We were told to control our human emotions like laughing, clapping hands and tapping feet. We were also instructed to sit in a gentle way. Using any pens, coins, medicines, chocolates and gums were strictly prohibited. This made us feel like it was more like punishment over opportunity.

The session begun delayed by 15 minutes in 1:15 with entrance of the head speaker Om sari Gharti Magar. The session begun with playing the National Anthem and further continued with discussions on contemporary issues. Most of them were related to effect of monsoon in Nepali road conditions and development projects, equality between Male and Female, corruption eradication and protection of natural heritages.

The session begun delayed by 15 minutes in 1:15 with entrance of the head speaker Onsari Gharti Magar. The session begun with playing the National Anthem and further continued with discussions on contemporary issues. Most of them were related to effect of monsoon in Nepali road conditions and development projects, equality between Male and Female, corruption eradication and protection of natural heritages.
The session lasted for over 2 and half hours. We were also able to encounter witty side of the speaker in the session.


The aim was to know about the functioning procedure of parliament, security measures taken and about the seriousness within members of parliament regarding contemporary issues. We came to know that system within the parliament was maintained highly. Security was so tight that even a coin was not let to go.

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.