You are on page 1of 2

Set-2 a) Define star topology with a neat diagram.

Attempt all questions, सफा रेखाचित्रको साथ स्टार टोपोलोजीलाई परिभाषित गर्नुहोस्।
सबै प्रश्नहरू अनिवार्य छन् । b) What is IT policy? List any two goals of IT policy.
Group-'A' | 10x1=10] आईटी नीति के हो? आईटी नीतिका कु नै पनि दुई लक्ष्यहरू सूचीबद्ध गर्नुहोस्।
समूह 'क' c) What is a backup? Why is backup vital to computer security system?
Very Short Answer Question: ब्याकअप भनेको के हो? कम्प्युटर सुरक्षा प्रणालीको लागि ब्याकअप किन महत्त्वपूर्ण छ?
1. Give an answer in one sentence for the following questions. (6x1=6) d) How can the public benefit from the e-governance services? List some examples
तलका प्रश्नहरुको एक वाक्यमा उत्तर दिनुहोस् । of e-governance in nepal.
(a) Define email. ई-गभर्नेन्स सेवाबाट जनताले कसरी लाभ लिन सक्छन् ? नेपालमा ई-गभर्नेन्सका के ही उदाहरणहरू सूचीबद्ध गर्नुहोस्।
ईमेल को परिभाषा लेख्नुहोस् । e) Define encryption and decryption.
b) What is ETA ? एन्क्रिप्शन र डिक्रिप्शन परिभाषित गर्नुहोस्।
ETA भनेको के हो ? f) Write any four advantages of DBMS.
(c) What is cloud computing? DBMS को कु नै चार फाइदाहरू लेख्नुहोस्।
क्लाउड कम्प्युटिङ भनेको के हो ? g) List any four data types of Ms-Access.
d) What is the query? Ms-Access को कु नै पनि चार प्रकारको डेटा टाइप सूचीबद्ध गर्नुहोस्।
क्वे री भनेको के हो ? h) What is the form ? Write its advantages.
e) Define procedure. फारम के हो? यसको फाइदाहरू लेख्नुहोस् ।
प्रोसिड्युरको परिभाषा लेख्नुहोस् । i) What is the importance of Query in database?
f) Write any two data types of C language? डाटाबेसमा क्वे री को महत्त्व के हो?
C ल्याङ्वेजको कु नै दुई डाटा टाईप लेख्नुहोस ।
2. Write appropriate technical terms for the following. 5. Write down the output of the given program. [2]
उपयुक्त प्राविधिक शब्द लेख्नुहोस् । (2x1=2) तल दिइएको प्रोग्रामको आउटपुट लेख्नुहोस्।
a) A trail or record of data that you create while using the internet. DECLARE SUB Display (T$)
तपाईंले इन्टरनेट प्रयोग गर्दा सिर्जना गर्नुभएको डेटाको ट्रेल वा रेकर्ड। CLS
b) A system of interrelated computing device to exchange information over a T$ = "COMPUTER"
network without human-to-human or human to computer interaction. CALL Display (T$)
एक प्रकारको कम्प्युटिङ उपकरणको प्रणाली जहाँ सूचना आदानप्रदान गर्न मानिसबाट मानिस वा मानिसबाट कम्प्युटर END
अन्तरक्रियाको कु नै आवश्यकता पर्दैन । SUB Display (T$)
3. Write the full forms of the following. [2x1 = 2] FOR C = 1 to LEN (T$) STEP 2
पूर्ण रुप लेख्नुहोस् । D$ = MID$(T$, C, 1)
a) FTP PRINT D$;
b) ICT NEXT C
END SUB

6. Rewrite the given program after correcting the bugs.


दिइएको प्रोग्रामको गल्तीहरुलाई सच्याई पुनः लेख्नुहोस् । [2]
REM TO find the factorial of a given number.
DECLARE FUNCTION FACTO (N$)
Group-'B'|12x2 = 24] CLS
समूह 'ख' INPUT "Enter a number"; X
4. Answer the following questions. [9x2=18] PRINT "The Factorial is: ", FACTO (N)
तलका प्रश्नहरुको छोटो उत्तर दिनुहोस् । END
FUNCTION FACTO (N) use the same number to check if the number is odd or even using function
F=1 procedure.
WHILE N = 0 क) नम्बर इनपुट गर्नको लागि प्रोग्राम लेख्नुहोस् र SUB प्रक्रिया मोड्युल प्रयोग गरी १० औं पद सम्मको इनपुट संख्याको गुणन
F = F *N तालिका प्रिन्ट गर्नुहोस् र FUNCTION प्रक्रिया प्रयोग गरेर सो संख्या जोर वा बिजोर पत्ता लगाउनुहोस । [4]
N=N-1
WEND b) WAP to update the rate by increasing 20% from a sequential data file "Items।dat"
F = FACTO that store item name, rate and Quantity.
END FUNCTION ख) वस्तुको नाम, दर र मात्रा भण्डारण गर्ने क्रमिक डेटा फाइल "Items.dat" बाट 20% बढाएर दर अद्यावधिक गर्न एउटा
कार्यक्रम लेख्नुहोस्। [4]
7. Study the given program and answer the given questions. [2]
तल दिइएको प्रोग्राम अध्ययन गरी सोधिएको प्रश्नहरुको उत्तर लेख्नुहोस् । 10. Write a C PROGRAM to check whether the given number is divisible by 3 and 5
DECLARE FUNCTION SUM (N) or not.
CLS दिइएको संख्या 3 र 5 ले भाग गर्न सकिन्छ वा छैन भनी जाँच गर्न C प्रोग्राम लेख्नुहोस्। [4]
INPUT "Enter any number"; N OR अथवा
S = SUM (N) Write a program in C language to print the first 10 odd numbers.
PRINT "The Sum of individual digit is"; S पहिलो १० बिजोर संख्याहरू प्रिन्ट गर्नको लागि C भाषामा प्रोग्राम लेख्नुहोस्।
END
FUNCTION SUM (N)
WHILE N> 0
R = N MOD 10
T=T +R
N = N \ 10
WEND
SUM = T
END FUNCTION
a) State the purpose of using variable S in line 4 in the above program.
माथिको प्रोग्राममा लाइन ४ मा भेरीएबल ‘S’ प्रयोग गर्नुको उद्देश्य बताउनुहोस्।
b) Write the use of MOD in the above program.
माथिको प्रोग्राममा MOD को प्रयोग लेख्नुहोस्।

Group-'C' [4x4=16]
समूह 'ग'
8. Convert / calculate as per the instruction:
• निर्देशन अनुसार बदल्नुहोस् । [4x1=4]
a) (BAD)16 into binary
b) (730)10 into octal
c) (111011+1110) 2
d) (10001-1110)2 x 101₂
9. a)Write a program to input a number and using a SUB procedure module
print the multiplication table of that input number up to 10th term and also

You might also like