Testing

Testing

9th - 11th Grade

9 Qs

quiz-placeholder

Similar activities

Loops and trace tables

Loops and trace tables

11th Grade

13 Qs

Programming Errors and Tests

Programming Errors and Tests

10th Grade

10 Qs

Syntax, Logic and Runtime errors 2024

Syntax, Logic and Runtime errors 2024

10th Grade - University

13 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

GCSE Computing Low & High Level Languages/IDE's

GCSE Computing Low & High Level Languages/IDE's

10th - 11th Grade

14 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

S3 SDD Unit 2 - 5. Testing

S3 SDD Unit 2 - 5. Testing

9th Grade

14 Qs

Quiz 2 in programming

Quiz 2 in programming

10th Grade

10 Qs

Testing

Testing

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Paul Greenwood

Used 10+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are syntax errors? choose two

When the program doesn't do what you want

When programs do not meet the rules or grammar of the language

When you make a spelling mistake

Errors preventing the code running

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are logic errors?

An error that does not stop the code from executing

When the logic gates are incorrectly connected

An error where the logic doesn't make sense

Code that does not give the desired output

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Syntax error, Logic error or this code is perfect?

Another great program, it is all ok

Syntax error

Logic error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Iterative testing is.....

Testing code which iterated through input

Testing is input

Testing parts of the code during programming

Testing when the program is complete

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Terminal testing is.....

when you test code from a networked terminal

when a terminal error causes the code to crash

when to carry out final testing when the code is complete

when you code is so bad to need to delete it and start again

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

It is important to test code with a range of data. Which of the following is a recognised type of test data? choose four

Valid

Extreme/boundary

Null/non-existent

Critical

Invalid

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of validation would be used on a field to enter a mobile phone number to ensure it contains 11 digits

Spell check

Lookup table

Presence check

Length check

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of errors are mistakes in the way that the code is written?

Syntax errors

Runtime errors

Logic errors

Memory errors

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of error is a bug in a program that causes it to operate incorrectly, but not to terminate or crash?

Syntax errors

Runtime errors

Logic errors

Memory errors