Friday, November 3, 2017

How to work on office data base

*Open Office Database*Overview*Planning a Database*A Database Design Checklist*Database Objects/ Elements*Working with Database Objects*Macros and Modules*Overview*The database engine:– Is the (generally invisible) software that actually stores, indexes, and retrieves data. When you create a standalone database, Open Office Base /Access uses its own engine to manage data. If you choose File, New and select one of the Project options, you can use the Microsoft Data Engine (MSDE) instead. MSDE is compatible with Microsoft’s enterprise-wide...

How to work with advanced word: Notes lesson 1- 4

ADVANCED WORDLESSON 1WORKING WITH TABLES.How to create a tableClick on table menu.Select insert then Table.Specify number of rows & columns.Click OK.How to Add a Row/ColumnPosition a cursor where you want to add a row/column.Click on Table Menu, Select insert then row above/belowHOW TO MERGE CELLSHighlight the row.Click on table menu.Select merge cells.HOW TO SPLIT CELLSHighlight the row(s)Click on table menu.Select split cells.Specify number of columns and number of rows.DELETING COLUMNS/ROWSHighlight the Row or Column.Click on table menu.Select...

Evolution and History of Programming Languages Software/Hardware/System

Evolution and History of Programming LanguagesEVOLUTIONTo write a program for a computer, we must use a computer language. A computer language is a set of predefined words that are combined into a program according to predefined rules (syntax). Over the years, computer languages have evolved from machine language to high-level languages.Machine languagesIn the earliest days of computers, the only programming languages available were machine languages. Each computer had its own machine language, which was made of streams of 0s and 1s. In Chapter...

Software Development Life Cycle Models

Software Development Life Cycle ModelsThe General ModelSoftware life cycle models describe phases of the software cycle and the order in which those phases are executed. There are tons of models, and many companies adopt their own, but all have very similar patterns. The general, basic model is shown below: General Life Cycle Model Each phase produces deliverables required by the next phase in the life cycle. Requirements are translated into design. Code is produced during implementation that is driven by the design. Testing verifies the deliverable...

The Six Steps in the Program Development Life Cycle (PDLC)

The Six Steps in the Program Development Life Cycle (PDLC) The process of developing a software, according to thedesired needs of a user, by following a basic set of interrelated procedures is known as ProgramDevelopment Life Cycle.PDLC includes various set of procedures and activitiesthat are isolated and sequenced for learning purposesbut in real life they overlap and are highly interrelated. Tasks of Program Development The basic set of procedures that are followed by variousorganisations in their program development methods are as follows:Step...

Programing languages lesson 1

COMPUTER PROGRAMMING LANGUAGESIntroductionBy the end of this Topic, you should …• Explain the concept of programming• Understand the different types of programming languages.• Describe the programming life cycle.• Select appropriate programming Language• Understand the concept of algorithms• Use pseudo-code and flow-charts to solve problems• Identify data structure• Design a program • Apply Control structure in program design.• Develop functions.• Develop array...