Game Preview

Intro to Computer Science

  •  English    18     Public
    computer programing
  •   Study   Slideshow
  • In computer science what is a step-by-step set of operations to be performed called?
    Algorithms
  •  15
  • Name a common computer language.
    Python, Java Script, Java C#, C, C++, Go R, Swift, PHP, Dart, Kotlin, MATLAB, Perl, Ruby, Rust, Cala
  •  15
  • Algorithms are a series of what?
    Instructions
  •  15
  • Programs are made up of what?
    Algorithms
  •  15
  • What is input?
    Data inserted into a system for processing and/or storage.
  •  15
  • In computer science what it the term called for repeating a programing command.
    A loop
  •  15
  • What does a rectangle represent in a flow chart?
    Process
  •  15
  • What does the diamond represent in a flow chart?
    Decision.
  •  15
  • What is a flowchart?
    A diagram that shows a process, made up of boxes, representing steps, decision, inputs and outputs.
  •  20
  • What do the arrows do in a flowchart?
    Show direction and the order to work through the steps.
  •  15
  • What is the process of finding and correcting programming mistakes?
    Debugging
  •  15
  • Who is the inventor and founder of Facebook (Meta today).
    Mark Zuckerberg
  •  15
  • What video game company sold the first commercial video game called PONG in 1972?
    Atari
  •  15
  • 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
  •  15
  • What is an algorithm?
    A sequence of logical instructions for carrying out a task.
  •  15
  • What is a condition in computing?
    A statement that is either true or false.
  •  15