{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

programming_vocab Flashcards

(55 cards)

1
Q

Topic

A

Term

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

General Programming Concepts

A

Program Development Cycle

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

General Programming Concepts

A

Logic Error

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

General Programming Concepts

A

Debugs

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

General Programming Concepts

A

Customer

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

General Programming Concepts

A

Software Requirement

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

General Programming Concepts

A

Algorithm

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

General Programming Concepts

A

Pseudocode

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

General Programming Concepts

A

Flowchart

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

Flowcharts & Symbols

A

Terminal Symbols (Start/End Terminal)

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

Flowcharts & Symbols

A

Input Symbols

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

Flowcharts & Symbols

A

Output Symbols

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

Flowcharts & Symbols

A

Processing Symbols

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

Variables & Data Types

A

Function

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

Variables & Data Types

A

Calling the Function

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

Variables & Data Types

A

Arguments

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

Variables & Data Types

A

String

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

Variables & Data Types

A

String Literal

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

Variables & Data Types

A

Variable

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

Variables & Data Types

A

Assignment Statement

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

Variables & Data Types

A

Assignment Operator (=)

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

Variables & Data Types

A

Multiple Assignment Statement

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

Variables & Data Types

A

Garbage Collection

24
Q

Variables & Data Types

25
Variables & Data Types
Numeric Literal
26
Math & Operators
Prompt
27
Math & Operators
Math Operators
28
Math & Operators
Math Expression
29
Math & Operators
Truncated
30
Math & Operators
Precedence
31
Math & Operators
Modulus Operator (%)
32
Math & Operators
Mixed Type Expression
33
Strings & Formatting
Concatenation
34
Strings & Formatting
New Line Character (\n)
35
Strings & Formatting
Escape Characters
36
Strings & Formatting
F-Strings
37
Strings & Formatting
Format Specifier
38
Decision Structures
Control Structure
39
Decision Structures
Sequence Structure
40
Decision Structures
Decision Structure
41
Decision Structures
Boolean Expressions
42
Decision Structures
Relational Operator
43
Loops
For Loop
44
Loops
While Loop
45
Loops
Infinite Loop
46
Loops
Counter Variable
47
Loops
Break Statement
48
Functions
Void Function
49
Functions
Value-Returning Function
50
Functions
Local Variable
51
Functions
Global Variable
52
Libraries
Standard Library
53
Libraries
Library Functions
54
Libraries
Modules
55
Libraries
Boolean Functions