wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PROGRAMMING LANGUAGE QUIZ#1

Total questions: 20

Worksheet time: 12mins

Name
Class
Date
1.

It s a formal language comprising a set of instructions that produce various kinds of output

a)

Programming Application

b)

Programming Language

c)

Programming Subject

2.

Programming languages are used in computer programming to implement algorithms.

a)

True

b)

False

3.

Usually, the programming language uses real words for some of the commands, so that the language is easier for a human to read.

a)

True

b)

False

4.

Programming languages are used to make all the computer programs for software ONLY.

a)

True

b)

False

5.

Most programming languages consist of instruction for computers. There are programmable machines that use a set of specific instructions, rather than general programming languages.

a)

True

b)

False

6.

Examples of high-level languages include Turbo C, Turbo C++

a)

True

b)

False

7.

It is a programming paradigm, derived from structured programming.

a)

Procedural Programming Language.

b)

Functional Programming Language.

c)

Scripting Programming Language.

d)

Object-oriented Programming Language.

8.

Examples of computer procedural languages BASIC, C, FORTRAN, Java, and Pascal

a)

True

b)

False

9.

It is a programming paradigm based on the concept of "objects", which can contain data and code.

a)

OOP

b)

IDE

c)

Procedural

d)

Scripting Language

10.

It is a programming language that is interpreted, meaning it is translated into machine code when the code is run, rather than beforehand.

a)

Procedural

b)

Scripting Language

c)

OOP

11.

Scripting languages are often used for short scripts over full computer programs. JavaScript, Python, and Ruby are all examples of scripting languages

a)

True

b)

False

12.

A programs are written in the language of some logic.

a)

OOP

b)

Procedural Programming Language

c)

Logic Programming Language

13.

Prolog (PROgramming PROgramming in LOGic) is a representative logic language representative logic

a)

True

b)

False

14.

Logic programming languages, of which PROLOG(Programming in login) is the best known, state a program as a set of logical relations.

a)

True

b)

False

15.

When a pure function is called with some given arguments, it will always return the same result, and CANNOT be affected by any mutable state or other side effects.

a)

True

b)

False

16.

Functional programming is based on mathematical functions of functional programming?

a)

True

b)

False

17.

Many high-level languages are NOT similar enough that programmers can easily understand source code written in multiple languages.

a)

True

b)

False

18.

A programming language is a vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks.

a)

True

b)

False

19.

Programming Language code can be compiled into a "low-level language," which is recognized directly by the computer hardware

a)

True

b)

False

20.

It a skill where you take instructions (the steps in a task) and translate it into a language the computer understands since computers do not communicate like humans.

a)

designing

b)

coding

c)

scripting

d)

programming