comp sci

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

1/28

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.

29 Terms

1
New cards

Hard code

To insert a specific value into your code; refers to data that is an actual value, in other words not able to vary. Example: System.out.print(5+2); the mathematical expression is hard

2
New cards

Variable Scope

Where a programmer can legally use a variable without generating an error

3
New cards

Data type

A classification of the type of data that is stored in a particular way in the computer’s memory. Ex: int, double, String

4
New cards

Statement

An instruction for the computer; a single line of instruction ending with a semicolon

5
New cards

Declaring a variable

A statement that defines a variable with a data type

6
New cards

Initializing a variable

The assignment of a value to a variable

7
New cards

Conditional

An expression that only evaluates to true or false

8
New cards

Compiler

A program which takes the code you have written and translates it into the binary ones and zeros of actual machine code. Also, alerts the programmer to any errors in code

9
New cards

Bug

An error in a program that prevents the program from running as expected

10
New cards

Output

Data generated by a computer and sent to an output device

11
New cards

Order of operations

The sequence in which calculations should be performed that involve more than one arithmetic or logical operation

12
New cards

Logical operator

The use of simple Boolean logic such as and, or and not

13
New cards

Arithmetic operator

The symbols that represent mathematical operations

14
New cards

Integrated development environment (IDE)

A visual tool or program that allows programmers to develop programs more efficiently, such as CodeHS or Eclipse

15
New cards

Camelcase

A compound word which uses capital letters to delimit the word parts; refers to capitalizing the first letter of every subsequent word in a variable’s name

16
New cards

Debugging

Finding and fixing errors in programs

17
New cards

Variable

A way to store a piece of data which can then be modified at any time

18
New cards

Concatenation

Combining two things together, such as two strings of text

19
New cards

Skeleton Code

Bare bones template for a program in which you will write your code

20
New cards

Case sensitive

When upper and lowercase letters are treated as distinct/different

21
New cards

Console window

Where output appears

22
New cards

Comment

An annotation in code that is ignored by the computer compiler

23
New cards

Literal

An actual value

24
New cards

Syntax

The set of rules for a programming language; How you must write something

25
New cards

Compound/shorthand operators

Operators that simultaneously perform an operation (e.g. addition) and an assignment. Ex: +=,

26
New cards

Naming convention

Refers to the way we should name things

27
New cards

Code block

One or more statements that are grouped together with curly brackets {}

28
New cards

Relational operator

An operator that describes a relationship between two things, like inequalities. Ex:

29
New cards

Nesting

Putting statements inside of other statement

Explore top flashcards

Sp.1 - 3A
Updated 1058d ago
flashcards Flashcards (75)
Free Time Activities
Updated 983d ago
flashcards Flashcards (127)
math
Updated 58d ago
flashcards Flashcards (50)
Health Exam Babey
Updated 730d ago
flashcards Flashcards (116)
Chapter 6
Updated 728d ago
flashcards Flashcards (49)
Memory
Updated 1067d ago
flashcards Flashcards (22)
sw SP ECU1.1
Updated 23h ago
flashcards Flashcards (51)
Sp.1 - 3A
Updated 1058d ago
flashcards Flashcards (75)
Free Time Activities
Updated 983d ago
flashcards Flashcards (127)
math
Updated 58d ago
flashcards Flashcards (50)
Health Exam Babey
Updated 730d ago
flashcards Flashcards (116)
Chapter 6
Updated 728d ago
flashcards Flashcards (49)
Memory
Updated 1067d ago
flashcards Flashcards (22)
sw SP ECU1.1
Updated 23h ago
flashcards Flashcards (51)