WBBHSC Class 12 Modern Computer Application Higher Secondary Examination 2017
Time: 3 Hours 15 Minutes
(First 15 Minutes for reading the question paper only, 3 Hours for writing)
Full Marks – 70
PART – B [Mark-35]
1. Find out the correct answer out of the options given against each question : [1 × 21 = 21]
(i) In MS-Excel, is displayed just below the title bar—
- Name box
- Active cell
- Split bar
- Ribbon
(ii) Which of the following is a valid relationship?—
- One to zero
- One to one
- Zero to one
- Zero to zero
(iii) At least two tables are required to make which of the following key?—
- Primary key
- Alternate key
- Candidata key
- Foreign key
(iv) Which of the following statement is used to delete a schema of a database?—
- Del
- Drop
- Delete
- Remove
(v) Which of the following tag is used in HTML to arrange a list in a serial order?—
- <UL>
- <LI>
- <OL>
- All of these
(vi) Which of the following is an example of Empty Tag?—
- <B>
- <HR>
- <I>
- <title>
(vii) How many octets are there in a Net ID of Class ‘C’ IP address?—
- 3
- 1
- 32
- 4
(viii) What will be the sum expression of a Half-Adder for input variables A and B?—
- AB
- A B + AB
- A B + AB
- A + B
(ix) A two-input NAND gate having input variables A and B produces an output, which is given as input to another NAND gate again, then the final output which we found is equal to the following gate—
- OR
- AND
- NAND
- NOR
(x) Which of the following is used to represent data of a table in MS-Access?—
- Form
- Report
- Data View Sheet
- Design View
(xi) The output of a 2-input XNOR gate with input A and B is given by—
- AB
- A B + AB
- A B + AB
- A + B
(xii) Which of the following is a valid data type in MS Access?—
- Integer
- Currency
- Floating number
- Object data
(xiii) In MS-Excel, when data of a worksheet is converted onto a diagram, then it is known as—
- Form
- Chart
- Picture
- Table
(xiv) Which symbol is used to represent a ‘cartesian Product’ operation in Relational Algebra?—
- ρ
- π
- σ
- ×
(xv) In a E-R diagram of a database, a rectangle represents—
- an entity
- an attribute
- a relationship
- a key
(xvi) The number of attributes in a particular relation is called—
- Cardinality
- Domain
- Degree
- Tuple
(xvii) Which of the following tag is used to give the background colour in a webpage?—
- <BODY BGCOLOR>
- <BODY BACKGROUND COLOR>
- <BODY COLOR>
- <BODY BG COLOUR>
(xviii) Which of the following is not a web browser?—
- Netscape Navigator
- Google Chrome
- Google com
- Mozilla Firefox
(xix) Which of the following device is basically used to extend a LAN?—
- Bridge
- Router
- Repeater
- Switch
(xx) How many bits are there in an output of an Octal to Binary Encoder circuit?—
- 7
- 8
- 3
- 15
(xxi) The NOR gate is the complement of which of the following?—
- AND
- OR
- NOT
- NAND
2. Answer the following questions (Alternatives are to be noted): [1 × 14 = 14]
- Write down the truth table of the XOR gate.
- What do you mean by bandwidth? OR, What is Network interface card (NIC)?
- What is TCP/IP? OR, Define firewall.
- What is the purpose of <TITLE> tag in HTML?
- What is the function of <C0MMENT> tag in HTML? OR, What is the function of <TH> tag in HTML?
- What is an attribute?
- Write a feature of ‘Memo’ data type in MS-Access. OR, What is the purpose to show table dialog in MS-Access?
- Design an OR gate using NAND gate.
- Write the truth table of Half Substractor. OR, Define De-MUX.
- Write two features of Star topology. OR, How many links are needed to create a Mesh topology with 10 devices?
- Write two functions of web browser. OR, Write two advantages of Social Networking.
- Write two attribute names of <FONT>tag in HTML. OR, Write the syntax to display any text at the centre of a webpage in HTML,
- Define Data Dictionary. OR, Define a Primary key.
- Write the syntax of If function in MS-Excel.
- What is the purpose of Now ( ) function in MS-Excel?
PART-A [Mark-35]
Answer the following questions (Alternatives are to be noted): [7 × 5 = 35]
Question 1
- Derive the logical expression for the borrow output of the full subtractor circuit. Draw the logic diagram of it.
- Why is the control line required in a Multiplexer?
OR,
- Write the truth table of 3 to 8 line Decoder and also draw the block diagram
- Construct a Full-Adder using two Half-Adder. (2 + 2) + 3
Question 2
- What do you mean by marquee tag in HTML?
- What do you mean by hyperlink in HTML?
- How many types of heading tags are there in HTML and what are those? Which tag is to be used to give the smallest size heading?
- Write the syntax to make the thickness of the border as ‘5’ of a table. 2 + 2+ (1½ + ½) + 1
OR,
Using HTML code create a web page where the following features will be shown :
- Give the title of the web page as ‘This is a webpage’.
- Give a heading into the web page as ‘Study Materials’.
- Make the following list and also link an individual web page with each item of that list :
|
|
|
Assume that, Book.html will be linked with the ‘Book’ item. Diary, HTML will be linked with the ‘Diary’ item and Pen.html will be linked with the ‘Pen’ item.
1 + 1 + (2 + 3)
Question 3
- Define foreign Key with an example.
- What do you mean by ‘insertion anomaly’ in a database?
- Explain ‘Natural join’ with an example.
- What do you mean by Entity in a database? 2 + 2 + 2 + 1
OR,
Using SQL command do the following tasks :
Table: Student scholar
Scholar id | Scholar Name | Subject | Stipend | Research Institute |
S001 | A. Chatterjee | Physics | 28.000 | ABC |
S002 | B. Roy | Math | 35.000 | XYZ |
S003 | P. Das | Chemistry | 30.000 | PQR |
S004 | W. Ahmed | Computer
Science |
28.000 | XYZ |
S005 | S. Sinha | Physics | 25,000 | ABC |
- Show the record of Scholars of subjects ‘physics’ and ‘computer science’.
- Show the name and subject to the scholars whose id are in between ‘Soo2’ to ‘S004’.
- show the detail of all scholars who are not working in the ‘ABC’ institute. 3 + 2 + 2
Question 4
(a) Do the following tasks using MS-Excel :
- Add a new worksheet in a workbook.
- Insert a new column in a table.
(b) Write the steps to hide and unhide a row in MS-excel. (2 + 2) + 3
OR,
- What is the purpose of Autofill in MS-Excel?
- In MS-Excel, what are the functions of SUM ( ), MAX ( ) and COUNT ()? 1 + (2 × 3)
Question 5
- Write the steps to make an Auto Form in MS-Access.
- Write the procedure to delete the data of a table in MS-Access. 4 + 3
OR,
- How will you make a Report in MS-Access?
- Write the procedure to updata the data of a table in MS-Access. 4 + 3