program error

program error

9th Grade

5 Qs

quiz-placeholder

Similar activities

Errors in Programming

Errors in Programming

9th Grade

10 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

9.2 Physical computing Lesson 2 starter

9.2 Physical computing Lesson 2 starter

9th Grade

8 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Debugging Python

Debugging Python

9th - 12th Grade

8 Qs

Python Debugging

Python Debugging

9th - 12th Grade

8 Qs

Computer Science Python Debuggers

Computer Science Python Debuggers

9th - 12th Grade

8 Qs

program error

program error

Assessment

Quiz

Computers

9th Grade

Hard

Created by

nadia alawal

Used 46+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ahmed has created a small program in Python, but he forgot to end an if statement with a colon ( : ). If he runs the program it will cause a(/an) _________ error.

logic

syntax

runtime

sequence

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, a(/an) ________ is an application program with features used to develop software applications

GDE

FDE

IDE

RDE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fatima has created a small program in Python which included a mathematical equation, but she mixed up the mathematical operators. If she runs the program it will cause a(/an) _________ error.

syntax

runtime

logic

breakpoint

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Meera has created a small program in Python which included a division equation, but when she enters a zero for the second number the program crashed. The program crashed because of a(/an) _________ error.

logic

runtime

sequence

breakpoint

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The Python code to the right would result in a syntax error because it is missing a ___.

;

:

+

)