Key Terms in Computer Science

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

1/29

flashcard set

Earn XP

Description and Tags

Flashcards covering key terms and concepts in computer science related to data types, programming structures, and data representation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Variable

A place in the computer's memory that is used to store data. Variables are assigned values.

2
New cards

Data type

A classification of data that tells the compiler or interpreter how the programmer intends to use the data.

3
New cards

String

A set of characters, typically enclosed in quotes; e.g., 'Hello'.

4
New cards

Integer

A whole number without a decimal point; e.g., 42.

5
New cards

Float

A number that has a decimal point; e.g., 3.14.

6
New cards

Boolean

A data type that can hold one of two possible values: TRUE or FALSE.

7
New cards

Input

A method used in programming to get data from the user.

8
New cards

Casting

Changing the data type of a variable to another type.

9
New cards

Sequence

A set of instructions that are executed in order.

10
New cards

Selection

A method for selecting a path of execution based on conditions.

11
New cards

Iteration

The process of repeating a set of instructions multiple times.

12
New cards

While loop

A control flow statement that executes a block of code as long as a specified condition is true.

13
New cards

For loop

A control flow statement for specifying iteration, allowing code to be executed repeatedly.

14
New cards

List

A collection of related data items stored under a single variable name.

15
New cards

List Index

An integer that specifies an element's position in a list, starting from 0.

16
New cards

Subroutine

A set of instructions designed to perform a specific task and can be called from elsewhere in the code.

17
New cards

Binary

A base-2 number system that uses only two digits: 0 and 1.

18
New cards

Character set

A complete set of characters that can be recognized by a computer system.

19
New cards

Ascii Table

A character encoding standard that represents text in computers.

20
New cards

Unicode

A character encoding standard that can represent a vast number of characters.

21
New cards

File size

The amount of space needed to store a file, calculated based on dimensions and data depth.

22
New cards

Bitmap

A way of storing graphics where each pixel's color is represented by binary values.

23
New cards

Pixel

The smallest unit of a digital image that can be displayed and edited.

24
New cards

Bit depth

The number of bits used to represent the color of a pixel.

25
New cards

Resolution

The amount of detail an image holds, represented by the number of pixels per inch.

26
New cards

Meta data

Data that gives information about other data.

27
New cards

Data storage units

Different scales used to measure data size, including bits, bytes, kilobytes, and megabytes.

28
New cards

Sample rate

The number of samples taken per second in audio recording.

29
New cards

Lossy compression

A method of data compression that reduces file size by removing some data.

30
New cards

Lossless compression

A method of data compression that reduces file size without losing any data or quality.