
CT 9 Flashcards

Flashcard
•

Richard Steed
•
Computers
•
10th Grade
•
Hard
Student preview

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Purpose of test data
Back
Test data helps verify the correct functioning of an algorithm or program.
2.
FLASHCARD QUESTION
Front
You should test to make sure bad input is not allowed into your algorithm or program.
Back
Testing ensures that bad input is not accepted by your algorithm or program.
3.
FLASHCARD QUESTION
Front
There are three types of test data.
Back
The three types of test data are Valid (normal), Erroneous, and Boundary (extreme).
4.
FLASHCARD QUESTION
Front
One-dimensional data structures are referred to as
Back
an array or list
5.
FLASHCARD QUESTION
Front
Common characteristic of each item in a one-dimensional data structure
Back
Each item is the same data type.
6.
FLASHCARD QUESTION
Front
Accessing an item in a one-dimensional data structure
Back
Uses a single index to access an item.
7.
FLASHCARD QUESTION
Front
Implementation of one-dimensional data structures in Python
Back
Implemented in Python as a list.
8.
FLASHCARD QUESTION
Front
Building a sequence of indices in reverse
Back
Use `range(start index, stop index, step)` with `range(end of list, beginning of list, -1)`.
9.
FLASHCARD QUESTION
Front
Trace table worked example
Back
10.
FLASHCARD QUESTION
Front
Locate and fix syntax errors
Back
Syntax errors are found in parts of code that break the rules of the programming language. Tips: Your integrated development environment (IDE) can help identify these, sometimes, without even running the code. Errors are sometimes reported on a line after the real error. Check the code around the reported line.
Explore all questions with a free account
Similar Resources on Quizizz
14 questions
Quarter 1 PLTW CSE Exam Review

Flashcard
•
10th Grade
9 questions
Big Idea 1: Creative Development

Flashcard
•
9th - 11th Grade
10 questions
Python Data Structures

Flashcard
•
10th Grade
12 questions
Data Transmission

Flashcard
•
9th Grade
10 questions
Intro to Computational thinking

Flashcard
•
9th Grade
10 questions
CMU CS Academy Unit 2 Part 2: Functions W/ No or More Parameters

Flashcard
•
9th Grade
15 questions
Web Design and Development Flashcard

Flashcard
•
11th Grade
15 questions
Flashcard on Computational Thinking and Algorithms

Flashcard
•
10th Grade
Popular Resources on Quizizz
17 questions
CAASPP Math Practice 3rd

Quiz
•
3rd Grade
20 questions
math review

Quiz
•
4th Grade
21 questions
6th Grade Math CAASPP Practice

Quiz
•
6th Grade
13 questions
Cinco de mayo

Interactive video
•
6th - 8th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
10 questions
4th Grade Math CAASPP (part 1)

Quiz
•
4th Grade
45 questions
5th Grade CAASPP Math Review

Quiz
•
5th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
45 questions
AP CSP Exam Review

Quiz
•
9th - 12th Grade
40 questions
AP Computer Science Principles Practice

Quiz
•
10th Grade
27 questions
AP CSP Exam Review

Quiz
•
10th - 12th Grade
65 questions
AP CSP Practice Exam

Quiz
•
9th - 12th Grade
94 questions
AP Computer Science Principles-Vocabulary Review

Flashcard
•
10th Grade