' Computer Science Basic Theory for CBSE Class XII Board Examination 2011 by Mr. Kapil bhatia

CBSE Important Questions

CBSE Guess > Papers > Important Questions > Class XII > 2011 > Computer Science > Computer Science By Mr. Kapil Bhatia

CBSE CLASS XII

Previous Index Next

Basic Theory (Part 2)

Page 5 of 7

  1. Name all the models available for database system.

Ans. There are three data models available:
a. Relational data model
b. Hierarchical data model
c. Network data model.

  1. What is e-mail? What are its advantages?

Ans. The e-mail or electronic mail is sending and receiving messages by a computer. The major advantages of e-mail are:

  • easy record maintenance
  • low cost
  • fast delivery
  1. What do you mean by the backbone network?

Ans. A backbone network is a network that is used as a backbone to connect several LANs together to form a WAN. Example. FDDI (Fiber Distributed Data Interface)

  1. What do you mean by client / server architecture?

Ans. Client server architecture refers to a network in which a workstation can request information from a computer that can shares resources i.e. the server.

  1. What is a relation? What is the difference between a tuple and an attribute?

Ans. Relation is a table, which is an arrangement of data in row and column format. Each of the relation has a number of columns with unique names.The rows of the table are called tuples and the columns of the table are called attributes.

  1. Describe Usenet.

Ans. Usenet is a group of individuals sharing a particular interest to discuss views regarding their interest i.e. newsgroup.

  1. Differentiate between ifstream class and ofstream class.

Ans. Ifstream class is used to create stream objects from which the syntax receives input data. Ofstream is used to create stream object to which the system can output data.
The ifstream is derived from istream class and it is used to associate a file with and input buffer so that the file can be read from .
The ofstream is derived from ostream class and it is used to associate a file with and output buffer so that the file can be write onto.

  1. What do you understand by visibility modes in class derivations? What are these modes?

Ans. Each member function and data member of a class has an attributes known as its visibility. The visibility mode determines the availability of the members of a base class to the deriving class from the derives class. The three modes are private, public and protected.

  1. Differentiate between read( ) and write( ) function.

Ans. Function write( ) writes data to a binary file from buffer. read() function read data in the buffer from a binary file.

  1. What is bridge?

Ans. Bridge is used to connect two network of same type such as that the LANs are logically same but physically separate.

 

Previous Index Next

Submitted By Mr. Kapil Bhatia
Email Id : [email protected]