Computer Science for Class 11
INFINITY COURSE

Class 11 Computer science - NCERT Solutions, Notes, MCQs 2026-2027

2,625 students learning this week  ·  Last updated on Apr 30, 2026
Join for Free
EduRev's Computer Science for Class 11 Course for Humanities/Arts provides a comprehensive understanding of computer science concepts tailored specifi ... view more cally for students in the humanities and arts stream. This course covers key topics such as programming languages, algorithms, data structures, and more, enabling students to develop a strong foundation in computer science. With EduRev's engaging and interactive lessons, students can effectively grasp these concepts and apply them in real-world scenarios. Boost your knowledge and skills in computer science with EduRev's Computer Science for Class 11 Course for Humanities/Arts.

Class 11 Computer science - NCERT Study Material

Trending Courses for Humanities/Arts

Complete Guide to Computer Science for Class 11 Humanities Students

Computer Science has emerged as one of the most sought-after elective subjects for Class 11 Humanities students across Indian schools. Whether you're appearing for the first time or looking to strengthen your understanding, this comprehensive guide will help you navigate the entire course structure and prepare effectively for your examinations.

The Class 11 Computer Science course is designed to introduce you to fundamental concepts of computing, programming, and computational thinking. Unlike traditional subjects, this course combines theoretical knowledge with practical programming skills, making it essential to balance both aspects during your preparation. With Python 3.x as the primary programming language, you'll gain hands-on experience in writing real-world applications.

This guide covers all chapters systematically, offering study tips and resources to help you secure excellent marks. Let's explore each major topic that forms the backbone of your Computer Science for Class 11 syllabus.

Understanding Computer System: Hardware and Software Fundamentals for Class 11

The foundation of any computer science course begins with understanding how computers work. The computer system unit introduces the basic organization of computers, hardware components, and software types that work together to perform computational tasks.

When studying computer systems, you'll encounter several key concepts:

  • Hardware Components: CPU, RAM, storage devices, input/output devices, and motherboard
  • Software Types: System software, application software, and utility software
  • Computer Organization: How different components interact and communicate
  • Data Flow: Understanding how data moves through the system

To build a solid foundation in Computer System Class 11, explore our detailed chapter on Computer System which breaks down each component with practical examples relevant to your daily computing experience.

Encoding Schemes and Number System Explained for Class 11 Students

Understanding different number systems and encoding schemes is crucial for grasping how computers store and process information. This topic forms the bridge between theoretical computer science and practical programming implementation.

The Number system Class 11 curriculum covers:

Number System Base Digits Used Example
Binary 2 0, 1 1101
Octal 8 0-7 715
Decimal 10 0-9 461
Hexadecimal 16 0-9, A-F 1CD

For Encoding schemes Class 11, you'll study ASCII (American Standard Code for Information Interchange) and Unicode, which define how characters are represented numerically in computers. Master these concepts by reviewing our comprehensive resource on Encoding Schemes and Number System.

Getting Started with Python Programming in Class 11: A Beginner's Guide

Python is the recommended language for Class 11 Computer Science because of its simple syntax and powerful capabilities. Getting started with Python Class 11 is straightforward, and you don't need prior programming experience to excel in this section.

When beginning your Python for Class 11 journey, you'll cover:

  • Installing Python 3.x on your computer
  • Understanding Python syntax and structure
  • Working with variables and data types (int, float, str, bool)
  • Using operators (arithmetic, logical, comparison)
  • Input and output operations using print() and input() functions

Many students find Python basics for beginners Class 11 intimidating, but with consistent practice, these fundamentals become second nature. Our detailed guide on Getting Started with Python provides step-by-step instructions and practice exercises to build confidence in your programming abilities.

Mastering Flow of Control and Functions in Python for Class 11

Once you understand basic Python syntax, the next critical topic is Flow of Control Python Class 11, which teaches you how to write programs that make decisions and repeat tasks. This is where programming becomes truly powerful.

Flow of control Class 11 includes:

  • Conditional statements: if, elif, else structures
  • Loop structures: for loops and while loops
  • Loop control statements: break and continue
  • Nested loops and complex decision-making

Following this, Functions in Python Class 11 teaches you to organize code into reusable blocks. Functions are essential for writing clean, maintainable code that's easier to debug and test. Our comprehensive resource on Flow of Control and Functions covers parameter passing, return values, variable scope, and built-in functions that you'll use extensively.

