SlideShare a Scribd company logo
1 of 12
Download to read offline
What is DCA? (Diploma in ComputerApplication) Course details, Syllabus :
DCA full form is (Diploma in Computer Application). It is one-year diploma program in the
field of computer applications that includes the study of a variety of software programs
including HTML, MS office, Internd Applications and operating systems.
Duration-6 Months
Computer Fundamentals, Windows, MS-DOS,
MS-Paint, Notepad, WordPad, MS-Office[Word, Excel, PowerPoint, Access], Internet,
Tally.ERP9 and prime with GCT.
1. Software:
Types of Software:
a. System Software
b. Application Software
a. System Software:
System software is software designed to provide a platform for other software. Examples of
system software include operating systems, computational science software, game engines,
search engines, industrial automation, and software as a service applications.
b. Application Software:
An application program is a computer program designed to carry out a specific task other
than one relating to the operation of the computer itself, typically to be used by end-users.
Word processors, media players, and accounting software are examples.
Readmore:
https://rohitcomputertechno.blogspot.com/2023/07/what-is-software.html
2. MS Office:
MS Office full form is (Microsoft Office). Microsoft Office is a suite of
applications desingned to help with productivity and completing common tasks on a
computer. You can creat and edit documents contianing text and images, work with data in
spreadsheets and databases and create presentations and postters. Word. Excel.
Read more :https://rohitcomputertechno.blogspot.com/2023/07/what-is-microsoft.html
Parts of MS Office:
1. MS Word
2. MS Excel
3. MS Powerpoint
4. MS Publisher
5. MS Access
etc.
1. MS Word:
Microsoft Word is a word processing program that allows for the creation of both simple and
complex documents. With Office 365, you are able to download the application to your hard
drive and will also have access to the online version.
Read
more:https://rohitcomputertechno.blogspot.com/2023/07/what-is-ms-worddetails_27.html
2. MS Excel:
Microsoft Excel is a spreadsheet editor developed by Microsoft for Windows, macOS,
Android, iOS and iPadOS. It features calculation or computation capabilities, graphing tools,
pivot tables, and a macro programming language called Visual Basic for Applications. Excel
forms part of the Microsoft 365 suite of software.
Read more:https://rohitcomputertechno.blogspot.com/2023/07/what-is-ms-excel-details.html
3. MS PowerPoint:
Microsoft PowerPoint is a presentation program, created by Robert Gaskins and Dennis
Austin at a software company named Forethought, Inc. It was released on April 20, 1987,
initially for Macintosh computers only. Microsoft acquired PowerPoint for about $14 million
three months after it appeared.
4. MS Publisher:
Microsoft Publisher is a desktop publishing application from Microsoft, differing from
Microsoft Word in that the emphasis is placed on page layout and graphic design rather than
text composition and proofreading.
5. MS Access:
Microsoft Access is a database management system (DBMS) from Microsoft that combines
the relational Access Database Engine (ACE) with a graphical user interface and
software-development tools. It is a member of the Microsoft 365 suite of applications,
included in the Professional and higher editions or sold separately.
Paint:
Paint is a simple raster graphics editor that has been included with all versions of Microsoft
Windows. The program opens, modifies and saves image files in Windows bitmap, JPEG,
GIF, PNG, and single-page TIFF formats. The program can be in color mode or two-color
black-and-white, but there is no grayscale mode.
Notepad:
Windows Notepad is a simple text editor for Windows; it creates and edits plain text
documents. First released in 1983 to commercialize the computer mouse in MS-DOS,
Notepad has been part of every version of Windows ever since.
Wordpad:
WordPad is the basic word processor that has been included with almost all versions of
Microsoft Windows from Windows 95 onwards. It is more advanced than Windows Notepad,
and simpler than Microsoft Word and Microsoft Works (last updated in 2007). WordPad
replaced Microsoft WordPad is the basic word processor that has been included with almost
all versions of Microsoft Windows from Windows 95 onwards. It is more advanced than
Windows Notepad, and simpler than Microsoft Word and Microsoft Works (last updated in
2007). WordPad replaced Microsoft Write. is the basic word processor that has been
included with almost all versions of Microsoft Windows from Windows 95 onwards. It is more
advanced than Windows Notepad, and simpler than Microsoft Word and Microsoft Works
(last updated in 2007). WordPad replaced Microsoft Write.
DOS (Disk operating System)
It stands for Microsof Disk Operating System. It is an example of Simgle user Operating
System. It is also called CUI (Charater User Interface).
MS-DOS is a non-graphical command line operating system. Originally developped by
Microsoft for IBM, MS-DOS was the standerd operating system for IBM-compatible personal
computers.
MS-dos was originally written by Tim Paterson and introduced by Microsoft in August 1981.
MS-DOS in no large used; however, the command sheel/prompt, more command Known as
the Windows command line is still used by many user and computer.
We give English like commands and DOS converts it into machine language and after the
computer has processed the information, returns the results in English.
Q. How to open DOS in Windows?
= Start > All Program > Accessories > Command Prompt.
Start > Run-CMD or Command
Q. How to make MS-DOS Window Maximize (full Screem)?
= ALT+ ENTER (applicable for Windows xp not for 7,8 & 10)
Q. How to exit from DOS?
=Exit Command is use to exit Command Prompt.
Q. How to change Drive in MS-DOS?
= Syntax:- Drive Name: (press enter key)
Example- D:
BOOTING:
Process that starts up a computer is called booting. It check for proper functioning of all the
Hardware (peripheral) devices attached with the system. It searchs for the operating system
and, when located, loads it into the main memory (RAM).
DOS/Command Prompt
C:/> it is know as DOS/command prompt, where we give the commands.
DOS command
Commands are predefine instruction which is used to perform internal and external
operation.
A command can be given in capitals or Small letters also. After Typing DOS command we
muct press enter key.
DOS command divided into 2 parts.
1. Internal Commands or Memory-Resident Commands.
2. External Command or Disk-Residence Commands.
1.Internal Command
These commands are automatically loaded into the computer's memory during the bootimg
process. They actually included in the Commands are executable immediatly after getting
the DOS prompt.
A few internal commands are:
VER CD..
VOL RD
DATE COPY CON
TIME TYPE
CLS COPY
DIR DEL
MD REN
CD PROMPT
VER
All O/S has its own edition number or relase or version number. The version number
indicates which edition of O/S we are working on.
Syntax: VER
Example: VER
Microsoft Windows XP [version 5.1.2600]
VOL
It is used to display volume lable (name) and serial number of the current drive.
Syntax: VOL[drive:]
Example: C:/> VOL D:
DATE
Used to display the current system date and prompt for entering new date.
Syntax: DATE
Example: Date
TIME:
Display the current system Time and prompt for entering new time.
Syntax: TIME
Example: Time
CLS:
Clear the screen.
Syntax: CLS
Example: CLS
MD or MKDIR:
Used to creat a new Directory or nested Directories.
Syntax: MD DIRECTORY NAME
MKDIR DIRECTORY NAME
Example: MD HARI <ENTER>
CD:
This command allows us to change present directory to another directory.
Syntex: CD [directory name]
Example: CD Hari <Enter>
RD
To delete the empty directry.
Syntax: RD [directroy name] <Enter>
Example: RD Hari press <Enter>
NOTE:-
The dirctroy muct be empty when we use RD
* Remove with subdirectories and files.
Syntax: RD/S [directroy name]
Example: RD/s COLOUR press <Enter>
COPY CON:
We use this command to create a new file.
Syntax: COPY CON <FILENAME>
There are two name in DOS and is divided into 2 parts.
1. Primary Name 2.Secondary or extension.
Primary name is separated from the Secondary naem extension with the help of a dot (.)
Example: Ram. TXT
Secondary name is optional. The extension tells DOS about what kindof file it is.
A valid Character for naming a file are. from A to Z and the digit 0 to 9
Example: Copy Con Hari.text
Note:- Typing hare and when we are done, press Ctr+Z or F6 key followed by Enter to save
the current document.
TYPE:
This command allowed allows us to see the conttents of an existing file on the screen.
Syntax: TYPE <File Name>
Example: TYPE Hari.text
COPY:
We can Use copy command in two ways:-
File to File CopyUsing this command override one file of an existing file from one location to
another file.
Syntax: COPY [SOURCE FILE NAME] [TARGAR FILE NAME]
Example: COPY hari.txt Krishna.text
File to File Directory
This is use to duplicate files of an existing file one directory to another with different name or
exiting name.
Syntex: COPY [SOURCE FILE NAME] [TARGET Directory Name]
DEL/ERASE
This command removes one or more files from the disk or current working directorys.
Syntax: DEL [File Name] or ERASE [File Name]
Example: DEL Hari.txt or ERASE Krishna.Txt
REN
Used to change the name of the file or directory.
Rename Directory
Syntax: Ren [old directory name]
[new directory name]
Rename File
Syntax: REN <old file name. Extension> <New file name. Extension>
Example: REN Hari.text Krishna.doc
DIR:
This command display the list of directory and files with details like date of creation whether
it is directory or file etc.
Syntax: DIR <ENTER>
DIR Command with Swithes:
DIR/OD Date wise.
DIR/ON Alphabetical.
DIR/OE Extension wise.
DIR/L File and directory in lower case letters.
DIR/S To see Subdirectory.
DIR/P To See Using Pause
(Like more Command).
DIR/AH To see hidden file.
DIR/W Display only column
of file names and directories .
DIR/B Displays only file or directory.
"?"And"*" Wild card character.
DIR? Display directory of latter as many?mark
those many directory.
DIR*.txt Display all the files with extension.txt
PROMPPT:
This command allows us to customoze the dos prompt.
Syntax: PROMPT $ Switches
Example: PROMPT $ P $ G <Enter>
TREE:
It is used to display directory structure of a specified directory graphcally.
Syntax: TREE<Directory Name>
TREE/F:
It is used to display the names of the file in each directory.
Syntax: TREE/F <Directory Name>
2. EXTERNAL COMMAND
These are also called Disk-Resident Commands. These commands are meant for special
purpose. These are found in Separade files on Hard Disk or Floppy Disk, So that they don't
typically consume valuable memory only ehen called.
Some External Commands are:
MOVE
EDIT
MOVE: This command move (cut) a file or group of fils from one directory to another
and also onedisk to another disk.
Syntax: move <file Name> <Directory Name>
Down Arrow: Show the next command executed after the one that's being displayed.
F7- Display the entire list of command that is executed.
F9- Select commands.
Alt+F7- Erase the command history list.
Esc- Clear the command line.
Read more:
https://rohitcomputertechno.blogspot.com/

