about summary refs log tree commit diff
path: root/usth/ICT2.7/P4L1 General Concepts Subtitles/5 - Failure, Fault, and Error Quiz Solution - lang_en_vs4.srt
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT2.7/P4L1 General Concepts Subtitles/5 - Failure, Fault, and Error Quiz Solution - lang_en_vs4.srt')
-rw-r--r--usth/ICT2.7/P4L1 General Concepts Subtitles/5 - Failure, Fault, and Error Quiz Solution - lang_en_vs4.srt15
1 files changed, 15 insertions, 0 deletions
diff --git a/usth/ICT2.7/P4L1 General Concepts Subtitles/5 - Failure, Fault, and Error Quiz Solution - lang_en_vs4.srt b/usth/ICT2.7/P4L1 General Concepts Subtitles/5 - Failure, Fault, and Error Quiz Solution - lang_en_vs4.srt
new file mode 100644
index 0000000..1bcde7f
--- /dev/null
+++ b/usth/ICT2.7/P4L1 General Concepts Subtitles/5 - Failure, Fault, and Error Quiz Solution - lang_en_vs4.srt
@@ -0,0 +1,15 @@
+1

+00:00:00,440 --> 00:00:06,614

+The fact that the call to double three returns nine instead of six is clearly

+

+2

+00:00:06,614 --> 00:00:13,000

+a failure because it is an observable incorrect behavior of the program.

+

+3

+00:00:13,000 --> 00:00:16,110

+So let me remind you that the failure is conceptually related to the

+

+4

+00:00:16,110 --> 00:00:20,076

+behavior of the program, to the way the program acts and not its code.