Algorithm Design

Algorithm Design

University

7 Qs

quiz-placeholder

Similar activities

ALMCTPS

ALMCTPS

University

10 Qs

Problem Solving

Problem Solving

12th Grade - University

10 Qs

QUIZ 2

QUIZ 2

University

10 Qs

Basic Programming

Basic Programming

University

10 Qs

Algorithms

Algorithms

University

10 Qs

Algorithms

Algorithms

University

12 Qs

Quiz on Problem Analysis and Design

Quiz on Problem Analysis and Design

University

12 Qs

Algorithms basics

Algorithms basics

6th Grade - University

11 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