M1S1 Formative Flashcards

1
Q

All the instructions of high-level language are written in form of binary numbers 1’s and 0’s

A

false

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

It is a sequence of instructions written to perform a specified task for a compiler

A

Computer Program

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

High-level language uses English-like instructions

A

true

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

Programming is important for speeding up the input and output processes in a machine

A

true

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

C and C++ are a most popular a programming language which uses interpreter

A

false

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

It is a text listing of commands to be compiled or assembled into and executable computer program

A

Source Code

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

A way of translating source code in which each statement is translated individually and executed immediately after translation

A

Interpreter

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

Programming is important to automate, collect, manage, calculate, and analyze the processing of data and information accurately

A

true

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

What are the advantages of low-level languages?

A
  • executed directly without any translation
  • requires less time for execution
  • A computer can easily understand the low-level language
How well did you know this?
1
Not at all
2
3
4
5
Perfectly