WBBHSC Class 12 Modern Computer Application Higher Secondary Examination 2018
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. Select the correct answer from the alternatives : [1 × 21 = 21]
(i) In a 2-input XOR gate, one input is variable x. What value should be set to the other input of the gate so that the output is always x?—
- x
- 1
- 0
- All of these
(ii) ‘Parallel electric switches’ in a circuit is an example of—
- logical AND
- logical NOT
- logical OR
- none of these
(iii) Which of the following device converts analogue signal to digital signal and digital signal to analogue signal?—
- Repeater
- Switch
- Modem
- Hub
(iv) Which attribute of the table tag in HTML is used to add space in between adjacent cells of a table?—
- Cell spacing
- Cell margin
- Cell padding
- Cell width
(v) How many types of heading tags are there in HTML?—
- 4
- 6
- 5
- 2
(vi) RAW facts and figures are called—
- Data
- Information
- Snapshot
- Tables
(vii) Each row of a database table is known as—
- Attribute
- Tuple
- Degree
- Domain
(viii) Which of the following cannot be used to uniquely identify a tuple in a relation?—
- Primary key
- Candidate key
- Foreign key
- None of these
(ix) Which one of the following syntax is correct?—
- SUM (A1-A5)
- SUM (Al $ A5)
- SUM (A1;A5)
- SUM (Al: A5)
(x) Which of the following option is used to run multiple commands as a group in MS- Access?—
- Form
- Pages
- macro
- Report
(xi) We can store an image as a data item in a table in MS-Access using _____ data type—
- Memo
- Hyperlink
- OLE object
- Look up wizard
(xii) Which of the following functions in MS-Excel, is used to find out the number of times, a particular data is there in a data range?—
- Count
- Countif
- Sum
- Max
(xiii) Which of the following is a DCL statement?—
- Create
- Insert
- Drop
- Grant
(xiv) Which of the following is nofaDBMS software?
- dBase
- Oracle
- Visual Basic
- MS-Access
(xv) Data integrity refers to—
- non-duplication of data
- accuracy of data
- security of data
- centralised data
(xvi) Which of the following attributes is used to change the font style of a text in HTML?—
- Pattern
- Face
- Size
- Design
(xvii) E-mail is downloaded from the mailbox using the protocol—
- SMTP
- POP3
- IMAP
- MIME
(xviii) In which of the following media, data is transferred in the form of a light signal?—
- STP
- Co-axial cable
- Fiber optic cable
- All of these
(xix) In a de-multiplexer mcontrol bits can be used to select a maximum of how many output lines?—
- m2
- m
- 2m
- 2m
(xx) Which of the following gate is not required to implement a multiplexer?—
- AND
- OR
- NOT
- All of these are necessary
(xxi) What will be the value of F in the above diagram?—
- AB
- \overline{AB}
- A + B
- \overline{A+B}
2. Answer the following questions in short (Alternatives are to be noted): [1×14=14]
- Write the Truth Table of 1 x 4 DeMux. Or; Write a difference between MUX and DeMUX.
- What is the Baud rate?
- Write a function of www. Or; Give the names of two search engines.
- Write the syntax to give the background colour as ‘YELLOW’ in a webpage, using HTML. Or; What are the two main sections of an HTML document?
- What is the purpose of the ‘line break’ tag in HTML? Or; What do you mean by Container element in HTML?
- What is the main function of DBA?
- Which data type is necessary to store the Date of birth, in a table of MS-Access? Or, What do you mean by Query in MS-Access?
- What do you mean by Universal gate?
- Find out the relationship between the number of Input lines and Selection lines of a Multiplexer. Or; What is the function of a decoder circuit?
- What do you mean by Channel capacity? Or, Write the full form of IGMP.
- Write the difference between Half duplex and Full duplex communication.
- What is the function of ‘VALIGN’ attribute in HTML? Or; Write the code in HTML to make the following lien ‘Bold’ and ‘Italics’: “New Delhi the capital of India.”
- Define Normalization. Or; What do you mean by Candidate key?
- What is the address of the first cell in an MS-Excel sheet?
PART – A [Marks : 35]
Answer the following questions (Alternatives are to be noted): [7 x 5 = 35]
Question 1
- Write the difference between Decoder and Encoder.
- Write the truth table of Decimal to Binary Encoder and also draw the circuit diagram. 2 + (2 + 3)
Or
- Derive the logical expressions for difference and borrow of a half subtractor circuit. Draw the logic diagram.
- Design AND gate using NOR gate only.
- Draw the logic diagram of a 1 x 4 de-multiplexer circuit. (2 + 1) + 2 + 2
Question 2
- Distinguish between container tag and empty tag in HTML.
- Which tag is used for linking in HTML? Write one attribute of this tag with an example.
- Write the function of tr tag and td tag. 2 + 2 +(1½ + 1½)
Or
Write the code to create a webpage using HTML where the following features will be shown :
- Give the title of the webpage as ‘Modem Computer Application’.
- Give a heading using the thickest heading tag into the webpage as ‘Chapters of Modern Computer Application’.
- Create the following list: 1. Logic Gate & Comoinauonai circuit 2. Networking 3. Database Management System 4. Introduction to Spreadsheet 5. MS-Access. 1 + 1+5
Question 3
(a) Consider the following table :
- BOOK (Book Id. Title, Author, Stream, Price)
- MEMBER (Member Id, Name, Phone, Age)
- ISSUE (Issue No. Date. Member_Id, Book_Id)
- Display the title and author of ‘Science’ books whose price is less than or equal to Rs. 250.
- Display the name of members who have issued books on 23/02/2018.
(b) Define super key with an example.
(c) What do you mean by Many-to-Many relationship? (2 + 2) + 2 + 1
Or
- Explain the Selection and Projection operation with an example.
- What is DDL? Give two examples.
- What is ‘Database Schema’?
Question 4
- Write the syntax and function of
Product (), Average () and Upper () in MS-Excel. - Write an advantage of Goal Seek. (2 × 3) + 1
Or
- Discuss any two types of cell referencing in MS-Excel.
- Write the purpose of the sort and filter option in MS-Excel. (2 + 2) + (1½ + 1½)
Question 5
- Write the steps to set the relationship between two tables in MS-Access.
- State two differences between the Datasheet view and the Design view of MS-Access.
- What is the advantage of Query over data records in MS-Access? 3+2+2
Or
- What is the relationship between the Validation rule and the Validation text property in MS-Access?
- Write the steps for inserting a field in a table of MS-Access.
- What will happen if you input text-type data in a number-type field in MS- Access?