-->

DCA Course Syllabus

DCA Computer Course, Means Diploma in Computer Application to become Expert Level Course. Hello my dear Learners of Toper skills Platform, in this Article I will tell you about Diploma in Computer Application Course Syllabus. This course is Created for Basic to Advance Level What to learn? What to you expect? all Topics are covered in this Syllabus.

DCA


Course Overview:

Welcome to the Course Syllabus

Module 01.BCF (Basic Computer Fundamentals)

1: Introduction

Topic 1: Course Overview

Topic 2: Getting Started

2: Basic Computer Fundamentals

Topic 1: What is Computer?

Topic 2: Physical Parts of the Computer

Topic 3: Internal Parts of the Computer

Topic 4: How to start a Computer for the first time?

Topic 5: Introduction to Desktop icons, Start Menu, Taskbar, Control Panel

Topic 6: How to Change Wallpaper, set Screen saver, colors, Themes, Fonts, Taskbar Settings 

Topic 7: How to Open Any Program, File, Folder?

Topic 8: How Create New Folder, Name, Rename, Change icon of the Folder, Creating Sub Folders?

2: Theory Part of the Computer

Topic 1: What is Computer?

Topic 2: Characteristics of the Computer

Topic 3: Full form of the Computer

Topic 4: Generations of Computer 

Topic 5: Components of the Computer 5 Units

Topic 6: Introduction to Computer Device 

Topic 7: INPUT DEVICES, OUTPUT DEVICES,STORAGE DEVICES, PROCESSING DEVICES

Topic 8: Computer Hardware and Software

Topic 9:Introduction to Operating System

Topic 10:Introduction to Printer technology

Introduction to Notepad

Topic 1: What is Notepad?

Topic 2: How to open Notepad?

Topic 3: Let us see All Tab and its Uses

Topic 4: Learn Shortcut key

 Introduction to MS Paint

Topic 1: What is MS Paint

Topic 2: How to start Paint in Computer?

Topic 3:  Tab and its Uses

 Introduction WordPad

Topic 1: What is WordPad?

Topic 2: How to open WordPad?

Topic 3: Tab and its Uses

Introduction to 

MICROSOFT OFFICE WORD

STARTING WITH MICROSOFT-WORD

MS OFFICE


Topic 1: What is MS-Word (Microsoft)?

Topic 2: How to open MS-word in Computer?

Topic 3:  Tab and its Uses

Topic 4: Important Shortcut Keys

Topic 5: Working with Assignments

STARTING WITH MICROSOFT-EXCEL

Topic 1: INTRODUCTION TO EXCEL

Topic 2: How to open MS-EXCEL in Computer?

Topic 3: Workbook, Worksheet

Topic 4: The Contents of Worksheet

Topic 5: Important Shortcut Keys

Topic 6: Working with Assignments

STARTING WITH MICROSOFT-POWERPOINT

Topic 1: INTRODUCTION TO PPT

Topic 2: What is Power Point?

Topic 3:How to open Power Point in Computer?

Topic 4: CREATE PRESENTATION

Topic 5: Important Shortcut Keys

Topic 6: Working with Assignments

Topic 7: We will make a presentation related to computer courses.

INTRODUCTION TO INTERNET

INTERNET


* What is the Internet?.

* What is ISP? INTERNET SERVICE PROVIDER.

* What is the World Wide Web?.

* What is an IP address?.

* How to setup New internet connectivity?.

* How to connect internet from Mobile to PC or Laptop via USB Tethering?.

* How to connect internet from Mobile to PC or Laptop via Hotspot?.

 * What is a Web Browser?.

 * How to Create New Gmail Account?.

* How to Compose and send Email?.

* How to Connect 'Web WhatsApp 'to Your PC or Laptop?.    

* What is Website.

 * Types of Websites.

*What is Domain..

 *What is Hosting..

*What is Web Page..

*What is HTML, CSS, JavaScript..

 *How to Create a Website..

 p>How to Create Web Pages..

*Who is Front-End and Back-End Web Developer..

*How to Become Full Stack Web Developer..

Welcome to the Course Syllabus

Module 02.DTP (Desktop Publishing)

GRAPHIC DESIGNING






1: Corel Draw, Photoshop

Topic 1: Course Overview

Topic 2: Getting Started

: INTRODUCTION to Corel Draw?

 *Topic 1: What is Corel Draw?.

*Topic 2: How to open Corel Draw.

*Topic 3:  Tab and its Uses.

*Topic 4: Important Shortcut Keys.

*Topic 5: Working with Designs.

2: INTRODUCTION to Photoshop

 *Topic 1: What is Photoshop?.

*Topic 2: How to open Photoshop.

