Study

Intro to Computer Science

  •   0%
  •  0     0     0

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