ICS_Homeworks/3_Programming_Languages.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2022-11-04 18:39:15 +01:00
## Most machine languages are based on the
Imperative paradigm
## Positions within arrays are identified by means of numbers called
Indices
## Which of the following is an example of a language that is based on the functional paradigm?
LISP
## Which of the following is a means of nullifying conflicts among data types?
Coercion
## Which of the following is not a control statement?
Assignment statement
## Which of the following is not a possible value of the expression 4 + 6 / 2 - 1
5
## Which of the following is not a step in the process of translating a program?
Executing the program
## Which of the following is not associated with object-oriented programming?
Resolution
## Which of the following is not associated with the concept of data type?
Operator precedence
## Which of the following is the scope of a variable?
The portion of the program in which the variable can be accessed
## Author's note: i am not copying the program segment.
## In contrast to ........ languages such as English and Spanish, programming languages are considered ........
natural, formal
## Match the terms with their definitions
Not copying that, but have a screenshot..
![screencap](https://cdn.discordapp.com/attachments/458628210272239626/1038145187723100190/image.png)