Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
109 views
in General by (108k points)
closed by
The core elements of high-level programming languages are
1. Keywords, Expressions and Punctuation
2. Functions, Keywords and Operators
3. Keywords, Operators and Punctuation
4. Functions, Expressions and Operators

1 Answer

0 votes
by (101k points)
selected by
 
Best answer
Correct Answer - Option 3 : Keywords, Operators and Punctuation

Two types of languages include:

Low-LevelUsed for communication with computer hardware directly. It is not very easy for a person to read.

High-Level:

It is closer to human-level understanding. The core elements of a high-level language are:

KeywordsKeywords are also known as reserved words. Written using lowercase letters. 

Example: using namespace std;

int main()

Operators: Used to perform operations on a data. The common types include:

  • Arithmetic Type: +, -, *, and /
  • Assignment Type: = 

 

PunctuationPunctuations are the characters that mark the end of a statement, or that separates items in a list.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...