Defensive Design

Defensive Design

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Cambridge Technicals L3 U2 Information Types

Cambridge Technicals L3 U2 Information Types

12th Grade

15 Qs

Higher Computing SDD Revision

Higher Computing SDD Revision

10th Grade

15 Qs

National 5 Programming (VB and Theory)

National 5 Programming (VB and Theory)

1st - 11th Grade

20 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

Databases and Normalisation

Databases and Normalisation

12th Grade

20 Qs

Software Testing BTEC IT L3

Software Testing BTEC IT L3

12th Grade

16 Qs

INFO MNGT MIDTERM EXAM P2

INFO MNGT MIDTERM EXAM P2

12th Grade

20 Qs

Excel Data Validation

Excel Data Validation

9th Grade - University

20 Qs

Defensive Design

Defensive Design

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Rachel Pugh

Used 23+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a method for ensuring that a program is robust

Data Validation

Data Sanitisation

Keeping passwords safe

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is data validation?

checking that data entered is wrong

checking that data entered is right

checking that data entered is reasonable or sensible

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of these is NOT an example of data validation?

checking the number entered is two digits

asking a user to enter the same data twice

Use of a lookup table

Use of a presence check

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does a range check do?

checks data across a range of numbers

checks the data is within an acceptable range

checks that data is in the correct format

checks that data is there

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user is asked to enter their full name, which is valid data?

Mr Jones

Mr S Jones

Steven Jones

Steven

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is defensive design?

making your code error free

a method ensuring that your code is not misused

Code where data is validated

Creating code that is easy to read and understand

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user is attempting to enter extra data, which method would identify this issue?

data validation

Input sanitisation

Input check

Format check

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?