Monday , January 20 2025

Computer Science

10 Class CBSE Artificial Intelligence Pre-board Test 2: 2024-25

10th CBSE Board Artificial Intelligence

10th Class CBSE Board Artificial Intelligence Pre-board Test II (2024-25): St. Margaret Sr. Sec. School, Prashant Vihar, Sector 14, Rohini, Delhi-85 India School Name: St. Margaret Sr. Sec. School, D-BLOCK, Prashant Vihar, Sector 14, Rohini, New Delhi 110085 India Class: 10th Standard (CBSE) – Pre-board 2024-25 Subject: Artificial Intelligence (Computer Science) 417 Time …

Read More »

10th CBSE Board Artificial Intelligence Pre-board Test: 2024-25

10th CBSE Board Artificial Intelligence

10th Artificial Intelligence Pre-board Test (2024-25): St. Margaret Sr. Sec. School, Prashant Vihar, Sector 14, Rohini, Delhi-85 India School Name: St. Margaret Sr. Sec. School, D-BLOCK, Prashant Vihar, Sector 14, Rohini, New Delhi 110085 India Class: 10th Standard (CBSE) – Pre-board 2024-25 Subject: Artificial Intelligence (Computer Science) 417 Time Duration: 02 Hours Maximum Marks: …

Read More »

CBSE Class 9 Computer Applications Syllabus 2024

CBSE Class 9 Computer Applications Syllabus 2024

CBSE Class 9 Computer Applications Syllabus 2024: The syllabus consists of four units: (i) Basics of Information Technology (ii) Cyber safety (iii) Office Tools (iv) Lab Exercises. Exam Structure: CBSE Class 9 Computer Applications Syllabus 2024 Unit Name Marks 1 Basics of Information Technology 20 2 Cyber Safety 15 3 Office …

Read More »

Flow of Control: 11th Computer Science Chapter 04

Class XI & XII Computer Science: Python

Chapter Name: Flow of Control [Chapter 04] Class: 11th Subject: Computer Science 4.1 Decision Making & Branching: Ch 04 – Flow 0f Control Flow of Control: Decision making is about deciding the order of execution of statements based on certain conditions. Decision structures evaluate multiple expressions which produce TRUE or FALSE …

Read More »

Dictionary in Python: 11th Class Computer Science Chapter 09

Class XI & XII Computer Science: Python

Chapter Name: Dictionary in Python [Chapter 08] Class: 11th Subject: Computer Science 9.1 Introduction: Dictionary in Python Definition – Dictionary in Python: Dictionary in Python is a collection of elements which is unordered, changeable and indexed. Dictionary has keys and values. Doesn’t have index for values. Keys work as indexes. …

Read More »

Tuple in Python: 11th Class Computer Science Chapter 08

Class XI & XII Computer Science: Python

Chapter Name: Tuple in Python [Chapter 08] Class: 11th Subject: Computer Science 8.1 INTRODUCTION: Tuple in Python Tuple is a collection of elements which is ordered and unchangeable (Immutable). Immutable means you cannot change elements of a tuple in place. Allows duplicate members. Consists the values of any type, separated …

Read More »

List in Python: 11th Class Computer Science Chapter 07

Class XI & XII Computer Science: Python

Chapter Name: List in Python [Chapter 07] Class: 11th Subject: Computer Science 7.1 Introduction: List in Python List is a collection of elements which is ordered and changeable (mutable). Allows duplicate values. A list contains items separated by commas and enclosed within square brackets ([ ]). All items belonging to …

Read More »

String in Python: 11th Class Computer Science Chapter 06

Class XI & XII Computer Science: Python

Chapter Name: String in Python [Chapter 06] Class: 11th Subject: Computer Science 6.1 Introduction: String in Python Definition – String in Python: Sequence of characters enclosed in single, double or triple quotation marks. Basic of Strings: Strings are immutable in python. It means it is unchangeable. At the same memory …

Read More »

Functions in Python: 11th Class Computer Science Chapter 05

Class XI & XII Computer Science: Python

Chapter Name: Function in Python [Chapter 05] Class: 11th Subject: Computer Science 5.1 Definition: Function in Python Functions are the subprograms that perform specific task. Functions are the small modules. 5.2 Types of Functions: There are two types of functions in python: Library Functions (Built in functions) Functions defined in …

Read More »