Show:
Questions
Responses
Print
Languages
Types of Programming
Misc.
100
What do programming languages do?
Change an idea/ program into binary code/machine code so that the computer can understand and run it.
100
This type of programming was, and still is, fairly widely used. It concerns using many smaller programs to make one large application.
What is Modular Programming.
100
Google Chrome and Microsoft Word, to name two, are these.
What are applications.
200
This is the 'code' that computers understand, and that programming languages are transferred into.
What is binary code.
200
BONUS
You get 200 points!!
200
The process of thinking of an idea, converting it into the appropriate language, compiling it, and running it.
What is programming.
300
Name 3 programming languages. (You cannot use any of the C languages, and you have to say the full names).
What are Python, SQL, Ada, Cobolscript, Java.
300
This type of programming focuses on 'objects' (methods and interactions), to design programs.
What is OOP, (Object Oriented Programming)
300
Also used in mathematics, these place holders can be changed as neccessary
What are variables.
400
This programming language evolved from C, and incorporated SQL (Standard Querying Language).
What is C#.
400
Write, send to tester, rewrite, send to tester, repeat.
What is the programming process, process of programming, etc.
500
Re engineering the source code of a previously written application's programs is the process of _______
What is hacking.