mycstutorial

1st May 2021 – Daily Current Affairs

Daily Current Affairs in Hindi: 1 May 2021 1 may 2021 Current Affairs in hindi for all govt exam like upsc ssc and railway exams . Daily current affairs . Today’s current affairs . 1 may current affairs 2021 in Hindi . (1) विश्व स्तर पर अंतरराष्ट्रीय नृत्य दिवस कब मनाया जाता है ? A)

1st May 2021 – Daily Current Affairs Read More »

Class 11 Informatics Practices – Ch 1. Computer System NCERT Solution

block diagram of computer system

Solution of Chapter 1 – Computer System of NCERT book of Class 11 Informatics Practices. Computer System complete solution of ncert book is available here. It is useful for both Teacher and Students. Teacher can use for reference and student can use for their exam preparation.

Class 11 Informatics Practices – Ch 1. Computer System NCERT Solution Read More »

Class 11 – Informatics Practices – NCERT Exercise Solution

NCERT Class 11 Informatics Practices exercise solutions, complete chapter exercise solutions available with full details explanations. This is very helpful for the class 11 and 12 students as well as teacher. Students can use this for their study and teacher can use it for reference.

Class 11 – Informatics Practices – NCERT Exercise Solution Read More »

Class 11 Computer Science NCERT Exercise Solution

ncert class 11 computer science solution

Class 11 – Computer Science – NCERT Solution Chapter 1: Computer System Chapter 2: Encoding Schemes and Number System Class 11 NCERT Exercise Solution of Computer Science Chapter 3: Emerging Trends Chapter 4: Introduction to Problem Solving Class 11 NCERT Exercise Solution of Computer Science Chapter 5: Getting Started with Python Chapter 6: Flow of

Class 11 Computer Science NCERT Exercise Solution Read More »

Class 10 and 12 Information Technology CBSE Sample Question Papers Download Now with Marking Scheme

cbse sample question paper class 10 it 402 2018-23

Class 9 to 12 Skill Education Information Technology code 402 and 802 Sample Question Papers 2018 – 2024 Dear Students CBSE Sample Question Paper is very important for students. It gives you a guideline and roadmap for the CBSE board question paper. With the practice of these sample question papers, you can check and analyse

Class 10 and 12 Information Technology CBSE Sample Question Papers Download Now with Marking Scheme Read More »

Computer System: Overview – Notes

Computer Systems www.mycstutorial.in

A computer system primarily comprises of a central processing unit, memory, input/output devices, and storage devices. All these components function together as a single unit to deliver the desired output. A computer is an electronic device that can be programmed to accept data (input), process it and generate result (output).

Computer System: Overview – Notes Read More »

Introduction to Problem Solving – Notes

Problem Solving

Introduction to Problem Solving Notes Topics: Introduction to problem solving: Steps for problem solving ( analysing the problem, developing an algorithm, coding, testing and debugging). Representation of algorithms using flow chart and pseudo code, Decomposition Introduction Computers is machine that not only use to develop the software. It is also used for solving various day-to-day

Introduction to Problem Solving – Notes Read More »

Getting Started with Python – Notes

getting_started_python

Getting Started with Python Programming Language Topics: Introduction Python is an open-source, object-oriented, high-level programming language developed by Guido Van Rossum in 1990, and released in 1991, at the National Research Institute for Mathematics, Netherlands. Presently owned by Python Software Foundation (PSF). Python is influenced by two programming languages: ABC language, a teaching language created to replace the programming

Getting Started with Python – Notes Read More »

Python Fundamentals – Notes

python fundamentals

Python Character Set, Tokens Keyword, Identifier, Rules for writing Identifier, Literal, Operator, Punctuator , Variables – creation and assignment, Concept of L-value and R-value , Comments and Its uses , Input – Output in Python, Data Types -Integer, Floating-point, Complex, & Boolean, String, List, Tuple, None,, Dictionary, Mutable and Immutable data types

Python Fundamentals – Notes Read More »

Data Handling – Notes

data handling in python

Data Handling in Python Topics are discussed: Operators: arithmetic operators, relational operators, logical operators, assignment operator, augmented assignment operators, identity operators (is, is not), membership operators (in, not in), precedence of operators Expressions, statement, type conversion: expression, evaluation of an expression, python statement, type conversion (explicit & implicit conversion) Debugging / Errors: syntax errors, logical

Data Handling – Notes Read More »

Flow of Control (Selection Statement, Iterative Statement and Jump Statement) – Notes

Flow of Control Topics: Introduction The order of execution of the statements in a program is known as flow of control. The flow of control can be implemented using control structures. Python supports two types of control structures—Selection and Repetition. Indentation Leading whitespace (spaces and tabs) at the beginning of a statement is called indentation.

Flow of Control (Selection Statement, Iterative Statement and Jump Statement) – Notes Read More »

Strings Manipulation in Python

string handling python

String Manipulation in Python Topics: Strings – introduction, Indexing String operations – concatenation, repetition, membership & slicing, Traversing a string using loops, Built-in functions: len(), capitalize(), title(), lower(), upper(), count(), find(), index(), endswith(), startswith(), isalnum(), isalpha(), isdigit(), islower(), isupper(), isspace(), lstrip(), rstrip(), strip(), replace(), join(), partition(), split() Strings in Python – Introduction Python strings are

Strings Manipulation in Python Read More »

List Manipulation – Notes

Lists: introduction, indexing, list operations (concatenation, repetition, membership & slicing), traversing a list using loops, built-in functions: len(), list(), append(), extend(), insert(), count(), index(), remove(), pop(), reverse(), sort(), sorted(), min(), max(), sum(); nested lists, Suggested programs: finding the maximum, minimum, mean of numeric values stored in a list; linear search on list of numbers and

List Manipulation – Notes Read More »

Tuples Manipulation in Python Notes

Tuples Manipulation in Python – Notes Topics: Tuples: Introduction, indexing, tuple operations (concatenation, repetition, membership & slicing), built-in functions: len(), tuple(), count(), index(), sorted(), min(), max(), sum(); tuple assignment, nested tuple, Suggested programs: finding the minimum, maximum, mean of values stored in a tuple; linear search on a tuple of numbers, counting the frequency of

Tuples Manipulation in Python Notes Read More »

Dictionary Handling in Python – Notes

Dictionary Handling in Python Topics Dictionary: introduction, accessing items in a dictionary using keys, mutability of dictionary (adding a new item, modifying an existing item), traversing a dictionary, built-in functions: len(), dict(), keys(), values(), items(), get(), update(), del(), clear(), fromkeys(), copy(), pop(), popitem(), setdefault(), max(), min(), count(), sorted(), copy(); Suggested programs : count the number

Dictionary Handling in Python – Notes Read More »

You cannot copy content of this page

Scroll to Top