Search Header Logo
Validation

Validation

Assessment

Presentation

Computers

9th - 10th Grade

Medium

Created by

Calum Gordon

Used 19+ times

FREE Resource

16 Slides • 22 Questions

1

Validation

Validating user input using various types of check

media

2

media

3

media

4

Multiple Select

Question image

In this lesson I am going to learn to validate user input using which type of checks?

1

presence

2

length

3

range

4

look-up

5

type

5

media

6

Multiple Choice

Which Python functions makes program interactive?

1

input()

2

print()

3

int()

4

str()

7

Multiple Choice

What data type is returned by this function call:

age = input('Enter your age')

1

str

2

int

3

float

4

bool

8

Multiple Select

Choose all the type casting functions ...

1

int()

2

input()

3

float()

4

str()

9

media

10

Fill in the Blank

The process of checking that all input data is suitable for processing, of the correct format and within a certain range is called ___________

11

media

12

Multiple Choice

Which type of validation check is this?

Is the input of the expected length?

1

length

2

range

3

presence

4

look-up

13

Multiple Choice

Which type of validation check is this?

Is the input one from a list of possible options?

1

length

2

range

3

presence

4

look-up

14

Multiple Choice

Which type of validation check is this?

Does the input fall within a specified series of values?

1

length

2

range

3

presence

4

look-up

15

Multiple Choice

Which type of validation check is this?

Is the input of a specific data type?

1

length

2

range

3

presence

4

type

16

media

17

media

18

Multiple Select

Choose all the data suitable for validating with a range check ...

1

Date of birth

2

Average temperature

3

Population of a town

4

Shoe size

5

Gender

19

media

20

Multiple Select

Choose all the data suitable for validating with a length check ...

1

Student first name

2

Place of birth

3

Star sign

4

Shoe size

5

Password

21

media

22

Multiple Select

Choose all the data suitable for validating with a presence check ...

1

Agreement with Terms and Conditions

2

user ID

3

Other known names

4

Secondary e-mail address

23

media

24

Multiple Select

Choose all the data suitable for validating with a look-up check ...

1

Country

2

Planet of the solar system

3

Month of year

4

Year

5

username

25

media

26

Multiple Choice

To make programs useful, validation should be implemented using .......

1

repetititon

2

selection

3

sequence

4

recursion

27

media

28

media

29

media

30

Multiple Choice

Question image

Which type of validaton check is this?

1

range

2

length

3

presence

4

look-up

31

Multiple Choice

Question image

Which type of validaton check is this?

1

range

2

length

3

presence

4

look-up

32

Multiple Choice

Which code shows a look-up check?

1
2
3
4

33

Multiple Choice

Which code shows a length check?

1
2
3
4

34

Multiple Choice

Question image

Which type of validaton check is this?

1

range

2

length

3

presence

4

type

35

media

36

Multiple Select

Question image

In this lesson I have learned to ...

1

Validate input using validation checks

2

Verify input using verification checks

3

Valuate input using valuation checks

4

Vindicate input using vindication checks

37

Open Ended

Question image

Thinking Hard

What have you learnt today?

What can you do with this knowledge/skill/understanding?

What do you still need to know?

(press Shift+Enter to take a new line ...)

38

Poll

Question image

How much of this lesson have you understood?

None of it

Some of it

Most of it

All of it

Validation

Validating user input using various types of check

media

Show answer

Auto Play

Slide 1 / 38

SLIDE