m1

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

Computer literacy

You know how to use a computer to perform basic tasks such as operating the basic software systems, platforms, and other computer programs commonly used in the workplace.

2
New cards

What is a Computer?

An electronic device that inputs data, processes data (converting it into information that is useful to people) outputs, and stores information.

3
New cards

Information Processing System

It refers to the manipulation of digitized information by computers and other digital electronic equipment.

4
New cards

Data

a collection of independent and unorganized facts.

5
New cards

Information

The processed and organized data presented in a meaningful form.

6
New cards

Data Processing

The course of doing things in a sequence of step

7
New cards

HARDWARE

the tangible part of a computer system.

8
New cards

SOFTWARE

the non-tangible part that tells the computer how to do its job.

9
New cards

PEOPLEWARE

refers to people who use and operate the computer system, write computer programs and analyze and design the information system.

10
New cards

(INPUT)

It accepts and gathers data

11
New cards

(PROCESSING)

It processes data to become information.

12
New cards

(STORE)

It stores data and information.

13
New cards

(OUTPUT)

It presents information.

14
New cards

A computer program or software

a series of instructions that tell a computer how to carry out a processing task.

15
New cards

Output device

displays, prints, or transmits the results after processing.

16
New cards

An algorithm

an organized sequence or list of clear steps or operations needed to solve a given programming problem

17
New cards

In algorithm efficiency

speed is on how long an algorithm takes to produce its result.

18
New cards

In algorithm efficiency

memory is concern on how much resources an algorithm takes to produce its result.

19
New cards

Stepwise refinement

is a process for developing a detailed algorithm by gradually adding detail to a high-level algorithm

20
New cards

A problem

refers to a matter or situation that is needing to be dealt with and overcome.

21
New cards

Step 1 of Algorithm Formulation

obtain a description of the problem

22
New cards

Step 2 of Algorithm Formulation

analayze the problem

23
New cards

Step 3 of Algorithm Formulation

develop a high level algorithm

24
New cards

Step 4 of Algorithm Formulation

refine the algorithm by adding more detais

25
New cards

Step 5 of Algorithm Formulation

review the algorithm

26
New cards

Software Development Life Cycle (SDLC)

is a framework that defines the steps involved in the development of software at each phase. It covers the detailed plan for building, deploying and maintaining the software.

27
New cards

Requirement Gathering and Analysis

all the relevant information is collected from the customer to develop a product as per their expectation

28
New cards

Design

the requirement gathered in the SRS document is used as an input and software architecture that is used for implementing system development is derived.

29
New cards

Implementation or Coding

starts once the developer gets the Design document. The Software design is translated into source code. All the components of the software are implemented in this phase.

30
New cards

Analysis of the Solution

It takes computer science to make it simple. Estimation of how much time and memory an algorithm takes is fundamental in coming up with a solution.

31
New cards

Testing, debugging and integration

the developed software is tested thoroughly and any defects found are assigned to developers to get them fixed.

32
New cards

Maintenance

if any issue comes up and needs to be fixed or any enhancement is to be done is taken care by the developers.