Data Structures in Class 11 Computer Science: Strings, Lists, Tuples and Dictionaries

Data structures are fundamental to programming. Data structures Class 11 teaches you how to organize and manipulate collections of data efficiently. This section requires both theoretical understanding and practical programming skills.

Strings in Python Class 11 cover string creation, manipulation, and built-in string methods. Lists in Python Class 11 are ordered, mutable collections that you'll use constantly in your programs. Understanding Tuples and Dictionaries Class 11 adds flexibility to your programming toolkit.

Data Structure Mutable? Ordered? Use Case
String No Yes Text processing
List Yes Yes Storing multiple items
Tuple No Yes Immutable collections
Dictionary Yes No (in older versions) Key-value pair storage

Explore our detailed guides on Strings, Lists, and Tuples and Dictionaries for comprehensive explanations with practical examples.

Introduction to Problem Solving and Computational Thinking for Class 11

Problem solving Class 11 teaches you how to approach programming challenges systematically. Computational thinking Class 11 is about breaking down complex problems into manageable parts and developing algorithmic solutions.

This topic covers essential problem-solving techniques:

  • Algorithmic thinking and step-by-step problem decomposition
  • Flowcharts for visualizing program logic
  • Pseudocode for planning before implementation
  • Pattern recognition and abstraction

Strong problem-solving skills differentiate excellent programmers from average ones. Learn these invaluable techniques in our detailed resource on Introduction to Problem Solving.

Emerging Trends in Computer Science: AI, IoT, and Big Data for Class 11

The contemporary technology landscape is shaped by emerging technologies that are transforming industries worldwide. Emerging trends in technology Class 11 introduces you to these game-changing concepts that will define your career in computer science.

Emerging Trends Class 11 curriculum includes:

  • Artificial Intelligence and Machine Learning: Computers learning from data without explicit programming
  • Internet of Things (IoT): Connected devices communicating and sharing data
  • Big Data: Processing and analyzing massive volumes of data
  • Cloud Computing: On-demand computing resources accessible over the internet
  • Blockchain: Distributed ledger technology ensuring security and transparency

Understanding these Emerging Trends Class 11 concepts prepares you for the future of technology and helps you appreciate the societal impact of computing. Our comprehensive guide on Emerging Trends explains each technology in student-friendly language.

Societal Impact of Technology: Digital Footprint and Cyber Ethics for Class 11 Students

Technology doesn't exist in a vacuum. Understanding the Societal impact of technology Class 11 is crucial for responsible computing. Cyber ethics Class 11 and Digital footprint Class 11 are increasingly important topics that address ethical and security concerns.

Key topics in this section include:

  • Digital Footprint: The trail of information you leave online
  • Cyber Safety: Protecting yourself from online threats
  • Data Privacy: Understanding and managing personal information
  • Intellectual Property Rights: Respecting ownership of digital content
  • Cyber Security Awareness: Preventing unauthorized access and data breaches

For detailed insights on responsible technology use and ethical computing practices, review our resource on Societal Impact.

How to Prepare for Class 11 Computer Science: Chapter-wise Strategy

Effective preparation requires a structured approach. Here's a strategic preparation plan for Class 11 Computer Science preparation:

Phase 1: Foundation Building (Weeks 1-3)

  • Study Computer System and Number Systems thoroughly
  • Install Python and become familiar with the environment
  • Practice basic syntax and data type operations

Phase 2: Core Programming Concepts (Weeks 4-8)

  • Master Flow of Control with numerous practice problems
  • Understand Functions and their implementation
  • Write 10-15 programs combining these concepts

Phase 3: Data Structures and Problem Solving (Weeks 9-12)

  • Work extensively with Strings, Lists, Tuples, and Dictionaries
  • Develop problem-solving skills using flowcharts and pseudocode
  • Implement data structure manipulation programs

Phase 4: Holistic Understanding (Weeks 13+)

  • Study Emerging Trends and Societal Impact
  • Revise all concepts and take full-length practice tests
  • Focus on weak areas identified during practice

Best Study Material and Free Resources for Class 11 Computer Science

Quality study material is essential for success. Class 11 Computer Science notes and Computer Science Class 11 study material available on EduRev provide comprehensive coverage of all topics. Best Computer Science notes Class 11 should include clear explanations, practical examples, and visual diagrams.

