2023-2024

SYLLABUS

REGIONAL INSTITUTE OF TECHNOLOGYSTS AND ANALYSTS SOVABAZAR YOUTH COMPUTER TRAINING CENTRE

Class IV

History of computer

Word

PowerPoint

Class V

Computer Fundamental

Word

Internet

Logo

Class VI/VII/VIII

Word

PowerPoint

Excel

Network

Class IX

Generation of Computer

Boolean Algebra

Number System

WWW

Class X

Excel

Access

Network

Class XI [Application]

Generation of Computer

Number System

Boolean Algebra

Word

PowerPoint

Software and Languages 

Visual Basic

Class XI [Science]

Generation of Computer

Number System

Boolean Algebra

Combinational Circuit

C Language

Software and Languages

Class XII [Application]

Combinational Circuit

Network

HTML

Excel

Access

Database and SQL

Class XII [Science]

Sequential Circuit

Network

HTML

Database and SQL

Data Structure

File Handling

C++

2023-2024

SYLLABUS

REGIONAL INSTITUTE OF TECHNOLOGYSTS AND ANALYSTS SOVABAZAR YOUTH COMPUTER TRAINING CENTRE

CBSE/ICSE
CH-1

Demo of few interesting uses and applications.

CH-3

Names of only basic parts of a computer.

Class I

CH-5
  • General carefulness, including power switch on/off. Such as: no banging on keyboard, no touching any wires, no direct switch off.
CH-2

Uses of a computer

CH-4

Worksheets related to parts of a computer. Such as: analogy with the human body.

CH-1

Parts of a Computer

CH-3

Operating a computer

CH-5

Handling a Mouse

CH-7

Draw and Color Shapes

Class II

CH-2

How Does a Computer Work

CH-4

The Keyboard and its Functions

CH-6

Fun with Paint

CH-8

Tux Paint

CH-1

Parts of a Computer

CH-3

Operating a computer

CH-5

Handling a Mouse

CH-7

Draw and Color Shapes

Class II

CH-2

How Does a Computer Work

CH-4

The Keyboard and its Functions

CH-6

Fun with Paint

CH-8

Tux Paint

Rita Computer Academy

We are one of the prominent travel agencies that you can find around, arranging more than 1500 trips successfully. We arrange exceptional tours based on your personal preference to provide the best experience for you. Join us to make your vacation worth going.

informations

helpful links

our services

get app

© Copyright 2023 RITA powered by Brotherzdesk

WEST BENGAL

IV

History of computer, Word, PowerPoint

V

Computer Fundamental, Word, Internet, Logo

VI/VII/VIII

Word, PowerPoint, Excel, Network

IX

Generation of Computer, Boolean Algebra, Number System, WWW

X

Excel, Access, Network

XI [Application]

Generation of Computer, Number System, Boolean Algebra, Word, PowerPoint, Software and Languages and Visual Basic

XI [Science]

Generation of Computer, Number System, Boolean Algebra, Combinational Circuit, C Language, Software and Languages

XI [Application]

Combinational Circuit, Network, HTML, Excel, Access, Database and SQL

XII [Science]

Sequential Circuit, Network, HTML, Database and SQL, Data Structure, File Handling, C++

 

CBSE/ICSE

I

  • CH-1: Demo of few interesting uses and applications.
  • CH-2: Uses of a computer.
  • CH-3: Names of only basic parts of a computer.
  • CH-4: Worksheets related to parts of a computer. Such as: analogy with the human body.
  • CH-5: General carefulness, including power switch on/off. Such as: no banging on keyboard, no touching any wires, no direct switch off.

 

II

 

  • CH-1: Parts of a Computer
  • CH-2: How Does a Computer Work
  • CH-3: Operating a computer
  • CH-4: The Keyboard and its Functions
  • CH-5: Handling a Mouse
  • CH-6: Fun with Paint
  • CH-7: Draw and Color Shapes
  • CH-8: Tux Paint

 

