Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

mathmatics of using in essay to clear in this docment, Summaries of Biophysics

The course objectives and outcomes of BCA Under CBCS Course on Computer Fundamentals and MS Office. The course aims to introduce the concepts of computer fundamental & their applications for the efficient use of office technology in a business environment. The document covers topics such as computer generations, number systems, input and output devices, software, memories, and MS Office tools like Word, Excel, and PowerPoint. The document also includes reference books and student activities related to the course.

Typology: Summaries

2020/2021

Available from 03/29/2023

pranathi-bojja
pranathi-bojja ๐Ÿ‡ฎ๐Ÿ‡ณ

1 document

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
B.C.A Under CBCS with effect from Academic Year 2016-2017 (Revised in April, 2016)
Andhra Pradesh State Council of Higher Education
BCA I year I semester
COMPUTER FUNDAMENTALS AND MS OFFICE
Course Objectives
The objective of the course is to introduce the concepts of computer fundamental & their
applications for the efficient use of office technology in a business environment.
Course Outcomes
1. Demonstrate the basic technicalities of creating Word documents for office use.
2. Create and design a spreadsheet for general office
3. Demonstrate the basic technicalities of creating a PowerPoint presentation.
4. Demonstrate the practices in data & files management
UNIT-I
Introduction to computers, characteristics and limitations of computer, Block diagram of
computer, types of computers, uses of computers, computer generations. Number
systems:binary,hexaand octal numbering system
UNIT-II
Input and output devices: Keyboard and mouse,inputting data in other ways, Types of
Software:system software,Application software,commercial,open source,domain and free ware
software , Memories: primary,secondary and cache memory.windows basics: desk top,start
menu,icons.
UNIT III
System Software, Compilers, assemblers, loaders, Operating Systems fundamentals, Introduction
to Algorithms and Programming Languages
UNIT IV
MS Word: Getting Started Working with Microsoft Office 2007. Understanding Word Basics
Editing and Formatting Text. Formatting Documents Working with Graphic Objects
UNIT V
Microsoft Excel: Understanding Excel Basics. Formatting and Editing the Worksheet ,Using
Formulas and Functions. Working with Charts.
Microsoft PowerPoint: Understanding PowerPoint Basics. Formatting and Modifying
Presentations Enhancing the Presentation
pf3
pf4
pf5

Partial preview of the text

Download mathmatics of using in essay to clear in this docment and more Summaries Biophysics in PDF only on Docsity!

Andhra Pradesh State Council of Higher Education

BCA I year I semester

COMPUTER FUNDAMENTALS AND MS OFFICE

Course Objectives The objective of the course is to introduce the concepts of computer fundamental & their applications for the efficient use of office technology in a business environment.

Course Outcomes

  1. Demonstrate the basic technicalities of creating Word documents for office use.
  2. Create and design a spreadsheet for general office
  3. Demonstrate the basic technicalities of creating a PowerPoint presentation.
  4. Demonstrate the practices in data & files management

UNIT-I Introduction to computers, characteristics and limitations of computer, Block diagram of computer, types of computers, uses of computers, computer generations. Number systems:binary,hexaand octal numbering system

UNIT-II Input and output devices: Keyboard and mouse,inputting data in other ways, Types of Software:system software,Application software,commercial,open source,domain and free ware software , Memories: primary,secondary and cache memory.windows basics: desk top,start menu,icons.

UNIT III System Software, Compilers, assemblers, loaders, Operating Systems fundamentals, Introduction to Algorithms and Programming Languages

UNIT IV MS Word: Getting Started Working with Microsoft Office 2007. Understanding Word Basics Editing and Formatting Text. Formatting Documents Working with Graphic Objects

UNIT V Microsoft Excel: Understanding Excel Basics. Formatting and Editing the Worksheet ,Using Formulas and Functions. Working with Charts. Microsoft PowerPoint: Understanding PowerPoint Basics. Formatting and Modifying Presentations Enhancing the Presentation

REFERENCE BOOK

  1. Fundamentals Of Computers โ€ by REEMA THAREJA from OXFORD UNIVERSITY

PRESS

  1. Microsoft Office 2007 Fundamentals, 1st Edition By Laura Story, Dawna Walls (UNIT I,

UNIT II, UNIT III, UNIT IV)

  1. โ€œComputer Fundamentals and Programming in Cโ€ by REEMA THAREJA from OXFORD

UNIVERSITY PRESS

  1. PC SOFTWARE UNDER WINDOWS by Puneet Kumar And Sushil Bhardwaj From

Kalyani Publishers

