IT Vocab 10 Flashcards
A person who creates websites and other technologies that are delivered through the Internet
Web Developer
A program element, such as an array or vector, that hold a set of values
Container
An attribute attached to a value that tells the compiler or interpreter how the data should be used
Data type
A markup language interpreted by web browsers
Hypertext Markup Language (HTML)
A person who makes sure the quality of the finished application meets the standards of the company
QA Engineer
A programming language commonly used to create interactive effects within a web browser
JavaScript
A person who writes code to design, create, implement and maintain databases
Database Programmer
A human-readable, low-level computer language that is a symbolic representation of binary machine language
Assembly language
The login in a program that tells the computer to repeatedly execute a sequence of instructions until a condition is reached
Looping
A computer routine or snippet of code that can be reused in a computer program
Function
A file associated with a web page that describes how HTML elements are to be displayed
Cascading Style Sheet (CSS)
A methodology or framework that defines steps and tasks for developing and maintaining information systems
System Development Life Cycle (SDLC)
A development model that breaks down project activities into a series of sequential or linear phases, each phase depending on the deliverables from the previous phase
Waterfall model
An OOP concept that describes how data and methods are bundled together within one unit or class
Encapsulation
A visual representation of the logic in a program
Flowchart