Send a link to your students to track their progress
21 Terms
1
New cards
Hardware
________ is the physical components of a computer.
2
New cards
Software
________ is the programs that run on a computer.
3
New cards
Translators
________ are assemblers, interpreters or compilers.
4
New cards
Software
________ is the programs that run on a computer.
5
New cards
CPU
Assembly language is a low- level language written in mnemonics that closely reflects the operations of the ________.
6
New cards
PHP
Interpreted languages include JavaScript, ________, Python and Ruby.
7
New cards
machine code
An assembler translates assembly language into ________.
8
New cards
Application software
________ enables the user to perform a task.
9
New cards
languages
Interpreted ________ are also called scripting ________.
10
New cards
interpreter
A(n) ________ translates code into machine code, instruction by instruction- the CPU executes each instruction before the ________ moves on to translate the next instruction.
11
New cards
client side
They are used for ________ and server- side coding, as they are small programs that are executed within the browser.
12
New cards
compiler
A(n) ________ translates the whole program into machine code before the program is run.
13
New cards
independent final set of source
An interpreter does not create a(n) ________ code- source code is created each time it runs.
14
New cards
Low level instructions
________ can be processed more speedily than high- level languages, but they are more difficult for people to read and write.
15
New cards
Translators
________- usually included within programming software- convert high- level code into machine code.
16
New cards
Hardware
________ is the physical components of the computer, such as the central processing unit (CPU), hard disk, monitor, keyboard and mouse.
17
New cards
CPU
A computer's ________ only understands (executes) series of binary numbers- so all programming languages are converted into binary code.
18
New cards
Languages
________ are also described as high level or low level.
19
New cards
A computer's CPU only understands (executes) series of binary numbers
so all programming languages are converted into binary code
20
New cards
An interpreter translates code into machine code, instruction by instruction
the CPU executes each instruction before the interpreter moves on to translate the next instruction
21
New cards
An interpreter does not create an independent final set of source code