Podcast
Questions and Answers
What are conditionals in computer science used for?
What are conditionals in computer science used for?
What is the preferred term for conditionals in functional programming languages?
What is the preferred term for conditionals in functional programming languages?
What is another way to select between alternatives at runtime, mentioned in the text?
What is another way to select between alternatives at runtime, mentioned in the text?
In imperative programming languages, what term is usually used for conditionals?
In imperative programming languages, what term is usually used for conditionals?
Signup and view all the answers
What is the common construct sometimes called if–then–else across many programming languages?
What is the common construct sometimes called if–then–else across many programming languages?
Signup and view all the answers