Concepts of Programming

Learn fundamental programming concepts including algorithms, data types, variables, and programming languages

11 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is an algorithm?

  1. A type of program.
  2. A set of instructions for a computer.
  3. A list of rules to follow in order to solve a problem.
  4. A user guide on programming.
Question 2 Multiple Choice (Single Answer)

What data type would I use for the following: 3647592726

  1. float
  2. boolean
  3. String
  4. int
Question 3 Multiple Choice (Single Answer)

What data type would I use for the following: Y

  1. boolean
  2. char
  3. String
  4. int
Question 4 Multiple Choice (Single Answer)

What data type would I use for the following: "true"

  1. boolean
  2. String
  3. char
  4. int
Question 5 Multiple Choice (Single Answer)

What data type would I use for the following: false

  1. char
  2. boolean
  3. String
  4. int
Question 6 Multiple Choice (Single Answer)

What data type would you use for the following? 156.2

  1. int
  2. float
  3. boolean
  4. char
Question 7 Multiple Choice (Single Answer)

What data type would you use for: "Hello World"

  1. int
  2. String
  3. char
  4. boolean
Question 8 Multiple Choice (Single Answer)

You can assign a value to me.  What am I?

  1. int
  2. String
  3. Variable
  4. Function
Question 9 Multiple Choice (Single Answer)

Which of these is a text based programming language?

  1. Scratch
  2. Python
  3. HTML
  4. CSS
Question 10 Multiple Choice (Single Answer)

Which of these is a 'Visual-Based Programming Language'?

  1. Python
  2. Scratch
  3. HTML
  4. Visual Basic