N5 SDD - Recap (pre-loops)

N5 SDD - Recap (pre-loops)

7th Grade

20 Qs

quiz-placeholder

Similar activities

CRAAP test

CRAAP test

7th Grade

16 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

CPA Flowchart Mastery

CPA Flowchart Mastery

7th Grade - Professional Development

15 Qs

Y10M2A2 - Selection

Y10M2A2 - Selection

6th - 10th Grade

15 Qs

SQL & Robust Programs

SQL & Robust Programs

5th - 9th Grade

21 Qs

Intro to Python Vocabulary

Intro to Python Vocabulary

7th - 12th Grade

20 Qs

Ozaria Chapter 2 Quiz 1

Ozaria Chapter 2 Quiz 1

6th - 8th Grade

18 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

N5 SDD - Recap (pre-loops)

N5 SDD - Recap (pre-loops)

Assessment

Quiz

Computers

7th Grade

Hard

Created by

G Alexander-Doyle

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Dylan is creating a structured diagram for a program. Which stage of the software development process has he reached?

Analysis

Design

Implementation

Testing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Sally is working out what the inputs, processes and outputs for her program are. Which stage of the software development process has she reached?

Analysis

Design

Implementation

Testing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Michael is reviewing his software to see if the code used is efficient. What stage of the software development process has he reached?

Design

Implementation

Testing

Evaluation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which description best matches the following line of code:

if answer <= 10:

Checks to see if the value in the answer variable is more than 10.

Checks to see if the value in the answer variable is more than or the same as 10.

Checks to see if the value in the answer variable is less than or the same as 10.

Checks to see if the value in the answer variable is less than 10.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which description best matches the following line of code:

if grade != "B":

Checks to see if the value in the grade variable is the same as B.

Checks to see if the value in the grade variable is not the same as B.

Checks to see if the value in the grade variable is less than B.

Checks to see if the value in the grade variable is more than B.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The symbol shown would represent which computational construct in a flowchart?

Input / Output

Initialisation

Loop

Selection

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The symbol shown would represent which computational construct in a flowchart?

Input / Output

Initialisation

Loop

Selection

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?