Edit Game
Intro to Computer Science
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   18  Close
What is notation in computer science?
It is the system of written symbols or graphics used to help you understand.
What is another word for Iteration?
Loop
What is a condition in computing?
A statement that is either true or false.
What is an algorithm?
A sequence of logical instructions for carrying out a task.
Name one of the founders of Apple Computers. There were two and one of them was a great computer programmer.
Steve Jobs and Steve Wazniak
What video game company sold the first commercial video game called PONG in 1972?
Atari
Who is the inventor and founder of Facebook (Meta today).
Mark Zuckerberg
What is the process of finding and correcting programming mistakes?
Debugging
What do the arrows do in a flowchart?
Show direction and the order to work through the steps.
What is a flowchart?
A diagram that shows a process, made up of boxes, representing steps, decision, inputs and outputs.
What does the diamond represent in a flow chart?
Decision.
What does a rectangle represent in a flow chart?
Process
In computer science what it the term called for repeating a programing command.
A loop
What is input?
Data inserted into a system for processing and/or storage.
Programs are made up of what?
Algorithms
Algorithms are a series of what?
Instructions
Name a common computer language.
Python, Java Script, Java C#, C, C++, Go R, Swift, PHP, Dart, Kotlin, MATLAB, Perl, Ruby, Rust, Cala
In computer science what is a step-by-step set of operations to be performed called?
Algorithms