Computer Programming MCQ

What is the most common way people give a computer an instruction?

Answer

Correct Answer: Writing statements

Note: This Question is unanswered, help us to find answer for this one

What do kids learn by creating sprites in Scratch?

Answer

Correct Answer: Coding

Note: This Question is unanswered, help us to find answer for this one

What can you do with sprites?

Answer

Correct Answer: Move via code

Note: This Question is unanswered, help us to find answer for this one

What does the term "script" refer to in programming?

Answer

Correct Answer: Sets of steps

Note: This Question is unanswered, help us to find answer for this one

What is the purpose of scratch coding?

Answer

Correct Answer: To create interactive stories and comics

Note: This Question is unanswered, help us to find answer for this one

What is the primary function of Java on Android?

Answer

Correct Answer: Used for many professional and commercial applications

Note: This Question is unanswered, help us to find answer for this one

What language was Gmail created in?

Answer

Correct Answer: Java

Note: This Question is unanswered, help us to find answer for this one

What is the name of the Google application created in Java?

Answer

Correct Answer: Gmail

Note: This Question is unanswered, help us to find answer for this one

What is the name of the coding language created by MIT that kids can learn to create stories and comics?

Answer

Correct Answer: Scratch coding

Note: This Question is unanswered, help us to find answer for this one

What type of computer programming do kids learn when they use Scratch?

Answer

Correct Answer: Drag-and-drop

Note: This Question is unanswered, help us to find answer for this one

What is one example of a field that Python has been used in?

Answer

Correct Answer: Game design

Note: This Question is unanswered, help us to find answer for this one

What feature of Python makes it easier to write than other languages?

Answer

Correct Answer: Syntax

Note: This Question is unanswered, help us to find answer for this one

What do you do to train an algorithm?

Answer

Correct Answer: Neural networks

Note: This Question is unanswered, help us to find answer for this one

What are neural networks the "brain" of?

Answer

Correct Answer: The program

Note: This Question is unanswered, help us to find answer for this one

What is the programmable computer called when describing the micro:bit?

Answer

Correct Answer: Microcontroller development board

Note: This Question is unanswered, help us to find answer for this one

What does a machine do without being told?

Answer

Correct Answer: Act

Note: This Question is unanswered, help us to find answer for this one

What is the action of a computer acting without being programmed to do so?

Answer

Correct Answer: Machine learning

Note: This Question is unanswered, help us to find answer for this one

What is the main function of C++?

Answer

Correct Answer: Starts

Note: This Question is unanswered, help us to find answer for this one

The main function is part of which language?

Answer

Correct Answer: C++

Note: This Question is unanswered, help us to find answer for this one

Loops check a condition and then what?

Answer

Correct Answer: Run a code block

Note: This Question is unanswered, help us to find answer for this one

What do loops check before running a code block?

Answer

Correct Answer: A condition

Note: This Question is unanswered, help us to find answer for this one

What type of devices can Linux run on?

Answer

Correct Answer: Laptops, phones, tablets, robots, and many others

Note: This Question is unanswered, help us to find answer for this one

What other name is used to refer to the Android operating system?

Answer

Correct Answer: Linux

Note: This Question is unanswered, help us to find answer for this one

What is a type of integrated development environment?

Answer

Correct Answer: Jupyter Notebook

Note: This Question is unanswered, help us to find answer for this one

What language does Jupyter Notebook support?

Answer

Correct Answer: Python

Note: This Question is unanswered, help us to find answer for this one

Which operating system does Minecraft run on?

Answer

Correct Answer: Android

Note: This Question is unanswered, help us to find answer for this one

What language was used to create the Android operating system?

Answer

Correct Answer: Java

Note: This Question is unanswered, help us to find answer for this one

What language did Gmail use because of its performance and framework for web?

Answer

Correct Answer: Java

Note: This Question is unanswered, help us to find answer for this one

Which application was created in Java because of its web framework and performance?

Answer

Correct Answer: Gmail

Note: This Question is unanswered, help us to find answer for this one

What tool was created for writing and running code?

Answer

Correct Answer: IntelliJ

Note: This Question is unanswered, help us to find answer for this one

What does an IDE do?

Answer

Correct Answer: Makes coding simpler

Note: This Question is unanswered, help us to find answer for this one

What is the term used to describe the place where you code and run programs?

Answer

Correct Answer: Integrated Development Environment

Note: This Question is unanswered, help us to find answer for this one

What are IDE's called that make coding simpler?

Answer

Correct Answer: Integrated Development Environment

Note: This Question is unanswered, help us to find answer for this one

What kind of statement runs a block of code based on whether a condition is true?

Answer

Correct Answer: If statement

Note: This Question is unanswered, help us to find answer for this one

In a program, if statements can be used to run a block of code based on whether or not what?

Answer

Correct Answer: A condition is true

Note: This Question is unanswered, help us to find answer for this one

What are functions called?

Answer

Correct Answer: A block of code that can be referenced by name

Note: This Question is unanswered, help us to find answer for this one

What does a function contain?

Answer

Correct Answer: Code

Note: This Question is unanswered, help us to find answer for this one

What does for loops do that while loops don't?

Answer

Correct Answer: Run a block of code a set number of times

Note: This Question is unanswered, help us to find answer for this one

What do for loops allow you to do that while loops can't?

Answer

Correct Answer: Run a block of code repeatedly

Note: This Question is unanswered, help us to find answer for this one

What are for loops like in terms of repetition?

Answer

Correct Answer: While loops

Note: This Question is unanswered, help us to find answer for this one

When the condition in the if statement is false, the else statement is what?

Answer

