Compilers and Translators

Compilers and Translators

3rd Grade

9 Qs

quiz-placeholder

Similar activities

Code

Code

1st - 4th Grade

10 Qs

Programming and Algorithms

Programming and Algorithms

3rd Grade

9 Qs

Coding for kids 4: Programming languages

Coding for kids 4: Programming languages

3rd - 7th Grade

13 Qs

Programming - Tour of IDE

Programming - Tour of IDE

3rd - 12th Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Software

Software

1st - 9th Grade

10 Qs

python

python

3rd - 12th Grade

7 Qs

MOBILE APPLICATION DEVELOPMENT

MOBILE APPLICATION DEVELOPMENT

1st - 10th Grade

10 Qs

Compilers and Translators

Compilers and Translators

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

David Locke

Used 13+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Machine code is written in English?

True

False

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which is not a high level programming language?

Python

Visual Basic

Livecode

Pseudocode

3.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

High level languages require a ......... to convert code created by programmers into binary.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

An Object code file is created using :

A compiler

An Interpreter

5.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

A .................... translates lines one after the other but does not execute a line immediately after translation.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Object code can run independently of development environment and translator software?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

›A ................... translates and executes a single line at a time

›

Compiler

Interpreter

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

If an object file contains errors:

The program will still run

The program will crash

The errors must be fixed before re-compile

The errors do not need fixed

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Interpreters are good for

Beginner Programmers

Experiences Programmers