4.4 Types of programming language

4.4 Types of programming language

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What do we use to write computer programs?

Back

Programming languages and text editors or IDEs

2.

FLASHCARD QUESTION

Front

A ________________ uses human-language style words. For example: if, while, output, print.

Back

high-level language

3.

FLASHCARD QUESTION

Front

What is a language that is closer to the machine's language, such as assembly language or binary code?

Back

low-level language

4.

FLASHCARD QUESTION

Front

What do you call a program that can run on different types and manufacturers of computers?

Back

portable

5.

FLASHCARD QUESTION

Front

What is binary code and an example of a low-level language?

Back

Machine Code

6.

FLASHCARD QUESTION

Front

What do you call code written in mnemonics that allows direct manipulation of the hardware and must be converted into binary code to run?

Back

Assembly Language

7.

FLASHCARD QUESTION

Front

What is a program that cannot be run on different types and manufacturers of computers?

Back

non-portable

8.

FLASHCARD QUESTION

Front

What is the term for instruction code used in assembly language?

Back

Mnemonic

9.

FLASHCARD QUESTION

Front

Which of the following code examples you feel is easy to understand? Options: LDX 10, INC, STO 10, valuel = input ( "Enter value") print(valuel + 1), 01100011, 11000011, 10101010, Ask the user to give a value, then add one to that value then show it in screen.

Back

valuel = input ( "Enter value") print(valuel + 1)