III

  • CH-1: Computer Basics
  • CH-2: Fun with Paint Brush
  • CH-3: More About Paint Brush
  • CH-4: About Desktop and Computer Peripherals
  • CH-5: Microsoft word 2007
  • CH-6: Log on to LOGO
  • CH-7: Using Primitives

 

 

IV

  • CH-1: Introduction to Computer
  • CH-2: Components of a Computer
  • CH-3: Hardware and Software
  • CH-4: Introduction to Windows
  • CH-5: Paint Program
  • CH-6: Features of Paint
  • CH-7: Exploring MS Word
  • CH-8: MS PowerPoint
  • CH-9: Internet

CBSE

V-VI-VII

Word, Excel, PowerPoint, Access, HTML, QBASIC, Network

VIII

Access, HTML, Excel

IX

Open office writer, Open office impress, Open office Calc, ICT skill, Communication skill, green skill

X

Employability skills, Open office writer, Open office calc, DBMS, SQL, Web application

XI

Number system, Boolean algebra, Python

XII

CBSE 12 – Python, SQL, Network

 

ICSE

 

 

V

Word, PowerPoint, Scratch, Internet

VI-VII-VIII

Word, Excel, PowerPoint, Access, HTML, QBASIC, Network

IX

OOP Concept, Java, Computer Ethics

X

Java with class IX

XI

Java Array 2D Array, Call by reference method, Output Recursion, File Handling, String Tokenizer, Number System, Boolean Algebra (up to Full Adder)

XII

Combinational Circuit, K map, Java Recursion, DSA, Inheritance, including 11 Java Program

 

 

PROFESSIONAL COURSES

SYLLABUS OF   DATA STRUCTURE

Unit I

Introduction to data structures:

Algorithms and Flowcharts, Basics Analysis on algorithm, Complexity of algorithm, Introduction and definition of data structure, classification of data, Arrays, Various types of data structure, Static and dynamic memory allocation, Function, Recursion.

Arrays, Pointers, Strings:

Introduction to arrays, Definition, One Dimensional Array and Multi-Dimensional Arrays, Pointer, Pointer to structure, various programs for array and pointer. Strings. Introduction to Strings, Definition, Library functions of Strings.

Unit II

Stacks and Queue:

Introduction to stack, Definition, Stack Implementation, Operations of stack, Application of stack and multiple stacks. Implementation of Multiple Stack Queues, Introduction to queue, Definition, Queue Implementation, Operations of queue, Circular queue, De-queue and Priority queue.

Unit III

Linked Lists and Trees:

Introduction, Representation and operations of Linked Lists, Singly Linked List,

Doubly Linked List, Circular Linked List, And Circular Doubly Linked List.

Trees

Introduction to Tree, Tree Terminology Binary Tree, Binary Search Tree, Strictly Binary Tree, Complete Binary Tree, Tree Traversal, Threaded Binary Tree, AVL Tree, B Tree, B+ Tree

Unit IV

Graphs, Searching, Sorting and Hashing Graphs:

Introduction, Representation of graphs, Graph Traversals Shortest path algorithms.

Searching and Sorting:

Searching, Types of searching, Sorting, Types of Sorting like quick sort, bubble sort, merge sort, selection sort.

Hashing:

Hash Function, Types of Hash Functions, Collision, Collison Resolution Technique(CRT), Perfect Hasing

 

 

 

 

 

 

Course: Java Duration: 7 months

  1. Introduction to Object Oriented Programming Language

1.1. Basic Principles of OOP Concept, Class and Object

1.2. Basic features, History and Development of Java

1.3. Basic Structure of a Java program

  1. Java Fundamentals

2.1. Character Sets, Tokens – Keywords, Literals, Identifiers, Variables

2.2. Data types, Operators, Comments

2.3. Type Conversion

2.4. Input functions of Scanner class

  1. Branching and Looping

