Concepts of Programming
Learn fundamental programming concepts including algorithms, data types, variables, and programming languages
Questions
Question 1 Multiple Choice (Single Answer)
What is an algorithm?
- A type of program.
- A set of instructions for a computer.
- A list of rules to follow in order to solve a problem.
- A user guide on programming.
Question 2 Multiple Choice (Single Answer)
What data type would I use for the following: 3647592726
- float
- boolean
- String
- int
Question 3 Multiple Choice (Single Answer)
What data type would I use for the following: Y
- boolean
- char
- String
- int
Question 4 Multiple Choice (Single Answer)
What data type would I use for the following: "true"
- boolean
- String
- char
- int
Question 5 Multiple Choice (Single Answer)
What data type would I use for the following: false
- char
- boolean
- String
- int
Question 6 Multiple Choice (Single Answer)
What data type would you use for the following? 156.2
- int
- float
- boolean
- char
Question 7 Multiple Choice (Single Answer)
What data type would you use for: "Hello World"
- int
- String
- char
- boolean
Question 8 Multiple Choice (Single Answer)
You can assign a value to me. What am I?
- int
- String
- Variable
- Function
Question 9 Multiple Choice (Single Answer)
Which of these is a text based programming language?
- Scratch
- Python
- HTML
- CSS
Question 10 Multiple Choice (Single Answer)
Which of these is a 'Visual-Based Programming Language'?
- Python
- Scratch
- HTML
- Visual Basic