0% found this document useful (0 votes)
23 views

New Model Set 1

This document contains a timed exam on computer science with multiple choice and short answer questions. It covers topics like: 1. Defining key computer terms like internet, computer security, e-commerce, and virtual reality in 1-2 sentences. 2. Writing out technical terms and acronyms like NIC and STP. 3. Describing concepts like cloud computing, preventing computer viruses, benefits of e-commerce, advantages of networks, areas AI can help, and differentiating data and information in 2-4 sentences. 4. Debugging and analyzing short programs in QBASIC and identifying variables and loop repetitions. 5. Converting numbers between binary, decimal,

Uploaded by

Arun Bhandari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

New Model Set 1

This document contains a timed exam on computer science with multiple choice and short answer questions. It covers topics like: 1. Defining key computer terms like internet, computer security, e-commerce, and virtual reality in 1-2 sentences. 2. Writing out technical terms and acronyms like NIC and STP. 3. Describing concepts like cloud computing, preventing computer viruses, benefits of e-commerce, advantages of networks, areas AI can help, and differentiating data and information in 2-4 sentences. 4. Debugging and analyzing short programs in QBASIC and identifying variables and loop repetitions. 5. Converting numbers between binary, decimal,

Uploaded by

Arun Bhandari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Time: 1 Hour 30 Minutes END

Grade: X F.M: 50 SUB PATTERN


Subject: Computer Science (Set- 1) L=2
[Candidates are required to answer the following questions in their own words as far as B=4
Practicable. The figures in the margin indicate full marks.] C=L*B
Attempt all the questions. PRINT C
Group ‘A' Very Short Answer [10x1=10] END SUB
1. Answer the following questions in one sentence. [6x1=6]
6. Debug the following program. [1x2=2]
a. What is the internet?
b. What is computer security? DECLARE SUB ABC()
c. What is e-commerce? CALL ABC
d. Define virtual reality.. END
e. Write any two data types of Ms-Access.. SUB ACB
f. What is the procedure in QBASIC? 4=M
2. Write the technical terms for the following. [2x1=2] B=4
a. Sending files from your computer to another computer.
b. A software program that detects and removes viruses from a C=M+B
computer. DISPLAY C
3. Write the full forms of the following. [2x1=2] END FUNCTION
a. NIC b. STP 7. Study the following program and do the activity that follows:
Group ‘B' Short Answer [12x2=24] [1x2=2]
4. Answer the following questions. [9x2=18] DECLARE SUB MULTIPLICATION (N)
a. What is cloud computing? Write its types. INPUT “ENTER ANY NUMBER”, N
b. List any four points to prevent viruses from entering inside our CALL MULTIPLICATION (N)
computer. END
c. Mention the benefits and limitations of E-Commerce. SUB MULTIPLICATION (N)
FOR I = 1 TO 10
d. List any four advantages of Computer Network. A=N*I
e. List some areas where AI can help us and how? PRINT A
f. Compare database and DBMS. NEXT I
g. What is cyber ethics? Write any two provisions of cyber ethics. END SUB
h. Define antivirus software with four examples. a.How many times will the loop repeat in the above program?
i. Differentiate between data and information. b.List the variable used in the above program.

Group ‘C' Long Answer [4x4=16]


5. Find the output of the following program [1x2=2]
8. Convert/calculate as per the instruction. [4*1=4]
DECLARE SUB PATTERN()
a. (20)10 = (?)2
CALL PATTERN
b. (101010)8 = (?)2
c. (110)2 + (100)2– (110)2
d. (100100)2 ÷ (100)2
9.
a) Write QBASIC program to print the area of a rectangle using
Sub...End Sub. [4]
b) Write a program to store records regarding the information of
Book number, Book’s name and Writer’s name in a sequential data
file called “Library.dat”.[4]
c) Write a program in C-language that asks any two numbers and
find their sum. [4]
or
Write a program that asks any two numbers and displays the
smaller one..
The End

You might also like