Types of programming languages, translators and IDEs

Types of programming languages, translators and IDEs

7th Grade

17 Qs

quiz-placeholder

Similar activities

Code.org Unit 1 (L1-4) Vocabulary

Code.org Unit 1 (L1-4) Vocabulary

5th - 7th Grade

12 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

Programming Logic 1st

Programming Logic 1st

6th - 7th Grade

14 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Coding Test

Coding Test

6th - 8th Grade

21 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Programming and Logic Review

Programming and Logic Review

7th Grade

16 Qs

Types of programming languages, translators and IDEs

Types of programming languages, translators and IDEs

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Mihai Diaconu

Used 27+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a high-level programming language?

Is a programming language closer to our native language (English), making it easier to program, read, write, debug(check for error) and mantain.

Is a programming language closer to machine code, also called assembly language that uses mnemonics for programming.

Is a programming language closer to our native language (English), making it harder to program, read, write, debug(check for error) and mantain.

Is an utility program used to translate programs or instructions into machine code(binary code) so that the computer can understand it.

Is a computer program that translates a program written in an assembly language into machine code so that it can be directly used by a computer to perform a required task

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a low-level programming language?

Is a programming language closer to our native language (English), making it easier to program, read, write, debug(check for error) and mantain.

Is a programming language closer to machine code, also called assembly language that uses mnemonics for programming.

Is a programming language closer to our native language (English), making it harder to program, read, write, debug(check for error) and mantain.

Is an utility program used to translate programs or instructions into machine code(binary code) so that the computer can understand it.

Is a computer program that translates a program written in an assembly language into machine code so that it can be directly used by a computer to perform a required task

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an interpreter?

Is a programming language closer to our native language (English), making it easier to program, read, write, debug(check for error) and mantain.

Is a programming language closer to machine code, also called assembly language that uses mnemonics for programming.

Is a programming language closer to our native language (English), making it harder to program, read, write, debug(check for error) and mantain.

Is an utility program used to translate programs or instructions into machine code(binary code) so that the computer can understand it.

Is a computer program that translates a program written in an assembly language into machine code so that it can be directly used by a computer to perform a required task

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are assemblers?

Is a computer program that reads a statement from a program written in a high-level language, translates it, performs the action specified and then does the same with the next statement and so on. If there is an error in the statement then execution ceases and an error message is output, sometimes with a suggested correction.

Is a computer program that translates an entire program written in a high-level language (HLL) into machine code all in one go so that it can be directly used by a computer to perform a required task. Once a program is compiled the machine code can be used again and again to perform the same task without re-compilation. If errors are detected, then an error report is produced instead of a compiled program.

Is a computer program that translates a program written in an assembly language into machine code so that it can be directly used by a computer to perform a required task. Once a program is assembled the machine code can be used again and again to perform the same task without re-assembly.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an interpreter?

Is a computer program that reads a statement from a program written in a high-level language, translates it, performs the action specified and then does the same with the next statement and so on. If there is an error in the statement then execution ceases and an error message is output, sometimes with a suggested correction.

Is a computer program that translates an entire program written in a high-level language (HLL) into machine code all in one go so that it can be directly used by a computer to perform a required task. Once a program is compiled the machine code can be used again and again to perform the same task without re-compilation. If errors are detected, then an error report is produced instead of a compiled program.

Is a computer program that translates a program written in an assembly language into machine code so that it can be directly used by a computer to perform a required task. Once a program is assembled the machine code can be used again and again to perform the same task without re-assembly.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a compiler?

Is a computer program that reads a statement from a program written in a high-level language, translates it, performs the action specified and then does the same with the next statement and so on. If there is an error in the statement then execution ceases and an error message is output, sometimes with a suggested correction.

Is a computer program that translates an entire program written in a high-level language (HLL) into machine code all in one go so that it can be directly used by a computer to perform a required task. Once a program is compiled the machine code can be used again and again to perform the same task without re-compilation. If errors are detected, then an error report is produced instead of a compiled program.

Is a computer program that translates a program written in an assembly language into machine code so that it can be directly used by a computer to perform a required task. Once a program is assembled the machine code can be used again and again to perform the same task without re-assembly.

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Identify the characteristics of an Interpreter:

Executes a high-level language program one statement at a time.

If there is an error on one of the lines, the program will stop and an error message will appear with a suggested correction.

It uses our native language(English) to make the programming faster to read, write and debug.

It can be independent of the type of computer that is being used on.

None of the previous options.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?