More Related Content

Similar to What is DCA (Diploma of Computer Application) Detail, Syllabus,Coursess.pdf

The microsoft windows desktop
The microsoft windows desktopThe microsoft windows desktop
The microsoft windows desktopEstopidong Zamora
 
Basic dos-commands
Basic dos-commandsBasic dos-commands
Basic dos-commandsparag dhok
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordAdesina Esther Tolulope
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordOnasanya2014
 
Unit i (part2) b.sc
Unit i (part2)   b.scUnit i (part2)   b.sc
Unit i (part2) b.scHepsijeba
 
PC Software - Computer Application - Office Automation Tools
PC Software  -  Computer Application - Office Automation ToolsPC Software  -  Computer Application - Office Automation Tools
PC Software - Computer Application - Office Automation Toolszatax
 
Diploma ii cfpc u-1 introduction to c language
Diploma ii  cfpc u-1 introduction to c languageDiploma ii  cfpc u-1 introduction to c language
Diploma ii cfpc u-1 introduction to c languageRai University
 
Bsc cs i pic u-1 introduction to c language
Bsc cs i pic u-1 introduction to c languageBsc cs i pic u-1 introduction to c language
Bsc cs i pic u-1 introduction to c languageRai University
 
Unit 2 Foc
Unit 2 FocUnit 2 Foc
Unit 2 FocJAYA
 

