Validating user input

Validating user input

11th Grade

20 Qs

quiz-placeholder

Similar activities

Subroutines

Subroutines

9th - 11th Grade

16 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Algorithms and Data Revision

Algorithms and Data Revision

10th - 12th Grade

20 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

The Barcode scanner

The Barcode scanner

9th - 11th Grade

20 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 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?