Please enable JavaScript.
Coggle requires JavaScript to display documents.
programming environment (popular programming languages (C, Ada, Scratch,…
programming environment
-
-
-
-
-
All programs are converted into binary code, a basic computer language that uses only ones and zeroes
what is programming
-
its breaking apart the more complex task into its smallest individual instructions and then using a programming language to write those instructions
IDE
An IDE is a software application that supports software developers in many other everyday tasks and has many useful features
-
-
Logic errors
occurs when we have all the correct syntax, but we coded a portion of the program with an error eg dividing by 0
-
-
-
-
-
-
-
-
Complier
a computer program that translates a program written in a high level language to the machine language of a computer
-