H Starter - Software design revision

H Starter - Software design revision

10th Grade

5 Qs

quiz-placeholder

Similar activities

AIJ KD 3.2

AIJ KD 3.2

11th Grade

10 Qs

Quiz on DBMS-U4

Quiz on DBMS-U4

University

10 Qs

DBMS

DBMS

University

10 Qs

MOAC Word 2016 Lesson 5

MOAC Word 2016 Lesson 5

8th - 12th Grade

10 Qs

CH 3 - Software Engineering

CH 3 - Software Engineering

University

10 Qs

Computer Fundamentals-Quiz1

Computer Fundamentals-Quiz1

University

10 Qs

Instagram style filters with Python

Instagram style filters with Python

9th - 12th Grade

10 Qs

COMPILER DESIGN QUIZ 28.3.2023

COMPILER DESIGN QUIZ 28.3.2023

University

10 Qs

H Starter - Software design revision

H Starter - Software design revision

Assessment

Quiz

Computers

10th Grade

Hard

Created by

G Alexander-Doyle

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How should a structured diagram be read?

Top to bottom then right to left

Bottom to top then right to left

Bottom to top then left to right

Top to bottom then left to right

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shapes represents a process in a structured diagram?

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shapes represents a selection statement in a structured diagram?

Media Image
Media Image
Media Image
Media Image

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which software design method allows the designer to define the steps of the main algorithm along with refinements which will roughly translate to the lines of code required at the implementation stage.

5.

DROPDOWN QUESTION

1 min • 1 pt

Media Image

The standard algorithm represented by the following structured diagram is a​ (a)  

linear search
find maximum
find minimum
count occurrence

Answer explanation

In this diagram there is clear use of a flag (found) variable and a separate selection statement at the end to report back an unsuccessful search.