SEBA Class 10 Computer Science Question Bank: Comprehensive Sample Papers & Answers

SEBA Class 10 Computer Science Question Bank: Comprehensive Sample Papers & Answers

You are currently viewing SEBA Class 10 Computer Science Question Bank: Comprehensive Sample Papers & Answers

Computer Class 10 Sample Paper 1

1. Fill in the blanks:

(a) The number of _____ denotes the degree of the table.

(b) An MYSQL statement is terminated by a _____.

(c) ______ attribute of the frame tag attaches the default URL

(d) A collection of related elements is called ______.

(e) The ____ tag draws a horizontal line across the web page.

2. State whether the following statements are True or False.

(a) We can use at most three loops in a single C program.

(b) Only the first statement inside the do-while loop executes when the condition is false.

(c) In a do-while loop, the condition is written at the end of the loop.

3. Answer the following Questions:

(a) What is a markup language?

(b) Write the history of HTML

(c) Differentiate between the <OL>and<UL> tags.

(d) What is the use of a type attribute with an unordered list?

(e) What are frames? How are they useful?

(f) What is the use of the <INPUT tag?

(g) Who were the developers of MYSQL?

(h) What is the query to display all the records in a table?

(i) What is data-hiding?

(j) What is polymorphism?

(k) Name two procedure-oriented programming languages.

(l) Define the padding property.

4. Answer the following questions:

(a) Why hostname not be used to identify a computer network?

(b) Why is MYSQL becoming so popular? Give two reasons.

(c) What are the rules for naming a table in MYSQL?

5. What is a nested loop? Why do we use nested loops in our program?

6. Write a short note on ‘Loop’.

7. Write any two limitations of arrays. Can you store your name and roll number in the same array?

8. Write a ‘C’ program and define a recursive function to find the sum of first ‘N’ natural numbers

Computer Class 10 Sample Paper 2

1. Choose the correct answer:

(a) Which device is required to connect multiple heterogeneous networks?

(i) Hub (ii) Switch (iii) Router (iv) Access point

(b) IP address can be automatically assigned if the network is connected with:

(i) Access point (ii) Mail server (iii) Web server (iv) DHCP server

(c) How many bytes are reserved for OUI in a MAC address?

(i) 3 (ii) 8 (iii) 24 (iv) 12

(d) What is the full form of HTTP?

(i) Hypertext Transparent Protocol (ii) Hypertechnology Transfer Protocol (iii) Hypertext Transistor Protocol (iv) Hypertext Transfer Protocol

(e) What is the full form of TCP?

(i) Transmission Control Protocol (ii) Transmission Control Program (iii) Transmission Control Proposal

2. Fill in the blanks:

(a) The hostname command is used to display ____.

(b) The length of an IPv4 and an IPv6 is ____.

(c) An access point is used to connect ____.

(d) The ping command is used to ____.

(e) HTTPS transfers ____ data.

(f) An array is a collection of _____.

(g) The objects of an array are called _____.

(h) Array elements are stored in _____.

(i) An array cannot be initialized if they are _____.

(j) The set of consecutive memory locations is called _____.

3. Write True or False:

(a) If the condition of the while loop is false, the control comes to the second statement inside the loop.

(b) We can use at most three loops in a single C program.

(c) The statements inside the do-while loop execute at least once, even if the condition is false.

4. Short answer questions:

(a) Can we compare HTTP and FTP protocols? Mention their functionality.

(b) What is a switch?

(c) What are the two types of IP addresses?

(d) Write the difference between Hub and Switch.

(e) Why do we use a loop in a C program?

5. Long answer questions:

(a) What are the different types of functions in C? Differentiate among them.

(b) Write C programs to display the following patterns using the nested loop construct:

4 3 2 1
4 3 2 1
4 3 2 1
4 3 2 1
4 3 2 1

Computer Class 10 Sample Paper 3

1. Answer the following questions:

(a) This clause is used to search the data within a range (specified lower and upper limit). What is the name of the clause?

(b) This operator displays only those records that do not satisfy the specified condition. What is the name of the operator?

2. Fill in the Blanks:

(a) The ping command is used to _____.

(b) The ___ element includes both on and off tags.

(c) A list inside another list is called ____.

(d) The number of columns _____ denotes the degree of the table.

(e) A MySQL statement is terminated by a _____.

3. Choose the correct option:

(a) IP address can be automatically assigned if the network is connected with: (i) Access Point (ii) Mail server (iii) Web Server (iv) DHCP Server

(b) Which of the following is used to define the style for a single HTML page? (i) Inline CSS (ii) Internal CSS (iii) External CSS (iv) None of these

4. Answer the following questions:

(a) What is the basic difference between POP and SMTP?

(b) What is the use of TCP?

(c) What is Cascading Style Sheet?

(d) Define Padding property.

(e) Write the syntax for using list-style-type property.

5. Answer the following questions:

(a) Write a C program to find the summation of the digits of an integer.

(b) Write a C program and declare an integer-type array with 7 elements in it. Display the address of the individual elements in the array.

(c) Write a C program to display the string characters.

(d) Write a C program and define a recursive function to find the summation of first N natural numbers.

(e) Explain the five categories of SQL commands.

Leave a Reply