Introduction to Computing: Programming and Problem Solving

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts from the Introduction to Computing lecture on programming, including phases of the program development process, programming languages, and debugging techniques.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Debugging

The process of fixing errors in a program.

2
New cards

Algorithm

A step-by-step procedure for calculations or problem-solving.

3
New cards

Coding

Translating an algorithm into a programming language.

4
New cards

Programming Language

A formal language comprising a set of instructions that can be used to produce a wide range of outputs.

5
New cards

Compilation

The process of converting an entire program from a high-level programming language into machine language.

6
New cards

Interpretation

The process of converting portions of a program into machine language.

7
New cards

Source Code

The set of instructions written in a high-level programming language.

8
New cards

JavaScript

The programming language of the web, used to create interactive effects within web browsers.

9
New cards

CSS

Cascading Style Sheets, a language used to describe the presentation of a document written in HTML or XML.

10
New cards

HTML

HyperText Markup Language, the standard markup language for documents designed to be displayed in a web browser.

11
New cards

Integrated Development Environment (IDE)

A software application that provides comprehensive facilities to programmers for software development.

12
New cards

Alpha Testing

The phase of testing a program by the internal team.

13
New cards

Beta Testing

The phase of testing a program by potential customers.

14
New cards

setProperty

A JavaScript command used to modify the properties of GUI elements.

15
New cards

onEvent

A JavaScript command used to define actions for specific events in the program.