Validating user input

Validating user input

11th Grade

20 Qs

quiz-placeholder

Similar activities

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Programming Basics

Programming Basics

9th - 12th Grade

21 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Computer Science Quiz 02

Computer Science Quiz 02

10th Grade - University

19 Qs

Unit 2.3 Robust Programs MCQs L1

Unit 2.3 Robust Programs MCQs L1

10th - 11th Grade

20 Qs

OCR GCSE CS MCQs 2.3 Defensive Design

OCR GCSE CS MCQs 2.3 Defensive Design

10th - 11th Grade

20 Qs

GCSE - 2.3 Producing Robust Programs

GCSE - 2.3 Producing Robust Programs

9th - 11th Grade

15 Qs

Validating user input

Validating user input

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Craig Ellis

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is an automatic computer check to make sure data entered is sensible and reasonable known as?

Double entry

Verification

Validation

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What validation type would make sure a post code was entered in the correct format?

Length check

Format check

Presence check

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What validation type would you use to check that numbers fell within a certain range?

Range check

Presence check

Check digit

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What validation type checks that a field is not left blank?

Format check

Length check

Presence check

Range check

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What validation type checks a certain number of characters have been entered?

Length check

Format check

Range check

Presence check

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To repeat a fixed number of times use a
while loop
for loop
if loop
indentation

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To repeat until a particular condition is true use
while loop
for loop
if loop
indentation

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?