EduRev offers:

  • Chapter-wise detailed notes with illustrations
  • Practice questions covering all difficulty levels
  • Video tutorials explaining complex concepts
  • Downloadable resources for offline learning

Access Class 11 Computer Science notes PDF and other resources through EduRev's platform, which provides Free Computer Science notes Class 11 that are regularly updated to match the latest curriculum.

Python Programming Practice Questions for Class 11 Computer Science

Practice is absolutely essential for programming mastery. Python practice questions Class 11 help you apply theoretical knowledge to real problems. Regular practice with Class 11 Computer Science programs builds confidence and coding proficiency.

Practice different problem types:

  • Basic input/output and data type manipulation
  • Conditional logic and decision-making
  • Loop-based problems and iterations
  • Function definition and recursive solutions
  • Data structure operations and manipulations
  • Combined programs using multiple concepts

Consistent practice with Computer Science Class 11 practice problems ensures you're well-prepared for examinations and develop practical programming skills that extend beyond academic requirements.

Your success in Class 11 Computer Science 2026 depends on balanced preparation combining theoretical understanding with hands-on programming practice. Use the resources provided, maintain a structured study schedule, and engage actively with problem-solving to achieve excellent results.

Computer Science for Class 11 for Humanities/Arts Exam Pattern 2026-2027

Computer Science for Class 11 Exam Pattern for Humanities/Arts



In today's digital age, computer science plays a vital role in various fields, including humanities and arts. The subject of computer science for Class 11 in the humanities/arts stream introduces students to the fundamental concepts of computing and its applications in this specific domain. Understanding the exam pattern is crucial for students to effectively prepare for their computer science exams. Here is a breakdown of the exam pattern for computer science in Class 11 humanities/arts:

1. Theory Paper:


The theory paper is one of the components of the computer science exam. It comprises a comprehensive assessment of the theoretical knowledge of the subject. Students are tested on their understanding of concepts, definitions, and applications related to computer science. The theory paper usually consists of long-answer type questions and covers topics such as:

- Introduction to computer systems and architecture
- Data representation and computer arithmetic
- Programming concepts and languages
- Algorithms and flowcharts
- Operating systems
- Database management systems
- Internet and web technologies
- Cybersecurity and ethical considerations

2. Practical Examination:


The practical examination is another significant component of the computer science exam for Class 11 humanities/arts. It aims to assess students' proficiency in applying theoretical knowledge to practical scenarios. The practical exam typically involves programming tasks, where students are required to write and execute code, debug programs, and demonstrate their problem-solving skills. The practical examination also evaluates students' understanding of various programming concepts and their ability to work with different programming languages.

3. Project Work:


Project work is an essential part of the computer science exam for humanities/arts students. It allows students to explore and apply their knowledge in real-world scenarios. Students are required to undertake a project based on a specific topic related to computer science. This project involves research, planning, implementation, and documentation. The project work assesses students' ability to integrate theoretical concepts with practical applications, critical thinking, and presentation skills.

4. Internal Assessment:


Internal assessment is a continuous evaluation process carried out throughout the academic year. It accounts for a certain percentage of the final computer science grade. It includes various activities such as class tests, assignments, quizzes, and practical exercises. The internal assessment provides an opportunity for students to demonstrate their understanding and application of computer science concepts on a regular basis.

In conclusion, the exam pattern for computer science in Class 11 humanities/arts involves a theory paper, practical examination, project work, and internal assessment. It is essential for students to thoroughly understand the exam pattern, study the prescribed syllabus, and practice regularly to excel in the subject. Computer science skills are relevant and valuable in numerous career paths, making it an important subject for humanities/arts students to pursue.

Computer Science for Class 11 Syllabus 2026-2027 PDF Download

Humanities/Arts Computer Science for Class 11 Syllabus



1. Humanities/Arts Computer Systems and Organisation


- Introduction to computer systems and their components
- Understanding the organization of a computer system
- Study of various input and output devices
- Overview of computer memory and storage systems
- Introduction to operating systems and their functions
- Basics of computer networks and communication

2. Humanities/Arts Computational Thinking and Programming


- Introduction to computational thinking and problem-solving techniques
- Understanding algorithms and their design
- Basics of programming languages and their syntax
- Introduction to programming paradigms such as procedural and object-oriented programming
- Hands-on experience in writing and executing simple programs
- Debugging and testing techniques for programs
- Introduction to data structures and their implementation in programming

