Fundamentals of Programming - Mod 1

0.0(0)
studied byStudied by 2 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Nay

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Expressions

It consists of values and operators and they can evaluate down to a single value.

2
New cards

Data type

It is a category for values, and every value belongs to exactly one data type.

3
New cards

String Concatenation

The + expression evaluates a string down to a single new string value.

4
New cards

String Replication

The * expression duplicates the string by the amount the integer provides.

5
New cards

Variable

It is a box in the computer’s memory where you can store a single value.

6
New cards

Input function

This function waits for the user to type some text on the keyboard and press enter.

7
New cards

Len function

This function evaluates to the integer value of the number of characters in that string.

8
New cards

Comparison Operators

Compare two values and evaluate down to a single Boolean value.

9
New cards

Equal to
Not Equal to
Less than
Greater than
Less than or equal to
Greater than or equal to

Comparison Operators