photo

Tic Tac Toe CSEI

Photo
... Read More ... Read less
54 Questions
What is a large collection of related sets of information? What is the action of gathering data together for analysis?
Game Language : English
dislike icon
publicdiscoverable
downloadable

Get Started with the #1 Free Online Quiz Maker

Create a fun and engaging trivia quiz in minutes!

Questions

  • Round 1
  • Question 1
    Q.
    What is a large collection of related sets of information?
    A.
    Dataset
    edit question Clone to My Questions
    Question 2
    Q.
    What is the action of gathering data together for analysis?
    A.
    Collection
    edit question Clone to My Questions
    Question 3
    Q.
    What is the retention of retrievable data in a safe place?
    A.
    Storage
    edit question Clone to My Questions
    Question 4
    Q.
    What is the systematic study of data to find meaningful patterns?
    A.
    Analytics
    edit question Clone to My Questions
    Question 5
    Q.
    What is the representation of data in the form of a chart or image?
    A.
    Visualization
    edit question Clone to My Questions
    Question 6
    Q.
    What means to remove identifying particulars from data for privacy?
    A.
    Anonymize
    edit question Clone to My Questions
    Question 7
    Q.
    What is a step-by-step recipe a computer follows to solve a problem?
    A.
    Algorithm
    edit question Clone to My Questions
    Question 8
    Q.
    What is a series of coded instructions built to control a computer?
    A.
    Program
    edit question Clone to My Questions
    Question 9
    Q.
    What is the set of typed textual instructions that form a program?
    A.
    Code
    edit question Clone to My Questions
  • Round 2
  • Question 1
    Q.
    What are the spelling and grammar rules required to create code?
    A.
    Syntax
    edit question Clone to My Questions
    Question 2
    Q.
    What named digital box holds changing information during a program?
    A.
    Variable
    edit question Clone to My Questions
    Question 3
    Q.
    What digital box holds a value that is locked permanently?
    A.
    Constant
    edit question Clone to My Questions
    Question 4
    Q.
    What sequence of instructions repeats the exact same thing over and over?
    A.
    Loop
    edit question Clone to My Questions
    Question 5
    Q.
    What do we call one single cycle of a loop running in a program?
    A.
    Iteration
    edit question Clone to My Questions
    Question 6
    Q.
    What prerequisite rule must be true for an action to occur?
    A.
    Condition
    edit question Clone to My Questions
    Question 7
    Q.
    What rule says if a specific condition is true then perform this function?
    A.
    If Statement
    edit question Clone to My Questions
    Question 8
    Q.
    What statement executes what to do if the prior condition was false?
    A.
    Else Statement
    edit question Clone to My Questions
    Question 9
    Q.
    What binary variable acts as a switch having only True or False values?
    A.
    Boolean
    edit question Clone to My Questions
  • Round 3
  • Question 1
    Q.
    What data type represents a whole number without a decimal?
    A.
    Integer
    edit question Clone to My Questions
    Question 2
    Q.
    What data type consists of a sequence of characters used for text?
    A.
    String
    edit question Clone to My Questions
    Question 3
    Q.
    What data type represents fractional numbers that include a decimal?
    A.
    Float
    edit question Clone to My Questions
    Question 4
    Q.
    What structure consists of a list of elements grouped under one name?
    A.
    Array
    edit question Clone to My Questions
    Question 5
    Q.
    What abstract data type represents a dynamic countable number of values?
    A.
    List
    edit question Clone to My Questions
    Question 6
    Q.
    What basic group of statements acts as a mini program for one task?
    A.
    Function
    edit question Clone to My Questions
    Question 7
    Q.
    What special variable provides specific details to a function?
    A.
    Parameter
    edit question Clone to My Questions
    Question 8
    Q.
    What statement instructs a function to hand back its final answer?
    A.
    Return
    edit question Clone to My Questions
    Question 9
    Q.
    What is a glitch or flaw inside a program that makes it break?
    A.
    Bug
    edit question Clone to My Questions
  • Round 4
  • Question 1
    Q.
    What is the process of finding and fixing mistakes in your code?
    A.
    Debugging
    edit question Clone to My Questions
    Question 2
    Q.
    What step-by-step reasoning does a computer use to solve problems?
    A.
    Logic
    edit question Clone to My Questions
    Question 3
    Q.
    What is the specific order in which instructions are executed?
    A.
    Sequence
    edit question Clone to My Questions
    Question 4
    Q.
    What action or mouse click is recognized by software to trigger code?
    A.
    Event
    edit question Clone to My Questions
    Question 5
    Q.
    What is the exact moment that initiates a sequence of actions?
    A.
    Trigger
    edit question Clone to My Questions
    Question 6
    Q.
    What visual map of shapes shows the sequence of movements in an algorithm?
    A.
    Flowchart
    edit question Clone to My Questions
    Question 7
    Q.
    What is the practice of sketching code in plain English before programming?
    A.
    Pseudocode
    edit question Clone to My Questions
    Question 8
    Q.
    What program converts all instructions into machine code at once?
    A.
    Compiler
    edit question Clone to My Questions
    Question 9
    Q.
    What translator program analyzes and executes code one line at a time?
    A.
    Interpreter
    edit question Clone to My Questions
  • Round 5
  • Question 1
    Q.
    What is the software application where programmers write code?
    A.
    IDE
    edit question Clone to My Questions
    Question 2
    Q.
    What programming uses draggable colorful puzzle pieces?
    A.
    Block Code
    edit question Clone to My Questions
    Question 3
    Q.
    What programming requires typing actual words and symbols?
    A.
    Text Code
    edit question Clone to My Questions
    Question 4
    Q.
    What is the use of technology to perform tasks without human help?
    A.
    Automation
    edit question Clone to My Questions
    Question 5
    Q.
    What allows computers to think and learn like humans?
    A.
    AI
    edit question Clone to My Questions
    Question 6
    Q.
    What is it called when computers teach themselves using lots of examples?
    A.
    Machine Learning
    edit question Clone to My Questions
    Question 7
    Q.
    What intersection of science produces physical machines that follow instructions?
    A.
    Robotics
    edit question Clone to My Questions
    Question 8
    Q.
    What is discarded old or broken electronic technology called?
    A.
    Ewaste
    edit question Clone to My Questions
    Question 9
    Q.
    What is the study of designing tech so it does not hurt your body?
    A.
    Ergonomics
    edit question Clone to My Questions
  • Round 6
  • Question 1
    Q.
    What legal right protects creators from having their work stolen?
    A.
    Copyright
    edit question Clone to My Questions
    Question 2
    Q.
    What is the practice of passing off someone else work as your own?
    A.
    Plagiarism
    edit question Clone to My Questions
    Question 3
    Q.
    What software has source code freely available for anyone to edit?
    A.
    Open Source
    edit question Clone to My Questions
    Question 4
    Q.
    What works are free from copyright and absolutely free to use?
    A.
    Public Domain
    edit question Clone to My Questions
    Question 5
    Q.
    What doctrine allows small use of copyrighted material for education?
    A.
    Fair Use
    edit question Clone to My Questions
    Question 6
    Q.
    What is the gap between people who have internet access and those who do not?
    A.
    Digital Divide
    edit question Clone to My Questions
    Question 7
    Q.
    What is enlisting thousands of people online to help solve a task?
    A.
    Crowdsourcing
    edit question Clone to My Questions
    Question 8
    Q.
    What is the action of inventing brand new methods or tech products?
    A.
    Innovation
    edit question Clone to My Questions
    Question 9
    Q.
    What moral principles govern right from wrong when using technology?
    A.
    Ethics
    edit question Clone to My Questions
