Any1??
Write the names of atleast 22 high-level programming languages

Answers

Answer 1

Answer:

1 Array languages

2 Assembly languages

3 Authoring languages

4 Constraint programming languages

5 Command line interface languages

6 Compiled languages

7 Concurrent languages

8 Curly-bracket languages

9 Dataflow languages

10 Data-oriented languages

11 Decision table languages

12 Declarative languages

13 Embeddable languages

13.1 In source code

13.1.1 Server side

13.1.2 Client side

13.2 In object code

14 Educational languages

15 Esoteric languages

16 Extension languages

17 Fourth-generation languages

18 Functional languages

18.1 Pure

18.2 Impure

19 Hardware description languages

19.1 HDLs for analog circuit design

19.2 HDLs for digital circuit design

20 Imperative languages

21 Interactive mode languages

22 Interpreted languages

23 Iterative languages

Explanation:


Related Questions

Gamification and virtual reality is the future of education

Answers

Answer:

Education is expected to be the fourth largest sector for VR investment. VR in education is predicted to be a $200 million industry by 2020, and a $700 million industry by 2025. 97% of students would like to study a VR course.

Explanation:

Identify the correct characteristics of Python lists. Check all that apply. Python lists are enclosed in curly braces { }. Python lists contain items separated by commas. Python lists are versatile Python data types. Python lists may use single quotes, double quotes, or no quotes.

Answers

Answer:

Python lists contain items separated by commas.

Python lists are versatile Python data types.

Python lists may uses single quotes, double quotes, or no quotes.

Explanation:

Python Lists are enclosed in regular brackets [ ], not curly brackets { }, so this is not a correct characteristic.

Answer:

a c d

Explanation:

Write a program that reads an integer between o and 1000 and adds all the digits in the integer. For example, if an integer is 932, the sum of all the digits is 14. Hint: Use the % operator to extract digits, and use the / operator to remove the extracted digit. For instance, 932 % 10=2 and 932/10 =93. Here is a sample run:
Enter a number between 0 and 1000 : 999
The sum of digits is 27.

Answers

Answer:

Answered below

Explanation:

#Program is written in Python programming language

digit = 0

sum = 0

num = int(input("Enter a number between 0 and 1000: ")

#Check that number is within the valid range

if num > 0 and num <= 1000:

while num != 0:

#Isolate each digit

digit = num % 10

sum = sum + digit

#Remove isolated digit from number

num = num/10

else:

print("Number is not within valid range")

#print total sum of digits

print(sum)

How to do brainliest

Answers

If the reply that someone put has a blue crown you click it and it will give them brainliest but it usually won’t work unless there are two answers

/* missing precondition */

public String getChar(String str, int n) {

return str.substring(n, n 1); }

Write down the most appropriate precondition for the method so that it does not throw an exception.

Answers

Answer:

An appropriate precondition is:

0 <= n && n <= str.length() - 1

Explanation:

Required:

Write down an appropriate pre-condition for the program

From the question, we understand that the method accepts two parameters:

str -> A string value

n -> An integer value which represents the index of character to return from the string str

It should be noted that:

n must be within the range of 0 and str.length()-1

Take for instance:

str = "ABCDE";

n must be within the range 0 to 4 (inclusive) in order not to raise an exception. This is so because the string index starts at 0 and stops at 1 less than the length of the string.

Hence, the precondition can be written as:

0 <= n && n <= str.length() - 1

Which means: n = 0 to length - 1

What email program would you suggest and why?

Answers

Answer:

An email program

Explanation:

And why?

Answer:

I would suggest g m a i l.

Explanation:

I use G m a i l all the time and I think it is easy to use! A lot of people think it is great too! :)

Other Questions
A parallel circuit contains four identical lamps. The current through the energy source is 4 A. The total resistance of the circuit is 10 . What is the voltage across the energy source and across each lamp What causes a raindrop tochange shape?A.the ground that it lands onB.the air that pushes against itC.the cloud that it falls from (BRAINLIEST) and more in the description.Confession: I suck at math lol......Description and benefits: The person with the correct answer will be given 30 points, brainliest, five-star rating, and a thanks. If you answer incorrectly just to get rewards you will be reported to Brainly and your answer will be deleted to give someone else a chance. I need help with #15 please and thanks. Writing a descriptionDescribe a journey by bus as suggested by this picture[40 marks] MULTIPLE CHOICE!!!!!! SOMEBODY PLZ ANSWER THIS IT HAS NOT BEEN ANSWERED!!!!Mark ALL that apply. A good definition typically includes _____.A. the subject being definedB. its classificationC. obvious detailsD. a description The magnitude and direction of two vectors are shown in the diagram. What is the magnitude of theirsum?213545620 The area of the rectangle is 5 times the triangle Tammy's allowance is $5.00. She did extra chores around the house and earned anextra $1.75. She goes to the store with her older sister and buys an ice cream for$2.25. On her way home she finds $1.00. How much money does Tammy have? HELP HELP HELP HELP HELP Are the two figures similar? If so, give the similarity ratio of the smaller figure to the larger figure. Name the ionic compound of Cu2(SO4)3? Write the ratio as a fraction in simplest form with whole numbers in the numerator and denominator 16 cm to 20 cm The rectangle to the right has width 6x5 feet and length 9x8 feet. Find its area asan expression of x. a.) Determine the work done by Zach on the bull. 39) Solve the inequality: 4(x+5)116A. x51B. x40C. x24D. x24 How did Jim Crow laws affect African Americans in the south? Find the values of y Y squared = 169 Does anyone know the answer to this? Angel just accepted a job at a new company where he will make an annual salary of $58000. Angel was told that for each year he stays with the company, he will be given a salary raise of $1500. How much would Angel make as a salary after 10 years working for the company? What would be his salary after tt years?