WJEC 1.7 Software Engineering

WJEC 1.7 Software Engineering

Assessment

Flashcard

Computers

9th - 10th Grade

Hard

Created by

Dan Yochum

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Software Development Environments are also known as an?

Back

IDE

2.

FLASHCARD QUESTION

Front

A program which helps locate, identify and rectify errors in a program

Back

Debugger

3.

FLASHCARD QUESTION

Front

A facility which displays the order in which the lines of a program are executed, and possibly the values of variables as the program is being run

Back

Trace

4.

FLASHCARD QUESTION

Front

Which IDE tool allows a programmer to enter, format and edit source code?

Back

Editor

5.

FLASHCARD QUESTION

Front

Which IDE tool displays the current value of any variable?

Back

A variable watch

6.

FLASHCARD QUESTION

Front

Modern IDEs assist programmers by:

Back

Automatically completing code

7.

FLASHCARD QUESTION

Front

When the program code is executed one line at a time.

Back

Single stepping

8.

FLASHCARD QUESTION

Front

A facility which interrupts a program on a specific line of code, allowing the programmer to compare the values of variables against expected values.

Back

Break point