Font size
WorksheetsMIDTERM EXAM (CSPL)
Total questions: 20
Worksheet time: 19mins
A (a) is a formal language comprising a set of strings that produce various kinds of machine code output.
(a) is the portion of a machine language instruction that specifies the operation to be performed.
A (a) language is a programming language with strong abstraction from the details of the computer.
A (a) is any computer programming language that belongs to a class of languages envisioned as an advancement upon third-generation programming languages (3GL).
(a) is often called the “Middle Level” programming language.
(a) is a general-purpose programming language that is often applied in scripting roles.
A (a) , in general, is a sequence of instructions written so that a computer can perform certain tasks.
The (a) is the most versatile Data type available in Python which can be written as a list of comma-separated values (items) between square brackets.
The programming language Python was named after a famous TV show in the Netherlands name (a) ?
A (a) is nothing but a type of programming language in which we can write code to control another software application.
An (a) is a type of low-level programming language that is intended to communicate directly with a computer’s hardware.
An (a) is a term used to describe any object that is capable of being manipulated.
(a) are the names you supply for variables, types, functions, and labels in your program which must differ in spelling and case from any keywords.
(a) a symbolic name associated with a value and whose associated value may be changed.
(a) are declarations for memory locations or variables that determine the characteristics of the data that may be stored and the methods (operations) of processing that are permitted involving them.
Which of the following is not part of the Five Generations of Programming Languages?
Assemble Language
Natural Language
Matching Language
Low-Level Language
High Level Language
Which of the following is NOT a data type in Python? (Choose 1)
Booleans
Numbers
Bytes
Tuples
None of the above
Which of the following is NOT an example of Loop Types in Python
While
If
Do While
For
If Else
Which of the following is NOT an example of Statement Types in Python
If
If Else
Do While
Nested If
While
What is the following source code extension for Python?
.py
.pyc
.ppy
.pcy
