В категории материалов: 9
Показано материалов: 1-9
Computer Science 11 (advanced), version 2019 |
Программирование на Python
- Тематическое планирование
- Ссылки на материалы и упражнения к урокам
|
Python. Nested loops
- Definition
- Example
- Task 1
- Task 2
- Task 3
- Questions
- Exercises
11.1.2.7 use nested loops when solving problems
11.1.2.6 debug a program
|
Ссылки на материалы для подготовки к экзаменам |
Sorting algorithms
- Definition
- Bubble sort
- Insertion sort
- Questions
- Exercises
- Exam questions
11.5.2.4 write an algorithm /pseudo-code for sorting by insertion and bubble sort |
Trace table
- Definition
- The purpose of a trace table
- Questions
- Exercises
- Exam question
11.5.1.4 use trace tables to find and verify the correctness of an algorithm
|
Testing. Test plan
Example
Project work. Assessment criteria
Exercises |
Types of programming errors
- Syntax error or Compilation error
- Run-time error
- Logical error
- Table for comparison of types of errors
- Questions
- Exercises
- Exam questions
12.5.3.5 describe a syntax error in a programming
12.5.3.1 describe run-time errors in a programming
12.5.3.6 describe a logic error in a programming |
Types of test data
- Video
- Definitions
- Task 1
- Questions
- Exercises
- Exam questions
12.5.3.2 perform testing using normal data
12.5.3.3 perform testing using extreme data
12.5.3.4 perform testing using erroneous data
|