fiushflasdiuashflkjashfd

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/16

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.

17 Terms

1
New cards

Expression_a programming statement that can consist of a value, a variable, an operator, or a procedure call that returns a value

2
New cards

Boolean Value_a data type that is either true or false

3
New cards

Assignment Operator_allows a program to change the value represented by a variable

4
New cards

Variable_a named reference to a value that can be used repeatedly throughout a program

5
New cards

Comparison Operators_

6
New cards

Function_a named group of programming instructions, also referred to as a "procedure"

7
New cards

Function Call_a command that executes the code within a function

8
New cards

Arithmetic Operator_part of most programming languages and include addition, subtraction, multiplication, division, and modulus operators

9
New cards

Boolean Expression_evaluates to either true or false

10
New cards

Concatenation_joins together two or more strings end

to

11
New cards

Conditional Statement_affect the sequential flow of control by executing different statements based on the value of a Boolean expression

12
New cards

Evaluate_Expressions are evaluated to produce a single value

13
New cards

Logical operator_NOT, AND, and OR, which evaluate to a Boolean value

14
New cards

Procedure_a named group of programming instructions that may have parameters and return values. Procedures are referred to by different names, such as method or function, depending on the programming language

15
New cards

Relational operator_used to test the relationship between two variables, expressions, or values. A comparison using a relational operator evaluates to a Boolean value. For example: =, ≠, >, <, ≥, and ≤

16
New cards

Selection_determines which parts of an algorithm are executed based on a condition being true or false

17
New cards

String_an ordered sequence of charact