Meteo 273 quiz 1

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 17

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

18 Terms

1

Code

the instructions written in a programming language that a computer can execute (python)

New cards
2

Syntax

the rules and structure of how code must be written for it to run correctly

New cards
3

algorithm

a step-by-step set of instructions to solve a problem

New cards
4

debugging

the process of finding and fixing errors (or “bugs”) in your code

New cards
5

IDE

interactive development environment

New cards
6

basic printing

print(‘example’)

New cards
7

f-strings

print(f’example {variable}')

New cards
8

variables

labeled boxes storing information (created with =)

New cards
9

integer

whole numbers

New cards
10

floating-point

numbers with decimals

New cards
11

string

text enclosed in quotes

New cards
12

boolean

true/false logical values

New cards
13

if statement

executes code only when a condition is true

New cards
14

if-else

when you need to take one action if a condition is true and another if it is false

New cards
15

and

true if both conditions are true

New cards
16

or

true if at least one condition is true

New cards
17

not

inverts a boolean value

New cards
18

if-elif-else

used to check multiple conditions in a sequence

New cards

Explore top notes

note Note
studied byStudied by 15 people
925 days ago
5.0(1)
note Note
studied byStudied by 3 people
15 days ago
5.0(1)
note Note
studied byStudied by 44 people
964 days ago
4.7(3)
note Note
studied byStudied by 18 people
806 days ago
5.0(1)
note Note
studied byStudied by 21 people
794 days ago
5.0(1)
note Note
studied byStudied by 11 people
725 days ago
5.0(1)
note Note
studied byStudied by 543 people
1029 days ago
4.8(6)
note Note
studied byStudied by 3 people
654 days ago
5.0(1)

Explore top flashcards

flashcards Flashcard (37)
studied byStudied by 16 people
390 days ago
5.0(1)
flashcards Flashcard (41)
studied byStudied by 7 people
729 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 35 people
735 days ago
5.0(1)
flashcards Flashcard (49)
studied byStudied by 21 people
370 days ago
5.0(1)
flashcards Flashcard (57)
studied byStudied by 10 people
637 days ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 1 person
720 days ago
5.0(1)
flashcards Flashcard (87)
studied byStudied by 9 people
782 days ago
5.0(1)
flashcards Flashcard (250)
studied byStudied by 16 people
77 days ago
5.0(1)
robot