introduction Flashcards

1
Q

what is the language of the computer ?

A

Machine language - 0’s and 1’s.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

can we ran a program using the o’s and 1’s ?

A

no it’s too difficult

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is assembly language ?

A

it a low language program and its processor has it’s own instruction set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

the work of translator -compiler?

A

it converts high level language into machine language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

examples of high level language ?

A

java - python - c -c++.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is assembler definition ?

A

assembler works in converting assembly language to machine language .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

does the computer understand high level language ?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the form of instructions in the computer ?

A

binary language 10101010

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

is java platform independent ?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is the process of converting high level language ?

A

A source program is compiled into a machine language file, which is then linked with the system library to form an executable file with extension .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what does linker do?

A

combine the system libraries with object code .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

file object language ?

A

0’s to 1’s binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

why is java a virtual machine ?

A

because it is a not real machine its a platform independent .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the process of transforming java language to object language ?

A

javaaaa ;)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is main?

A

it is a function / method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what does void mean ?

A

it is a main function that doesn’t return any value .

17
Q

what does static mean ?

A

it is a main function that can executed without creating a object .

18
Q

Precision:

A

digits used right of the decimal point

18
Q
A