GRADE 9 DEC. Jeopardy ABCDE 50 40 30 20 10. 50 Points A One megabyte (MB) is approximately: a)8 bytes b)1000 bytes c)1,000,000 bytes d)1,000,000,000 bytes.

Slides:



Advertisements
Similar presentations
Warm-Up Complete Both Sides #1-#10 Computer System Review.
Advertisements

CS 111: Introduction to Programming Midterm Exam NAME _________________ UIN __________________ 10/30/08 1.Who is our hero? 2.Why is this person our hero?
Chapter 1 - An Introduction to Computers and Problem Solving
6 th Grade Computers 1. ____________________ is the keyboard shortcut for undo. a) “Ctrl” + “C” b) “Ctrl” “Y” c) “Ctrl” + “B” d) “Ctrl” + “Z” 2.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
Thirteen conditional expressions: letting programs make “decisions”
COMP 14: Intro. to Intro. to Programming May 23, 2000 Nick Vallidis.
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
What is Information Technology?
Chapter Introduction to Computers and Programming 1.
TERMS TO KNOW. Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has.
Introduction to Programming Dr Masitah Ghazali Programming Techniques I SCJ1013.
CHAPTER 4: INTRODUCTION TO COMPUTER ORGANIZATION AND PROGRAMMING DESIGN Lec. Ghader Kurdi.
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Explore the Parts of a Computer
COMPUTER SYSTEM.
General Computer Science for Engineers CISC 106 Lecture 02 Dr. John Cavazos Computer and Information Sciences 09/03/2010.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
1 Computing Software. Programming Style Programs that are not documented internally, while they may do what is requested, can be difficult to understand.
Computer System Game 6511 Keyboarding
The Computer System Review Game Directions: 1.Read each of the following questions and corresponding answer choices. 2.Click on the answer that you think.
Computer Components Checklist There are many parts that work together to make a computer work.
Computer Parts Hardware.
Intro to Computers Computer Apps 1.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Introduction to Computer Systems and the Java Programming Language.
Java means Coffee Java Coffee Beans The name “JAVA” was taken from a cup of coffee.
What is computer hardware? Computer hardware are the physical components of the computer.
Gr 8 Computer Jeopardy ABCDE Points A What is the symbol for a primary key? a)a dog b)a number 1 c)a key d)a circle Go back.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
An Object-Oriented Approach to Programming Logic and Design Chapter 1 An Overview of Computers and Logic.
Higher Grade Computing Studies 3. High Level Language Constructs Higher Computing Software Development S. McCrossan 1 Simple Data Types Integer: An integer.
BASIC HARDWARE Jeopardy Grade 8 ABCDE
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
How Computers An iPads Work By Annie Hazell-Langley and Hollee Mandelt 7 White 2013.
VocabTopic 2Topic 3Topic 4Topic
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Data Structure Introduction Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2010.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
Computer and Programming. Computer Basics: Outline Hardware and Memory Programs Programming Languages and Compilers.
Computer Parts and Functions. How A Computer Works.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
Brief Version of Starting Out with C++ Chapter 1 Introduction to Computers and Programming.
CODING VOCABULARY.  Binary  A number system based on 2  Hexadecimal  A number system based on 16  Domain  An internet location registered with the.
Introduction to Computer Programming using Fortran 77.
GRADE 9 Jeopardy (June) GeneralProgramming terms Alice programming ThinkingComputers in Society
ICT COMPUTER FUNDAMENTALS
BASIC PROGRAMMING C SCP1103 (02)
BASIC PROGRAMMING C SCP1103 (02)
Technology Literacy Hardware.
ICT COMPUTER FUNDAMENTALS
Selection CIS 40 – Introduction to Programming in Python
SME1013 PROGRAMMING FOR ENGINEERS
Selection Statements.
Understand the interaction between computer hardware and software
General Computer Science for Engineers CISC 106 Lecture 03
Basic Computer Organization
Conditionals.
Computer components.
Presentation transcript:

GRADE 9 DEC. Jeopardy ABCDE

50 Points A One megabyte (MB) is approximately: a)8 bytes b)1000 bytes c)1,000,000 bytes d)1,000,000,000 bytes Go back

50 Points A c)1,000,000 bytes Go back

40 Points A Which drive is the best drive to save on here at SCS to keep your files safe from other users? a) A b) C c) H d) S Go back

40 Points A c)H Go back

30 Points A The keyboard shortcut for printing is a) CTRL C or command C b) CTRL X or command X c) CTRL P or command P d) CTRL V or command V Go back Go back

30 Points A c) CTRL P or command P Go back Go back

20 Points A The Motto of Canada is taken from a quotation form the bible (Psalm 72:8,). What is it? Go back

20 Points A From sea to sea “A Mari usque ad Mare” Go back

10 Points A What is the brain of the computer? Go back

10 Points A CPU or central processing unit. It does all the computations and decision making, hence it is the brain Go backGo back

50 Points B A bug may occur in programs when …. a)The programming language itself has errors. b)The programmer makes errors in the code. c)The programmer does not plan for all reasonable inputs by the user. d)All of the above Go back

50 Points B d) All of the above Go back Go back

40 Points B What do bullet proof vests, fire escapes, and windshield wipers all have in common? Go back

40 Points B All invented by women. Go back

30 Points B Microphones – input or output devices?– Go back

30 Points B Input Go back

20 Points B Speakers – input or output devices? Go back– Go back

20 Points B Output Go back Go back

10 Points B A boolean value is ______ a) a number b) a string c) either true or false d) the value 0, 1, or -1 Go back

10 Points B c) True or False Boolean is named after George Boole, the inventor of algebraic logic. Go back Go back

50 Points C What does it mean to say that the “cat's vehicle is the horse”? a) This statement synchronizes the movement of the cat and the horse b)This statement makes the cat and the horse face in the same direction Go back

50 Points C a) Go back

40 Points C What operating system is an old- fashioned, single user operating system? Go back

40 Points C DOS. Go back

30 Points C If you yelled for 8 years 7 months and 6 days, what would you have accomplished? Go back

30 Points C You would produce enough energy to heat up a cup of coffee. Go back

20 Points C What two kinds of files do you need when using cascading style sheets. Go back

20 Points C HTML and CSS Go back

10 Points C When were electric lights first used? Go back

10 Points C In 1872 Alexander Nikolayevich Lodygin invented an incandescent light bulb. In 1874 he obtained a patent for his invention. Go back

50 Points D How many presents would you receive if you added up all the presents given out in The 12 days of Christmas? Go back Go back

50 Points D 364 Go back Go back

40 Points D The physical components tha make up your computer system are called ______? Go back

40 Points D Hardware. Go back

30 Points D What should you do if you or your clothes catch fire? Go back

30 Points D Stop / drop/ and roll Go back

20 Points D The programs that run on your computer are known as _____? Go back

20 Points D Software or Applications Go back

10 Points D How would this look in a programming language like Alice? Go back

10 Points D Go back

50 Points E What happens if they are of equal height? Go back

50 Points E Mummy and Pharoah both turn right in place. Go back

40 Points E What is the use of a parameter? Go back

40 Points E It makes your user-defined procedure more general by allowing you to substitute differnet values when the procedure is called. Go back

30 Points E What is stepwise refinement? Go back

30 Points E You break your programming problem into smaller parts and then code each smaller part, testing each part separately. Go back

20 Points E Go back If the samurai is is 6 m away from the ball, what happens when the following program is executed?

20 Points E The samuri moves up to the basketball and no further Go back

10 Points E How many times does Boris roar? Go back

10 Points E 3 times Go back Go back