1/13
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Binary codes
This consist of strings of only zeros (0) or ones (1). Run quickly and efficiently. Very difficult to learn and use.
Machine-dependent
machine instruction sets between computers can be different depending on the processor family and environment.
Mnemonics
This uses short words for commands. Converted into machine language first by an assembler before they can run.
Third Generation
This generation has high-level languages
Second Generation
This generation has assembly language
First Generation
This generation has machine languages
Fifth Generation
This generation uses Artificial intelligence
Neural network
is a computer architecture modeled after the human brain network of neurons.
programming language
provides us with the means for specifying computations and telling computers what to do.
Imperative Programming
The oldest and most traditional model of computing. This is a sequence of commands or instructions for the computers to follow.
Functional Programming
Expression-oriented programming paradigm. Computations are specified through mathematical functions that evaluate input expressions and convert them into output values.
Logic Programming
Programs are written as logical statements that describe the properties the solution must have.
Object-oriented Programming
Data structures are viewed as objects, and programmers create relationships between these objects.
Concurrent And Distributed Programming
Computer programming technique that allows for the execution of two or more operations at the same time.The processes run side-by-side yet independently of each other.