Testing Logic Error, Semantics Error, Syntax Error

Testing Logic Error, Semantics Error, Syntax Error

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

8th - 11th Grade

7 Qs

Debugging Python

Debugging Python

9th - 12th Grade

8 Qs

S3 Errors and Debugging

S3 Errors and Debugging

9th - 12th Grade

10 Qs

N5 CS SDD - Testing and Errors Quiz

N5 CS SDD - Testing and Errors Quiz

12th Grade

10 Qs

Concept of Programming Statements & Logics - II

Concept of Programming Statements & Logics - II

11th Grade

10 Qs

MODULES,ERROR AND EXCEPTION HANDLING

MODULES,ERROR AND EXCEPTION HANDLING

11th Grade

10 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Errors in Programming

Errors in Programming

9th Grade

10 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