CS Knowledge Opener - Logo
CS Knowledge
Opener
Facebook Youtube Telegram
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
CS Knowledge Opener - Logo
CS Knowledge
Opener
Facebook Youtube Telegram
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
11th CS Tamil Medium

11th Computer Science Half yearly exam important five mark question 2022-2023

Baskaran J
December 16, 2022 2 Mins Read
962 Views
0 Comments

5 MARK QUESTIONS

Answer the following questions                                                                                      

  1. Discuss the various generations of computers.
  2. Find 1’s Complement and 2’s Complement for the following Decimal number (Any Example) a) -98 b) -135
  3.  Explain the types of ROM
  4. What are the types of Errors?
  5. What is an entry control loop? Explain any one of the entry controlled loop with suitable example.
  6. Explain Call by value method with suitable example.
  7. Explain scope of variable with example.
  8. What are the advantages of OOPs?
  9. What are the rules for operator overloading?
  10. Write the output of the following (Any Example)

#include<iostream>

using namespace std;

class student

{

int rno, marks;

public:

student(int r,int m)

{ cout<<“Constructor “<<endl;

rno=r;

marks=m;

}

void printdet()

{

marks=marks+30;

cout<<“Name: Bharathi”<<endl;

cout<<“Roll no : “<<rno<<“\n”;

cout<<“Marks : “<<marks<<endl;

}

};

int main()

{

student s(14,70);

s.printdet();

cout<< “Back to Main”;

return 0;

}

  1. Answer the questions based on the following program (Any Example)

#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; }

(i) Mention the objects which will have the scope till the end of the program.

(ii) Name the object which gets destroyed in between the program

(iii) Name the operator which is over loaded and write the statement that invokes it.

(iv) Write out the prototype of the overloaded member function

(v) What types of operands are used for the overloaded operator?

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

  1. Explain the different types of inheritance
  2. What is piracy? Mention the types of piracy? How can it be prevented?           

[pdf-embedder url=”https://csknowledgeopener.com/wp-content/uploads/2022/12/XI-CS-TOP-5-MARK-QUESTION-HALF-YEARLY-EXAM-2022-2023.pdf” title=”XI CS TOP 5 MARK QUESTION HALF YEARLY EXAM 2022-2023″]

Tags:

Five Marks

Share Article

Follow Me Written By

Baskaran J

Other Articles

Previous

12th Computer Applications Half yearly exam important five mark question 2022-2023

Next

11th Computer Applications Half yearly exam five mark question 2022-2023

Next
December 16, 2022

11th Computer Applications Half yearly exam five mark question 2022-2023

Previous
December 16, 2022

12th Computer Applications Half yearly exam important five mark question 2022-2023

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

five + 6 =

Related Posts

11th Computer Science Tamil medium Public Exam Important Important Question 2024-2025

Baskaran J
February 22, 2025

11th computer science Tamil medium new study material 2024-2025

Baskaran J
June 23, 2024

11th computer science public exam important question 2023-2024 for Tamil medium

Baskaran J
January 3, 2024

11th computer science practice tamil medium one mark question 2023-2024

Baskaran J
December 14, 2023

Subscribe to our newsletter and stay updated.

CS Knowledge Opener

CS Knowledge Opener focuses on 11th &12th Computer Science & Computer Applications English Medium & Tamil Medium. Programming Skills and also we are Publishing Study Materials Based on New syllabus introduced by TNSCERT. (TNBOARD).

Quick Links

  • Contact Us
  • About Us
  • Privacy Policy
  • Disclaimer
  • Terms and Conditions
Categories
11th CA English Medium 15
11th CA Tamil Medium 9
11th CS English Medium 21
11th CS Tamil Medium 12
12th CA English Medium 32
12th CA Tamil Medium 8
12th CS English Medium 36
12th CS Tamil Medium 12
Government Exams 36
Notifications 8
Other Subjects 13

Follow Us

Youtube
Facebook
Telegram
CS Knowledge Opener © 2020 - 2025. All Rights Reserved.