English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

HSC Science Class 11 - Tamil Nadu Board of Secondary Education Question Bank Solutions for Computer Science

Advertisements
[object Object]
[object Object]
Subjects
Popular subjects
Topics
Advertisements
Advertisements
Computer Science
< prev  281 to 300 of 358  next > 

Write the disadvantages of OOP.

[13] Introducton to Object Oriented Programming Techniques
Chapter: [13] Introducton to Object Oriented Programming Techniques
Concept: undefined >> undefined

What is the difference between public and private visibility modes?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Advertisements

What is the difference between the members present in the private visibility mode and the members present in the public visibility mode?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Based on the following class declaration answer the question?

class vehicle
{ int wheels;
public:
void input_data(float,float);
void output_data();
protected:
int passenger;
};
class heavy_vehicle : protected vehicle {
int diesel_petrol;
protected:
    int load;
public:
void read_data(float,float)
void write_data(); };
class bus: private heavy_vehicle {
char Ticket[20];
public:
void fetch_data(char);
void display_data(); };

The member function is inherited as public by Class Bus ______

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Explain the different visibility modes through pictorial representation?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Specify the visibility mode of base classes.

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

When a system restarts which type of booting is used.

[1] Introduction to Computers
Chapter: [1] Introduction to Computers
Concept: undefined >> undefined

Expand POST.

[1] Introduction to Computers
Chapter: [1] Introduction to Computers
Concept: undefined >> undefined

Add 11010102 + 1011012

[2] Number Systems
Chapter: [2] Number Systems
Concept: undefined >> undefined

Subtract 11010112 – 1110102

[2] Number Systems
Chapter: [2] Number Systems
Concept: undefined >> undefined

What is the capacity of a 12cm diameter DVD with a single-sided and single layer?

[3] Computer Organization
Chapter: [3] Computer Organization
Concept: undefined >> undefined

What is the smallest size of data represented in a CD?

[3] Computer Organization
Chapter: [3] Computer Organization
Concept: undefined >> undefined

Differentiate CD and DVD.

[3] Computer Organization
Chapter: [3] Computer Organization
Concept: undefined >> undefined

Differentiate CD and DVD.

[3] Computer Organization
Chapter: [3] Computer Organization
Concept: undefined >> undefined

Differentiate CD and DVD.

[3] Computer Organization
Chapter: [3] Computer Organization
Concept: undefined >> undefined

What are the functions of the Windows Operating system?

[5] Working with Windows Operating System
Chapter: [5] Working with Windows Operating System
Concept: undefined >> undefined

If i = 5 before the assignment i := i - 1 after the assignment, the value of i is ______

[6] Specification and Abstraction
Chapter: [6] Specification and Abstraction
Concept: undefined >> undefined

If 0 < i before the assignment i := i - 1 after the assignment, we can conclude that ______

[6] Specification and Abstraction
Chapter: [6] Specification and Abstraction
Concept: undefined >> undefined

Initially, farmer, goat, grass, wolf = L, L, L, L, and the farmer crosses the river with a goat. Model the action with an assignment statement.

[6] Specification and Abstraction
Chapter: [6] Specification and Abstraction
Concept: undefined >> undefined

What is abstraction?

[6] Specification and Abstraction
Chapter: [6] Specification and Abstraction
Concept: undefined >> undefined
< prev  281 to 300 of 358  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×