Computer Language
Data representation & algorithm
mostly data
algorithm and other stuff
100

what is Machine language

Machine language is the basic computer language which consists of zeros and ones.

100

what is a complier 

a complier is a computer program that translate high level language codes into separate machine language codes.

100

what is data 

data is information processed or stored by a computer.

100

what type of algorithm follows a step-by-step process with jumping between items?

Linear algorithm

200

what is Assembly language.

Assembly language is a type computer programming languages which are one step up from the machine language.

200

what is an interpreter

a interpreter is a computer program which converts the source code into machine language one line at a time.

200

what does data representation involve

binary code to represent data inside the computer.

200

is a Algorithm a simple procedure or complex procedure or both.

both

300

what is High-level language

High-level language is computer language developed from assembly programming language.

300

does an interpreter have the same or different converting process as a complier.

yes it uses a different converting process than the compiler.

300

can you transfer data from one computer to another.

yes

300

how many hexadecimal digits are there.

there are 16 hexadecimal.

400

what is Application language.

Application language is computer language writing application programs which solve specific problems.

400

what is the first step in converting codes.

the complier converts the entire source code into machine language.

400

what does the binary number system requires .

the binary number system only requires two numbers:0 and 1

400

what determines the quality and file size of bit-mapped image.

a resolution and bit depth.

500

what is System languages.

system language is computer programming used managing a computer system.

500

what is the second step in converting codes.

complier stores the machine language codes into a separate file, know as an executable file.

500

what is the decimal value of the hexadecimal number A37F.

41,885

500

which programming language is most suitable for new programmers. 

java