what is Machine language
Machine language is the basic computer language which consists of zeros and ones.
what is a complier
a complier is a computer program that translate high level language codes into separate machine language codes.
what is data
data is information processed or stored by a computer.
what type of algorithm follows a step-by-step process with jumping between items?
Linear algorithm
what is Assembly language.
Assembly language is a type computer programming languages which are one step up from the machine language.
what is an interpreter
a interpreter is a computer program which converts the source code into machine language one line at a time.
what does data representation involve
binary code to represent data inside the computer.
is a Algorithm a simple procedure or complex procedure or both.
both
what is High-level language
High-level language is computer language developed from assembly programming language.
does an interpreter have the same or different converting process as a complier.
yes it uses a different converting process than the compiler.
can you transfer data from one computer to another.
yes
how many hexadecimal digits are there.
there are 16 hexadecimal.
what is Application language.
Application language is computer language writing application programs which solve specific problems.
what is the first step in converting codes.
the complier converts the entire source code into machine language.
what does the binary number system requires .
the binary number system only requires two numbers:0 and 1
what determines the quality and file size of bit-mapped image.
a resolution and bit depth.
what is System languages.
system language is computer programming used managing a computer system.
what is the second step in converting codes.
complier stores the machine language codes into a separate file, know as an executable file.
what is the decimal value of the hexadecimal number A37F.
41,885
which programming language is most suitable for new programmers.
java