*Topic 3:  Tab and its Uses.

 *Topic 4: Important Shortcut Keys.

*Topic 5: Working with Designs.

Welcome to the Course Syllabus
Module 03.Web Designing
1: INTRODUCTION TO WEB DESIGNING

HTML


Topic 1: Course Overview

Topic 2: Getting Started

2: HTML (HYPERTEXT MARKUP LANGUAGE)

 *Topic 1: What is HTML?.

*Topic 2: How to Write HTML Code on Notepad?.

*Topic 3: Working with all Tag of HTML.

*Topic 4: Creating Simple Projects Using HTML .

*Topic 5: How to Save HTML file and Run on Web Browser.

2: CSS (CASCADING STYLE SHEET)

CSS


 *Topic 1: What is CSS?.

*Topic 2: How to Write CSS Code on Notepad?.

*Topic 3: Working with all ELEMENTS of CSS.

 *Topic 4: Creating Simple Projects Using CSS .

*Topic 5: How to Save CSS file Extension and Connect with HTML.

*Topic 5: Types of CSS which can be linked to HTML.

Welcome to the Course Syllabus
Module 04. C Language
1: INTRODUCTION TO C PROGRAMMING

C LANGUAGE


Topic 1: Course Overview

Topic 2: Getting Started

C Introduction

What is C?

Why Learn C?

Difference between C and C++

C Install IDE

C Quickstart

myfirstprogram.c

#include <stdio.h>

int main() {

  printf("Hello World!");

  return 0;

}

C Syntax

C Statements

C Output (Print Text)

C New Lines

C Comments

C Variables

Declaring (Creating) Variables

C Format Specifiers

C Variable Values

Add Variables Together

C Declare Multiple Variables

C Variable Names (Identifiers)

C Variables - Examples

Calculate the Area of a Rectangle

C Data Types

Basic Data Types

Basic Format Specifiers

C Character Data Types

The char Type

Notes on Characters

C Numeric Data Types

C Decimal Precision

C The sizeof Operator

C Data Types Examples

C Type Conversion

C Constants

Notes On Constants

C Operators

Arithmetic Operators

Assignment Operators

C Booleans

C Boolean Examples

C If ... Else

The if Statement

C Else

C Else If

C Short Hand If Else

C If ... Else Examples

C Switch

Switch Statement

C While Loop

Loops

While Loop

C Do/While Loop

The Do/While Loop

C While Loop Examples

Real-Life Examples

C For Loop

For Loop

C Nested Loops

C For Loop Examples

C Break and Continue

C Arrays

Access the Elements of an Array

Change an Array Element

Loop Through an Array

Set Array Size

C Array Size

C Arrays - Real-Life Examples

C Multidimensional Arrays

Two-Dimensional Arrays

Access the Elements of a 2D Array

Change Elements in a 2D Array

Loop Through a 2D Array

C Strings

Access Strings

Modify Strings

Loop Through a String

Another Way Of Creating Strings

C Special Characters

C String Functions

String Length

Concatenate Strings

Copy Strings

Compare Strings

C User Input

Multiple Inputs

Take String Input

C Memory Address

C Pointers

C Pointers and Arrays

How Are Pointers Related to Arrays

C Functions

Predefined Functions

Create a Function

Call a Function

C Function Parameters

Multiple Parameters

Pass Arrays as Function Parameters

C Function Declaration and Definition

C Recursion

C Math Functions

Math Functions

Square Root

Round a Number

Power

Other Math Functions

C Files

File Handling

Create a File

C Write To Files

Write To a File

Append Content To a File

C Read Files

C Structures (structs)

C Enumeration (enum)

Enum in a Switch Statement


Welcome to the Course Syllabus
Module 05. Tally Prime
1: INTRODUCTION TO Tally Prime

TALLY


Topic 1: Course Overview

Topic 2: Getting Started

What is Tally Prime? How to install Tally Prime? Download. 

Tally Prime, Keyboard Shortcut, Create Company, Select Company, Alter Company, Shut Company Details.

Tally Prime Ledger Creation, Ledger Create with Under Group, Display Ledger, Alter Ledger Tally Prime.

Voucher Entry, Contra, Payment, Receipt, Purchase, Sales, Journal Voucher Entries.

Inventory Masters, Create Stock Group, Stock Categories, Stock Item, Unit, Location.

Maintain Balances Bill by Bill.

Print Sales Bills, Print Setting, How to Print Invoice.

Purchase Order and Sales Order Voucher in Tally Prime, Activate Purchase and Sales Order. 

Purchase Order sale order Receipt note Rejection.

Alternate Unit for Stock Items Two unit for Stock items.

Delivery Note and Receipt Note Voucher.