Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

quiz-placeholder

Similar activities

APCSU01D02 Errors

APCSU01D02 Errors

12th Grade

10 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

10 question quiz on identifying and correcting errors

10 question quiz on identifying and correcting errors

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

OCR GCSE IDE's

OCR GCSE IDE's

9th - 10th Grade

14 Qs

Programming Error

Programming Error

12th Grade - University

10 Qs

AP CSP Vocab Quiz BI 1, 2

AP CSP Vocab Quiz BI 1, 2

9th - 12th Grade

11 Qs

4.3 Programming Errors

4.3 Programming Errors

12th Grade

12 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

Assessment

Quiz

Computers

3rd - 12th Grade

Hard

Created by

Matt Fearn

Used 529+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Syntax errors are always spotted when the program is compiled or interpreted.
True
False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Logic errors are detected by the programming IDE being used.
False
True

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these pseudocode statements is an example of a logic error?
FOR x=0 TO 10 STEP -1
FOR x=0 TO 10 STEP 1
FOR x=10 TO 0 STEP -1
FOR x=0 TOO 10 STEP 1

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Syntax errors are caused by incorrectly typed source code.
True
False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A program won't run if there is a logic error.
False
True

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these pseudocode statements contains a syntax error?
pounds = pence x 100
pounds = pence * 100
pounds = pence / 100
pounds = 100 / pence

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Modern IDEs are able to spot syntax errors as the programmer types.
True
False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?