Computer Science
Fifth year / 11th Grade
Here are the best resources to pass Computer Science. Find Computer Science study guides, notes, assignments, and much more.
Popular textbooks · Show all (4) Hide
Cambridge IGCSE and O Level Computer Science Second Edition
David Watson, Helen Williams
4 documents
38 results
Class notes
Class notes Computer Science Computer Science with Python by sumita arora
Short notes , easy to understand, points from depth of book
Summary
Summary - Computer science
PopularThis documents explain the programming language python and its features. 
How to install python and the modes in which python work and how
Class notes
Class notes for physics and computer science. Class 11.
These are the class notes I wrote up by myself. Here you are seeing the very simple and easy to understand handwritten notes for physics and clear Excel notes for Computer science.
Class notes
STRINGS AND TUPLES
My document is about the topic strings and tupples in python of classXI
Class notes
Class 11 notes computer science logic gates
This is a complete handwritten class notes of class 11 computer science logic gates topic
Presentation
History of Programming Languages – Complete Computer Science PPT Notes for Students
This presentation explains the **History of Programming Languages** in a simple and easy way for computer science students. It covers the evolution of programming languages from early machine languages to modern languages used today. 
 
In this PPT you will learn: 
• Introduction to Programming Languages 
• Early Programming Languages and their development 
• Evolution from Low-Level to High-Level Languages 
• Popular languages like C, C++, Java and Python 
• Importance of Programming ...
Summary
Summary - Computer Science
Best for exams revision, easy and quick revision
Summary
Summary - computer science
its my first time so i hope you will enjoy it
Summary
Summary - Computer science
This document explain the expression in python. The types of operators like arithmetic , logical , relational and assignment operators in python and 
the keywords used in python
Summary
Summary - Computer science
This documents explain the variable used in python and it’s type with some programs explaining the variables.
Summary
Summary NCERT GEOGRAPHY [ENGLISH] - Computer science
Summary NCERT GEOGRAPHY [ENGLISH] - Computer science 
*Full Summary of “His First Flight” by Liam O’Flaherty:* 
 
The story revolves around a young seagull who is afraid to fly. Unlike his siblings, who have already taken their first flights confidently, the young seagull is gripped by fear. He believes that his wings won’t support him, and he might fall into the sea. Despite repeated encouragement from his parents, he hesitates and stays alone on the ledge, watching his family enjoy f...
Summary
Operating system basic of CS fundamental
It a summary sheet on operating system contains summary,mind map, short notes and more essential for computer science fundamentals so make your basics super strong with this one
Class notes
Python keys
Python key tips and tricks
Summary
Introduction to python program
This is the introduction to python program, In this we get some basic knowledge of python for example- we learn about the phython key words,we learn about python variables etc.
Summary
Computer System Overview
All the topics required have been covered deeply with all meaning and examples . The language has also been made easily readable for all.
Summary
variables in python
it is basically about the python variables
Class notes
python modules
they are effective,short and easy to use when you have to revise
Summary
C with classes
Its about c with classes it may use full for your school reference
Class notes
the study of computers and how they can solve problems. It's a broad field that includes the study of hardware, software, networks, and algorithms. What computer scientists do Design and program software Research and test algorithms Study how sof
Presentation
USER-DEFINED method in Java programming Language
user-defined method in Java is a custom method created by the programmer to perform specific tasks, enhancing code reusability and modularity. It includes a method signature (name, return type, and parameters) and a body containing the logic. User-defined methods are invoked by their name and can either return a value or be void. They improve program structure by breaking complex problems into smaller, manageable, and reusable code blocks.