3. Humanities/Arts Society, Law and Ethics


- Exploring the impact of computers and technology on society
- Understanding the legal and ethical issues related to computer science
- Study of intellectual property rights in the digital age
- Analysis of privacy and security concerns in the digital world
- Discussion on the ethical use of technology and responsible digital citizenship
- Understanding the role of computer science in shaping social, economic, and cultural aspects of society

By incorporating the above topics into the Humanities/Arts Computer Science syllabus, students will gain a comprehensive understanding of the fundamental concepts and principles of computer science, while also exploring its societal and ethical implications. Through hands-on programming exercises and discussions on legal and ethical issues, students will develop critical thinking skills and become responsible digital citizens.

Note: This syllabus is designed for Class 11 students pursuing Humanities/Arts stream. It aims to provide a foundation in computer science concepts while also catering to their specific interests and career goals.

This course is helpful for the following exams: Commerce, Humanities/Arts

How to Prepare Computer Science for Class 11 for Humanities/Arts?

How to Prepare Computer Science for Class 11 for Humanities/Arts?



Computer Science is an essential subject in today's technological world, regardless of whether you are pursuing Humanities/Arts. It equips students with critical thinking, problem-solving, and analytical skills that are increasingly valuable in various career paths. If you have chosen Computer Science as a subject in Class 11 for Humanities/Arts, here are some tips to help you prepare effectively.

1. Understand the Syllabus:


Begin by thoroughly understanding the syllabus for Computer Science in Class 11. Familiarize yourself with the topics, concepts, and programming languages you will be studying. This will give you a clear roadmap of what to expect and help you plan your study schedule accordingly.

2. Organize Your Study Materials:


Gather all the necessary study materials, including textbooks, reference books, and class notes. Keep them well-organized in a folder or binder so that you can easily access them when needed. Having all the resources in one place will save you time and make your study sessions more efficient.

3. Create a Study Schedule:


Develop a study schedule that suits your routine and allows for consistent learning. Allocate specific time slots for Computer Science and stick to the schedule. Break down the topics into manageable chunks and assign specific study goals for each session. Regular practice and revision are key to mastering Computer Science.

4. Seek Clarification:


If you encounter any difficulties or have doubts while studying Computer Science, don't hesitate to seek clarification from your teachers or classmates. Engage in discussions, ask questions, and participate actively during classroom sessions. Understanding the concepts thoroughly will lay a strong foundation for further learning.

5. Practice Programming:


Computer Science involves programming, and hands-on practice is crucial to grasp the concepts effectively. Code regularly, solve programming problems, and experiment with different algorithms. Practice will enhance your coding skills and help you understand the logical thinking behind programming languages.

6. Utilize Online Resources:


In addition to your textbooks, take advantage of online resources such as video tutorials, interactive websites, and educational forums. EduRev, the platform offering the Computer Science course, can be a valuable resource for comprehensive study materials, practice questions, and mock tests. Make the most of these resources to reinforce your understanding and test your knowledge.

7. Review and Revise:


Regularly review the topics you have covered and revise them thoroughly. Create summary notes or flashcards to aid in quick revision. Practice solving sample papers or previous year question papers to familiarize yourself with the exam pattern and time management.

Remember, consistent effort and practice are essential to excel in Computer Science. Stay motivated, stay focused, and approach the subject with a curious mindset. With the right preparation and dedication, you can succeed in Computer Science, even as a student pursuing Humanities/Arts. Good luck!

Importance of Computer Science for Class 11 for Humanities/Arts

Importance of Computer Science for Class 11 Course for Humanities/Arts



In today's digital age, computer science has become an essential skill for individuals across various fields, including humanities and arts. The Class 11 course in computer science offered by EduRev provides students with a strong foundation in this subject, equipping them with valuable knowledge and skills that can greatly benefit their academic and professional pursuits.

Enhancing Analytical and Problem-Solving Skills



Computer science involves the study of algorithms, logical reasoning, and problem-solving techniques. By enrolling in the Class 11 computer science course, students in the humanities and arts can develop their analytical and critical thinking abilities. They can learn to break down complex problems into smaller, manageable components and devise effective solutions. These skills are highly transferable and can be applied to various disciplines, enabling students to approach challenges with a structured and logical mindset.

Introduction to Coding and Programming



