Untitled Deck Flashcards

1
Q

What is encryption?

A

The process of encoding data to prevent unauthorized access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is surveillance?

A

Monitoring of activities, often by governments or corporations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is decentralization?

A

Distribution of control away from a central authority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is net neutrality?

A

The principle that internet service providers should treat all data equally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is open access?

A

Free availability of digital information, typically in academic settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a variable in programming?

A

A named storage location in programming.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an algorithm?

A

A step-by-step procedure to solve a problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is casting?

A

Converting one data type to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an interpreter?

A

A program that executes code line by line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are reserved words?

A

Words with special meanings in programming languages (e.g., if, while, return).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an expression?

A

A combination of variables, operators, and values that evaluate to a result.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an operator?

A

A symbol that performs a computation (e.g., +, -, *).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a function?

A

A block of reusable code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a parameter?

A

A variable that a function takes as input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a function call?

A

Executing a function by providing necessary arguments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is scope?

A

The region in which a variable is accessible.

17
Q

What is return in programming?

A

The statement that gives back a value from a function.