1.2.4 p1 Flashcards
1
Q
what are programming paradigms
A
different approaches to using a programming language to solve a problem
2
Q
whats procedural programming
A
uses a sequence of
instructionsq
3
Q
whats functional programming
A
reusing a set of functions
4
Q
whats assembly code
A
next level up from machine code , converted to machine code using an assembler
5
Q
whats opcode
A
specifies the instruction to be performed
6
Q
whats operand
A
holds a value which is related to the data on which the instruction is to be performed