Testing Logic Error, Semantics Error, Syntax Error

Testing Logic Error, Semantics Error, Syntax Error

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

N5 CS SDD - Testing and Errors Quiz

N5 CS SDD - Testing and Errors Quiz

12th Grade

10 Qs

PCEP Prep - Week 0 (CFU)

PCEP Prep - Week 0 (CFU)

12th Grade

8 Qs

Higher SDD - Testing Stage

Higher SDD - Testing Stage

10th Grade

8 Qs

Defensive Design/ Robust Coding

Defensive Design/ Robust Coding

9th Grade - University

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

7.9 Identifying and Correcting Errors Cambridge IGCSE 0478

7.9 Identifying and Correcting Errors Cambridge IGCSE 0478

10th Grade - University

10 Qs

Java 1

Java 1

11th Grade

10 Qs

Python Exceptions and Debugging

Python Exceptions and Debugging

9th - 12th Grade

8 Qs

Testing Logic Error, Semantics Error, Syntax Error

Testing Logic Error, Semantics Error, Syntax Error

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Lauren Mifsud

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What type of error would result from you attempting to find the area of a circle, but you end up using the wrong equation.

Logic Error

Semantics Error

Syntax Error

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is a semantic error?

Attempting to divide by 0

Forgetting a colon at the end of a statement where one is required.

Forgetting to divide by 100 when printing a percentage amount.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is a syntax error?

Attempting to divide by 0

Forgetting a colon at the end of a statement where one is required.

Forgetting to divide by 100 when printing a percentage amount.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Examples of this type of error would be missing a comma or a quotation mark, or misspelling a word.

Logic Error

Semantics Error

Syntax Error

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What type of error would result from telling the computer to divide when you really wanted to multiply.

Logic Error

Semantics Error

Syntax Error

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

This type of error occurs when there is a fault in the logic or structure of the problem.

Logic Error

Semantics Error

Syntax Error