Computational Thinking Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Variable

A

Acts as a storage location that can be used to store a value

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

Sequential Search

A

NAME?

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

Binary Search

A

NAME?

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

Syntax

A

Refers to the structure/form of the code that a specific programming language specifies

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

Semantics

A

Deals with the meaning assigned to the symbols, characters and words

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

Why are higher level languages needed?

A

NAME?

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

Compiler

A

A translator that executes the translation process only once

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

Interpreter

A

Translates every time the program is ran

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

Virtual Machine

A

A separate and independent software instance a fall copy of an operating system and application

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

Operator

A

Used to manipulate operands

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

Object

A

An object comprised of data and actions(methods)

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

Algorithm

A

A process or set of rules to be followed in calculations or other problems-solving operations, especially by a computer

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