Section 1

Preview this deck

interpreter

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (16)

Section 1

(16 cards)

interpreter

Front

converts high level language into language computer understands WHILE executing program

Back

software engineer

Front

someone who designs computer programs and may code.

Back

low-level langague

Front

programming language that has more direct control of hardware such as machine code or assembly

Back

programmer

Front

someone who writes code

Back

high-level language

Front

programming language that is more human readable and less direct control of CPU/hardware

Back

sequence structure

Front

a set of instructions followed in the order presented

Back

object-oriented programming

Front

program that conceptualizes data as objects to accomplish a task

Back

selection / decision structure

Front

a set of instructions that is followed if a particular decision is made or result is computed

Back

algorithm

Front

step-by-step instructions that accomplish a task

Back

assembler

Front

converts assembly language into machine code

Back

procedure-oriented program

Front

program that focuses on tasks to be performed

Back

programs

Front

instructions given to a computer

Back

logic / control structure

Front

shapes the flow of logic in an algorithm

Back

coding

Front

translating instructions/solution into language a computer understands

Back

repetition structure / loop / iteration

Front

a set of instructions is repeated a certain number of times or until a condition is met

Back

compiler

Front

converts high level language into language computer understands BEFORE executing program

Back