Coding and programming are fundamental skills in computer science. Through the Class 11 course, students in humanities and arts can gain exposure to the basics of coding and programming languages. This knowledge can open up new avenues for creativity and innovation, allowing students to develop interactive websites, create digital art, or even explore opportunities in game design. Understanding coding concepts can also enhance students' appreciation for technology and its impact on various aspects of society.

Complementing Other Humanities and Arts Subjects



Computer science is not meant to replace subjects in the humanities and arts but rather to complement them. The Class 11 course in computer science can provide a unique perspective and skill set that can be applied to other fields. For instance, students studying literature can leverage computer science to analyze large datasets of literary works, leading to new insights and interpretations. Artists can utilize programming techniques to create interactive installations or digital artwork. The integration of computer science with humanities and arts subjects can result in interdisciplinary projects and collaborations, fostering innovation and fostering a holistic educational experience.

Job Opportunities and Future Prospects



Having a strong foundation in computer science can significantly enhance the career prospects of students in humanities and arts. In today's technology-driven world, there is a high demand for professionals who possess both creative and technical skills. By completing the Class 11 computer science course, students can explore careers in fields such as web development, data analysis, digital marketing, and multimedia design. Additionally, computer science knowledge can also provide a competitive edge when pursuing higher education or research opportunities in related fields.

In conclusion, the Class 11 computer science course offered by EduRev holds immense importance for students in humanities and arts. It equips them with essential skills, enhances their problem-solving abilities, complements their existing subjects, and opens up a wide range of career opportunities. Embracing computer science as part of their academic journey can empower students to thrive in the digital era and make meaningful contributions in their chosen fields.

Computer Science for Class 11 for Humanities/Arts FAQs

1. What are the main topics covered in Computer Science for Class 11?
Ans. Computer Science Class 11 includes fundamentals of programming, data representation, algorithms, problem-solving methodology, introduction to Python, database concepts, and networking basics. Students learn computational thinking, flowcharts, pseudocode, number systems, and Boolean algebra. The curriculum emphasizes practical coding skills alongside theoretical computer science foundations needed for board examinations and competitive entrance tests.
2. How do I write efficient algorithms and flowcharts for Class 11 Computer Science problems?
Ans. Algorithm design requires breaking problems into logical steps, identifying input-output requirements, and ensuring each step is clear and executable. Flowcharts visually represent these steps using standard symbols: rectangles for processes, diamonds for decisions, and parallelograms for input/output. Practice with simple problems first, then progress to complex ones. Focus on time and space efficiency, proper variable naming, and logical flow to master this essential skill.
3. What is the difference between Python and other programming languages taught in Class 11?
Ans. Python is Class 11's primary language due to its simple syntax, readability, and beginner-friendly structure compared to C++ or Java. Python requires fewer lines of code, has built-in libraries for data manipulation, and supports multiple programming paradigms. It's ideal for learning fundamental concepts like variables, loops, conditionals, functions, and file handling before advancing to complex languages in higher classes.
4. How do I solve number systems and base conversion problems in Class 11 Computer Science?
Ans. Number system conversion involves changing between binary, octal, decimal, and hexadecimal bases. For decimal-to-binary conversion, repeatedly divide by 2 and note remainders; reverse the order for the result. For binary-to-decimal, multiply each digit by powers of 2 and sum them. Practice conversion tables, understand positional value concepts, and learn shortcut methods for octal-hexadecimal conversions to solve exam problems accurately.
5. What are data types, variables, and operators in Python for Class 11?
Ans. Data types define what kind of values variables store: integers, floats, strings, and booleans are primary types. Variables are named containers holding these values; naming follows rules like starting with letters or underscores. Operators perform operations: arithmetic (+, -, *, /), comparison (==, !=, <, >), logical (and, or, not), and assignment (=). Understanding these fundamentals is crucial for writing functional Python programs and passing concept-based examination questions.
6. How do Boolean algebra and logic gates relate to Class 11 Computer Science fundamentals?
Ans. Boolean algebra uses true/false values and logical operators (AND, OR, NOT) to solve digital circuit problems. Logic gates are hardware implementations of these operations, forming the foundation of computer processors. Truth tables represent all possible input-output combinations for gates. Class 11 students learn to simplify Boolean expressions using algebraic laws, design basic circuits, and understand how gates combine to create complex computational systems.
7. What is database management system and relational database concepts for Class 11?
Ans. A Database Management System (DBMS) stores, retrieves, and manages structured data efficiently. Relational databases organize data into tables with rows and columns, connected through primary and foreign keys. Key concepts include tables, records, attributes, normalization, and SQL queries. Students learn database design principles, entity-relationship diagrams, and how relational models prevent data redundancy while ensuring data integrity for examination success.
8. How do I understand networking basics and internet protocols in Class 11 Computer Science?
Ans. Networking basics cover how computers communicate through interconnected systems using protocols-standardised rules governing data transmission. The OSI model has seven layers; TCP/IP is the primary internet protocol suite. Key concepts include IP addressing, MAC addresses, routers, switches, and DNS. Students learn topologies (LAN, WAN, MAN), data transmission modes, and cybersecurity fundamentals essential for understanding modern digital infrastructure and exam requirements.
9. What does problem-solving methodology mean, and how do I apply it in Class 11 Computer Science assignments?
Ans. Problem-solving methodology is a structured approach: understand the problem, identify inputs/outputs, plan a solution using algorithms and flowcharts, write pseudocode, implement code, and test thoroughly. This systematic process prevents logical errors and ensures efficient solutions. Breaking complex problems into smaller modules, using debugging techniques, and validating outputs against test cases strengthens problem-solving skills crucial for both coursework and examinations in Class 11.
10. What are the best ways to prepare for Class 11 Computer Science exams with practice questions?
Ans. Effective exam preparation involves studying NCERT textbooks, solving previous year questions, and practising coding problems regularly. Create detailed notes on algorithms, flowcharts, and Python syntax. Use EduRev's MCQ tests, worksheets, and visual aids covering data representation, database concepts, and networking topics. Practice time-bound mock tests, review mistakes, and clarify doubts through concept-focused revision to build confidence and secure high marks.