Correct Answer: Used to do something else

Note: This Question is unanswered, help us to find answer for this one

If statements are used to do what when the condition in the if statement isn't true?

Answer

Correct Answer: Do something else

Note: This Question is unanswered, help us to find answer for this one

What are used to do when the condition in the if statement isn't true?

Answer

Correct Answer: Else statements

Note: This Question is unanswered, help us to find answer for this one

What type of statements evaluate to true or false?

Answer

Correct Answer: Conditional statements

Note: This Question is unanswered, help us to find answer for this one

What can conditional statements evaluate to?

Answer

Correct Answer: True or false

Note: This Question is unanswered, help us to find answer for this one

What kind of statements evaluate to true or false?

Answer

Correct Answer: Conditional statements

Note: This Question is unanswered, help us to find answer for this one

What do people use computer programs to do?

Answer

Correct Answer: Make long problems for humans shorter and easier

Note: This Question is unanswered, help us to find answer for this one

What do computers typically use computer programs to do?

Answer

Correct Answer: Solve a problem

Note: This Question is unanswered, help us to find answer for this one

A computer program is a group of what?

Answer

Correct Answer: Instructions

Note: This Question is unanswered, help us to find answer for this one

What could be used to help humans process problems more easily?

Answer

Correct Answer: A computer program

Note: This Question is unanswered, help us to find answer for this one

What are kids using to program computers?

Answer

Correct Answer: Coding languages

Note: This Question is unanswered, help us to find answer for this one

What are some examples of coding languages that kids may learn?

Answer

Correct Answer: JavaScript, Scratch, and Python

Note: This Question is unanswered, help us to find answer for this one

What programming language was Minecraft built with?

Answer

Correct Answer: Java

Note: This Question is unanswered, help us to find answer for this one

What is Roblox's coding language?

Answer

Correct Answer: Lua

Note: This Question is unanswered, help us to find answer for this one

What are examples of camel case?

Answer

Correct Answer: IPhone, eBay, YouTube, and of course, iD in "iD Tech"

Note: This Question is unanswered, help us to find answer for this one

What are low-level and versatile describing?

Answer

Correct Answer: C++

Note: This Question is unanswered, help us to find answer for this one

What is the level of the language that C++ is?

Answer

Correct Answer: Low-level

Note: This Question is unanswered, help us to find answer for this one

What is a computer's way to represent information?

Answer

Correct Answer: Binary number

Note: This Question is unanswered, help us to find answer for this one

What is a binary number used to represent?

Answer

Correct Answer: Information

Note: This Question is unanswered, help us to find answer for this one

What are autonomous robot, self-driving car, and delivery bot all terms used to describe?

Answer

Correct Answer: Robots that navigate their environments using sensors

Note: This Question is unanswered, help us to find answer for this one

What kind of robot navigates on its own?

Answer

Correct Answer: Autonomous robot

Note: This Question is unanswered, help us to find answer for this one

What are other terms used to describe robots that navigate their environments using sensors?

Answer

Correct Answer: Autonomous robot, self-driving car, and delivery bot

Note: This Question is unanswered, help us to find answer for this one

What type of interaction is augmented reality?

Answer

Correct Answer: Interactive

Note: This Question is unanswered, help us to find answer for this one

What popular game is an example of augmented reality?

Answer

Correct Answer: Pokémon Go

Note: This Question is unanswered, help us to find answer for this one

What do assignment operators serve as a shortcut for?

Answer

Correct Answer: Coders have to perform an operation that changes the value of a variable

Note: This Question is unanswered, help us to find answer for this one

What is an important function of arithmetic operators?

Answer

Correct Answer: Games

Note: This Question is unanswered, help us to find answer for this one

What are essential in almost every application?

Answer

Correct Answer: Arithmetic operators

Note: This Question is unanswered, help us to find answer for this one

What are arrays like?

Answer

Correct Answer: Shelves at a pet store

Note: This Question is unanswered, help us to find answer for this one

What do you think of arrays like as?

Answer

Correct Answer: Pet store

Note: This Question is unanswered, help us to find answer for this one

What is an argument used for?

Answer

Correct Answer: Provide more information

Note: This Question is unanswered, help us to find answer for this one

What is the process a computer follows to solve a problem?

Answer

Correct Answer: Algorithm

Note: This Question is unanswered, help us to find answer for this one

What is an algorithm?

Answer

Correct Answer: A set of instructions that are followed

Note: This Question is unanswered, help us to find answer for this one

What is an algorithm a set of instructions to solve?

Answer

Correct Answer: Problem

Note: This Question is unanswered, help us to find answer for this one

What is another term for coding terminology?

Answer

Correct Answer: Coding terms

Note: This Question is unanswered, help us to find answer for this one

What was the term that you felt helpless when you needed to use it?

Answer

Correct Answer: Ignition

Note: This Question is unanswered, help us to find answer for this one

What do you think of when you hear the term "coding"?

Answer

Correct Answer: Learning how to drive

Note: This Question is unanswered, help us to find answer for this one

What was the first thing you were taught on how to operate a vehicle?

Answer

Correct Answer: Putting the key in the ignition

Note: This Question is unanswered, help us to find answer for this one

What did you NOT know the meaning of as a young teen?

Answer

Correct Answer: Ignition, gear shifter, or e-break

Note: This Question is unanswered, help us to find answer for this one

What do you need to do to help debug a program?

Answer

Correct Answer: Write a statement

Note: This Question is unanswered, help us to find answer for this one

What doesn't lend itself to someone showing you "do this" or "do that"?

Answer

Correct Answer: Coding

Note: This Question is unanswered, help us to find answer for this one