Programming Languages

Programming Languages

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Are assembly languages powerful?

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (19)

Section 1

(19 cards)

Are assembly languages powerful?

Front

No

Back

Machine language

Front

a group of bytes that make up a set of instructions for the computer to follow

Back

Programming language

Front

A set of keywords and symbols that can be translated into machine language for the computer

Back

What is an IDE?

Front

A software application that allows for computer programming. Includes an editing feature, a compiler, and a debugger

Back

Byte

Front

A group of 8 bits

Back

Are high-level programming languages powerful?

Front

Yes

Back

What is a bit?

Front

binary digit (on or off switch)

Back

What is adding comments to a program called?

Front

Documenting

Back

IDE

Front

Integrated Development Environment

Back

Which base is information represented in in a computer?

Front

Binary

Back

Which IDE do we use?

Front

Eclipse

Back

What do interpreters do?

Front

They translate line by line and after the line is translated, it's executed immediately

Back

Do high-level programming languages take few or many lines of code to accomplish a task?

Front

Few

Back

Algorithm

Front

A method used to solve a problem

Back

Source code

Front

The set of instructions you type when you write your program that the computer will execute

Back

Do assembly languages take few or many lines of code to accomplish a task?

Front

Many

Back

What do compilers do?

Front

They translate the entire program into machine code and save it as an executable file

Back

What is data?

Front

information

Back