ICS_Homeworks/3_Programming_Languages.md

39 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

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