Programming Unit Vocabulary 1
Programming Unit Vocabulary 1
Programming Unit Vocabulary 1
PROGRAMMING VOCABULARY
Overview:
Learning programming comes with many new terms to know. In order to communicate your ideas
properly, this vocabulary list can help when discussing programming or code. Some of these words are
unique to programming while others have multiple definitions with a definition specifically related to
programming. These words and definitions may be beneficial to those viewing our Intro to Programming
videos and may help give better understanding. All words you see defined below are used and defined in
the Intro to Programming lessons that they appear in.
Learning Outcomes
Students will be able to identify and define words related to programming practices.
Student will be able to apply this vocabulary to further their knowledge of programming.
Words to Know
Arithmetic - The branch of mathematics dealing with the properties and manipulation of
numbers.
Binary - a binary number is a number expressed in the base-2 numeral system or binary numeral
system, which uses only two symbols: typically, "0" and "1"
Char - variablecaller = %c , A char, which is short for character, is a type of variable that holds
character values like letters or punctuation.
Compiler - Computer software that translate (compiles) code into a language that can be
understood by the computer.
Data Types - A particular kind of data item that is defined by the values it can accept
Declare - The act of creating a variable in programming, Example: int x = 0; creates the variable
x and sets it equal to 0 until we change it.
Double - variablecaller = %f , A double is a data type that is like an int except it has a larger
maximum value and can hold decimal points
Efficient – efficiency is a peak level of performance that uses the least amount of inputs to
achieve the highest amount of output.
Forum - A meeting place where ideas and views on an issue can be exchanged or discussed.
Initialization - set (variables, counters, switches, etc.) to their starting values at the beginning of a
program.
Int - variablecaller = %d , An int is a type of variable that holds numerical values that are either
positive or negative, the maximum value of an Int is 2,147,483,647
Loop - a function that, like and if and else statement, takes a condition and repeats a function or
set of functions in the loop until that condition is met.
Parameter - any characteristic that can help in defining or classifying a particular system
Prime Number - numbers whose products are 1 and itself, i.e. 5, 7, 13, etc.…
Print Function - printf(“Hello World”); A function in C that outputs whatever is in the function,
be it text or variable values.
Programming - The process of creating instructions that tell a computer how to perform a task.
Semicolon – ‘;’ The semicolon is used in programming languages to end a line of code.
Variable - A name given to a storage area that our programs can manipulate
Created By:
Ryan Floyd, Computer Science, ‘22
© Florida Polytechnic University, 2021. No part of the materials available may be copied, photocopied,
reproduced, translated or reduced to any electronic medium or machine-readable form, in whole or in part, without
prior written consent of Florida Polytechnic University. Any other reproduction in any form without the permission
of Florida Polytechnic University is prohibited.
Thank you for downloading this lesson, please take a moment to complete our survey