Advertisement

SEE Computer Science Model Questions | Class 10 Computer Science Questions

Here are See Computer Questions for practice, model questions of computer science class 10 for see. Read them well.


Q1. Answer the following questions:  (2*5=10)

Define star topology and write a reason why it is most popular.

What is a Internet ? List any two services provided by internet.

What is a spam? Write a measure to get rid of it.

List any four requirements for multimedia system.

Define Cyber Crime. Give 2 examples.

2. a. Convert as instructed: (2x1=2)

(i) (305)8 into decimal

(ii) (CAB)16 into binary

b. Perform binary operation.( 2x1=2)

(i) 101*11+101

(ii) Divide 101101 by 101

3. Match the following pairs: (4x0.5=2)

Power                                          Storage

Internet                                      UPS

HDD                                            Software

Excel                                            ISP

4. Select the correct answer: (4x0.5=2)

a. Which is not the network hardware component?

(i) Switch (ii) Repeater (iii) Router (iv) Windows NT

b. In which communication media does data travel in the form of light signal?

(i) Telephone wire (ii) Fiber optic (iii) Coaxial Cable (iv)Twisted pair cable

c. Which is not the protocol?

(i) POP (ii) IPX/SPX (iii) NETBIOS/NETBUI (iv) Client/Server

d. Which is the Anti-virus program?

(i) DNS (ii) NAV (iii) Windows 10 (iv) MS-Excel

SEE Computer Science Questions | Class 10 Computer Science Questions | SLC Computer Science Questions

Q5. Give the technical term for the followings:                   (0.5*4=2)

  1. A small computer network based on unbounded media.
  2. The first computer virus.
  3. The number of bits that can be transferred per second over a given transmission medium.
  4. A device where two different networks are linked together.

Q6. Write full forms of the followings:                                            (0.5*4=2)

  1. ATM           b) HTTP            c) WLAN                 d) PDF

7. Answer the following questions. (3x2=6) 
a. What is a database and DBMS?
b. What is data type? List any four types of data used in Microsoft Access?
c. Define Query. List any two uses of form.

10. a. What is a local and global variable?      1
b. Define C Language.List any two data types used in C language.    1
c. Write down the function of the following statements: 1

(i)NAME  (ii) EOF()

11.Write the output of the given program:  2
DECLARE SUB Series ( )
CALL Series
END

SUB Series ( )
N=2
C=1
WHILE C<=10
PRINT N
N=N+C
C=C+1
WEND
END SUB

12.Re-write the given program after correcting the bugs: 2
REM To display all the records from emp.dat file
OPEN "emp.dat" FOR APPEND AS#1
WHILE NOT FOE()
INPUT"Enter name ";N
INPUT"Enter Address";A
WRITE 1,N$,A
PRINT N$,A$
LOOP
CLOSE #1
END

 


Post a Comment

0 Comments