Computer Science Keywords - Week 1

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Protocol

A set of rules that allows two devices to communicate.

2
New cards

Firewall

Hardware and/or software used within a network to prevent unauthorized users from gaining access to a computer system.

3
New cards

Algorithm

A sequence of steps designed to perform a particular task.

4
New cards

Variable

A location in memory that stores a value that can change as the program runs.

5
New cards

MOD/Modulo operator

A standard operator used to carry out integer division. Outputs the remainder left over (eg 10 MOD 3 = 1).

6
New cards

Binary shift

Allows you to easily divide and multiply base-2 binary numbers. A left shift multiplies by 2, while a right shift divides by 2.

7
New cards

Sampling rate

The number of samples of an analogue wave taken in a second, measured in Hz or kHz. Common sample rate is 44.1 kHz - 44100 samples per second = CD quality.

8
New cards

Compression

The process of reducing the size of a file.

9
New cards

Database

A structured set of data stored in one or more tables that are easy to search and update.

10
New cards

Primary key

A field that uniquely identifies a record in a table.