Testing Logic Error, Semantics Error, Syntax Error

Testing Logic Error, Semantics Error, Syntax Error

9th - 12th Grade

6 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

Khan Academy - Syntax, runtime, and logic errors

Khan Academy - Syntax, runtime, and logic errors

12th Grade

8 Qs

Unit 2.3 Testing

Unit 2.3 Testing

11th Grade

7 Qs

Software Design and Development Quick Quiz 2

Software Design and Development Quick Quiz 2

11th - 12th Grade

10 Qs

Bài 29 Nhận biết lỗi chương trình

Bài 29 Nhận biết lỗi chương trình

10th Grade

10 Qs

IB CS Topic 4.3

IB CS Topic 4.3

11th - 12th Grade

11 Qs

Python Quiz

Python Quiz

12th Grade

11 Qs

APCSU01D02 Errors

APCSU01D02 Errors

12th 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