Student Activity:

  1. Identify the parts of your computer/laptop
  2. Load trail version of recent MS office suit in your system
  3. Prepare your profile in MS PP using animations and sound effects

BCA I year I semester

PROGRAMMING USING C Objectives:

  1. Learn how to solve common types of computing problems.
  2. Learn data types and control structures of C
  3. Learn to map problems to programming features of C.
  4. Learn to write good portable C programs. Outcomes: Upon successful completion of the course, a student will be able to:
  5. Appreciate and understand the working of a digital computer
  6. Analyze a given problem and develop an algorithm to solve the problem
  7. Improve upon a solution to a problem
  8. Use the 'C' language constructs in the right way
  9. Design, develop and test programs written in 'C'

UNIT I Introduction to Algorithms and Programming Languages : Algorithm โ€“ Key features of Algorithms โ€“ examples of Algorithms โ€“ Flow Charts โ€“ Pseudo code โ€“ Programming Languages

  • Generation of Programming Languages โ€“ Structured Programming Language. Introduction to C: Introduction โ€“ Structure of C Program โ€“ Writing the first C Program โ€“ File used in C Program โ€“ Compiling and Executing C Programs โ€“ Using Comments โ€“ Keywords โ€“ Identifiers โ€“ Basic Data Types in C โ€“ Variables โ€“ Constants โ€“ I/O Statements in C- Operators in C- Programming Examples โ€“ Type Conversion and Type Casting.

UNIT II Decision Control and Looping Statements: Introduction to Decision Control Statements โ€“ Conditional Branching Statements โ€“ Iterative Statements โ€“ Nested Loops โ€“ Break and Continue Statement โ€“ Goto Statement. Functions : Introduction โ€“ using functions โ€“ Function declaration/ prototype โ€“ Function definition โ€“ function call โ€“ return statement โ€“ Passing parameters โ€“ Scope of variables โ€“ Storage Classes โ€“ Recursive functions โ€“ Type of recursion โ€“ Towers of Hanoi.

UNIT III Arrays : Introduction โ€“ Declaration of Arrays โ€“ Accessing elements of the Array โ€“ Storing Values in Array โ€“ Calculating the length of the Array โ€“ Operations that can be performed on Array โ€“ one dimensional array for inter-function communication โ€“ Two dimensional Arrays โ€“ Operations on Two Dimensional Arrays. Strings: Introduction - String Operations โ€“ String and Character functions.

UNIT IV

Pointers: Understanding Computer Memory โ€“ Introduction to Pointers โ€“ declaring Pointer Variables โ€“ Pointer Expressions and Pointer Arithmetic โ€“ Null Pointers - Passing Arguments to Functions using Pointer โ€“ Pointer and Arrays โ€“ Passing Array to Functionโ€“ Memory Allocation in C Programs โ€“ Memory Usage โ€“ Dynamic Memory Allocation โ€“ Drawbacks of Pointers Structure, Union, and Enumerated Data Types: Introduction โ€“ Nested Structures โ€“ Arrays of Structuresโ€“ Self referential Structures โ€“ Unionโ€“ Enumerated Data Types.

UNIT V Files: Introduction to Files โ€“ Using Files in C โ€“ Reading Data from Files โ€“ Writing Data from Files โ€“ Detecting the End-of-file โ€“ Error Handling during File Operations.

REFERENCE BOOKS

  1. Computer Fundamentals and Programming in C by REEMA THAREJA from OXFORD

UNIVERSITY PRESS

  1. E Balagurusamy: โ€•COMPUTING FUNDAMENTALS & C PROGRAMMINGโ€– โ€“ Tata

McGraw-Hill, Second Reprint 2008, ISBN 978-0-07-066909-3.

  1. Ashok N Kamthane: Programming with ANSI and Turbo C, Pearson Edition Publ, 2002.
    1. Henry Mullish & Huubert L.Cooper: The Sprit of C, Jaico Pub. House,1996.
  2. Teach your C Skills-Kanithker

Student Activity:

  1. Create time table using faculty workload, subjects etc.
  2. Prepare a complete note on recursion and its types
  3. Prepare a complete note types of files and file formats for different inputdata

BCA I Year I Semester

Photo Shop Lab

Create following items using different options in photo shop

  1. Visiting card
  2. Cover page of a book
  3. Paper add for calling tenders
  4. Passport photo design
  5. Pamphlet
  6. Broacher designing
  7. Titles designing
  8. Custom shapes creation
  9. Web template design
  10. Black & white and color photo conversion
  11. Image size modification
  12. Wedding album designing
  13. Background changes
  14. Box package cover designing
  15. Texture and patterns designing
  16. Filter effects & Eraser effects