Programming Language Abstraction

Programming Language Abstraction

10th - 12th Grade

3 Qs

quiz-placeholder

Similar activities

Quiz-1

Quiz-1

11th Grade - University

6 Qs

IGCSE Comp Sci Programming

IGCSE Comp Sci Programming

9th - 10th Grade

8 Qs

GCSE: Principles of Programming (WJEC)

GCSE: Principles of Programming (WJEC)

9th - 11th Grade

6 Qs

Programming Basics

Programming Basics

KG - University

8 Qs

Quiz Introduction to Phyton

Quiz Introduction to Phyton

12th Grade

6 Qs

problem solving

problem solving

9th - 12th Grade

6 Qs

Recap. C++. First program. Variables

Recap. C++. First program. Variables

7th - 12th Grade

8 Qs

Unit 3 Remediation

Unit 3 Remediation

11th Grade

6 Qs

Programming Language Abstraction

Programming Language Abstraction

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Used 4+ times

FREE Resource

3 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true about using a high-level programming language instead of a lower-level language?


I - A high-level language provides programmers with more abstractions than a low-level language.

II - Programs written in a high-level language are generally harder for people to read and understand than programs written in a low-level language.

I only

II only

I and II

Neither I nor II

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true about using a high-level programming language instead of a lower-level language?


I - Some algorithms can only be expressed in low-level languages, and cannot be expressed in any high-level languages

II - Code in a high-level language is often translated into code in a lower-level language to be executed on a computer

I only

II only

I and II

Neither I nor II

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program is expressed in a programming language. Which of the following is true of the program?

The program can also be expressed as binary code, but this increases the likelihood of errors

The program can also be expressed as binary code, which is what the program will be translated to in order to execute on the computer

The program cannot be expressed as binary code

Some parts of the program can be expressed as binary code, but most features of programming languages cannot be translated to binary code.