The most basic piece of data in programming and engineering
What is a Bit
This convention repeats a set of code for a set number of times
For Loop
YouTube, Instagram, and TikTok are made with these
Programming Langauages
This dynamic duo created the analytical engine
Ada Lovelace & Charles Babbage
8 Of these make up the value of this
What is a Byte
This format of code allows programmers to provide multiple conditions for a program to follow.
If..Then Format
oogle Play, Apple App Store, Microsoft Store have these available to install on devices
Mobile Applications
1’s and 0’s are an example of this type of code
Binary or Machine Code
A detailed outline using shapes to chart how a program works
What is a flow chart
Planning out how code is supposed to work is an example of this
Pseudocode
This is a single page on the internet
Webpage
This coding convention requires a condition to be false to stop
While Loop
A loop within a loop
Nested Loop
This coding convention allows the programmer to declare values and assign them to various data types.
Assignment Operator
A collection of web pages is what?
Website
A function of an IDE that translates code into a useable form for the computer to execute
Compiling or Compile
String
This coding convention allows programmers to be more specific with their conditional code. Please provide an example of this.
Logical Operators
These operators allow you to determine which is more, less, or equivalent
Comparison Operators
This coding convention can become any data type of choice.
Variable