Algorithm Design

Algorithm Design

University

7 Qs

quiz-placeholder

Similar activities

Flowchart Quiz

Flowchart Quiz

University

10 Qs

Quiz 3 OS Jun 2019

Quiz 3 OS Jun 2019

University

10 Qs

ALGORITHM, PSEUDOCODE & FLOWCHART

ALGORITHM, PSEUDOCODE & FLOWCHART

University

10 Qs

review of chapter 1

review of chapter 1

University

10 Qs

Logic Building in Computer

Logic Building in Computer

University

12 Qs

XTK 022 2020/JUN(3)

XTK 022 2020/JUN(3)

University

10 Qs

Approach in problem solving

Approach in problem solving

University

11 Qs

PDS - 04225 Week 2 - Phases of Software Development - Chapter 1

PDS - 04225 Week 2 - Phases of Software Development - Chapter 1

University

10 Qs

Algorithm Design

Algorithm Design

Assessment

Quiz

Computers

University

Medium

Created by

Stheh Ndovela

Used 77+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What two types of search Algorithms are there?b

Binary and Von Neumann

Data and Control

Binary and Linear

Linear and Bubble

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Problem Solving?

The process that computer follow when solving problems that require a computer solution

The process that programmers follow when solving problems that require a computer solution

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Five steps in problem solving except

Problem Analysis 

Design a solution

Implementation

Testing

Identify

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct definition of an algorithm?
An algorithm is a step by step instructions to solve a problem.
An algorithm is a process of baking bread.
An algorithm is a software used to compute numbers.
An algorithm is the process of breaking problems.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a flowchart?
A textual representation of algorithms.
A graphical representation of algorithms.
A cluster of different shapes.
A program code written in Logo.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
What does this shape represent in flowchart?
Start/Stop
Decision
Process
Input/Output

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
What does this shape represent in flowchart?
Input/Output
Process
Decision
Start/Stop