P1.3 - Solution planning

P1.3 - Solution planning

10th Grade

11 Qs

quiz-placeholder

Similar activities

Grade 10 Term 1 Challenge

Grade 10 Term 1 Challenge

10th Grade

15 Qs

CMP244 Old JavaScript Ch 04

CMP244 Old JavaScript Ch 04

University

10 Qs

Algorithm

Algorithm

10th - 11th Grade

15 Qs

M5-FlowChart & Python

M5-FlowChart & Python

10th - 12th Grade

10 Qs

Checkpoint - IPO Diagrams in Computational Thinking

Checkpoint - IPO Diagrams in Computational Thinking

9th Grade - University

10 Qs

Engineering Journals and Proof of Concept Prototype

Engineering Journals and Proof of Concept Prototype

9th - 12th Grade

8 Qs

Flowchart

Flowchart

9th - 10th Grade

9 Qs

Pseudocode Writing-Sequential Control

Pseudocode Writing-Sequential Control

10th Grade

10 Qs

P1.3 - Solution planning

P1.3 - Solution planning

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Kevin Bennett

FREE Resource

11 questions

Show all answers

1.

CLASSIFICATION QUESTION

1 min • 11 pts

Which actions happen in each phase of the SDLC?

Groups:

(a) Analysis

,

(b) Design

,

(c) Coding

,

(d) Testing

Structure Diagrams

Using Abnormal data

Flowcharts

Pseudocode

Requirements are identified

Decomposition of the problem

Debugging code

Checking the finished program works

Using Normal data

Abstraction of the problem

Implementing algorithms

2.

LABELLING QUESTION

45 sec • 4 pts

Select and label the different types of shapes used in flowcharts

a
b
c
e
Sum
Process
Print
Decision
Terminator
Diamond
Rectangle
Input/Output
Start
Box

3.

DRAG AND DROP QUESTION

45 sec • 4 pts

Variables are ​ (a)   for a ​ (b)   in ​ (c)   where data can be ​ (d)   .

identifiers
location
memory
stored
names
changed
secondary storage
value
found

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the correct way to declare a variable in pseudocode to hold the average area of a shape.

DECLARE Shape : INTEGER

DECLARE Area : STRING

DECLARE Area : REAL

DECLARE a : FLOAT

5.

DRAG AND DROP QUESTION

45 sec • 2 pts

The pseudocode to declare a variable to hold the users password is:

​ (a)   pwd : ​ (b)  

DECLARE
STRING
VARIABLE
SET
INTEGER
REAL
CREATE
DEC

6.

DRAG AND DROP QUESTION

45 sec • 5 pts

DECLARE Length, Area ​ (a)   REAL

​ (b)   "Enter Length: "

INPUT ​ (c)  

Area ​ (d)   Length ​ * Length

OUTPUT "Area is "​ (e)  

OUTPUT
:
Length
<--
, Length
: Length
=
==
-
PRINT

7.

HOTSPOT QUESTION

10 sec • 1 pt

Identify the shape used to perform selection in flowcharts.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?