H Starter - Software design revision

H Starter - Software design revision

10th Grade

5 Qs

quiz-placeholder

Similar activities

Google Apps

Google Apps

4th - 12th Grade

10 Qs

ICT 10 - Quiz - Part 2

ICT 10 - Quiz - Part 2

10th Grade

10 Qs

C Coder -1

C Coder -1

5th - 10th Grade

10 Qs

Week 7- Technical Drafting 11 (Pre-test)

Week 7- Technical Drafting 11 (Pre-test)

11th Grade

10 Qs

Desain Web kelas 12 by. Mas Arham

Desain Web kelas 12 by. Mas Arham

12th Grade

10 Qs

Introduction to information technology

Introduction to information technology

University

9 Qs

Pre-Assessment: ICT 10 Orientation Day

Pre-Assessment: ICT 10 Orientation Day

10th Grade

10 Qs

Vocabulary Quiz - Computer - 01

Vocabulary Quiz - Computer - 01

12th Grade - University

10 Qs

H Starter - Software design revision

H Starter - Software design revision

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

G Alexander-Doyle

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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.