Skip to content

Keyboard shortcuts

Go home G then H
Browse sets G then B
Create set G then C
My library G then L
Show shortcuts ?
Go back Swipe from left edge

Computer Science Basics

Intro to computing concepts

C
codekid 12 terms Mar 11, 2026
Flashcards
Learn
Written
Match
Test
Blitz

Terms 12

1
Algorithm
Step-by-step instructions for solving a problem
2
Variable
Storage location for data in programming
3
Loop
Code that repeats multiple times
4
Conditional
Code that runs only if a condition is true
5
Function
Reusable block of code performing a task
6
Compiler
Program that translates code into machine language
7
Binary
Base-2 number system used by computers
8
CPU
Central Processing Unit that executes instructions
9
RAM
Temporary memory used while programs run
10
Database
Organized collection of data
11
API
Interface allowing programs to communicate
12
Debugging
Process of finding and fixing code errors