P1.3 - Solution planning

P1.3 - Solution planning

10th Grade

11 Qs

quiz-placeholder

Similar activities

Refleksi Algoritma

Refleksi Algoritma

10th Grade

10 Qs

Berpikir Komputasional - Algoritma Dasar

Berpikir Komputasional - Algoritma Dasar

10th Grade

15 Qs

CPI 2.01-2.03

CPI 2.01-2.03

9th - 12th Grade

12 Qs

Flowol

Flowol

7th - 10th Grade

10 Qs

NOCTI Computer Programming Quiz: Algorithms and Logic

NOCTI Computer Programming Quiz: Algorithms and Logic

10th Grade

10 Qs

Software Development Life Cycle Quiz

Software Development Life Cycle Quiz

11th Grade

15 Qs

Soal Pemrograman Dasar Kelas X

Soal Pemrograman Dasar Kelas X

10th Grade

10 Qs

daily test 10

daily test 10

10th Grade

15 Qs

P1.3 - Solution planning

P1.3 - Solution planning

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Kevin Bennett

Used 1+ times

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

Using Normal data

Implementing algorithms

Using Abnormal data

Debugging code

Requirements are identified

Structure Diagrams

Abstraction of the problem

Checking the finished program works

Flowcharts

Pseudocode

Decomposition of the problem

2.

LABELLING QUESTION

45 sec • 4 pts

Select and label the different types of shapes used in flowcharts

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

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?