Why the programming languages chalenges is full of logic instead of markup language has simple questions?!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Why the programming languages chalenges is full of logic instead of markup language has simple questions?!!

Why?!

11th Mar 2019, 7:49 AM
Max Andal
Max Andal - avatar
7 Answers
+ 6
the markup language is not a programming language hence if you look into the tutorials of programibg languages the logic there is very high whereas in markup there are no complex syntaxes to follow, this helps master those hidden logical issues that arise each time one writes a code what im trying to say is that markup deals with data it formats text whereas in programming we use logic to process the data
11th Mar 2019, 10:18 AM
Buhle 💃💃💃
Buhle 💃💃💃 - avatar
+ 5
Markup languages don't have program flow control based on logic etc. HTML quizzes are easier as you only need to know/memorize facts. This is also why people use html quizzes as a tool to gain high XP.
11th Mar 2019, 12:47 PM
Sonic
Sonic - avatar
+ 4
Talking about a programming challenge (which is an actual challenge in my perception), you have to apply the logic. The questions are set in order to check your problem solving ability in a rapid time. The concept of looping and iteration is there, and you have to calculate how many times it runs, what kind of effects it produce in the variables and what are the values of the variables after the end of iteration. All these stuff goes and calculates in your brain and you are able to give the answer.It can be said that you become a "compiler" during that challenge. 😄 And the person who has better logical approach wins the challenge(which is completely fair), as it proves that he got better skills of solving questions in that particular challenge.
11th Mar 2019, 6:21 PM
Ayush Sinha
Ayush Sinha - avatar
+ 3
Because programming itself can be called as a "logic".It is a way to solve a particular type of problem via your brain power and can be compared to solving a puzzle (logic). Talking about HTML, it is not a programming language. It is a markup language that means it uses " tags" instead of commands and instructions in programming, to identify the content and to define the structure of it. People are able to answer most of the HTML questions because they just don't contain the logic. If you're playing a challenge on sololearn with HTML then I would not consider it as a "full" challenge as you aren't using a programming language to beat your opponent. There is no need of applying logic there. You only need to remember the stuff which was explained to you in the tutorial and that's it!!!! That's why you see majority of the people are able to give all the correct answers in a HTML challenge..........
11th Mar 2019, 6:14 PM
Ayush Sinha
Ayush Sinha - avatar
+ 3
Talking about a programming challenge (which is an actual challenge in my perception), you have to apply the logic. The questions are set in order to check your problem solving ability in a rapid time. The concept of looping and iteration is there, and you have to calculate how many times it runs, what kind of effects it produce in the variables and what are the values of the variables after the end of iteration. All these stuff goes and calculates in your brain and you are able to give the answer.It can be said that you become a "compiler" during that challenge. 😄 And the person who has better logical approach wins the challenge(which is completely fair), as it proves that he got better skills of solving questions in that particular challenge.
11th Mar 2019, 6:22 PM
Ayush Sinha
Ayush Sinha - avatar
+ 2
Sololearn has a huge community of great coders. So challenges are made(not talking about HTML challenges), in order to provide XP to the best logical approacher........
11th Mar 2019, 6:24 PM
Ayush Sinha
Ayush Sinha - avatar
+ 1
The simple answer of your question is that "Markup languages are use for designing but on other hand Programming languages use for programming or making things(Mostly designed through markup languages ) logicallay work" .
11th Mar 2019, 2:32 PM
M Maaz Azhar
M Maaz Azhar - avatar