Section 1

Preview this deck

Algorithm

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 14, 2020

Cards (8)

Section 1

(8 cards)

Algorithm

Front

A list of steps to finish a task.

Back

API

Front

application program interface--a collection of commands made available to a programmer

Back

Hexadecimal

Front

A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.

Back

Parameter

Front

An extra piece of information passed to a function to customize it for a specific need

Back

Low Level Programming Language

Front

A programming language that captures only the most primitive operations available to a machine. Anything that a computer can do can be represented with combinations of low level commands.

Back

High Level Programming Language

Front

A programming language with many commands and features designed to make common tasks easier to program. Any high level functionality is encapsulated as combinations of low level commands.

Back

Library

Front

a collection of commands / functions, typically with a shared purpose

Back

Documentation

Front

a description of the behavior of a command, function, library, API, etc.

Back