answersLogoWhite

0

Programming

Pretty simple stuff, hope it finds use. __ Contains fundamental programming vocabulary and a custom quiz since quiz's don't exist yet

User Avatar

Jigosphur

Lvl 8
3y ago
3.88
8 Reviews
Add a rating

Rate this Study Guide:

Cards in this guide (17)
Float

A number containing a decimal point

Integer

A whole number

Boolean

A logic gate that causes something to happen depending on if the statement is either true or false

Variable

Places where information is held

Conditional Statement

A statement that runs only if the set condition for it is true

Character

A single letter data type

String

Data that contains a character that is not a number

List

A place to store different pieces of data that are similar

Quiz

Examples of code will be shown. match it to the correct vocabulary. Variables are represented by () Conditions represented by <>

(variable) = 34

Integer

(seconds) = 60.6324

Float

(name) = dave

String

Repeat (10)Do sit up

Loop

(variable) = a(not a string!)

Character

If Eat Hamburger

AND Boolean

If ; Get License

OR Boolean

join (A) + (Creative) + (Sentence); Returned; A Creative Sentence

JOIN operator

Related study guides