Week 1 PRELIMS Flashcards

1
Q

It cannot make decisions or do operations by itself.

A

Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It needs programs for it to know what task should it perform and how it should be done

A

Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It is the process of developing and implementing various sets of instructions to enable a computer to do a certain task.

A

Programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The main objective of this is to solve a problem.

A

Programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

It is usually written by a computer programmer.

A

Programming Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is a set of instructions for a computer.

A

Computer Program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

These instructions describe the steps that the computer must follow to implement a plan.

A

Computer Program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It is a detailed plan for solving a problem.

A

Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

It is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

A

Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

this is a key step in solving a problem

A

ALGORITHM DEVELOPMENT PROCESS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

5 Major Steps of Algorithm Development Process

A

Obtain a description of the problem.
Analyze the problem.
Develop a high-level algorithm.
Refine the algorithm by adding more detail
Review the algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

It is a short, clear explanation of the issue

A

Problem Statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It investigates a situation/problem in order to allow the programmer to understand more fully the problem

A

Problem Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

this step shows the major steps that need to be followed to solve a problem.

A

High Level Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Refine the algorithm by adding more detail

A

Detailed Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

_____________ the algorithm to ensure that no mistakes are made.

A

Review the Algorithm

17
Q
A