Colors :
Font color
Button color
Background color
Select Font
Logo:
i
Ideal size for logo: 200x140px
Max file size: 10MB
photo
Background Image:
i
Ideal size for background: 1920x1080px
Max file size: 10MB
Recommended: High contrast images
photo
Theme Song:
Combined Shape
Team 1
0
Combined-Shape
Team 2
0
Round 1
Round 2
Round 3
Round 4
Round 5
Round 6
Round 1
Round 2
Round 3
Round 4
Round 5
Round 6
Round 7
Round 8
Round 9
Round 10
Round 11
Round 12
Round 13
Round 14
Round 15
Round 16
Round 17
Round 18
Round 19
Round 20
Round 21
Round 22
Round 23
Round 24
Round 25
Round 26
Round 27
Round 28
Round 29
Round 30
Round 31
Round 32
Round 33
Round 34
Round 35
Round 36
Round 37
Round 38
Round 39
Round 40
Round 41
Round 42
Round 43
Round 44
Round 45
Round 46
Round 47
Round 48
Round 49
Round 50
Round 51
Round 52
Round 53
Round 54
Combined Shape
Team 1
0
1
2
3
4
5
6
7
8
9
Combined-Shape
Team 2
0
Question
Team 0
Team 0
0
Team 0
Team 0
Question
A  Answer 1
B  Answer 2
C  Answer 3
D  Answer 4
Number of Teams
1
2
3
4
Team Names
1
Team color
2
Team color

Is it good, bad, wrong, etc?