Save
Computer Science GCSE WJEC
Unit 1
Software Engineering
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Evan Crecraft
Visit profile
Cards (12)
What is the function of an editor in software engineering?
Allows entry, formatting, and editing of
source code
View source
What does a compiler do?
Converts
source code
into
executable machine code
View source
How does an interpreter differ from a compiler?
Executes code
line-by-line
each time
View source
What is the role of a linker?
Links previously
compiled
code from libraries
View source
What does a loader do?
Loads previously
compiled
code into memory
View source
What is the purpose of a debugger?
Helps
locate
, identify, and rectify
errors
View source
What is a trace in programming?
Displays the order of
executed
lines and
variable
values
View source
What is a break point?
Interrupts a
program
on a specific
line
of code
View source
What does variable watch do?
Displays
the
current
value
of any
variable
View source
What is the function of a memory inspector?
Displays the
contents
of a section of memory
View source
What are error diagnostics used for?
Diagnoses issues when a program fails to
compile
or run
View source
What are the key features of an integrated development environment (IDE)?
Automatic formatting
Automatic colour coding
Error diagnostics
Variable watch
Threading
Output window
Break point
View source