हिंदी
Tamil Nadu Board of Secondary EducationHSC Science कक्षा ११

HSC Science कक्षा ११ - Tamil Nadu Board of Secondary Education Question Bank Solutions for Computer Science

Advertisements
[object Object]
[object Object]
विषयों
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Science
< prev  161 to 180 of 358  next > 

Write a note on the basic concepts that support OOPs?

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

class add{int x; public: add(int)}; Write an outline definition for the constructor.

[15] Polymorphism
Chapter: [15] Polymorphism
Concept: undefined >> undefined

Advertisements

Discuss the benefits of constructor overloading?

[15] Polymorphism
Chapter: [15] Polymorphism
Concept: undefined >> undefined

class sale ( int cost, discount; public: sale(sale &); Write a non-inline definition for constructor specified;

[15] Polymorphism
Chapter: [15] Polymorphism
Concept: undefined >> undefined

Answer the question after going through the following class.

class Book {
int BookCode ; char Bookname[20];float fees;
public:
Book( )   //Function 1
{ fees=1000;
BookCode=1;
strcpy(Bookname,"C++"); }
void display(float C) //Function 2
{ cout<<BookCode<<":"<<Bookname<<":"<<fees<<endl; }
~Book( )         //Function 3
{ cout<<"End of Book Object"<<endl; }
Book (intSC,char S[ ],float F) ; //Function 4
};

In the above program, what are Function 1 and Function 4 combined together referred to as?

[15] Polymorphism
Chapter: [15] Polymorphism
Concept: undefined >> undefined

Answer the question based on the following program.

#include<iostream>
#include<string.h>
using namespace std;
class comp {
public:
char s[10];
void getstring(char str[10])
{ strcpy(s,str); }
void operator==(comp);
};
void comp::operator==(comp ob)
{ if(strcmp(s,ob.s)==0)
cout<<"\nStrings are Equal";
else
cout<<"\nStrings are not Equal"; }
int main()
{ comp ob, ob1;
char string1[10], string2[10];
cout<<"Enter First String:";
cin>>string1;
ob.getstring(string1);
cout<<"\nEnter Second String:";
cin>>string2;
ob1.getstring(string2);
ob==ob1;
return 0; }

Name the object which gets destroyed in between the program.

[15] Polymorphism
Chapter: [15] Polymorphism
Concept: undefined >> undefined

Answer the question based on the following program.

#include<iostream>
#include<string.h>
using namespace std;
class comp {
public:
char s[10];
void getstring(char str[10])
{ strcpy(s,str); }
void operator==(comp);
};
void comp::operator==(comp ob)
{ if(strcmp(s,ob.s)==0)
cout<<"\nStrings are Equal";
else
cout<<"\nStrings are not Equal"; }
int main()
{ comp ob, ob1;
char string1[10], string2[10];
cout<<"Enter First String:";
cin>>string1;
ob.getstring(string1);
cout<<"\nEnter Second String:";
cin>>string2;
ob1.getstring(string2);
ob==ob1;
return 0; }

Which constructor will get executed in the above program? Write the output of the program?

[15] Polymorphism
Chapter: [15] Polymorphism
Concept: undefined >> undefined

A computer network security that monitors and controls incoming and outgoing traffic is ______.

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

The process of converting ciphertext to plain text is called ______.

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

Write two types of cyber attacks.

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

What is a Cookie?

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

What is the role of firewalls?

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

Write about encryption and decryption.

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

Explain about the proxy server.

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

Write the different types of cyber attacks.

[17] Computer Ethics and Cyber Security
Chapter: [17] Computer Ethics and Cyber Security
Concept: undefined >> undefined

Distinguish between data and information.

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

Classify the microprocessor-based on the size of the data.

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

Write down the classifications of microprocessors based on the instruction set.

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

Which of the following is not a function of an Operating System?

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

File Management manages ______.

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined
< prev  161 to 180 of 358  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×