

InterviewSolution
Saved Bookmarks
1. |
Рассто -отра Answer the following: What do you mean by Machine language? How is Assembly |
Answer» ★a computer programming language consisting of binary or hexadecimal instructions which a computer can respond to directly, is machine language 1. Assembly language An assembly language is a type of low-level programming language that is intended to COMMUNICATE directly with a computer's HARDWARE. Unlike machine language, which consists of binary and hexadecimal CHARACTERS, assembly languages are designed to be readable by humans. |
|