Testing

Testing

9th - 11th Grade

9 Qs

quiz-placeholder

Similar activities

10 question quiz on identifying and correcting errors

10 question quiz on identifying and correcting errors

9th - 12th Grade

10 Qs

Syntax and Logic Errors

Syntax and Logic Errors

9th - 11th Grade

12 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

Loops and trace tables

Loops and trace tables

11th Grade

13 Qs

AP CSP Vocab Quiz BI 1, 2

AP CSP Vocab Quiz BI 1, 2

9th - 12th Grade

11 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

OCR GCSE IDE's

OCR GCSE IDE's

9th - 10th Grade

14 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