0% found this document useful (0 votes)
66 views4 pages

Term-II Pre-Board IT Paper

This document contains sample questions from sections A, B and C about employability skills, subject specific skills, and database management systems. Section A asks questions about entrepreneurship, business qualities, social status, and reducing CO2 emissions. Section B asks questions about database servers, accessing queries in Access, network architectures, instant messaging, primary keys, and virus attacks. Section C asks SQL queries about a student database with tables for student details and issued books, including queries to order data, identify primary keys, fetch unreturned books, and display dates when more than 5 books were issued.

Uploaded by

Akshay Kumar
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)
66 views4 pages

Term-II Pre-Board IT Paper

This document contains sample questions from sections A, B and C about employability skills, subject specific skills, and database management systems. Section A asks questions about entrepreneurship, business qualities, social status, and reducing CO2 emissions. Section B asks questions about database servers, accessing queries in Access, network architectures, instant messaging, primary keys, and virus attacks. Section C asks SQL queries about a student database with tables for student details and issued books, including queries to order data, identify primary keys, fetch unreturned books, and display dates when more than 5 books were issued.

Uploaded by

Akshay Kumar
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/ 4

SECTION A

Answer any 3 questions out of the 4 given questions on Employability 1


Entrepreneurship is not only beneficial for the entrepreneur himself but it
is also essential for the _____________ of the economy.
a. Progress b. Growth c. Decline d. All of these

2 Sunil had started a business after leaving his permanent job. He could
not earn any profit in the first few years of the business. He worked hard,
researched a lot, and put in extra effort to make the business succeed.
Which quality of Sunil is shown here?
a. Perception b. Intuition c. Passion d. Vision

3 The level at which an individual is viewed by society is called_______ .


a. Financial Status b. Qualification
c.Social Status d.Achievement

4 To reduce CO2 ,emissions into the atmosphere.


a. Plant trees b. Use hydro energy
c. Use solar energy d. All of these

Answer any 1 question out of the 2 given questions on Employability


Skills. (2 x 1 = 2 marks)

5 What are the main commercial functions that manage an entrepreneur?


6 Write any two objectives of sustainable development.

Section B

Answer any 5 questions out of the 6 given questions on Subject Specific


Skills. (1 x 5 = 5 marks)
7 ___________ are dedicated computers that hold the actual databases
and run only DBMS and related software.
a. Main Server b. Web Server
c. Database Server d. Non-Database Server

8 To create queries in access _________.


a. You can drag and drop fields on query builder
b. You can type the sql command in SQL view
c. You can use query wizard or design view
d. All of the above
9 At Rekha’s school, there is one central computer that has all the
resources, such as a printer and high-power processor. Which type of
network architecture is being used there?
a. Point-to-point b. Peer-to-peer
c. Client-Server d. Consumer-Provider

10 ______________ is a form of communication over the internet that


offers an instantaneous transmission of text-based messages from sender
to receiver.
a. Video Conferencing b. Instant Messaging
c. Blogging d. Networking

11 Which of the following fields in the table “Book” can act as a primary
key?
a. Book_number b. Subject c. price d. Author_name

12 Aarti is experiencing abnormal behaviour of some applications in her


computer.Some of her files have been converted to executable files with
the extension .exe’.What could be the possible reason for this?
a. Phishing attack b. Spamming attack
c. Virus attack d. Spyware attack

Answer any 2 questions out of the 3 given questions on Subject Specific


Skills. (2 x 2 = 4 marks)
13 Write two types of network architecture.
14 Define referential integrity.
15 Differentiate between tuples and attributes of a table.

Answer any 2 questions out of the 3 given questions on Subject Specific


Skills. (3 x 2 = 6 marks)

16 Explain network componants in detail.


17 Define blogging. What are the two methods of writing a blog?
18 Write down any two advantages of using computer networks.
Section C
Answer any 1 question out of the 2 given questions on Subject Specific
Skills. (5 x 1 = 5 marks)

19 ABS School uses a database management system to store student


details. The school maintains a database 'School_Data' under which there
are two tables.Student Table: To maintain the general details of every
student enrolled in the school.
StuLib Table: To store the details of issued books. BookID is the unique
identification number assigned to each book. The book can be issued for
a minimum duration of one day.

StuLib
Field Type
BookID Numeric
StulD Numeric
Issue_Date Date
Return_Dat Date
e

Student
Field Type
StuID Numeric
StuName Varchar(20)
StuAddress Varchar(50)
StuFatherName Varchar(20)
StuContact Numeric
StuAadhar Numeric
StuClass Varchar(5)
StuSection Varchar(1)

i. Identify the SQL query which will display the data from the StuLib
table in the ascending order of StudentID.
a) Select * from StuLibrary Order by BookID
b) Select * from StuLibrary Order by StuID
c) Select * from StuLibrary Order by StuID ASC
d) Select * from StuLibrary Order by StuID DESC

Choose the correct option:


a. Both queries i) and iv) will display the desired data.
b. Both queries i) and ii) will display the desired data.
c. Both queries iii) and iv) will display the desired data.
d. Both queries ii) and iii) will display the desired data.

ii. The Primary Key for StuLibrary Table is/are …….


a. BookID b. BookID, StuID c. BookID, Issued_date d. Issued_date

iii. Which of the following SQL query will fetch the IDs of the issued
books which have not been returned?
a. SELECT BookID from StuLibrary where BookID is NULL;
b. SELECT BookID from StuLibrary where StuID is NULL;
c. SELECT BookID from StuLibrary where Issued_date is NULL;
d. SELECT BookID from StuLibrary where Return_date is NULL;

iv. The Alternate Key for the Student Table will be…………………. .
a. StuName
b. StuContact
c. StuAadhar
d. StuClass

v. Write an SQL query to display the dates on which the number of books
issued is greater than 5.

20. Explain network topologies in detail.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy