Types of programming languages, translators and IDEs

Types of programming languages, translators and IDEs

7th Grade

17 Qs

quiz-placeholder

Similar activities

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

Introduction to Python Programming

Introduction to Python Programming

7th Grade

22 Qs

CSD Intro to Programming

CSD Intro to Programming

1st - 7th Grade

14 Qs

Python

Python

7th - 10th Grade

20 Qs

Code.Org - Part II

Code.Org - Part II

6th - 8th Grade

21 Qs

SC025 - Topic 1 (Introduction to Programming

SC025 - Topic 1 (Introduction to Programming

KG - 12th Grade

20 Qs

Programming Concepts

Programming Concepts

7th Grade - University

17 Qs

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

Types of programming languages, translators and IDEs

Types of programming languages, translators and IDEs

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Mihai Diaconu

Used 19+ 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?

Discover more resources for Computers