P1.3 - Solution planning

P1.3 - Solution planning

10th Grade

11 Qs

quiz-placeholder

Similar activities

Flowcharts

Flowcharts

7th - 12th Grade

14 Qs

L2W2

L2W2

12th Grade

10 Qs

Creating Algorithms Through Pseudocodes and Flowcharts

Creating Algorithms Through Pseudocodes and Flowcharts

11th - 12th Grade

15 Qs

Creating Algorithms Through Pseudocodes and Flowcharts

Creating Algorithms Through Pseudocodes and Flowcharts

11th - 12th Grade

15 Qs

COMPOSITION AND DECOMPOSITION

COMPOSITION AND DECOMPOSITION

11th Grade - University

15 Qs

Pseudocode and Flowcharts - Computer Science

Pseudocode and Flowcharts - Computer Science

KG - 12th Grade

15 Qs

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

9th - 10th Grade

10 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th 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

Requirements are identified

Using Normal data

Structure Diagrams

Flowcharts

Using Abnormal data

Debugging code

Abstraction of the problem

Decomposition of the problem

Checking the finished program works

Pseudocode

Implementing algorithms

2.

LABELLING QUESTION

45 sec • 4 pts

Select and label the different types of shapes used in flowcharts

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

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?