Hinge_2.3.2_testing

Hinge_2.3.2_testing

12th Grade

9 Qs

quiz-placeholder

Similar activities

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Cyber Security

Cyber Security

9th - 12th Grade

10 Qs

Higher Coding

Higher Coding

KG - University

12 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

Khan - Computer Unit 3 Vocabulary

Khan - Computer Unit 3 Vocabulary

9th - 12th Grade

14 Qs

python loops

python loops

7th - 12th Grade

14 Qs

Public Key Encryption

Public Key Encryption

7th - 12th Grade

10 Qs

22-23 APCSP: Unit 2.2 (Building a Network)

22-23 APCSP: Unit 2.2 (Building a Network)

9th - 12th Grade

11 Qs

Hinge_2.3.2_testing

Hinge_2.3.2_testing

Assessment

Quiz

Computers

12th Grade

Hard

Created by

George Dong

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The purpose of testing a program during and after development:

Check if the program meets the requirements

Check if the program contains errors

Correct the errors once found

Check if the code is readable

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which is a type of testing carried out by the programmer?

Iterative testing

Final testing

beta testing

acceptance testing

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Tests need to use test data - input, then check the output. Test data could be

normal data

extreme/boundary data

invalid/erroneous data

real data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Normal data is the type of input that the program needs to accept and product correct output.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Extreme/Boundary data is the type of input that the program needs to accept and product correct output.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Invalid/Erroneous data is the type of input that the program needs to accept and product correct output.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Invalid/Erroneous data is the type of input that the program needs to reject and gives feedback.

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A syntax error is an error that

does not comply with the programming language's grammar

does not comply with the grammar

the program's output is wrong while the program runs without any signs of error

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A logic error is an error that

does not comply with the programming language's grammar

does not comply with the grammar

the program's output is wrong while the program runs without any signs of error