OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

8th - 11th Grade

7 Qs

quiz-placeholder

Similar activities

Programming Languages

Programming Languages

9th - 12th Grade

12 Qs

Python

Python

7th - 8th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

FOUNDATION OF PROGRAMMING GRADE 10

FOUNDATION OF PROGRAMMING GRADE 10

8th Grade

11 Qs

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

AP CSP Vocab Quiz BI 1, 2

AP CSP Vocab Quiz BI 1, 2

9th - 12th Grade

11 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

Assessment

Quiz

Computers

8th - 11th Grade

Hard

Created by

Bob Taylor

Used 164+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 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

30 sec • 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

30 sec • 1 pt

Media Image

Syntax error, logic error or is this code OK?

Syntax error

Logic error

It is great programming, well done Mr Taylor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Syntax error, Logic error or this code is perfect?

Another great program, it is all ok

Syntax error

Logic error

5.

MULTIPLE CHOICE QUESTION

30 sec • 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

6.

MULTIPLE CHOICE QUESTION

30 sec • 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

7.

MULTIPLE SELECT QUESTION

30 sec • 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