P1.3 - Solution planning

P1.3 - Solution planning

10th Grade

11 Qs

quiz-placeholder

Similar activities

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

L2W2

L2W2

12th Grade

10 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

CS Edexcel 1.2a Writing Algorithms

CS Edexcel 1.2a Writing Algorithms

9th - 10th Grade

13 Qs

J277 2.1.1-2.1.2 Algorithms

J277 2.1.1-2.1.2 Algorithms

9th - 10th Grade

15 Qs

Algorithm, Pseudocode, and Flowchart

Algorithm, Pseudocode, and Flowchart

11th - 12th Grade

15 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

Implementing algorithms

Flowcharts

Abstraction of the problem

Using Abnormal data

Decomposition of the problem

Requirements are identified

Structure Diagrams

Checking the finished program works

Using Normal data

Pseudocode

Debugging code

2.

LABELLING QUESTION

45 sec • 4 pts

Select and label the different types of shapes used in flowcharts

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

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?