Best Computer Science for Class 11 for Humanities/Arts NCERT Solutions and Study Materials

Looking for the best Computer Science for Class 11 for Humanities/Arts NCERT study materials and Computer Science for Class 11 for Humanities/Arts NCERT Book solutions? EduRev has got you covered! Our platform offers comprehensive Humanities/Arts NCERT Solutions and NCERT Study Materials that are tailored to fit the needs of Humanities/Arts students. Our Computer Science for Class 11 for Humanities/Arts NCERT Book Solutions are designed to help students understand the concepts and improve their grasp on the subject. We provide step-by-step solutions to all the questions in the Computer Science for Class 11 for Humanities/Arts NCERT Tests, making it easy for students to follow along and grasp the concepts. EduRev’s chapter-wise NCERT Solutions for Humanities/Arts are comprehensive and designed by a team of experienced teachers to cater to the learning needs of students. And the best part is - we offer our Computer Science for Class 11 for Humanities/Arts NCERT Solutions and Study Materials for free to students. So, if you're looking for the best NCERT Book Solutions and Study Materials for Computer Science for Class 11 for Humanities/Arts, look no further than EduRev. Our platform offers everything you need to excel in your studies and achieve your academic goals.
Course Description
Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum for Humanities/Arts 2026-2027 is part of Humanities/Arts preparation. The notes and questions for Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum have been prepared according to the Humanities/Arts exam syllabus. Information about Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum covers all important topics for Humanities/Arts 2026-2027 Exam. Find important definitions, questions, notes,examples, exercises test series, mock tests and Previous year questions (PYQs) below for Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum.
Preparation for Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum in English is available as part of our Humanities/Arts preparation & Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum in Hindi for Humanities/Arts courses. Download more important topics related with Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum, notes, lectures and mock test series for Humanities/Arts Exam by signing up for free.
Course Speciality
Computer Science for Class 11
Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum course offering 100+ video lectures & more, covering complete syllabus & important topics, created by experts. Joined by 26k+ students.
Course Options
View your Course Analysis
Create your own Test
Related Exams
Computer Science for Class 11   Docs  Videos  Tests  CBSE  NCERT Curriculum
Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum
Join course for Free
THIS COURSE INCLUDES:
Documents
60+
Tests
10+
Ratings
4.65 (387+)
Get this course, and all other courses for Humanities/Arts with EduRev Infinity Package.
Explore Courses for Humanities/Arts exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev

Course Speciality

Computer Science for Class 11
Computer Science for Class 11 | Docs, Videos, Tests, CBSE, NCERT Curriculum course offering 100+ video lectures & more, covering complete syllabus & important topics, created by experts. Joined by 26k+ students.