3.1. Conditional Statements – if-else, switch

3.2. Loops – for, while, do-while, break, continue

  1. Arrays and Matrix
  2. Strings
  3. Functions or Methods

6.1. Overloading

6.2. Recursion

6.3. Constructor

  1. Inheritance, Interface, Abstract Class
  2. Exception Handling
  3. Database Connectivity

 

 

 

 

Course: C Duration: 7 months

  1. Getting Started

1.1. History

1.2. The first program and explanation

1.3. Character Sets

1.4. Tokens – Keywords, Literals, Identifiers, Variables

1.5. Data types

1.6. Format Specifier

1.7. Operators

1.8. Type Conversion

1.9. Comments

1.10. Escape Sequence

1.11. Input function

1.12. Storage Classes

  1. Branching and Looping

2.1. Conditional Statements – if-else, switch

2.2. Loops – for, while, do-while, break, continue

  1. Functions, Pointer
  2. Arrays
  3. Strings
  4. Structure
  5. File Handling

 

 

 

 

Course: C ++ Duration: 7 months

  1. Getting Started

1.1. History

1.2. The first program and explanation

1.3. Character Sets

1.4. Tokens – Keywords, Literals, Identifiers, Variables

1.5. Data types

1.6. Operators

1.7. Type Conversion

1.8. Comments

1.9. Escape Sequence

  1. Branching and Looping

2.1. Conditional Statements – if-else, switch

2.2. Loops – for, while, do-while, break, continue

  1. Functions, Pointer
  2. Arrays
  3. Strings
  4. Structure
  5. File Handling
  6. OOP concept

 

 

 

 

 

Course: Python Duration: 7 months

  1. Getting Started with Python

1.1. Features and Advantages of Python

1.2. Structure of Python Program

  1. Python Fundamental

2.1. Tokens: Keyword, Identifier, Literals & Operators

2.2. Variables and Data Type

2.3. Input Output Function

  1. Program Control Flow

3.1. Condition Statement

3.2. Looping and Iteration

  1. List

4.1. List Methods

4.2. Searching and Sorting

  1. Tuple
  2. String
  3. Dictionary
  4. Set
  5. Functions

9.1. Recursive functions

  1. Modules

10.1. Random

10.2. Math

  1. Lambda Functions
  2. File Handling
  3. Database Connectivity

 

 

 

Course: PHP & MySQL Duration: 7 Months

  1. Getting Started with PHP

1.1. Features and Advantages of PHP

1.2. Structure of PHP Program

  1. PHP Fundamental

2.1. Tokens: Keyword, Identifier, Literals & Operators

2.2. Input Output Function

  1. Branching and Looping

3.1. Conditional Statements – if-else, switch

3.2. Loops – for, while, do-while, break, continue

  1. Array
  2. String
  3. OOP Concept
  4. Method

7.1. Overloading

7.2. Passing Arguments

  1. Constructor and Destructor
  2. Inheritance

9.1. Access Modifiers

9.2. Overriding

  1. Abstract Class and Interface
  2. File Handling, Exception and Error Handling
  3. Session and Cookies
  4. File Upload and Form Validation
  5. Database Concept and Database Connectivity

SCHOOL COURSES

I-IV

V-VII

VIII-X

XI-XII

SYLLABUS

ABOUT RITA COMPUTER ACADEMY

Just as you need to know ‘A’, ‘B’ or ‘C’ first, to spell out ‘APPLE’, ‘BRAIN’ or ‘Computer’, similarly you need to know the alphabets of the computer language first to master the ‘compu’ concepts and our basic computer course will help you.

Contact Us

 73A, ARABINDA SARANI (GREY ST.)

KOLKATA – 700005

 +91 (033) 25333917 / 9038028870 / 6290736400

 ritacompac@gmail.com

Find Us

© Copyright 2023 RITA powered by Brotherzdesk