Middle School Coding final exam study cards Flashcards
What are the five essential elements of a computer?
inputs, outputs, programs, processes, and storage
information
data that has meaning
knowledge
using information in the real world
system software
programs that help computers run smoothly(like an operating system)
Application software
programs that help us accomplish tasks
data
values like numbers or letters
primary key
a field that uniquely identifies a record, such as an ID number
What are the 3 main ways to control a program when writing code?
sequence, selection, and iteration
selection
a statement that may/may not be executed, depending on the condition
sequence
each statement is executed in order
iteration
when one or more statements are repeated in a loop
Boolean
true or false
Kilobyte(KB)
1,000 bytes
Megabyte(MB)
1,000 kilobytes
Gigabyte(GB)
1,000 megabites