Similar to What is DCA (Diploma of Computer Application) Detail, Syllabus,Coursess.pdf (20)

The microsoft windows desktop
The microsoft windows desktopThe microsoft windows desktop
The microsoft windows desktop
 
Msdos crash course
Msdos crash courseMsdos crash course
Msdos crash course
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Basic dos-commands
Basic dos-commandsBasic dos-commands
Basic dos-commands
 
Dos commands
Dos commandsDos commands
Dos commands
 
Sandy Report
Sandy ReportSandy Report
Sandy Report
 
Sandy Report
Sandy ReportSandy Report
Sandy Report
 
Case study
Case studyCase study
Case study
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft word
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft word
 
Unit i (part2) b.sc
Unit i (part2)   b.scUnit i (part2)   b.sc
Unit i (part2) b.sc
 
IMD 203 - Ch02
IMD 203 - Ch02IMD 203 - Ch02
IMD 203 - Ch02
 
PC Software - Computer Application - Office Automation Tools
PC Software  -  Computer Application - Office Automation ToolsPC Software  -  Computer Application - Office Automation Tools
PC Software - Computer Application - Office Automation Tools
 
Diploma ii cfpc u-1 introduction to c language
Diploma ii  cfpc u-1 introduction to c languageDiploma ii  cfpc u-1 introduction to c language
Diploma ii cfpc u-1 introduction to c language
 
