Data Structures Midterm

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

i want to get a good grade

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Algorithms are defined using three basic control structures:

Sequence, Selection, Repetition

2
New cards

Different types of tests to use for a program:

unit tests, integration tests, system tests

3
New cards

Types of errors in coding:

syntax errors, runtime errors, logical errors

4
New cards

What is debugging?

The process of finding errors in a program to fix them

5
New cards
6
New cards

what is mantissa? 

the fractional part of the normalized number, representing the precision. The more bits in the mantissa, the more accurate the representation

7
New cards

abstraction

separate purpose of a module from it’s implementation

8
New cards

unsigned integers

unsigned short, unsigned, unsigned long

9
New cards

signed integers

short, int, long
represented in two’s complement

10
New cards

dangling pointer

a pointer that points to invalid data or to data which is not valid anymore

11
New cards
12
New cards
13
New cards
14
New cards