Bsc cs i pic u-1 introduction to c language
Bsc cs i pic u-1 introduction to c languageBsc cs i pic u-1 introduction to c language
Bsc cs i pic u-1 introduction to c language
 
Linuxs1
Linuxs1Linuxs1
Linuxs1
 
Unit 2 Foc
Unit 2 FocUnit 2 Foc
Unit 2 Foc
 
Chap 1 c++
Chap 1 c++Chap 1 c++
Chap 1 c++
 
Programming
ProgrammingProgramming
Programming
 
Disk Operating systems
Disk Operating systemsDisk Operating systems
Disk Operating systems
 

Recently uploaded

RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 

Recently uploaded (20)

RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 

What is DCA (Diploma of Computer Application) Detail, Syllabus,Coursess.pdf

  • 1. What is DCA? (Diploma in ComputerApplication) Course details, Syllabus : DCA full form is (Diploma in Computer Application). It is one-year diploma program in the field of computer applications that includes the study of a variety of software programs including HTML, MS office, Internd Applications and operating systems. Duration-6 Months Computer Fundamentals, Windows, MS-DOS, MS-Paint, Notepad, WordPad, MS-Office[Word, Excel, PowerPoint, Access], Internet, Tally.ERP9 and prime with GCT. 1. Software: Types of Software: a. System Software b. Application Software a. System Software: System software is software designed to provide a platform for other software. Examples of system software include operating systems, computational science software, game engines, search engines, industrial automation, and software as a service applications.
  • 2. b. Application Software: An application program is a computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end-users. Word processors, media players, and accounting software are examples. Readmore: https://rohitcomputertechno.blogspot.com/2023/07/what-is-software.html 2. MS Office: MS Office full form is (Microsoft Office). Microsoft Office is a suite of applications desingned to help with productivity and completing common tasks on a computer. You can creat and edit documents contianing text and images, work with data in spreadsheets and databases and create presentations and postters. Word. Excel. Read more :https://rohitcomputertechno.blogspot.com/2023/07/what-is-microsoft.html Parts of MS Office: 1. MS Word 2. MS Excel 3. MS Powerpoint 4. MS Publisher 5. MS Access etc. 1. MS Word: Microsoft Word is a word processing program that allows for the creation of both simple and complex documents. With Office 365, you are able to download the application to your hard drive and will also have access to the online version. Read more:https://rohitcomputertechno.blogspot.com/2023/07/what-is-ms-worddetails_27.html
  • 3. 2. MS Excel: Microsoft Excel is a spreadsheet editor developed by Microsoft for Windows, macOS, Android, iOS and iPadOS. It features calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications. Excel forms part of the Microsoft 365 suite of software. Read more:https://rohitcomputertechno.blogspot.com/2023/07/what-is-ms-excel-details.html 3. MS PowerPoint: Microsoft PowerPoint is a presentation program, created by Robert Gaskins and Dennis Austin at a software company named Forethought, Inc. It was released on April 20, 1987, initially for Macintosh computers only. Microsoft acquired PowerPoint for about $14 million three months after it appeared. 4. MS Publisher: Microsoft Publisher is a desktop publishing application from Microsoft, differing from Microsoft Word in that the emphasis is placed on page layout and graphic design rather than text composition and proofreading. 5. MS Access: Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Access Database Engine (ACE) with a graphical user interface and software-development tools. It is a member of the Microsoft 365 suite of applications, included in the Professional and higher editions or sold separately. Paint: Paint is a simple raster graphics editor that has been included with all versions of Microsoft Windows. The program opens, modifies and saves image files in Windows bitmap, JPEG, GIF, PNG, and single-page TIFF formats. The program can be in color mode or two-color black-and-white, but there is no grayscale mode. Notepad: Windows Notepad is a simple text editor for Windows; it creates and edits plain text documents. First released in 1983 to commercialize the computer mouse in MS-DOS, Notepad has been part of every version of Windows ever since. Wordpad:
  • 4. WordPad is the basic word processor that has been included with almost all versions of Microsoft Windows from Windows 95 onwards. It is more advanced than Windows Notepad, and simpler than Microsoft Word and Microsoft Works (last updated in 2007). WordPad replaced Microsoft WordPad is the basic word processor that has been included with almost all versions of Microsoft Windows from Windows 95 onwards. It is more advanced than Windows Notepad, and simpler than Microsoft Word and Microsoft Works (last updated in 2007). WordPad replaced Microsoft Write. is the basic word processor that has been included with almost all versions of Microsoft Windows from Windows 95 onwards. It is more advanced than Windows Notepad, and simpler than Microsoft Word and Microsoft Works (last updated in 2007). WordPad replaced Microsoft Write. DOS (Disk operating System) It stands for Microsof Disk Operating System. It is an example of Simgle user Operating System. It is also called CUI (Charater User Interface). MS-DOS is a non-graphical command line operating system. Originally developped by Microsoft for IBM, MS-DOS was the standerd operating system for IBM-compatible personal computers. MS-dos was originally written by Tim Paterson and introduced by Microsoft in August 1981. MS-DOS in no large used; however, the command sheel/prompt, more command Known as the Windows command line is still used by many user and computer. We give English like commands and DOS converts it into machine language and after the computer has processed the information, returns the results in English. Q. How to open DOS in Windows? = Start > All Program > Accessories > Command Prompt. Start > Run-CMD or Command Q. How to make MS-DOS Window Maximize (full Screem)? = ALT+ ENTER (applicable for Windows xp not for 7,8 & 10) Q. How to exit from DOS? =Exit Command is use to exit Command Prompt.
  • 5. Q. How to change Drive in MS-DOS? = Syntax:- Drive Name: (press enter key) Example- D: BOOTING: Process that starts up a computer is called booting. It check for proper functioning of all the Hardware (peripheral) devices attached with the system. It searchs for the operating system and, when located, loads it into the main memory (RAM). DOS/Command Prompt C:/> it is know as DOS/command prompt, where we give the commands. DOS command Commands are predefine instruction which is used to perform internal and external operation. A command can be given in capitals or Small letters also. After Typing DOS command we muct press enter key. DOS command divided into 2 parts. 1. Internal Commands or Memory-Resident Commands. 2. External Command or Disk-Residence Commands. 1.Internal Command These commands are automatically loaded into the computer's memory during the bootimg process. They actually included in the Commands are executable immediatly after getting the DOS prompt. A few internal commands are: VER CD.. VOL RD
  • 6. DATE COPY CON TIME TYPE CLS COPY DIR DEL MD REN CD PROMPT VER All O/S has its own edition number or relase or version number. The version number indicates which edition of O/S we are working on. Syntax: VER Example: VER Microsoft Windows XP [version 5.1.2600] VOL It is used to display volume lable (name) and serial number of the current drive. Syntax: VOL[drive:] Example: C:/> VOL D: DATE Used to display the current system date and prompt for entering new date. Syntax: DATE Example: Date TIME:
  • 7. Display the current system Time and prompt for entering new time. Syntax: TIME Example: Time CLS: Clear the screen. Syntax: CLS Example: CLS MD or MKDIR: Used to creat a new Directory or nested Directories. Syntax: MD DIRECTORY NAME MKDIR DIRECTORY NAME Example: MD HARI <ENTER> CD: This command allows us to change present directory to another directory. Syntex: CD [directory name] Example: CD Hari <Enter> RD To delete the empty directry. Syntax: RD [directroy name] <Enter> Example: RD Hari press <Enter>
  • 8. NOTE:- The dirctroy muct be empty when we use RD * Remove with subdirectories and files. Syntax: RD/S [directroy name] Example: RD/s COLOUR press <Enter> COPY CON: We use this command to create a new file. Syntax: COPY CON <FILENAME> There are two name in DOS and is divided into 2 parts. 1. Primary Name 2.Secondary or extension. Primary name is separated from the Secondary naem extension with the help of a dot (.) Example: Ram. TXT Secondary name is optional. The extension tells DOS about what kindof file it is. A valid Character for naming a file are. from A to Z and the digit 0 to 9 Example: Copy Con Hari.text Note:- Typing hare and when we are done, press Ctr+Z or F6 key followed by Enter to save the current document. TYPE:
  • 9. This command allowed allows us to see the conttents of an existing file on the screen. Syntax: TYPE <File Name> Example: TYPE Hari.text COPY: We can Use copy command in two ways:- File to File CopyUsing this command override one file of an existing file from one location to another file. Syntax: COPY [SOURCE FILE NAME] [TARGAR FILE NAME] Example: COPY hari.txt Krishna.text File to File Directory This is use to duplicate files of an existing file one directory to another with different name or exiting name. Syntex: COPY [SOURCE FILE NAME] [TARGET Directory Name] DEL/ERASE This command removes one or more files from the disk or current working directorys. Syntax: DEL [File Name] or ERASE [File Name] Example: DEL Hari.txt or ERASE Krishna.Txt REN Used to change the name of the file or directory. Rename Directory
  • 10. Syntax: Ren [old directory name] [new directory name] Rename File Syntax: REN <old file name. Extension> <New file name. Extension> Example: REN Hari.text Krishna.doc DIR: This command display the list of directory and files with details like date of creation whether it is directory or file etc. Syntax: DIR <ENTER> DIR Command with Swithes: DIR/OD Date wise. DIR/ON Alphabetical. DIR/OE Extension wise. DIR/L File and directory in lower case letters. DIR/S To see Subdirectory. DIR/P To See Using Pause (Like more Command). DIR/AH To see hidden file.
  • 11. DIR/W Display only column of file names and directories . DIR/B Displays only file or directory. "?"And"*" Wild card character. DIR? Display directory of latter as many?mark those many directory. DIR*.txt Display all the files with extension.txt PROMPPT: This command allows us to customoze the dos prompt. Syntax: PROMPT $ Switches Example: PROMPT $ P $ G <Enter> TREE: It is used to display directory structure of a specified directory graphcally. Syntax: TREE<Directory Name> TREE/F: It is used to display the names of the file in each directory. Syntax: TREE/F <Directory Name> 2. EXTERNAL COMMAND These are also called Disk-Resident Commands. These commands are meant for special purpose. These are found in Separade files on Hard Disk or Floppy Disk, So that they don't typically consume valuable memory only ehen called. Some External Commands are: MOVE
  • 12. EDIT MOVE: This command move (cut) a file or group of fils from one directory to another and also onedisk to another disk. Syntax: move <file Name> <Directory Name> Down Arrow: Show the next command executed after the one that's being displayed. F7- Display the entire list of command that is executed. F9- Select commands. Alt+F7- Erase the command history list. Esc- Clear the command line. Read more: https://rohitcomputertechno.blogspot.com/